Hi Simon,
Thanks for the reply, unfortunately the theme panel setting has been disabled as well, (http://www.screencast.com/t/LW5R8n1zRweK) but the query is still loaded.
Hi Catalin,
Thanks for your answer, i will try for it.
Hi,
Finally i am able to find out the real cause which is due to the Email Address Obfuscation by CloudFlare.
Hi,
Appreciate the reply, it helps a lot.
Thanks.
Hi,
I have tried so many ways but still the same. Is there any other method which i can apply the responsive CSS? So that i can get the correct layout before solving the problem. Thanks.
Hi,
Opps, seems like just now it was still cached. I’ll give it another try by disabling all the plugins and suspicious js to see whether i am lucky enough to trace the root cause.
Hi,
Please see this post, it renders everything right.
http://www.moretify.com/2015/11/%E4%BD%A0%E7%9F%A5%E9%81%93%E6%9C%9D%E9%B2%9C%E5%A5%B3%E4%B8%BA%E4%BD%95%E4%BB%8E%E6%9D%A5%E4%B8%8D%E7%A9%BF%E8%A3%A4%E5%AD%90%EF%BC%81%E7%9C%9F%E7%9B%B8%E8%AE%A9%E6%88%91%E5%82%BB%E7%9C%BC/
But, other posts not. This is weird because i all the elements are added in loop-single.php, header.php and footer.php
Basically these are the code which i added. Usually i will draft in Notepad++ and move into theme panel by copy and paste.
If necessary, i will provide the admin login for you to check, thanks.
-
This reply was modified 10 years by
Bogdan B..
You may go to my side for further investigation, thanks.
Hi Catalin,
Thanks, will use the CSS method.
Alright, i will try, thanks.
Hi Bogdan,
I realize that currently the post view is not accurate. According to Google Analytics, one of my page has 300K pageview, but website only shows 104K. Please advise.
Hi,
I would like to place the addthis social button below of “Article Top Ad”.
From this http://www.screencast.com/t/d4KMgSwa4
to this http://www.screencast.com/t/9INlNVIkMoU
Currently i modified loop-single.php as this. Please advise how to achieve, thanks.
<?php echo $td_mod_single->get_social_sharing_top();?>
<div class="td-post-content">
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_jumbo_share"></div>
<?php
// override the default featured image by the templates (single.php and home.php/index.php - blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
} else {
echo $td_mod_single->get_image('td_696x0');
}
?>
Hi Bogdan,
Thanks.
Hi,
Thanks.
Hi,
Thanks.
Hi,
Thanks.
Hi,
Thanks for the quick reply.
Hi,
Thanks for the reply.
Hi,
Thanks for the advise. I do hope in future Visual composer for post can be enhanced.