New Landing How can we help? Atelier SUPER SEARCH FULL SCREEN LOGO & FILTER

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Atelier
  • #313864
    gflwrg
    Member
    Post count: 113

    Hello, I have got some issues with the super search.

    1) Firstly, could I have a white border around the “search” button and change button background to white upon hover?

    2) Super search doesn’t allow me to add filters. Nothing happens when I click “add filter button” – See image

    3) The logo blends into the full screen page when I scroll – See image I dont’t mind but at least would like the logo to change to the white version.

    Many thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #314152
    David Martin – Support
    Moderator
    Post count: 20834

    1)

    #fullscreen-supersearch .sf-super-search .search-go a.sf-button {
        border-color: #fff!important;
    }
    #fullscreen-supersearch .sf-super-search .search-go a.sf-button:hover {
        background-color: #fff!important;
        border-color: #fff!important;
        color: #222!important;
    }

    2) Will need a working login to check. Have you added any product attributes that contain a published product?

    3) When you scroll the black logo is shown:

    #314189
    gflwrg
    Member
    Post count: 113
    This reply has been marked as private.
    #314462
    David Martin – Support
    Moderator
    Post count: 20834

    2) Yes I see that, this is not something I can replicate on my dev version. Please can you disable all plugins leaving only Swift Framework and WooCommerce active whilst we investigate.

    3) You have switched the color to white now, do you mind me switching it back to black or are you keeping as white?

    #314507
    gflwrg
    Member
    Post count: 113

    Hello mate,

    2) I have deactivated the plugins, please proceed.

    3) You can proceed with changing the colour back to black.

    Look forward to your response. Many thanks David.

    #314508
    gflwrg
    Member
    Post count: 113

    Also, my global header had gone AWOL!

    It was present last night. I have played with the theme options but still no progress in getting it back.

    #314509
    gflwrg
    Member
    Post count: 113

    My footer has also gone AWOL.

    #314830
    David Martin – Support
    Moderator
    Post count: 20834

    You do not have any footer widgets:

    Or Global widgets:

    One of your plugins is causing the Super Search conflict. If you disable the plugins you can see it now works correctly:

    #314843
    gflwrg
    Member
    Post count: 113

    Hello David, the widgets were all active before you tried helping with the recently viewed issue

    If you activate the main theme, they all show up but not on the child theme. The child theme is the one you worked on with the ftp details.

    Also, I would think the child theme is meant to show what has been made active on the main theme. widgets etc.

    Could I not just import and export, it’s a pain starting all over again.

    ————

    In regards to the filter issue, I will activate the plugins one by one to see which is the culprit. Also, any updates on the fullscreen & logo issue?

    Many thanks for your help mate, I appreciate it.

    #315094
    David Martin – Support
    Moderator
    Post count: 20834

    1) If you activate the child/parent theme you will need to add the widgets again. It’s not caused by the added code. WordPress thinks you have activated a new theme when you activate a child/parent. – Drag them from the Inactive Widget area.

    2) Have you tried setting the Page Header Type to Naked Light?

    #315111
    gflwrg
    Member
    Post count: 113

    1) Hello mate, you’re right. The widgets are at the bottom in the inactive section.

    2) I tried the Naked Light option and it sits on the slideshow instead, covering almost the entire top half of it, though it fixes the full page supersearch issue.

    I have not changed the it back to standard and it seems to behave itself.

    Many thanks mate, you’re a star!

    #315157
    gflwrg
    Member
    Post count: 113

    2) I tried the Naked Light option and it sits on the slideshow instead, covering almost the entire top half of it, though it fixes the full page supersearch issue.

    I have not changed the it back to standard and it seems to behave itself.

    Many thanks mate, you’re a star!


    Please disregard previous confirmation

    2) Issue is back again. Could not use naked header as it covers almost top half of my slider. Could I use the naked header and add a decent amount of space below the header? 🙁

    #315527
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    First can you update to the latest theme version?
    https://www.dropbox.com/s/1vf5jbit13zrcky/Screenshot%202017-02-28%2018.49.40.png?dl=0

    Can you provide me an example url of the issue 2)

    Thanks

    -Takanakui

    #315671
    gflwrg
    Member
    Post count: 113

    Hello, I already updated the theme as soon as the update came out.

    2) Image is the same issue as image 1 attached in the beginning of the post above. The logo background changes when the page is scrolled up.

    I’ll be honest with you guys, I appreciate your help and all but I feel I will be right in critisising the time it has taken to assist in resolving this issue. I’m either left in limbo after providing required information or just not responded to.

    We’re all running one business or the other afterall. This delays have a negative impact on our businesses. I hope you understand.

    #315997
    David Martin – Support
    Moderator
    Post count: 20834

    Apologies for the delays and inconvenience. This CSS should sort it all out for you. Please add this to Theme Options => Custom CSS:

    .fs-aux-open #logo img.standard,
    .fs-aux-open .is-sticky #logo img.light-logo {
      display: none !important;
    }
    .fs-aux-open .is-sticky #logo img.standard,
    .fs-aux-open #logo img.light-logo{
      display: inline-block!important;
    }
    .fs-aux-open #logo h2 {
      color: #fff;
    }
    .fs-aux-open .is-sticky #logo h2 {
      color: #000;
    }

    Thanks.

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register