New Landing How can we help? Themeforest Theme Support Pinpoint WP Bullets Not Rendering on Blog Posts

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Pinpoint
  • #5280
    Sarah Metzger
    Member
    Post count: 23

    Hello,

    I am using standard bullets from the WP wysiwyg and I do not see them rendering on blog posts when they are live. Please see attached screenshots. How might I troubleshoot this issue?

    Thank you!

    #5602
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hey,

    Tested on our demo and they should show up, can you please link to that page so I can provide some custom CSS?

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #5831
    Sarah Metzger
    Member
    Post count: 23

    Hi,

    Yes I can. Here is a link:

    http://www.theulelaw.com/post-conviction-relief-rehabilitating-your-criminal-record/

    Password: newwebsite2013

    #5875
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Add this custom CSS:

    .body-text ul {
        list-style: disc !important;
        margin-left: 15px;
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #6441
    Sarah Metzger
    Member
    Post count: 23

    Hello,

    I have addded the custom css as requested and bullets are still not rendering on certain pages. Here is an example: http://www.theulelaw.com/firearms-weapons-offenses/

    Password to see page: newwebsite2013

    #6472
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hmm, try replacing that code with this one:

    .body-text ul, .page-content ul {
        list-style: disc !important;
        margin-left: 15px;
    }

    You can also use the shortcodes as you did with the rest of the lists, I’m seeing those working fine for you.

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #6486
    Sarah Metzger
    Member
    Post count: 23

    Hi,

    That did not work for me… it just added double bullets to everything. I would really prefer a proper fix because my clients site has a ton of content that already leverages bullets in the WYSIWYG. Thank you!

    Here is a screenshot of what the latest fix did: http://tinypic.com/r/9qe2oh/5

    #6503
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Sarah,

    Can you please provide me with your WP admin login?

    I just tested in my own setup and it worked, so I’m thinking there might me something else overriding that.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #6506
    Sarah Metzger
    Member
    Post count: 23
    This reply has been marked as private.
    #6542
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Sarah,

    There’s no real way around it, you’ll need to either use our list shortcodes or not use them at all.

    If not using our shortcodes at all, you would add this custom CSS:

    #page-wrap ul {
      list-style: disc inside !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #6544
    Cosmin – SUPPORT
    Member
    Post count: 3851

    P.S.: I’ve modified your Firearms&Weapons page, so you can see one of the lists with our list shortcodes.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #30173
    jennmattern
    Member
    Post count: 48

    I know this is an old thread, but I had the same issue of not wanting to have to choose between regular bullets and shortcode bullets for special posts. There were far too many posts on the site when I transferred it to Pinpoint to have to change every bulleted list.

    I was able to come up with a solution. I can’t promise it’ll work for the original poster here, but it works for me. I can still use the default bullets in regular post content, but whenever I add the shortcode link styles, it removes the extra disc bullets. I hope it helps if anyone else has this issue!

    .sf-list li {
    	list-style: none !important;
    }

    If you made any adjustments to your list margins or padding (such as indents) for the main content area, you might have to also account for that here if things don’t look quite right.

    #30717
    Melanie – SUPPORT
    Member
    Post count: 11032

    Great! Thanks!

Viewing 13 posts - 1 through 13 (of 13 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