- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hello SW1988,
If you want to hide the title text for Big grid 9 (whihc use the module mx_15), for example, you should use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td_module_mx15 .td-module-title {
display:none;
}
Thanks for the message!
Hi,
The Full Big grids were added in a previous theme update. At the moment that is the only way to display them on pages. If you would like to remove the gaps on the sides you could do it like this.
Try adding a custom class to the row containing the Full Big Grid
– https://www.screencast.com/t/TgqwQ4fGaAw2
Then use that class in a code like this
– https://www.screencast.com/t/xTj42kAjA6
This is the code used in the example if you decide to use it for the Full Big Grid. You just need to enter your own row class and enter it in Theme panel->Custom Css
.custom .td-pb-span12 {
padding-left:0;
padding-right:0;
}
More full width options and implementations are expected to be available in future updates.
Thanks
Hello robert09,
Unfortunately, please notice that our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.
Above, my colleague gave you an example from where you should strat to increase the theme width, but notice then you will have to make some additional customizations to adjust the other theme elements if you want to bring best results.
If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hello cookingpanda,
Unfortunately, our theme does not have any easy solution or settings to use another system ad, sorry! For example, you should try using the AdRotate plugin because many of our users use it and were pleased with it functionality.
Thanks for your understanding!
I have a custom ad which is not associated with any URL but it looks clickable on the site (showing the hand when you hover on it), how can I make it unclickable?
In general, please give two sample codes I can edit and use for
1) Custom Ad that’s not supposed to link to any URL thus shouldn’t be clickable.
2) Custom Ad that’s supposed to link to a page on the site via URL.
Hi,
You can achieve that like this for example – https://www.screencast.com/t/cqSJUSfIo
By setting a negative top margin property on the row and a top padding like shown, the result will be just like in the demo – https://www.screencast.com/t/d96kYr2839X
Thanks
Hello David,
Yes indeed facebook changed their implementation but Facebook changes the code and layout very often.
There seems to be an issue with the access token in the current version of the social counter.
Please download this version: http://cdn.tagdiv.com/wp-content/uploads/2017/03/td-social-counter.zip
And very important: clear all your caching including the browser cache. Example for chrome: https://www.screencast.com/t/f9Q66lPx1fY
Now the access token should work as before.
Thanks


Hello SW1988,
First of all, please notice that our Big Grids does not have a title and also, I do not exactly understand what you mean by title and text, sorry! Provide more details about what you want to achieve so I will be able to provide a more accurate response. This is the main functionality for our Big Grids. These contain the posts ( the title of the posts) and if you will press it you will be linked to that post. If you want to remove the date and name for Big Grid you should use a bit of CSS code to do this, according to your Big Grid used by you. For example, if you are using the Big Grid 1, you should use the below custom CSS and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_big_grid .td-module-meta-info{
display:none;
}
Thanks for your understanding!
Hi,
Maybe this is just a misunderstanding. I am assuming that you are using the demo Video page template form Visual composer – https://www.screencast.com/t/doU04d0vF
If that is the case, the page will look normally, no demo style will be loaded. To achieve the same look, you need to install the demo, or style the elements yourself similarly to the demo style. For example a background can be set for the Big Grid like this
– https://www.screencast.com/t/DCTgRaar6aCa
– https://www.screencast.com/t/XSVcYYpe6Xbb
Installing the demo will provide the homepage and the custom styling, as well as it’s own settings in the theme panel.
Please correct me if I misunderstand.
Thanks
Hi, now I have this problem:

Different space, why?
And, is it possible trending now scrolling and attached header menu seem of this:
http://www.theindiantelegram.com
Thanks….
Hi,
The text you enter in the copyright field for example, is not a string that can be translated by default. It is defined by you and does not have the value of a string. Maybe you should consider asking for help or guidance from WPML support. They may have a solution to translate the text you require using the plugin, and also the widget.
Thanks
Hi,
If you want to modify the Signin/Join functionality in the mobile menu of the mobile theme, you can make your modifications in this file where the links are defined
– https://www.screencast.com/t/rTX7uu0V
Or maybe you want to add a link in the login section, you could do it by inserting it like this for example
– https://www.screencast.com/t/ualP4A9G
The link will appear in the login section – https://www.screencast.com/t/lqhJVtdcCb
You could wrap it in a div if you want and style it further. Please correct me if I misunderstand what you wanted.
Thanks
Im trying to add adsense but with a Intelligent Testing & A.I. Optimization Platform
so i need to wrap the adsense code
but when i do, it only reads the adsense code and not the wrapped code
Hello! I’m having some difficulties since in my site the sidebar is not working properly, here is an example
http://www.penisola-italica.it/problema.jpg
I didn’t modify any css or core file at all.. but don’t know why is working this way, can somebody help me please?
Hi,
I want Infinted scroll in single post.
When scroll downs and post got end, automatically need to go for next post and URL changes.
Example: http://bit.ly/2py58vV
When I use that code (from https://www.screencast.com/t/s4Eq4Jdfdr) the importing of the theme settings work fine.
However, if you try it like this:
1. Use the default theme and then install the Magazine-demo (without content).
2. Navigate to Theme Panel > Import/Export.
3. First of all the code in “EXPORT THEME SETTINGS” does not look the same as the code from the td_panel_settings.txt-file (which it teqnically should do).
4. Just as an example, navigate to Theme Colors and change the Top Bar Background color to yellow.
5. Save and go back to Theme Panel > Import/Export and copy the code under EXPORT THEME SETTINGS.
6. Now uninstall the Magazine-demo from Theme Panel > Install demos.
7. Finally navigate once more to Theme Panel > Import/Export and paste the copyed code.
This should now at least make the top-bar yellow. However it doesn´t. It seems the export-code under Theme Panel > Import/Export doesn´t take the demo-settings into account. All I´m getting if I´m doing it this way is the very first standard settings code that was enabled before installing the demo-theme.
Could it be a bug? I´m only looking for a safe way to back up my theme settings, that´s why I´m so annoying about this 🙂
Hi,
In the analytics report, there was lots of issues about the speed. I will be glad if you can examine a bit and suggest me some clues to get over this. Thanks
As a sample page http://www.kilsanblog.com/yesil-cevreci-ekolojik/teraryum/
The report gives 63/100 for mobile and 81/100 values which are not good.
For Desktop: Your page has 3 blocking script resources and 9 blocking CSS resources. This causes a delay in rendering your page.
For Mobile: Your page has 10 blocking script resources and 9 blocking CSS resources. This causes a delay in rendering your page.
I use UpdraftPlus plugin to backup my website. Using MAMP, I would like to install a local copy of my current website. I have downloaded and installed MAMP successfully on my MacBook Pro, how do I proceed to have an exact local copy of my current live site?
Hi,
The suggestion was that you can use a button shortcode if you want for the link, but you can do it in other ways as well. A button can be used to link to a text block for example on another page. You can add it to a page or post. First set an Id to the respective text block
– https://www.screencast.com/t/fDrhjmO84S9
From a post to the text block on a different page
– https://www.screencast.com/t/oycb94Kw
From a page to the text block on a different page
– https://www.screencast.com/t/j3mEX1EGOeep
Also jump to that text on the same page
– https://www.screencast.com/t/lO4cv0kXeE
Here you can find out more about the button settings and styles available
– https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/
Or just create links like this – https://www.screencast.com/t/An4YQuzMb
Thanks
Hello,
Please provide an example on the ads you use and how you implemented them. test the ads on a page in a simple text box and see if they show up.
Thanks.
Hi,
I believe you are not entering the proper user Id – https://www.screencast.com/t/f6LnBhQdgd
Please make sure you are using the correct data for the author box, in order for this to display the author you want. Example and result
– https://www.screencast.com/t/7GDDWQrs3
– https://www.screencast.com/t/tii5p1lsYg
– https://www.screencast.com/t/ESr6Wl3Y3
Thanks
Hi,
The picture you mention is a header ad. If you want to display the ad below the header, please select a header style that does that automatically. Like Header style 7 for example that looks like this
– https://www.screencast.com/t/1opezFNGf
If this has nothing to do with the ad and you want to insert a picture below the header, you could just simply use a single image element from Visual composer and add it on the top of your page
– https://www.screencast.com/t/8o5pfk7aFt7
Then select the image you want and the settings
– https://www.screencast.com/t/Qo4LRpNgafba
– https://www.screencast.com/t/XhN5TJOi4wgi
This works only for pages, if you want an image to appear everywhere on the website you must edit the header style template file that you are using. For example something as simple as this
– https://www.screencast.com/t/rjapLpBR
– https://www.screencast.com/t/VkruwjNptLTl
The image will appear on every page of your website.
Thanks
Hi Catalin,
Please see here below the examples that I highlighted earlier.
https://www.dropbox.com/s/zhi5pn79kl0chsr/Screen%20Left.png?dl=0
https://www.dropbox.com/s/ideyw860egolxwo/Screen%20Zoomed.png?dl=0
I am not sure how to explain in more details the issue. It’s really just a matter of sizing/centering the featured image that appear as a main picture for the blog post.
Thanks
Luca