New Landing How can we help? Themeforest Theme Support Flexform Center FAQ Nav and change text

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Flexform
  • #99469
    KerplunkDesign
    Member
    Post count: 46

    Hello,

    I’ve searched for this but only found a way, in the Dante forum, to center the actual faqs. I’d like to center the FAQ nav buttons on the page. They are more justified to the left. I’d like them centered. Both when the browser is full size and when scaled to smaller sizes for responsiveness. When browser is scaled now the FAQ buttons align to the left, I want them centered. How do I get this to happen?
    Also, how do I change the text at the top from “Browse F.A.Q. Topics” to something custom?

    Thanks!

    #99484
    KerplunkDesign
    Member
    Post count: 46

    I’ve found the way to change the text in the faq.php. But would still like the buttons centered.

    Thanks!

    #99485
    KerplunkDesign
    Member
    Post count: 46

    I’m also wondering how I can adjust the page anchors for the FAQ Nav buttons. When they are clicked now, the go to the correct topic, but the mini header covers the topic title. I’d like to adjust this so the Topic Title is below the mini header not under it. I know this is done with page anchors but how do I change the pixel position of those anchors for the FAQ Nav buttons?

    #99815
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .faqs-nav li a {display: block !important;text-align: center !important;width: 100% !important;}
    h3.faq-section-title{margin-top:109px !important}

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #99966
    KerplunkDesign
    Member
    Post count: 46

    Hi Mohammad,

    Thanks for your help on this! That code doesn’t quite achieve what I was hoping for. I may have not been terribly articulate over what I was looking for. Sorry about that. I’ve attached an altered screen shot with a note on what I’d really like to see.

    Also, I see what you were thinking for the faq-section-title{margin-top} but that code isn’t achieving the desired instance. Even when I change the pixel number to more than double, the buttons are still anchored to the first question in a given section. I’m wondering if it is a PHP thing…? Is that where page anchor setting would be? And at that point is it just something I live with…

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #99982
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please use this custom css code:-

    ul.faqs-nav li :nth-child(even){margin-left:75px !important;}
    div.faq-hide{display:none:height:100px}
    

    2- Please open to edit faqs.php at /flexform/includes/page-builder/composer/lib/shortcodes/ through FTP software.

    Find this code:-
    $items .= '<h3 class="faq-section-title" id="'.$cat->slug.'">'.$cat->name.'</h3>';
    Replace with:-
    $items .= '<div class="faq-hide" id="'.$cat->slug.'"></div>';
    $items .= '<h3 class="faq-section-title" >'.$cat->name.'</h3>';

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #100019
    KerplunkDesign
    Member
    Post count: 46

    Hi,

    I’m sorry but that code isn’t working.

    Would it have anything to do with me using a child theme?

    #100035
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I see that you removed my code without checking me. Apply my code again and change this css-:

    div.faq-hide{display:none:height:100px}
    TO
    div.faq-hide{visibility:hidden:height:100px}

    Thanks

    #100046
    KerplunkDesign
    Member
    Post count: 46

    Hi,

    Ok, I’ve got the FAQ page anchors to work properly now. Thank You! But still don’t have desired space between the FAQ button columns as shown in pic above.

    #100181
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I removed code as i gave you last time and used this:-
    ul.faqs-nav li:nth-child(even){margin-left:75px !important;}

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #100295
    KerplunkDesign
    Member
    Post count: 46

    That space will getcha! Perfect, Thank you!

    #100302
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

    – Kyle

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