Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1231568
    Stefano
    Participant

    Hi 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

    #1231692
    Joao
    Moderator

    Hi 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

    #1231769
    Stefano
    Participant

    Hi 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

    #1231848
    Rahul
    Moderator

    Hey 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!

    #1232023
    Stefano
    Participant

    Wonderful (as usual). Thanks A LOT!

    Stefano

    #1232062
    Rahul
    Moderator

    Glad we were able to help you out.

    Let us know if we can help with anything else.

    Thanks for using the X-theme!

    #1232157
    Stefano
    Participant

    Yes 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.

    #1232589
    Lely
    Moderator

    Hi 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.

    #1232838
    Stefano
    Participant

    Hi Lely,

    It worked perfectly. Thanks!

    #1232891
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1231568 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>