Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/K5X9pprHmBH
.td-menu-wrap #td-top-menu {
padding-left: 0px;
}
Thanks!
Hi,
We hope to release version 5 in 1-2 months!
Also about your issue I think that you want something like on this topic: https://forum.tagdiv.com/topic/implementing-new-mobile-ad-unit/
Thanks!
Hi,
Please send an email at contact@tagdiv.com with your request, we’ll discuss the details there.
Thanks!
Hi,
Yes, it will be added more blocks on Newspaper 5.
Thanks for the message!
Hi,
1. Please try this custom css for background color: http://screencast.com/t/3Nd1pdmNKB
.td-page-wrap{
background-color: rgba(42, 172, 203, 0.38) !important;
}
2. I think that you refer to this shadow: http://screencast.com/t/w3vHbM9pk so please try this css code in Theme Panel > Custom Css: http://screencast.com/t/K7V92H9tCC0
.td-full-layout .td-footer-wrap{
background: none !important;
}
3. Please remove this code from td_block.php: http://screencast.com/t/MCSkzGbWD
And also add this css to remove underline when you hover: http://screencast.com/t/ztNDEiKt
.td_block_wrap .block-title a:hover{
text-decoration: none !important;
cursor: default;
}
Also for background I think that you want something like this: https://forum.tagdiv.com/topic/background-color-for-title-of-block-or-widget/
For the arrows you can use a background image to replace them, as the arrows are images and you cannot change the color: http://screencast.com/t/Xsbs6PmTqZ5
.td_ajax-prev-page, .td-ajax-next-page{
background-color: blue;
}
4. You can try customize a module for example comment this code in module_search.php: http://screencast.com/t/jwd5LedNCV use it for category page from Theme Panel: http://screencast.com/t/3OW8Hp2l8
And use this custom css: http://screencast.com/t/eUkykVx7QCe
Or you can create a new module: https://forum.tagdiv.com/topic/has-anyone-successfully-made-custom-blocks-that-show-up-in-visual-composer/#post-10478
5. You can add an extra class to the column and target block 10 using inspector tool.
6. Unfortunately theme doesn’t an option for this and you will need custom work for this. You can try to follow this topic but this will affect all blocks: https://forum.tagdiv.com/topic/how-to-sticky-post-on-big-silider/#post-12938
7. WordPress has some default cropping sizes http://screencast.com/t/ifk8fE1HYk and we added more sizes inside the functions.php file – http://screencast.com/t/2QaaubXnqxL
Those sizes are used on modules and sliders (including the Big Slider), you can read here about the thumbs used on modules and sliders https://forum.tagdiv.com/modules-and-blocks/ It isn’t an ideal image size so it can look good on all thumbs.
Thanks!
Hi,
Thanks Chris!
@Sundial Please provide a link if you still have this issue. Normally you shouldn’t have it if you clear cache like Christopher suggested.
Thanks!
Hi,
Please make sure that this code is not commented in the post template file: http://screencast.com/t/7woyN0TUrhmP You can check this for all post templates in the image.
Hope this helps!
Hi,
Yes you can do it like that or if you want to that css code apply on all pages you can add the css in Theme Panel > Custom Css: http://screencast.com/t/iDEq2ytyZx0D
Thanks!
Hi,
Yes you can add a background(image or color) for each category and this also will be applied on posts from that category: http://screencast.com/t/tebIMwfUgOp
Thanks!
Hi,
1. I have checked your ads: http://screencast.com/t/GTDZ5h3nZ1dA I think that the link has to be added in the code. I don’t think that it will work with <a href="">.
2. Please follow this thread to add more custom ads to the Theme Panel: https://forum.tagdiv.com/topic/add-custom-ad/#post-41669
3. This is not so easy task, you can try to create a page where to add posts that you want to print, but you will need a plugin to link the page to a category. And add the page in the mainmenu.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You have to make that change in this file: http://screencast.com/t/cBZmqg5Zggtw
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I also tested your code and this is the result: http://screencast.com/t/j36mmlWLA1 – http://screencast.com/t/oDgQucPcy
Where did you added the the code?
Thanks!
Hi,
Do you use child theme?
If you do please switch to the main theme and check if you still have this issue. Also if you use CDN please purge your files.
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for smart sidebar like Newsmag. This feature will be added on version 5 of Newspaper.
Thanks!
Hi,
You can try to add your code in the post template that you use above the sharing code: http://screencast.com/t/54TRPJi9HNar
Hope this helps!
Hi,
1. You can try to hide them via css:
.single-gallery .td-a-rec-id-content_top{
display: none;
}
.single-gallery .td-a-rec-id-content_inline{
display: none;
}
.single-gallery .td-a-rec-id-content_bottom{
display: none;
}
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/DAyW1St9R
2. An alternative will be to duplicate the content’s function from td_module_blog.php and rename it also remove the ads from that new function: http://screencast.com/t/i5zov8gB After this just call the new function in your template: http://screencast.com/t/MtYutvtC1PA
Hope this helps!
Hi,
Sorry for misunderstanding! Now I see what you are trying to do. Normally this will work for all blocks that have this filter options in setting…this filter is general for all tagdiv blocks from td_block.php.
Thanks!
Hi,
@zoheb127 Please provide more details about what you exactly trying to do as Emil said this is no tested and you probably will need more css customization. You said that you have deleted the search so you will only need remove classes that Emil suggest above(just delete span11 and container words from the code). Please make a backup of your file first so you can revert if you don’t like the result.
I have checked your site URL so if your issue is that the menu on two rows on tablet screens please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/09HQx4U1j
@media (min-width: 768px) and (max-width: 1018px){
.td-menu-wrap #td-top-menu {
padding-left: 0px !important;
}
.sf-menu > .td-menu-item > a{
font-size: 12px !important;
}
.sf-menu > li > a{
padding: 0px 8px 0px 5px !important;
}
}
And change span11 to span12 if you don’t need search on menu(you already deleted the code): http://screencast.com/t/HwXZTo8iSXd
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked your site, but I’m not sure why do you have this issue. Please try this without any plugins active, leave just Visual Composer active, also clear cache an purge your files is you use CDN.
I have tested this on our demo and how you already saw it works fine. On our demo we use the latest theme version(4.6.2) so please make sure also that you use the latest version. If you need to update please follow this guide and use FTP method(also make a backup of your current theme’s installation): https://forum.tagdiv.com/how-to-update-the-theme/ update also plugins that come with the theme’s files from /plugins folder.
Thanks!
Hi,
Please provide more details about this issue. Do you refer to the post content?
Where do you want to add it?
Thanks!
Hi,
Unfortunately theme doesn’t have an option for this, you can set the font from Theme Panel > Custom Typography.
We’ll also consider to add an option for this in future updates if more people will ask for it, but we have to be very carefully what we chose to implement as we have over 200 request on our lists.
Thanks!
Hi,
This issue appears because you use Header style 3 with blog stack. For Classic Block stack we made a special header, this one http://screencast.com/t/FEoXVhLMpcv and in combination with other headers is not guaranteed that everything will work fine.
So it is better to change the header if you use blog stack, but also if you want to use it like this you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/gHftD9jg3R
@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img{
width: 30px;
}
}
Thanks!
Hi,
Do you refer to the megamenu on mobile screens?
If you do unfortunately theme doesn’t have an option for this and the mega menu was not designed to work on mobile view.
I have checked again your site to be sure that your mobile menu works fine: http://screencast.com/t/3TBS6Aj4IO
Thanks!
Hi,
You can use block Infinite Load pagination and show Load More button after x page – http://screencast.com/t/a2WG2eTJ else I’m not sure what it will help.
Thanks!