No search results were found in Documentation!
Hello balazsb,
Please ensure that you are using the latest version of the Social Counter ->4.1 in order to achieve best results. Try to clear all your caches and test it again.
Thanks for your understanding!
Hello stephanwhelan,
I have tested on my side this type of smart list and everything seems to are counting as properly. Please try to disable all the active plugins, leave just Visual Composer to active and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Try to clear all your caches and test it again.
Hope this helps!
Thanks for your understanding!
Hello bodygeek,
Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also if your problem is still there after this, please provide your website URL so I can inspect it closer so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello webowner001,
Please ensure that you are using the latest version of the theme -> Newspaper 7.2 and also, the latest version of Visual Composer ->4.12 and Social Counter 4.1 in order to achieve best results. Try to clear all your caches and test it again.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello eduardo,
I have checked your website and I saw that you website does not use the latest version of the theme 7.2 Your actual version is 6.3.2 -> http://screencast.com/t/5J3LzMZNDxo. Please try to update your theme only through FTP because this is the surest method in this regard. For more information about this, please consult our documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/ After this, please try to clear all your caches, purge CDN files if you are using the CDN system and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Hope this helps!
Thanks for the message!
Hello MoschatoTavros.gr,
1)However, I suppose that this type of problem is cache or CDN related. Please try to clear all of them, purge CDN files if you are using the CDN system and also, please try to clear the server cache. If you do not have any access to do it, please request this thing to do from your hosting provider. Also, if your problem will still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect the issue. Also, please provide the link of this topic so we can easily identify you.
2)I suppose that you want to display the ads after the main menu bar, for every post,page and category page, right? Please notice that our theme does not have such an option to add this but only with a bit of coding. The only way to add a banner ad above the menu is using the do_shortcode method which you will have to add in the corresponding file for page/post/category template. For example, to display the add to the category pages, can simply use a do_shortcode function in the category template like so: http://screencast.com/t/3AhOEXNl9lPl
<div class="mycustomclass">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
</div>
It will need a few css adjustments to remove the bottom margin and add a top margin for it to position properly so you can use the custom class assigned to the div element.
To affect the posts pages you will have to add the core file corresponding to post template used by you and then add the do_shortcode there, like this -> http://screencast.com/t/nbArnFDgR9yc
In order to achieve best results, please check your custom Ad 1 to have added a valid ad code in it, like this -> http://screencast.com/t/ZwBAoy3zAKo
If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Hope this helps!
Thanks for your understanding!
HI
Please make sure that you’re using V 4.1 of social counter and also make sure that you have set it up according with our documentation: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/ clear the cache memory then test the site again.
Let us know how it goes.
Thanks!
Hi
Try to update Visual Composer at V 4.12 which is included in theme’s path, clear all caches then test again. Here you can find our documentation for more details about the update process: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Let us know how it goes.
Thanks!
Hello Achimzwo,
Do you use the background color feature? I suppose that you are referring to the appearance of a flash when you enter on your website…firstly is loaded a style and then will appear another style, right? This behaviour appears when you have additional customization through custom CSS code. Please notice that the CSS are working in cascade and the first time will take the code from style.css that is set it by default and then the theme will take the custom code that you have changed from Theme panel and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly in this file your desired custom code. So, if your problem is still there, please try to revert the theme to the default settings, without any customizations and let us know how it goes. Also, you can try to make a new fresh install from scratch with the latest version of the theme and check the results.
Also, please make sure every time you cleared caches.
Hope this helps!
Thanks.
My social counter is 0 in facebook and google+, but is correct in Twitter. I have updated the template Newspaper and social counter. After clearing the cache follows the problem. What I can do?
Thanks for your reply.
1. I don’t have a single clue of these things. I’ll try to work it out myself. But it’s weird because when I uploaded the new theme on Saturday (the website is 6 years old and had another theme), I was the first visitor via tablet. How is it possible to be cached and see the mobile theme? Also, as I said before, when I used the Samsung tablet, at first I saw the site fine, the way it was supposed to look. But when I hit the home button via the menu, the mobile theme appeared. So, if it was something about cache, it should display the mobile theme from the start and not after a while, right?
2. I wasn’t very clear about it. I’m aware how to set ads in the predefined spaces, as you’ve done an excellent job to make the interface very easy. I want to display ads after the header, as I point in the following screenshot: http://i.imgur.com/ukhxM2Q.jpg
3. The code works. Thank you!
Hi,
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files. Then test the search option again. Also if you use a child theme please switch to the main theme and if you have any customization done to the main theme, please try to restore the theme to it’s default code to see if the custom code does not affect the search option.
Let us know how it goes.
Thank you!
Hello,
1) This issue is cache related if the cache settings are not set properly, then the mobile theme can even show up on desktop. We have seen this also in some cases. There are another 2 caches you may have besides the plugin. There is a cdn server if you use it and some hosting providers have cache from the server side that some users are not aware of. Pleas also check these and set them properly and then test the site again.
2) You can use the theme ad spots to do it to soem extent. a header and footer ad will show up on every post/page/category but content ads are handled for posts by the article ads: https://forum.tagdiv.com/article-ads/ and the pagebuilder adbox element on pages. CAtegories do not have content ad possibilities except for sidebar ads.
As a note, you cannot have article ads or content ads of 728 px width because the main content width when using a sidebar is 696 pixels. you can only have 728px ads inside the content if you do not use sidebars.
3)The sibling categories can be removed with css if you use this code in the theme panel->custom css box:
@media(max-width:767px){
.td-category-siblings{
display:none!important;
}}
Thank you!
Hi Catalin,
I am using the latest version of Newspaper and Visual Composer. I cleared all caches and also deactivated all plugins and turned them on one at a time. I think I found the problem – the problem happens when I turn on tagDiv Mobile Theme. If this plugin is activated I cannot add a page? However I can add a post.
What do you think is causing this?
Best always….
Hello Socialfeed,
Please ensure that you are using the latest version of the theme -> Newspaper 7.1 and also, the latest version of the required plugins ->Social Counter 4.1 and Visual Composer 4.12. Try to clear all your plugins, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
If your problem is still there, please try to make a new clean install from scratch and install only the theme with the required plugins and check the results.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello, I have two questions regarding the theme (which is great) for my site: MoschatoTavros.gr
1. Mobile theme appears in tablets too. I tested two tablets. The first one is chinese (Teclast) and the mobile theme showed right away. I suspected that it was due to tablet’s fault, as it is fairly cheap, so I found a Samsung Galaxy Tab to test the site too. When I logged in for the first time, the desktop theme appeared, I clicked on a post and everything was fine, but when I clicked on my logo to go to the home page again, the mobile theme appeared.
I’ve configured the cache plugin exactly per your instructions.
2. I want to put a 728×90 Google Adsense ad in every post, page and category page of my site, like the one I have in my homepage. I don’t mind the code whether it’s html or php. Is there any way to do it?
Thank you.
Hello Jesus,
Please ensure that you are using the latest version of the theme (Newspaper 7.2) and also, the latest version of Visual Composer 4.12 in order to achieve the best result with the theme. Try to clear all your caches, purge CDN files if you are using the CDN system and try it again.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello Danny Froberg,
I have tested on my side the News Ticker block and everything seems to work as properly. Please ensure that your issue does not come from your conflicting plugins. Try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the eventual conflict.
Hope this helps!
Thanks for your understanding!
Hello MTmediagroep,
I have tested on my side and everything seems to work as properly, as you can see here -> http://screencast.com/t/g3ayOGZFSe So, if you are using the Seo Yost plugin, you will have more settings for category description editor, like this -> http://screencast.com/t/8KjNSpuK Also, please try to disable all the active plugins, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello viniciusc,
Please ensure that you are using the latest version of the theme (Newspaper 7.2) with the latest version of Visual Composer 4.12 and Social Counter 4.1. Try to clear all your caches, purge CDN file if you are using the CDN system and try again.
Hope this helps and let us know how it goes!
Thanks for your message!
Hi,
W3 total cache was our recommended cache plugin for a long time but from a few updates back they changed their code completely and that caused issues with our theme and we could not keep hacking our theme code to keep up with their changes so we decided to switch recommended plugins.
Thank you!
Fixed it!
For anyone who may face a similar problem in the future, clearing the server cache on GoDaddy’s Website Accelerator did the trick.
I have an odd problem – today I bought and installed the theme (from a demo), and some pages were not updating with the new theme. I figured maybe it was my browser cache but after clearing it, it did not change. I went so far as to put CloudFlare into Development Mode and then pausing it, as well as removing the Leverage Browser Caching code from my .htaccess file to no avail.
Some posts have updated, but the majority are still stuck on the old theme and I’m not sure what else to do at this point.
Thanks in advance!
Actually wp super cache didn’t help me too much in boosting pasge speed but w3tc does. Yes, it did cause this specific issue, i have to figure out what exact settings trigger this. I wonder if you make the theme compatible with w3tc anytime in the future as a large number of Newspaper users prefere w3tc over WP super cache. Have a nice day!
Hi guys,
I just cleared my Google Cache since the beginning of time and now my website is broken. None of the links work and there is no content on my homepage. My site is https://yourbetfriend.com
Would anyone know how to help? I cannot even access wp-admin … It still looks okay on my phone browser, but even when I use Safari or a browser generator it appears broken. I also just installed the “WP To Twitter” plugin right before doing this.
Can someone please help?!