• Resolved jerrybuilt

    (@jerrybuilt)


    Hi there

    I have got this working perfectly on my website, but there’s just one last thing I’d like to do and that’s to remove the bullet points that appear to the left of each thumbnail.

    This is the code I’m using on my static page:
    [ajax_load_more post_type=”post” posts_per_page=”4″ post_format=”standard” category=”my-category” order=”ASC” scroll=”false” button_label=”See more”]

    Can anyone help please?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @jerrybuilt,
    Just change the repeater template to use a <div> vs <li>and change the container_type shortcode parameter to div.

    Thread Starter jerrybuilt

    (@jerrybuilt)

    Thanks dcooney, that’s worked

    I am no coder so for clarity I’d just like to explain what I did, it might help someone else as well as me.

    Following your instructions I opened the shortcode builder, and opened the repeater template section.

    At the very start I replaced <li> with <div>?php and remove </li> at the very end of the repeater template.

    In the shortcode builder itself I selected <div> </div> and rebuilt the code

    Job done!

    Many thanks for your quick response

    • This reply was modified 8 years, 1 month ago by James Huff. Reason: cleaned up code that was breaking the forum
    Plugin Author Darren Cooney

    (@dcooney)

    no problem! cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove bullet points’ is closed to new replies.