Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #995932
    jamces
    Participant

    Hey guys, bought the theme and love it. Had about 10-20 times I needed help but the forum and a bit of searching helped amazingly.

    There’s a weird grey bar at the end of every page.

    The pagnation for the blog “1,2,3,4” etc when not hovered over is white unless it’s the page you’re on. So you can’t see the 2,3,4 etc unless you’re on it or hovering over.. Can’t figure out how to change the colour?

    Thanks guys!

    #995933
    jamces
    Participant
    This reply has been marked as private.
    #996136
    Friech
    Moderator

    Hi There,

    Thanks for writing in! The grey bar at the bottom of your page seems to be cause by a plugin, please do a testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Regarding the pagination, you can add this under Custom > CSS in the Customizer.

    .x-pagination a, .x-pagination span {
    	 background-color: #2a2a2a;
    }

    But first add the missing closing bracket of this block of code on your custom css in customizer.

    (max-width: 979px) {
        .x-navbar .x-brand {
            max-width: 239px;
            width: 75%;
        }

    Hope it helps, Cheers!

    #1000290
    jamces
    Participant

    Hi guys, thanks for the fast reply!

    I added the new CSS code but it didn’t make a difference. It reads:

    @media (max-width: 979px) {
    .x-navbar .x-brand {
    max-width: 239px;
    width: 75%;
    }

    .x-pagination a, .x-pagination span {
    background-color: #2a2a2a;
    }

    Is that right?

    #1000707
    Rue Nel
    Moderator

    Hello There,

    The correct code should be this:

    .x-pagination a, .x-pagination span {
    	 background-color: #2a2a2a;
    }
    
    @media (max-width: 979px) {
        .x-navbar .x-brand {
            max-width: 239px;
            width: 75%;
        }
    }

    http://prntscr.com/b65vfs

    Please always keep in mind that all @media css block should be at the bottom of all the other codes.

    #1005317
    jamces
    Participant

    <3 thanks guys!

    #1005326
    Rahul
    Moderator

    You are most welcome!

    #1005332
    jamces
    Participant

    Just one more thing, when I try to add google remarketing code to footer.php, as told to do in tutorials, it messes the whole thing up!

    #1005376
    Thai
    Moderator

    Hi There,

    Could you please provide us with your google remarketing code?

    Thank you.

    #1005398
    jamces
    Participant
    This reply has been marked as private.
    #1005417
    Rahul
    Moderator

    Hi there,

    Please check if the below part in your code is properly formatted :

    <div style=”display:inline;”>
    
    </div>

    If it is not needed, please remove it and try to add your code.

    Thanks

    #1005428
    jamces
    Participant
    This reply has been marked as private.
    #1005453
    Thai
    Moderator

    Yes, it will work πŸ™‚

    This part is not necessary:

    <!– Google Code for Remarketing Tag –>
    <!————————————————–
    Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
    β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”>

    You can remove it.

    Regards!

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