• I just updated to Pro – woo!

    I’m seeing all my pages listed in the footer of my site, below the copyright section. Can’t seem to find out why it’s pulling that info, or how to remove it. Any advice would be great.

    For reference, my site: https://www.valisemag.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Yay ??

    Go to Appearance -> Menus and uncheck the “Footer Navigation” from Menu Settings and click Save.

    Thanks

    Thread Starter valisemag

    (@valisemag)

    It wasn’t checked to begin with. There is also no menu selected for that section.

    Any other ideas? ??

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS

    #footer_menu .menu{
        display:none;
    }

    Thanks

    Thread Starter valisemag

    (@valisemag)

    Thanks, that worked. Will that code persist through updates?

    New issue: there’s no pagination on my blog page (valisemag.com/blog)

    Thread Starter valisemag

    (@valisemag)

    Also, it’s showing the featured image at the top of each post… how do I turn that off?

    These were all things I had solved in the lite version, not sure what turned them all back on during the upgrade ??

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    1. If you insert your custom css in Appearance -> Customize -> Custom Code -> Custom CSS, it’s update proof. It will be there even after you update the theme to latest version.

    2. Pagination fix – Insert this in custom CSS

    .ast_pagenav .page-numbers {
        display:inline-block;
    }

    3. You can turn off featured image from Appearance -> Customize -> Post & Page -> Post Settings and turn off “Show Featured Image”

    Since you are a pro user you can avail your premium support from Optimizer Premium Support Forum:
    https://optimizerwp.com/support/theme/optimizer/

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Pages Listed in Footer’ is closed to new replies.