New Landing How can we help? Themeforest Theme Support Neighborhood Move Super Search in the area where promo bar appears

Viewing 15 posts - 1 through 15 (of 23 total)
  • #136935
    disisid
    Member
    Post count: 36

    I am trying to move the super search (so that it stays open on all pages) just like promo bar. Can you suggest me how can I do this? If it requires customisation in php, I am okay with that.

    Attachments:
    You must be logged in to view attached files.
    #137062
    disisid
    Member
    Post count: 36

    Hi,
    Please help me on this. I am looking for a solution on this.

    #137110
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    So you want to move the super search link into the promo bar area? I’m afraid that’s not possible sorry

    – Kyle

    #137146
    disisid
    Member
    Post count: 36

    Kyle,
    Please don’t take it in a negative manner but your answers mostly seem to be either of the following
    a) I am afraid that’s not possible
    b) I am sorry that’s not covered under our support.

    Common, I am not asking you to do that. I am just asking you to help me out – probably help me out on files where I can get started to do this.

    Please help me out on this.

    Thanks

    #137153
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The super search and promo bar and associated with completely different files. The code for the super search is in sf-header.php, along with sf-supersearch.php

    I wouldn’t know how to move it around without researching it myself, unfortunately this is beyond our scope of support. Hope you can manage to figure it out

    – Kyle

    #137182
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Apologies, I was just reminded that in version 2.0 we added the Super Search page builder asset. So you can add it elsewhere on your page, for example the top, and then add the rev slider below 🙂 Hope that helps

    – Kyle

    #137261
    disisid
    Member
    Post count: 36

    Oh, alright. Yeah, I tried that earlier but that means I will have to add it on every single page and if I am using sidebar on some pages – it won’t fit in right. I will see if I can somehow add to the header php so that it stays on all pages. Thanks anyways 🙂

    #137265
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

    #137736
    disisid
    Member
    Post count: 36

    Hey I was just wondering – Okay this might not be included in support. But is it possible to include Ed in this conversation. This can be a pretty interesting feature to come up in future releases.

    Can you do that?

    #137853
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Just forwarded this topic to Ed so he can read it and possible consider it or not for a future update. Thanks.

    -Rui

    #137979
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You could add it to the footer.php with the following php:

    
    <?php echo sf_supersearch(); ?>
    

    We’ll consider it for a future update, but that would be your best bet.

    – Ed

    #140051
    disisid
    Member
    Post count: 36

    Hey Ed, Thanks I added this code to header.php

    <?php
        if ($ss_enable && sf_woocommerce_activated()) {
           echo sf_super_search();
        }
    ?>

    and this is creating extra space below the footer. I have raised this issue here: http://www.swiftideas.com/forums/topic/extra-spacing-below-the-footer/

    How can I remove this?

    #140096
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please follow this topic http://www.swiftideas.com/forums/topic/extra-spacing-below-the-footer/. Kyle have replied there.
    Thanks
    Mohammad

    #140478
    disisid
    Member
    Post count: 36

    This is Kyle’s Response:

    Kyle – SUPPORT
    January 9, 2015 at 2:16 pm #140348

    You have another topic about this don’t you? Can you ask the developer on the other topic

    – Kyle

    @Ed, Can you please help?

    #140869
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I tried to figure this out without success and it seems to be related with the css of the product options inside the Super Search. Specially the display and position properties.

    
    .sf-super-search .search-options .ss-dropdown {
    float: none;
    display: inline-block;
    outline: 0;
    margin: 0 5px;
    position: relative;
    }

    When Ed comes online will ask to look at this topic ASAP.
    Thanks

    -Rui

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

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

License required for one of the following items
Login and Registration Log in · Register