New Landing How can we help? Themeforest Theme Support Uplift Bullets not displaying

Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Uplift
  • #296599
    cjones
    Member
    Post count: 13

    Bullets aren’t showing up in posts. I’ve added a fix myself, but I can’t ask the content creators to add classes to the

      tag. They need to be able to use the editor without coding assistance.

      I’ve tried two fixes I found in the knowledge base, one was for product pages, one which adds bullets to the tags displayed:

      .uplift-post-wrap li {
      list-style: inside disc;
      text-indent: -1em;
      padding-left: 1.3em;
      }

      I’ve installed the latest releases.

      Thanks,
      CJ

    #296912
    David Martin – Support
    Moderator
    Post count: 20834

    HI CJ,

    The latest version does have working bullet lists:

    Can you link me to a post/page where you experience this issue?

    #296919
    cjones
    Member
    Post count: 13

    Hi David,

    Here’s the link: http://www.greatlakesnow.org/2016/10/less-is-still-more-when-it-comes-to-biofuel/

    And a screenshot to the code: http://screencast.com/t/HOWtGBJ0

    Thanks for your response,
    CJ

    BTW – here’s the version I’m using: http://screencast.com/t/LvIgBN7H
    And here’s a list of the plug-ins I’m using – http://screencast.com/t/aoGwuufV98YR

    #297232
    David Martin – Support
    Moderator
    Post count: 20834

    Please update the SF plugin to the latest. If that does not work, please add this to Theme Options => Custom CSS:

    .page-content > ul, .page-content > ul ul, 
    .page-content .content-wrap > ul, 
    .page-content .content-wrap > ul ul, 
    .type-page > ul, .type-page > ul ul {
        list-style: disc inside none;
    }
    #307637
    cjones
    Member
    Post count: 13

    I’ve updated all of the plugins, WP version, and theme. I’ve deleted all but the essential plugins. I’ve added the extra CSS, and I’m still not getting bullets.

    Please help.

    -CJ

    #307641
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Will need admin credentials to check your custom css.
    Use the private reply.

    -Rui

    #307644
    cjones
    Member
    Post count: 13
    This reply has been marked as private.
    #307650
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #307714
    cjones
    Member
    Post count: 13
    This reply has been marked as private.
    #307770
    David Martin – Support
    Moderator
    Post count: 20834

    Please use:

    .page-content .content-wrap ul {
        margin-left: 15px;
    }
    .page-content .content-wrap ul li {
      list-style-type: disc;
    }
    #307853
    cjones
    Member
    Post count: 13
    This reply has been marked as private.
    #307883
    David Martin – Support
    Moderator
    Post count: 20834

    I see, amend to this:

    .page-content .content-wrap ul {
        margin-left: 15px;
    }
    .page-content .content-wrap ul li {
      list-style-type: disc;
    }
    ul.wp-tag-cloud li {
        list-style-type: none !important;
    }
Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register