thanks, i just sent the email.
I solved, only the code had to be put:
{
“vars”: {
“account”: “UA-xxxx-3”
},
“triggers”: {
“trackPageview”: {
“on”: “visible”,
“request”: “pageview”
}
}
}
-
This reply was modified 7 years by
ghostmi.
hello, I did as you advised, apparently everything is fine, but the statistics are not recorded … something does not work … could you help me?
Below I port as I put the code on the site in the amp area.
https://i.postimg.cc/bNJyjjLj/amp.jpg
I add: I inserted the cage in the head as the directions say and as you told me to do in the post above. here’s how I see the code now:
https://i.postimg.cc/ncJHCDHp/amp2.jpg
thank you
-
This reply was modified 7 years by
ghostmi.
ok, thank you
but I do not want to change the style, but add more parts only in the mobile version
hello, thanks for the reply, I saw that in the path wp-content/themes/Newspaper/mobile/ there is a mobile theme …. in this folder is not present the responsive version of the theme?
I thought about this, and then I wonder if I can add a new personal area at the top of the site responsive mobile version (not the mobile plugin).
in this case I ask which page (example: wp-content/themes/Newspaper/mobile/header.php) should I change?
I hope to erremi explained well 🙂
thank you
thank you so much Simion, so it works
hello, someone could tell me why the same change suggested by fikrizaky2711 on this site https://goo.gl/Z7MAFV works, but on this https://goo.gl/9PdzH9 no?
-
This reply was modified 7 years by
ghostmi.
hello fikrizaky2711, meanwhile many thanks for your availability, I added your code as pictured here:
https://s8.postimg.cc/jny8qcrdx/Senza_titolo-1.jpg
but nothing has changed.
the site where I am testing is visible at the link https://goo.gl/xu7CEM
what am I doing wrong?
hello and thanks again
thanks for the reply, I just need to know in which div of the header I have to go to customize the css, I would be grateful if you can only give me this information.
thank you
Hi, I would like to do this too, but I can not figure out how to do it, can you help me?
Thank you very much
thank you Catalin, I solved by disabling Rocket loader from Cloudflare
hello, I replaced
.sf-menu {
visibility: hidden;
}
.td-js-loaded .sf-menu {
visibility: visible;
}
with
.sf-menu ul {
visibility: hidden;
}
.td-js-loaded .sf-menu ul {
visibility: visible;
}
but nothing has changed
-
This reply was modified 9 years by
ghostmi.
I point out that after upgrading my menu was no longer in a single line and I added css custom code in this:
.sf-menu > li > a {
padding: 0 5px 0 5px;
}
Thanks!
Hi
site url is http://www.cinefilos.it
Thanks!
this solution has helped me with the same your problem
https://forum.tagdiv.com/topic/solution-for-fixing-image-problem/
it worked for me, thanks
I have the same problem on http://www.lifestar.it, could you help me?
I upgraded wp, theme and vc but no solution …
thank you
site url cinefilos .it
hello
hello, it was the code of the header banner 728
<div class=”td-visible-desktop”>
</div>
<div class=”td-visible-tablet-portrait”>
</div>
something has changed about these codes?
Now I only put the code for untagged div
I add now that I put it in the main theme and working properly
Thanks
?