Missing numbers and dots!

This topic contains 11 replies, has 3 voices, and was last updated by  Matias W 7 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #237172

    Matias W
    Expired Member
    Post count: 28

    Hey.. I’ve just added a new page to my side.. however, the dots and numbers as shown in picture 2 does not come live, it is shown as in picture 1.

    #237176

    Matias W
    Expired Member
    Post count: 28
    This reply has been marked as private.
    #237222

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please add this to your custom css:

    
    
    
    .page .entry-content ul {
        list-style: inside none circle;
    }
    
    .page .entry-content ol {
        list-style: inside none decimal;
    }

    Let us know how you went,

    Thanks

    #238241

    Matias W
    Expired Member
    Post count: 28

    Hi again. Did not work.

    Used:
    GeoDirectory -> Design -> Scripts

    #238256

    Matias W
    Expired Member
    Post count: 28
    This reply has been marked as private.
    #238461

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I see them showing correctly on the page you previously linked. Please try clearing your browser cache.

    Thanks

    #238550

    Matias W
    Expired Member
    Post count: 28

    Hi again.

    I did what you asked – cleared cache.. Please see attachments to see what it looks like in different browsers. Which browser do you use? Please see picture two in the first message to see how it should look like.

    #238897

    Kor
    Moderator
    Post count: 16516

    Hi Matias,

    Try the custom CSS below, it should fix the chrome issue.

    
    
    .page .entry-content ul {
        list-style: circle inside;
    }
    
    .page .entry-content ol {
        list-style: decimal inside;
    }
    #239312

    Matias W
    Expired Member
    Post count: 28

    Hi again again.. PLEASE see picture 2 in first post… How it looks now, is not how it is supposed to.. I’ve added your code Kor Chung, but it does not work 🙁

    #239983

    Paolo
    Site Admin
    Post count: 31206

    Hi Matias,

    I see it correctly in firefox and chrome, just clear your browser cache.

    Let us know,

    Thanks

    #239986

    Kor
    Moderator
    Post count: 16516

    Hi Matias,

    I’ve just made the required changes for you and here’s the screenshots for your reference.

    Chrome – http://prntscr.com/c15s4w

    Firefox – http://prntscr.com/c15s9j

    IE11 – http://prntscr.com/c15sdt

    #239992

    Matias W
    Expired Member
    Post count: 28

    Thank you so much Kor Chung. This is now resolved 🙂

    Thanks again.

Viewing 12 posts - 1 through 12 (of 12 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket