- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
When my site is loading it does strange things, it’s like it loads late the css or something else.
Follow this link to see what’s happening: https://www.youtube.com/watch?v=h4cWmm7VPwY&feature=youtu.be
How can I correct this?
The url of my site is desdelaraiz.com
Thank you.
Hi, I’ve just started my Youtube channel and it currently shows 9 subscribers, but the social count continues to show “0” subscribers. I have entered channel/UCa3GaPI3nBl8PzBmqNJDYPg but it will not update. Facebook & Twitter is displaying correctly. Any ideas? Thank you!
Hi,
Then try setting a different sorting for the posts, either in the grid or in the block. So it will not produce the same exact posts, but posts from the News category in a different order.
Try changing the sorting in either of the elements
– https://www.screencast.com/t/Eb3bHNtrpysy
For example set a popular or random sorting for the block, and the grid on latest. So there will not be the exact same posts at the same time.
Thanks
Hi,
There will be a margin after each paragraph, that is the intended behaviour even on a WordPress default theme. There is no way to control this padding for each paragraph. It could only be modified for all the paragraphs at once, with a code like the one provided above for example.
Thanks
Hello,
Yes, each block can have a custom class set and then css added to style it differently.
On each demo you will find different styles as each demo has it;s own custom class on the body tag.
Please provide an example of what and how you want it modified and I will try to help with the css code.
Thanks.
Wow! Can I give a man hug? Thanks a lot….
I did similar thing with block category filter and it wasn’t working out well so i gave up too quickly. Maybe you can give me a practical example of using block category filter too.
Thanks again
Hi,
Please provide an example of the issue for a better understanding. Some screenshots would be useful, or a link to your website where this is happening.
If you decided to use Visual composer, please deactivate the tagDiv composer. Some elements like the single image for example, have different functionality on each composer. If they are both active the images may not display properly.
Thanks
Hi,
You can try a code like this for example, to color the arrow and maybe increase the size if you wish
– https://www.screencast.com/t/mFfDWHVuT3
.td-next-prev-wrap a {
color: #000;
font-size: 9px;
}
The browser inspector tool is a very useful feature, it can be used to make this kind of customization to different elements. This is a guide
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hey guys, I just went through your “Newspaper Recipes demo” and saw that you created 3 new classes for the top 3 blocks “recipes, deserts and chicken” which gave every block individual color schemes. But I cannot find the actual css in the demo css file to read through all the class behaviors because I’d like to create some extra blocks with more different colors.
Can you give me a hint on which css properties I have to add to my new custom classes to make the blocks look like the 3 example ones? I’m guessing it would be enough to add the css to the “custom css” section of the theme than? Maybe with an “!important” tag?
The demo I was talking about: https://demo.tagdiv.com/newspaper_recipes/
Greetz
Hi,
It is considerably faster because for example it does not display page builder content. Mobile pages have to be created through the mobile editor. There are predefined templates for the front page, post pages, category pages, smart lists etc. It has also predefined fonts. These cannot be changed. Settings are kept to a minimum
– https://forum.tagdiv.com/the-mobile-theme/
The mobile theme is not a required plugin however. You can choose not to use, and display the same content from desktop.
There is no option to remove the sidebars for mobile at the moment, this will work only for the mobile theme. Something like this could be available in the coming updates.
Thanks
Hi,
That is not supposed to happen. If you have two posts in that category and only one is included in the Featured category, then the result of that filtering and sorting configuration would be one displayed post. I have tested this, for example there are multiple posts in the Gadgets category
– https://www.screencast.com/t/rhhUNcYlZsN
Only one post from this category are is included in the Featured category
– https://www.screencast.com/t/ugJylNXl
The result of a filtering by Gadgets category and featured sorting is like this
– https://www.screencast.com/t/JG0Va5d0u
Thanks
Hi,
So you would like to create e a drop-down menu, that is not difficult to do. You simply need to arrange the menu items in a required order, like this example
– https://www.screencast.com/t/KFkp5hPZnhQ
– https://www.screencast.com/t/p1fBK0tY1n
More useful information here in this guide
– http://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/
Thanks
Yes. m2 is module 2 but you can select the one you like best. I just gave it as an example. You can use any module you like.
Thank you!
how do i remode or edit the texts that is unclickable on my website? they’re on top of everybox on my website, im using newspaper theme with its demo they are WRC RACING,HEALTH & FITNESS, TECH AND GADGETS, PERFORMANCE TRAINING, HOUSE DESIGN, LIFESTYLE NEWS, MAKE IT MODERN, LATEST REVIEWS, HOLIDAY RECIPES, BUSINESS
I’m not using this theme now, but from what I remember, I’d inserted the code into the wrong place. I was using smartlist 6 & when I put the code there, it worked.
Is there a list of icons available for the newspaper or newspaper-icon font families? I’d like to utilize some of the icons in those fonts, if there is a list of HTML entities and the corresponding icon that it will create.
Example, this is a cloud:
content: '\e807';
font-family: 'newspaper-icons';
Something like this would be useful, but for the newspaper icons: http://fontawesome.io/cheatsheet/
Greetings,
After numerous hours of troubleshooting this WP Super Cache error, I have resolved to post an inquiry on this forum. Any information you can provide is sincerely appreciated. The WP Super Cache plugin was operating well earlier, but after a while, an error appeared stating “Warning! Could not update /var/www/html/wp-config.php! WPCACHEHOME must be set in config file.” in addition to another message stating “Warning! /var/www/html/wp-content/advanced-cache.php does not exist or cannot be updated.” I have tried to reinstall the plugin, modify the wp-config.php file and the advanced-cache.php file as well as change the file permissions of the wp-content file, but have not had any success. When modifying the advanced-cache.php file both messages disappear but a message stating the WP_Cache needs to be set to true on the wp-config.php file then appears and when I set the wp cache to true in the wp-config.php file I receive an HTTP 500 error and have to remove this setting in the wp-config.php file. So, does anyone happen to have any advice on this situation?
Here is a screenshot of the error messages:

I am trying to add line breaks (e.g, entering down) within the text block, to separate lines of text. However, when I save the element and publish the page, the line breaks don’t remain.
Example: https://gyazo.com/0dc9bd7d6006e54784bb6abd89c56963
After the page is updated, it then shows as: https://gyazo.com/f5b1e9be19f64c0d89a88b8fb2c69ffd
Hi
With Big Grid 1, I use “filters” like this:
– Category filter: PC – [id:22]
– Sort Order: Featured
I have two postsin the category “PC – [id: 22]”
– Post 1 “No featured” associated only with category “PC – [id: 22]”
– Post 2 “Featured” associated with both category “PC – [id: 22]” and “Featured”
According to the documentation and answer on the forum about “Sort Order: Featured”, I expect to list only posts from the category “PC – [id: 22]” which are also “Featured” (ID: 22 AND FEATURED, not OR)
In my example, i expect only one post (the one that is associated with both categories).
This is not the result I get, both posts appear.
Is there a solution to this problem? or a tips?
that would be great!
Hi,
You have an example of the Woocomerce frontpage here: https://demo.tagdiv.com/newspaper_tech/shop/
It doesn’t seem possible to replicate this as the tagdiv composer blocks don’t change the content of the page output.
The composer edit screen shows an error warning at the top of the page:
Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!
I get the same testing editing of the shop homepage on 2 different servers and a localhost so this seems to be something specific to the shop homepage.
To get around that, I edited a standard page and added an image block to the top to try and replicate the demo, then copied the code from the editor into the page for the shop home. Nothing showed up.
So how do we create a shop homepage like the one that shows on the demo site?
Hi,
That is unusual. There should be screen options there. Check other sections and see if the same issue is present. Check in a page for example
– https://www.screencast.com/t/Uv5FBzuFf
Usually this kind of issues when they happen, they are caused by a plugin. You could try deactivating all plugins except theme plugins and see if this has any effect.
Thanks
Thanks!
Good afternoon, please tell me how to fix the contents of the blog? I attached an example, that the content closes the intro, can I fix it?
vimeo.com/242913241
Now, even WordPress is officially promoting ‘Infinite Scrolling’ through Jetpack,

However, we still don’t have it here. Even, the copycat clone of our beloved Newspaper theme, “Newspaper Magazine AMP – Publisher” have this ‘Infinite Scrolling’ feature but in spite of multiple requests here, The TagDiv dev. says that they didn’t find any viable solution for this and hence they don’t have it here yet.
I don’t know why aren’t you looking at this feature seriously. 🙁
Regards.
Hi,
Changing the whole menu design would require customization, but it would be based on the same functionality. You could make modifications to it with CSS, and change the appearance. Use the browser inspector in order to do this
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example such a code will add similar borders
– https://www.screencast.com/t/Utj1xs2C
.td-mobile-main-menu .menu-item {
border-bottom: 1px solid black;
}
.td-mobile-main-menu .td-icon-menu-right {
border-top: 1px solid black;
}
You can further customize the menu as you wish.
Thanks
