No search results were found in Documentation!
Hello nairolf2013,
Please ensure that you have right implemented the code because I have tried again on my side and everything seems to work as properly. Also, try to clear all your caches and check it again.
Thanks for your understanding!
Hello Petter,
I have checked your website in the mobile mode and your images still working as expected. Probably, you have a caching problem which is temporary. Also, please notice that we recommend using the WP Super Cache as caching plugin and not WP Rocket which is known to be a problematic plugin for our theme. If this problem will reappear, please replace the WP Rocket with WP Super cache plugin to obtain best results in the theme.
Thanks for your understanding!
I disabled all plugins and haveing update the new wp super cache plugin , still haveing the same issue , its still the same issue i’m facing , i think its problem i coming from the theme since then I updated the theme, its showing this problem
I did all this:
Update the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ also update Visual Composer at V 4.12 which is included in theme’s path: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ deactivate all plugins except VC, clear all caches, purge cdn files if you’re using then test again.
But Visual Composer not working. Any other ideas?
Hi there, like every update before, v 7.3 works perfect for me. Pics in mobile version have been gone away, but simply cleaning the cache (WP Rocket) did it for me. Thank you. If you wanna have a look: http://www.NRWZ.de
Sincerly
Peter
Hello hypemediasd,
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 advice, please provide your website URL so I can inspect it closer the issue.
Thanks for your message!
Hi
Please make sure that you update the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ also update Visual Composer at V 4.12 which is included in theme’s path: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ deactivate all plugins except VC, clear all caches, purge cdn files if you’re using then test again.
Let us know how it goes and if the problem persist please provide your site url so we can have a closer look.
Thanks!
Hi
I’ve checked your site and couldn’t find the indicated error, now the site works fine: http://screencast.com/t/S9962ku4m If you still have this issue try to deactivate all plugins, clear all caches then test the site again.
Let us know if you need further assistance on this.
Thanks!
Hi
I’ve checked your site and the links form mobile menu works fine on my end. If you still have this issue try to deactivate all plugins except Visual Composer, clear all caches then test the site again.
Let us know if you need further assistance on this.
Thanks!
Hello christinarroot,
Perhaps, might be a problem regarding on caches. Please try to clear all of these, purge CDN files if you are using the CDN system and test it again.
Thanks for your understanding!
Hi
Try to deactivate all plugin except Visual Composer, clear all caches then test the site again. Then activate TD Composer and check how it works. Note that the plugin is still a beta and is best to try it on a test wp-install. just to make sure that it won’t break site’s functionality. There might be a conflict between TD Composer and other plugin that you have installed in your wp.
The best environment for testing would be on a sub-domain with a fresh wp-install with this configuration:
– last version of wordpress
– last version of Newsmag (we did extensive testing and development on Newspaper but it should also work on Newsmag)
– TD Composer plugin
– optionally you can install Visual Composer.
Thanks!
Hi Catalin,
I found how comment the snippet to put one space for “Visits”, below is the code:
function get_comments() {
$buffy = '';
if (td_util::get_option('tds_p_show_comments') != 'hide') {
$buffy .= '<div class="td-post-comments">';
$buffy .= 'post->ID) . '"><i class="td-icon-comments"></i>';
$buffy .= get_comments_number($this->post->ID) . " " . "Comments";
$buffy .= '';
$buffy .= '</div>';
}
return $buffy;
}
function get_views() {
$buffy = '';
if (td_util::get_option('tds_p_show_views') != 'hide') {
$buffy .= '<div class="td-post-views">';
$buffy .= '<i class="td-icon-views"></i>';
// WP-Post Views Counter
if (function_exists('the_views')) {
$post_views = the_views(false);
$buffy .= $post_views;
}
// Default Theme Views Counter
else {
$buffy .= '<span class="td-nr-views-' . $this->post->ID . '">' . td_page_views::get_page_views($this->post->ID) . " " . "Visits" .'</span>';
}
$buffy .= '</div>';
}
return $buffy;
}
but for some reason:
- for comments works ok
- for visits, after the page is loaded the string “Visits” disappears
Currently I’m using your solution only for the Comments.
P.D.: I don’t understand why is happening, in my local server works like a charm (both changes) but on real environment, nope. I have paid attention to cache and I don’t use third plugins.
Thank you.
Hello svharishtech,
I have checked your website and the border-bottom for your menu items seems to work as expected, as you can see here -> http://screencast.com/t/xsQJYoprq0 Clear all your caches and test it again.
Thanks for your message!
Hello dndgh,
Please provide your website URL so I can inspect it closer. Also, please ensure that you have cleared all your caches, purged CDN files if you are using the CDN system.
Thanks for your understanding!
Hi
We didn’t got a similar report so fart and I am not sure why you have these errors or what generate these links. Try to deactivate all plugins except Visual Composer, clear all caches then test your site again and check if the errors are still there. Noe that it may take some time until google will index the site again and probably the links won’t disappear immediately.
Thanks!
Hi
Please make sure that you’re using V 4.1 of social counter plugin, clear all caches then test the site again. You also need to setup the plugin according with our documentation: https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/
Let us know if you need further assistance on this.
Thanks!
Hi
Please make sure that you configured Social Counter plugin according with our documentation: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/ clear all caches then test again.
Let us know how it goes and if you still need assistance on this please provide more details about your issue and also your site url so we can inspect it closer and get back top you with a more accurate answer.
Thanks!
HI
This image http://dev.ntv.ca/wp-content/uploads/2016/07/rncgeneric.jpg is smaller then 537x360px which is the size of first thumb from big grid, that’s why is not properly displayed: http://screencast.com/t/XPJGqg9NkwLE Try using a bigger image instead, clear the cache memory and test again.
Thanks!
Hello dardanmiftari,
Yes, could be some interference between these types of plugins and our theme which might create a lot of unknown issues. 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.
Thanks for your understanding!
Hi
I am not sure why this is not working on your site but you can try to deactivate all plugins except Visual; Composer, clear the cache and test the site again. Also make sure that you emended the video like here: http://screencast.com/t/RH4sdU33UNO
Thanks!
Hi,
I have checked your site and the ad code is there – http://screencast.com/t/ku0Xlrqa
Do you say that when you clear cache the ads appear also on that post? Then I guess it is a problem with you cache plugin configuration. Try to delete all the caches and then disable all your plugins except Visual Composer and see if they appear. We recommend Wp Super Cache plugin with this configuration – https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks!
Hi Catalin,
Thanks for this. I have added this code and it appears to have resolved the desktop/laptop browser issue. But when I look at an article on my Android phone, it is still rendering broken and disjointed as before.
I added the code as follows:
.td-post-author-name div {
display:inline!important;
}
I am not using the mobile theme by choice. I just want my site to use the regular responsive feature.
Is there any additional CSS coding I could use to force it to fix it in android?
I have emptied the cache after the change and emptied the cache in all browsers, but still no luck on the android side of things.
Thank you very much for your help.
Kind regards
-
This reply was modified 10 years by
MESOTU.
I have been using smart list2 for all my articles, and for ads I’m using header ads – http://curiosityhuman.com/ , as u can see ads are appearing, also here – http://curiosityhuman.com/top-10-hottest-women-world-2016/ , but here in another post ads are not appearing – http://curiosityhuman.com/top-10-adult-bollywood-movies/ .. but by viewing from WordPress preview changes – I can see ads – http://prnt.sc/c0929y , Once I deleted the caches , ads start appearing after loading page , that disappeared, let me know if u required more details , and plz help me to fix this.
Hi
Please make sure that you configure social counter plugin according with our documentation: https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/ clear all caches then test the page again.
If you still need assistance on this please provide your site url and more specific details about your issue so I can inspect it closer and get back to you with a more accurate answer.
Thanks!
Andrei L tagDiv!
Hello nairolf2013,
If your page speed without using the mobile theme plugin is greater than with this plugin turned on, it seems that you have optimised your website and these settings will not be applied for the mobile plugin. Actually, if you have received results better than with mobile theme, you can disable the plugin.
For your second request, this behaviour appears when you have server cache or you are using the CDN system. Purge the files and clear your server cache and test it again.
Thanks for your understanding!