Hello,
I just installed your theme and I have two problems.
1. when I share my post on facebook, the picture doesnt show.
2. Counter of visits doesnt work, there is still 0 next to some articles, even there was 100% some visits.
Both things worked, but in some moment it stoped working. There wasnt installed new plugin since this issue.
I dont have active tagDiv Social Counter, but when it was, the problem was the same.
Thanks for help and have a nice day
Tony
Hi,
1. Please check our documentation from here -> https://forum.tagdiv.com/facebook-share/
2. If you are using cache plugin, please make sure that you have this option activate in theme panel -> http://prntscr.com/pyhohe -> https://forum.tagdiv.com/ajax-view-count/
Thank you!
Hello,
thanks a lot it helped. But I have few more things.
1. I tried to put to css this code:
.twitter-tweet {
margin: auto;
}
because I would like to have my tweets align to center. If is possible to do it some way?
2. I would like to have the share option in article, but it show only facebook like, I would like to send you screenshots, but dont know how…
3. I would like to ask, how to do our ads on sidebar – sticky. I set it on pages, ads work fine there. But no in the default sidebar. I need some code also or set it somewhere?
These 3 things are the last issue, everything works great, perfect theme :).
Hi,
1. I can help you if you provide me a link where I can inspect the tweets.
2. Please check in theme panel the share buttons -> http://prntscr.com/pyx17r also please check our documentation for this -> https://forum.tagdiv.com/design-post-pages-using-default-templates/
3. If you are using the sidebar from Appearance > Widgets then you’ll need to set in sidebar and ad box like this -> http://prntscr.com/pyx2mf and the code for ads can be set in one of these fields in theme panel -> http://prntscr.com/pyx32t you also can check our documentation for more details -> https://forum.tagdiv.com/custom-ad-spots/
If there is something that you do not understand or if there is still a problem, just let me know!
Thank you!
Hello,
1. here is the link with tweets, which is align to left: https://www.ruik.cz/kosovo-vs-anglie-vice-nez-jen-fotbalovy-zapas-oslava-pratelstvi-vsak-zakryva-problemy-mladeho-statu/
2. on this picture: https://prnt.sc/pyx17r where is the “social networks – Select active social share links and sort them with drag and drop:” in this link there is facebook, twitter and so on. But I choose in that menu only “naver”
3. I set everything. The ads show well on my pages. But I need that if you scroll down the article for example, so the ads go with you down. Because on pages, where I create it with composer, there you can click on sticky and the ads are moving. But in article or somewhere where you cant set it. So how can I do it please?
Have a nice day
Hi,
1. You can use this custom css to center align it -> http://prntscr.com/pz523v
twitter-widget{
margin-left: auto;
margin-right: auto;
}
The code need to be set in Theme panel> Custom code> Custom css
2. I think that this problem is related to this topic -> https://forum.tagdiv.com/topic/missing-social-icons-on-backend/
If you can not solved it just let us know!
3. Yes, you can make the sidebar in post sticky too, if you are using standard post stiles you can make a smart sidebar -> https://forum.tagdiv.com/smart-sidebar-2/ or you can use single post templates from tagDiv Cloud Library and edit them with tagDiv Composer to make the sidebar sticky .
Thank you!
Hello, thanks it also helped.
Sorry, but two more things.
1. I add to the theme panel – analytics code – to the header this code:
<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-97897298-1″></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘UA-97897298-1’);
</script>
I can use this, which is generated from google analytics account or I have to use this, what you write there:
<script>
(function(i,s,o,g,r,a,m)
{i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),m=s.getElementsByTagName(o)
[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’
https://www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-XXXXX-Y’, ‘auto’);
ga(‘send’, ‘pageview’);
</script>
and just change this ga(‘create’, ‘UA-97897298-1’, ‘auto’);
And I have to put the code also to do footer?
————–
2. I have active AMP /unfortunatelly I had to deactive the mobile theme, because it was really different seen than normal so I will try to set up this plugin later). But right now AMP plugin inform me that I have: Validated urls – 24 and Error index 8 446. Thats normal or I have to active the mobile theme, because before it work well until I deactive mobile theme plugin…
-
This reply was modified 6 years by
Tonyruik.
Hello !
1. Please make sure you insert the analytics code properly here: https://www.screencast.com/t/krMMFhu1b6
2. AMP will not work without Mobile theme. Find out how to setup mobile theme properly here: https://forum.tagdiv.com/the-mobile-theme/ ; https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Thank you !
Hello, I added this code there: (to the header) But I had two more questions.
<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-97897298-1″></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘UA-97897298-1’);
</script>
I can use this, which is generated from google analytics account or I have to use this, what you write there?
<script>
(function(i,s,o,g,r,a,m)
{i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),m=s.getElementsByTagName(o)
[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’
https://www.google-analytics.com/analytics.js‘,’ga’);
ga(‘create’, ‘UA-XXXXX-Y’, ‘auto’);
ga(‘send’, ‘pageview’);
</script>
and just change this ga(‘create’, ‘UA-97897298-1’, ‘auto’);
And I have to put the code also to do footer?
Hello !
You need to use the code that google provided you and you have to implement it between header tag. You can also try the method found here: https://www.monsterinsights.com/how-to-add-google-analytics-to-wordpress-without-a-plugin/
Thank you !
Hello,
please I have problem with post category. If you open this site: https://www.ruik.cz/premier-league/
So there you can see first 8 posts from category premier-league, but when I press load more button, so there are another 8 posts from all categories, what is not set for all categories. Another thing is that in my computer with chrome, it works well, but in firefox or my friend computer on chrome also doesnt work well.
It worked fine few days before and since than I installed only wp super cache and setting it as you wrote. Any more change on the website.
Thanks for help and have a nice day
Hello !
Please make sure that your posts have only 1 category. If you have a post that has more than 1 categories assigned then that post will appear in all the categories. This happened after installing the cache plugin is not an issue. You had that issue before but you couldn’t see it until now because your website was cached.
I hope this was helpful !
Thank you !
Hello !
Sorry for misunderstanding your issue !
Unfortunately this option is not implemented in Newspaper Theme at the moment, Our developers are working in implementing this feature in the future.
As a quick fix you can edit this 2 files in order to have it:
https://prnt.sc/q2ob1y ; https://prnt.sc/q2obj0
I hope this was helpful !
Thank you !
Hello !
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
Our team will take a look !
Thank you !