• Resolved katvaih

    (@katvaih)


    Haven’t touched a thing, just updating widgets/adding to footers and now 2 3 and 4 disappeared from the home page.
    They are still showing up under widgets in dashboard, but you can’t see them in customize theme options
    Don’t know what to do at all.

    I”m not sure what information you need my site is pictureperfectsystems.com

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey katvaih,

    Gone through your issue… It’s not a serious issue, no need to worry.
    You just have to check your footers <div> with ID: “about”, “contact” and “find” they got “hidden” class somehow and in your bootstrap.css it is coded that: .hidden{display:none}

    That’s why they are not showing up. Hope that info will help you and you will fix the issue at your own.

    In case you need any help, we will love to help you.

    one more issue we found on your site is your logo is missing: reason is its src is missing. Your site also showing some jQuery errors also. Need to be fixed soon ??

    Thread Starter katvaih

    (@katvaih)

    Thank you very much for your response. I’m not sure which jQuery errors are you referring too? could you please elaborate ? :)) I”m so not tech savvy !!! And the site might not be showing the logo because there isn’t any, at least I don’t have one. or you referring to something else ?

    Hello Katvaih,

    Here are the following js error that we could see on your site.

    1. TypeError: jQuery(…).scrollTo is not a function
    2. Error: Syntax error, unrecognized expression: [href=#find]

    You can ask your developer to check that.

    For Logo: okay ??

    Thanks,
    CedCommerce

    Thread Starter katvaih

    (@katvaih)

    One more question:))

    You just have to check your footers <div> with ID: “about”, “contact” and “find” they got “hidden” class somehow and in your bootstrap.css it is coded that: .hidden{display:none}

    What should it say if i want to be able to see it ? what code should be there ?

    Hello,

    For example for ABOUT section this is the html code

    <div id="about" class="container-fluid hidden">
          <Some html code inside>
    </div>

    this must be replaced by

    <div id="about" class="container-fluid">
          <Some html code inside>
    </div>

    Note: “hidden” class is removed.

    Thanks
    CedCommerce

    Thread Starter katvaih

    (@katvaih)

    and what line number would that be :)) ??
    You talking to a blonde over here :)))

    I’m looking in the CCS for theme , right ?

    Hello,

    When we see source-code of your page then in line number 286.

    But this would not be same in theme file. So here is the quick solution.

    Please write below code in your main.css in the bottom (https://pictureperfectsystems.com/wp-content/plugins/igniteup-template-compact/template/css/main.css?ver=3.2)

    #about, #services, #find{
    	display: block !important;
    }

    Thanks,
    CedCommerce

    Thread Starter katvaih

    (@katvaih)

    Thank you so much !

    Pleasure to help you ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Footer 2 3 and 4 disappeared .’ is closed to new replies.