Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    This would be a problem with the wp_list_bookmarks() function (part of the WordPress core), not a problem with Bookmarks Shortcode.

    Thread Starter aaanadie

    (@aaanadie)

    You are right, but you could avoid that issue changing that symbol inside of Bookmarks Shortcode.
    Link View plugin works OK but does not have exclude_category, and I need it.
    Your plugin is almost perfect, thanks.

    Plugin Author Shea Bunge

    (@bungeshea)

    I can’t make any promises, but I’ll have a look at how Link View does it and try and implement that functionality into the next major version of Bookmarks Shortcode.

    Thread Starter aaanadie

    (@aaanadie)

    Thanks a lot

    Plugin Author Shea Bunge

    (@bungeshea)

    Hello aaanadie,
    I’m actually not quite sure what you mean. Could you please give me a link to the page (or a screenshot of the page) where the shortcode is used? Thanks.

    Thread Starter aaanadie

    (@aaanadie)

    Hello,
    this is a testing link:

    https://1energy1.com/wp/testpage1/

    if you open it on Firefox then you will see list symbols on the wrong column.

    Plugin Author Shea Bunge

    (@bungeshea)

    Hi,
    Thanks for the link. I’ve had a look at the source-code and I have come up with two ways to resolve your problem:

    If you want to keep the dots next to the category headings, simply wrap the shortcode in <ul> and </ul> tags. (You will need to use the HTML editor, not the visual editor.)
    Example: <ul>[bookmarks exclude_category=42]</ul>

    The other option is adding the ‘category_before’ and ‘category_after’ arguments to the shortcode and changing the lt;li> and lt;/li> tags that surround the category into div tags or something similar.

    Example: [bookmarks exclude_category=42 category_before='<div id=%id class=%class>', category_after='</div>']

    Thread Starter aaanadie

    (@aaanadie)

      worked perfect:
      https://1energy1.com/wp/testpage1/
      Thanks

    Viewing 8 replies - 1 through 8 (of 8 total)
    • The topic ‘[Plugin: Bookmarks Shortcode] List symbols (disc, square, circle) on wrong place’ is closed to new replies.