• Resolved Puddleglum

    (@puddleglum)


    I’ve looked through all the content at wordpress.org, and Kavin’s rather disjointed page, and find no API, list of shortcode attributes, etc, and his forum is defunct.

    In chrome at least the Next Previous type of navigation buttons only show up sometimes, but I’d like for them not to show up at all. Is there a switch/shortcode-attribute to disable them completely?

    Users don’t need two navigation methods when using tabs, or rather they don’t in any application I have for this plugin.

    As a side note, very few of the styles listed in the docs change the appearance from the standard so far as I can tell (using a vertical accordion).

    https://wordpress.org/plugins/wp-ui/

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can add to your CSS the following code:

    .tab-bottom-nav { display: none !important; }

    Cheers

    Thread Starter Puddleglum

    (@puddleglum)

    Thank you. I was having very little luck searching through all the packed css documents. I keep forgetting that the ‘inspector’ can help with this.

    I’ll have to assume it works as, like I said, the buttons would only intermittently render. So far they’ve not intermittently appeared, so I have some confidence in the solution beyond the fact that it makes good sense.

    Thank you!

    Thread Starter Puddleglum

    (@puddleglum)

    A followup. This will succeed in hiding the buttons, but even having added it to wp-ui/css/themes/wpui-all.css and in an inline <style> declaration just preceding the shortcode usage, it still renders the buttons before hiding them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Possible to disable navigation buttons? Shortcode argument/attribute.’ is closed to new replies.