Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1314077
    jchurch7
    Participant

    My footer widget displays perfectly on each page except for the blog page – http://dev.independentstavecompany.com/index.php/news/. Thoughts on correcting this issue?

    Running:
    WordPress 4.5.3
    Cornerstone 1.3.3
    XTheme 4.6.4

    #1314093
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You have the following custom rule that affected to the footer elements
    (display: inline;).

    
    li {
        display: inline;
        list-style: outside none none !important;
    }
    

    Please try removing it.

    Thanks!

    #1314122
    jchurch7
    Participant

    Thank you for your response. I cannot find that code in my custom CSS to remove. Can you be more specific on where it is?

    #1314143
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To edit the footer content at the bottom of the page, head over to Appearance -> Customize on WordPress back-end. Then click on the Footer tab on the Customizer menus. There you will see a section called “Footer Content”.

    Thanks.

    #1314531
    jchurch7
    Participant

    Hi Rahul,

    I have looked through all our custom css and can not find what you referenced.

    I’ve looked under the following paths:
    Appearance > Widgets
    X Theme > Customizing > Widgets
    X Theme > Custom > Edit Global CSS
    X Theme > Customizing > Footer

    It is only the blog page that the widget menus are not displaying correctly. Please see attached screenshots.

    Thank you for your help.

    #1314613
    Jade
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1314697
    jchurch7
    Participant
    This reply has been marked as private.
    #1314999
    Friech
    Moderator

    Hi There,

    The code is on your individual blog posts (Settings > Custom CSS). It seems you added it to inline the print and download icon.


    screenshot

    Please remove those codes. And add a class inline-links on your Text element instead.


    screenshot

    Hope it helps, Cheers!

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