• Resolved cheahcs

    (@cheahcs)


    I got the same issue with some user. After updated the Kadence Theme 1.3.0. All the post gird got the black dot. Maybe is this problem “Kadence Theme v1.3.0 changed the post grid markup to use <ul> and <li> for better accessibility.” So I use this css code to solved my problem.
    Hope can help for other people.

    /* Remove bullets from Kadence post grids including category pages */
    .kadence-posts-list,
    .kadence-posts-list li,
    .kadence-posts-list .entry-list-item,
    .kadence-blocks-post-grid,
    .kadence-blocks-post-grid ul,
    .kadence-blocks-post-grid li,
    .entry-list-item {
    list-style: none !important;
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    }
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support karlalevelup

    (@karlalevelup)

    Hi there!

    Glad you reached out to us about this.

    We’re aware of some padding issues that came up after changing the HTML tags for these lists. However, we don’t have theme styles that adds a list-style.

    Could I have your website URL so I can check on the styles further?

    Did you submit a ticket to our support? I can see a ticket with a similar concern.

    Thread Starter cheahcs

    (@cheahcs)

    Uniwindscreen : Windscreen Repair & Replacement In JB, this is my website. Before I use the css code, my home page post gird, archive page and category page have the black dot. After I insert the code, the dot is gone. I use the latest version kadence theme and kadence blocks.

    Plugin Support karlalevelup

    (@karlalevelup)

    Hi there!

    Thanks for the website URL. You’ll see in my screencast here that there are still no bullets showing even if I disable the styles you added via the browser dev tools: https://share.zight.com/NQuXwoqp

    We have the latest Kadence Theme version with the fix for our CSS styles specificity and remove the left paddings: https://www.kadencewp.com/kadence-theme/changelog/

    Could you create a website backup and update to the latest version?

    Lastly, remove the custom CSS code and clear your website cache.

    Let me know if you still see the dots for your post list items.

    Thread Starter cheahcs

    (@cheahcs)

    Sorry again, the dot still there. I remove the css, and update all the theme and blocks to the latest version. Clear all cache. But seem cannot works. Please check, thks.

    Plugin Support aapc

    (@aapc)

    Hi @cheahcs

    I checked both your home page and articles page and I’m not seeing any bullets. Can you try accessing your site using the following URLs?

    That should bypass your LiteSpeed optimizations to ensure you’re getting the current page and CSS. Let us know if that changes anything for you.

    Thanks!
    Anthony

    Thread Starter cheahcs

    (@cheahcs)

    Sorry to say again, the link you give me cannot works. But when I in login mode the post layout is good, but when I logout the website. The post got the dot again. and the post card is not in the same height. I don’t why, but is ok. Cause when I try other people phone to browser website, is totally ok. So I think is my problem? I also unactive lite speed cache plugin still no use.

    I don’t want to try, but still want to thank for yours support.

    Thread Starter cheahcs

    (@cheahcs)

    I don’t know why, but now my bullets problem is solved. Thank you kadence support team.

    Plugin Support michael-levelup

    (@michaeltarongoy)

    Hi there,

    Thanks for updating us.

    Glad to hear this is sorted out.

    If you haven’t done anything and it sorted out by itself, then it must have been something to do with caching and just needing the time to propagate the changes.

    Please note that you can also submit a support ticket via these channels.

    Thank you for your understanding!
     
    Kind Regards,
    Michael Taro

Viewing 8 replies - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.