New Landing How can we help? Themeforest Theme Support Flexform Two misbehaviors: Search element and Hide page footer/copyright bar

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Flexform
  • #181875
    rosanna
    Member
    Post count: 34

    Hello SI Team,

    1) the search element from swift page builder is not searching: whatever I type, it takes me to the Home page; (fyi: both the nav search and the search widget do work);

    2) I cannot hide the copyright bar with the proper option, but I can do if I hide the page header/top bar (but I want keep them!).

    So, I need your help.

    Rosanna

    #181883
    rosanna
    Member
    Post count: 34
    This reply has been marked as private.
    #182035
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option to hide the Copyright.

    #copyright.copyright-divider {
      border-top-width: 1px;
      display: none;
    }

    What is the page of the search? Also need admin credentials.
    Thanks

    -Rui

    #182149
    rosanna
    Member
    Post count: 34
    This reply has been marked as private.
    #182186
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .page-id-7526 #copyright.copyright-divider {
       display: none !important;
    }

    Thanks
    Mohammad

    #182418
    rosanna
    Member
    Post count: 34

    Thanks. I was hoping to have the option working, but it’s fine.
    Have you take a look at the search element? It is not searching, but only bringing back to the home page!

    #182443
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Are you talking about the search besides the menu? If, yes, it is working.

    Let me know.

    #182458
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I manage to replicate the issue. What do you have inside your htaccess file?

    -Rui

    #182553
    rosanna
    Member
    Post count: 34

    Now I have left only the search element that is not working.
    This is the htaccess content:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    AddHandler application/x-httpd-php53 .php .php5 .php4 .php3

    I am using Sucuri Security, but the “Restrict wp-content access” is not hardened.

    #182775
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please deactivate all plugins and check the search. Hope it should work.
    Thanks
    Mohammad

    #182857
    rosanna
    Member
    Post count: 34

    Hi,
    Unfortunately, it does not search even if I deactivate all the plugins.
    Any other clue?
    Rosanna

    #182906
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I fixed a problem in the theme I replaced this line

    
    $search_form .= '<input type="text" placeholder="'.$search_input_text.'" name="sf-search" />';

    by this one

    
    $search_form .= '<input type="text" placeholder="'.$search_input_text.'" name="s" />';

    inside the file flexform/includes/page-builder/composer/lib/shortcodes/search.php

    Hope it helps.

    -Rui

    #182910
    rosanna
    Member
    Post count: 34

    Now it works.
    Thanks!

    #182929
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Glad all working good, thanks to Rui.

Viewing 14 posts - 1 through 14 (of 14 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