ShortCodes

Home Forums Fitness Pro Forum ShortCodes

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #73777
    Derek DDerek D’Alessandro
    Participant
    • Topics: 11
    • Replies: 37
    • Total: 48
    Member since: May 26, 2017

    Adding short codes to widgets results in the actual short code showing up in the page.

    I am trying to do the following:

    1. add the social links to replace the recent posts section in the footer. I added the social short code to a text widget in Footer 3 but it showed up in position 4 and was just the text of the shortcode not the links.
    2. I need to suppress some pages from the mail tab navigation but cannot. all new pages automatically appear in the tab menu at the top of the page.
    3. Reorder the quicklinks in the footer.

    #73783
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Brad

    #73890
    Derek DDerek D’Alessandro
    Participant
    • Topics: 11
    • Replies: 37
    • Total: 48
    Member since: May 26, 2017

    http://www.gclconsultants.com/UKnight

    #73964
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    1. Kindly edit skt-fitness-pro/inc/custom-functions.php and add below code at the bottom and try adding shortcode again.

    // Enable shortcodes in text widgets
    add_filter('widget_text','do_shortcode');

    2. Kindly go to Appearance » Menus select Create a new menu at the top of the page, enter a name for your primary menu in the Menu Name box, check Primary Menu checkbox, click the Create Menu button then add desired pages and save the menu again.

    3. Kindly go to Appearance » Menus select Create a new menu at the top of the page, enter a name for your footer menu in the Menu Name box, check Footer Menu checkbox, click the Create Menu button then add desired pages and save the menu again.

    Regards,
    Brad

    #73978
    Derek DDerek D’Alessandro
    Participant
    • Topics: 11
    • Replies: 37
    • Total: 48
    Member since: May 26, 2017

    This is perfect. Thanks

    #73980
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.