Button to post category not working

About Support App Button to post category not working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6222
    Avatar for kcclemokcclemo
    Participant

    I added a post category to my app menu and called it “Sermons”. This pulls everything in the post category of “Sermons”. I can access the list from the app menu and it works correctly. However, on the home screen of the app I tried to add the button code that the “App Menu” page gives me:
    <button class=”tab-button” data-tab=”#sermons-category”>Your text</button>

    When I tap that button from the app, nothing happens. Is there something else I need to do to get it to link to the menu item?

    #6223
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    Couple of issues!

    Firstly your quotation marks are those curly ones not the straight ones which won’t work šŸ˜‰

    Then the code should be

    <button class=”tab-button” data-tab=”#category” data-cat-name=”Sermons”>Your text</button>

    i) Will update the app menu with that code
    ii) Will fix it so it works
    iii) will add a copy to clipboard button to the code as you can’t select it because the menu order is draggable again since the last update!

    #6226
    Avatar for kcclemokcclemo
    Participant

    Thank you Andy!

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