- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
I’v echanged my thumbs to square, But I now have 0 spacing between the thumbs:

Hi,
I have this issue: http://screencast.com/t/Rj6ZWBzal
I tried this and it did not solve my problem:
.block-title {
line-height: 30px;
}
Saw the screenshots but still cannot find the blocks for:
1. Latest Reviews
2. Popular Video
Please advise… thanks!
Simple thing for now — delete the categories… if they are “empty” and you don’t yet have content, then when ready to enable them for a story, turn them on. If a NEW site, trick is to create a good long “description” for the category describing WHAT the cat is going to feature … kind of a “coming soon….” block of text as placeholder, so that the cats are already available to “choose” when creating content — otherwise you have bit of a chicken/egg thing with new website 🙂
Yes indeed the text is ” blockquote ” .
I wish that when I active , the text is normal and does not become big and blue.
What should I write in the custom css ?
thank you
Hi,
@professional_persuasion Please let us know what email address and which message you refer to as I’m not aware of it and can’t find it.
@wagner All attributes/filters/settings are described on block settings section: http://screencast.com/t/zxh5ZlxA
I’m not sure what you want to do from your description however the most specific filtering you can do is using the tag slug filter and use a specific tag on all posts you want to filter within a block then add that tag in the tag slug filter to pull all posts using that tag in that block.
The same can be achieved using a specific category – add posts you want in it then set the block to filter posts just from that category which will display the posts added there therefore just the posts you want.
You can see the differences between blocks 1 and 2 on our demo:
block 1: http://demo.tagdiv.com/newspaper/block-1-2/
block 2: http://demo.tagdiv.com/newspaper/block-2/
Thanks
Hi,
Please edit your page and in block settings set your category to filter articles – http://screencast.com/t/6nKfv2JI and set “Show child categories” menu like I suggested above – http://screencast.com/t/meVhBzTOA
Thanks!
Hi,
You have an option in block settings where you can show subcategories: http://screencast.com/t/l7RNL89vkaHX
Result: http://screencast.com/t/VUokLG5JJf
Thanks!
Hi,
As noted on several topics the “child theme”/files overwrite system for modules/blocks/headers.. has been changed within latest theme updates, it will be api based. Form next theme version we expect to have the documentation for this ready and available.
Besides this we will fix other reported issues, no other new features. We haven’t decide on anything yet.
Thanks
Hi,
It seems that this is not apply on module 9. All option from Custom Typography will be changed in version 5 of Newspaper, so please use this custom css till this will be fixed: http://screencast.com/t/nLUgvkqXBaA
.td_block6 .td_mod9 .entry-title a{
font-weight: bold;
}
Thanks!
Hello,
How can add categories: ALL, CITY, BREAKS CULTURE, DESTINATIONS ?
Hi,
I’m not sure why you have this issue, please provide some screenshot how you set block 5 filter by tag and a link where this block appear in the sidebar.
I have checked this and did not found any issues: http://screencast.com/t/HaMOcw7H – http://screencast.com/t/HWiAcDuAa
Thanks!
Hi,
I would like to show 5 items filter by tag in Block 5 (sidebar).
I added 5 tags by field “Filter by tag slug” but at the front-end only 4 items appear.
Any idea how that is possible?
Kind regards,
Hi,
When you switch from classic to backend mode Visual Composer automatically adds your content in a text block.
I’ve checked it on my side but the font looks the same on both cases, please send an email at contact@tagdiv.com , paste a link to this thread and provide wp-admin access so i can take a look.
Thank you, Emil G.
Hi,
1. I have also tested this and did not found any issues with block 7 pagination when background is set – http://screencast.com/t/vv9FR4Px6
I have checked this with latest version of the theme(1.7.1) so please update your theme(question 2 – seems that you use 1.7 version) and also update the plugins that come with the theme’s files from the /plugins folder. Use this guide to update your theme (FTP method) – https://forum.tagdiv.com/how-to-update-theme/
Also disable all plugins, leave only Visual Composer active, clear cache and check if you still have this issue with block’s pagination.
2. It was an issue with custom ads in version 1.7 of the theme, but it was fixed in last update.
Thanks!
Hi,
A solution will be to add a link to your menu and display an image(logo) there – http://screencast.com/t/VE5x0uBDJ
Now you need to hide it on main menu and show it only for sticky menu via custom css(using menu item unique class) and also hide mobile logo that is used by default in sticky menu: http://screencast.com/t/UbdA7KAqv
For mobile screens will remain mobile logo that you have set in Theme Panel: http://screencast.com/t/LqFLma80C
@media (min-width: 768px){
.td-main-menu-logo.td-logo-sticky {
display: none;
}
}
.sf-menu .menu-item-1707{
display: none
}
.td-affix .menu-item-1707 {
display: block;
}
.menu-item-1707 img {
max-width: 50px;
max-height: 40px;
}
Thanks!
How do I get the sections in the homepage template to use only specific categories and their children?
I used the ‘Reveal Ids’ to get the category id’s for both my ‘releases’ category and my ‘previews’ category and based on looking through all the templates’ code it looks like using the category_id attribute might be what I want. However after trying it, both sections display my current one post which is in the previews category (not a subset of releases). How I can I get each section to display only the appropriate articles?
Code:
[td_block1 limit=”6″ category_id=”13″ header_color=”#f65261″ custom_title=”RELEASES” ajax_pagination=”next_prev”][td_ad_box spot_id=”custom_ad_1″][td_block2 limit=”6″ category_id=”11″ custom_title=”PREVIEWS” ajax_pagination=”next_prev” header_color=”#82b440″]
I’ve also tried show_child_cat with no luck as well. Is there something like an MSDN page that lists all possible attributes and a description of each? Also what is the difference between td_block1 and td_block2?
Hi,
2) Also i am trying to change the font weight of the Home page Block for Module 9
Setting: – > http://www.screencast.com/t/SKw96wLM
Result: – > http://www.screencast.com/t/Mrl9tkzki
Latest Story Article title to “BOLD”, its not getting changed
Thanks Bharath
yes, i have enabled the Smart Sidebar option
and, i would like to know.. can i make one of the widgets or blocks as smart sidebar? i mean that i want one widget to be sticky only. thank you.
Hi,
1) I am not able to change the color of Bigslider Hover color of title text
This is the code i am using, it not working . Need help
.td-sbig-title-wrap .td-sbig-title:hover .td-sbig-title-wrap a:hover {
text-decoration: none !important;
color:#13687C;
}
2) Also i am trying to change the font weight of the Home page Block for Module 9
Setting: – > http://www.screencast.com/t/SKw96wLM
Result: – > http://www.screencast.com/t/Mrl9tkzki
Want to change the font weight to bold, not changing.
Thanks
Bharath
Hi, I’v purchased this theme via envato. This theme is great, but i would like to know is it posible to change code where it is geting category for block 15 and get it to take slug or tak instead.
This is my test website : http://twist.purespace.eu/
This is category, can it be changed in code for slug or tag?
Hi there,
I’ve two kind of bugs with newsmag theme :
1. As you can see, the “next prev ajax” pagination isn’t working when I’m using block 7 on sidebar, and when I change the color preset. Have a check on one post >> http://torrefacteur.co/2015/04/24/discussion-de-comptoir-avec-elodie/ Block 7 is called “PLATS CAFÉ CRÊME”
2. I use Custom ads. The code I complete on Theme Panel is disappear sometimes, I have to complete again and again…. I don’t understand why my custom ads fields are just blank after 2 or 3 days I registered the codes…
Could you help please?
Thanks
2. According to this answer in Envato:
“You have to edit the post template files (in your link you use the default post style) and add the following code above the title – http://screencast.com/t/m2DbSDPJHXm – http://screencast.com/t/r8h7cmRU4V – http://screencast.com/t/6fEYKR6pCc
<?php echo td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_1’)); ?>”
And after did that:
A new problem, see this image: http://imgur.com/PulWxKa
Sidebar above the ads and a fourth ads in the post. Can you offer a real solution?
-
This reply was modified 11 years by
paivadaniel.
You might be able to use some “negative” spacing for the desktop viewport for that “block” … to simply add some custom CSS for that ?
Hi,
Sorry that I did not understand you first. Please use this custom css if you want this icon also on mobile: http://screencast.com/t/cvM4RBtQH
@media (max-width: 767px) {
.td-scroll-up-visible {
display: block;
}
}
Thanks!