Tagged: x
-
AuthorPosts
-
October 26, 2016 at 9:24 am #1231568
StefanoParticipantHi support,
I’m playing around with Google Analytics. I registered and I put the code, everything is working fine. I didn’t get whether I have to paste my code within every page I want to track (header or footer) or is this done automatically by the plugin? In case this is not done automatically, is there any plugin to avoid copying and pasting the code every time I make a new page/post? Thanks!
Cheers,
Stefano
October 26, 2016 at 10:46 am #1231692
JoaoModeratorHi Stefano,
You can use the Google Analitycs Addon provided by X.
Go to WP Admin Dashboard > Addons > Install the plugin and paste your code there.
Hope it helps
Joao
October 26, 2016 at 11:25 am #1231769
StefanoParticipantHi Joao,
Thanks for answering. I already did it. My question is: does the plugin automatically insert the code in the header (which I selected in the setting) of each piece of content I want to track or do I have to manually insert it?
Thanks again,
Stefano
October 26, 2016 at 11:59 am #1231848
RahulModeratorHey There,
Thanks for writing back!
The code will work for all the pages of your site. For more information, you can follow the setup guide of Google Analytics Plugin :
https://community.theme.co/kb/extension-google-analytics/
Hope this helps, thanks for understanding!
October 26, 2016 at 2:09 pm #1232023
StefanoParticipantWonderful (as usual). Thanks A LOT!
Stefano
October 26, 2016 at 2:40 pm #1232062
RahulModeratorGlad we were able to help you out.
Let us know if we can help with anything else.
Thanks for using the X-theme!
October 26, 2016 at 4:42 pm #1232157
StefanoParticipantYes Rahul,
I have another problem (should I open a new topic?).
I’m trying to remove the hover effect over images and I found a css code partially working.
.entry-thumb:before {
content: “” !important;
}.x-recent-posts a:hover img {
opacity: 1;
}This code removes the hover effect on the blog page (my home page at http://www.ifeelliketraveling.com) but not when I open the blog post (the only one I have).
I also noticed that the color of the hover effect changes as I change the color of site links in the typography section.
I found a lot of other codes, tried them but I don’t have any skill to properly understand them.
I want to remove the hover effect everywhere. Hope you can help!
Thanks.
October 26, 2016 at 11:02 pm #1232589
LelyModeratorHi There,
It is coming from PIN IT. On hover this class pinit-hover was added on the image with the following property:
img.pinit-hover { opacity: .5!important; filter: alpha(opacity=50) !important; }Now we have to override that CSS to prevent the changes. Try adding the following code on Appearance > Customize > Custom > Edit Global CSS:
img.pinit-hover { opacity: 1!important; filter: initial !important; }Hope this helps.
October 27, 2016 at 4:22 am #1232838
StefanoParticipantHi Lely,
It worked perfectly. Thanks!
October 27, 2016 at 5:08 am #1232891
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1231568 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
