New Landing How can we help? Themeforest Theme Support Neighborhood Questions on FAQ section

Viewing 4 posts - 1 through 4 (of 4 total)
  • #140899
    neerajgulati
    Member
    Post count: 67

    Hi,

    Three questions on FAQ section:

    1. How do I reorder the FAQ in Faq sections. I want to bring some FAQ on top and push some down. please refer here for current display: http://shimore.com/faq/
    2. How do I add the FAQ to the link to the top right next to Login section. Refer to screenshot “FAQ placement”
    3. How to remove the FAQ count. Refer to screenshot file “FAQ Shimore”

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #141200
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding your questions:

    1) the Faqs are displaying by time and date. Use this plugin to reorder has desired. https://wordpress.org/plugins/post-types-order/

    2) Will check this one and get back to you

    3) Add the code below to your custom css option

    
    ul.faqs-nav{
    display:none;
    }

    -Rui

    #141214
    neerajgulati
    Member
    Post count: 67

    Thanks Rui.

    #141238
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Regarding 2 to achieve it you should edit the file sf-header.php located in “Neighborhood/includes/swift-framework/sf-content-display/”

    Find this line

    $aux_links_output .= '<ul class="menu">'. "\n";

    and replace

    by this one

    
    $aux_links_output .= '<ul class="menu">'. "\n";
    $aux_links_output .= '<li><a href="'.home_url().'/faq">FAQ</a> </li>'. "\n";
    

    the lower faq is the final part of the url and FAQ what appears as the text link.

    Hope it helps.

    -Rui

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