• Resolved decini

    (@decini)


    The plugin seems easy enough to use however the only issue that I am having is getting the text title to show up. I have tried on two sites with no luck. To start I copied the simple samples from the website.

    Which version of the plugin you’re using=0.4.1
    Which version of WordPress you’re using=4.9.6
    What plugin settings you have chosen=jQuery =jQuery Base styles only, no advanced options
    Which theme you are using=boldgrid westview theme
    What plugins you have installed other than Squelch Tabs and Accordions
    BoldGrid Easy SEO
    BoldGrid Inspirations
    Heartbeat control
    loginizer
    Post and page builder
    Under construction
    Wordfense Security
    WPForms lite

    Link to two sites but main one listed first:
    https://bbqdown.com/catering-services/ and also on site https://theurbangroup.net/testing/

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter decini

    (@decini)

    Sorry, pages are

    https://bbqdown.com/catering-service/

    https://theurbangroup.net/testing/

    also title above tabs are not showing.

    Plugin Author Matt Lowe

    (@squelch)

    I think this may be a formatting issue within the shortcodes. I’ve seen WordPress get upset because there were unusual characters inside or adjacent to the shortcodes when copying and pasting (this is a WordPress issue, not an issue with the plugin).

    First of all make sure that the double quotes inside the shortcodes are definitely true double quotes and not stylised double quotes. Highlight each ” in turn within your shortcodes and replace them with a double quote typed on your keyboard.

    Then make sure all of your spaces are normal spaces: again select each space character in turn and replace it with a typed space on your keyboard.

    Make sure there are no peculiar characters next to any of the [ or ] characters. You might have what looks like a normal space, that actually turns out to be an unusual special character.

    If that doesn’t fix it, then sometimes changing the formatting of the code can help. In some installs of WordPress we find that single-line shortcodes don’t work well, so you might try replacing

    [tabs title="" disabled="false" collapsible="false" active="0" event="click"]
    [tab title="Tab 0"]Tab 0 content[/tab]
    [tab title="Tab 1"]Tab 1 content[/tab]
    [tab title="Tab 2"]Tab 2 content[/tab]
    [/tabs]

    …with…

    [tabs title="" disabled="false" collapsible="false" active="0" event="click"]
    
    [tab title="Tab 0"]
    
    Tab 0 content
    
    [/tab]
    
    [tab title="Tab 1"]
    
    Tab 1 content
    
    [/tab]
    
    [tab title="Tab 2"]
    
    Tab 2 content
    
    [/tab]
    
    [/tabs]

    i.e. a single return after each line in the visual editor, or two returns after each line in the HTML view of the editor.

    • This reply was modified 6 years, 9 months ago by Matt Lowe.
    Thread Starter decini

    (@decini)

    I had to enter in html view and it worked!!! Thank you for the very professional support.

    Thread Starter decini

    (@decini)

    ??

    Plugin Author Matt Lowe

    (@squelch)

    No problem, glad to have helped ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Title not showing up in tabs, accordion, etc..’ is closed to new replies.