Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #620594

    Hi
    When i insert some text with bullets (List) in the in some hotsport they dont show up
    Check on the link bellow
    Thank you

    #620631

    Hey hdpcr!

    can u please provide update enfold to the latest version and disable your plugins / clear your cache and let us know if
    that solves your issue?

    Thanks a lot for your time and patience

    Cheers!
    Basilis

    #620738

    Hi
    Template is updated and all what you said was done before i opened this ticket. Also i have this issue before last 2 updates of enfold i Jut recalled to ask for support now as i couldnt find any similar request in the posts.

    Thank you

    #620768

    Hi!

    Please try this code in Enfold > general Styling > Quick CSS

    #top .av-hotspot-image-container ul li  {
    list-style-type: circle!important;
    background:gold!important;
    }

    Not sure if you are manually adding ul and li tags if so please add a class to UL and replace “av-hotspot-image-container” in the above code with your own class name for it to work.

    If you have any issues please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Best regards,
    Vinay

    #620845

    Hi
    What i do is create a temporary page and go to editor and clic on list then copy the code to the hot spot.
    I have added Custom CSS and its sstill the same doesnt work
    Also could you please check on this thicket #619313 its has been a while and its kind of urgent.

    Thank you very much

    #622114

    Hey!

    Login credentials are not working for me. Can you please check them once again?

    Regards,
    Yigit

    #622365

    Sorry i misstyped

    Thank you

    #624352

    Hi,

    Please add this in the Quick CSS Field:

    ul {
        list-style: disc outside;
        margin-left: 7px;
    }

    Best regards,
    Ismael

    #624657

    Hi, Any updated??

    Thank you

    Hi

    After adding the CSS it works but something happens to the main menu it shows bullets there now (see link below)

    Thank you

    • This reply was modified 7 years, 11 months ago by hdpcr.
    #626092

    Hi, Any Update on this issue it has been a while

    Thank you

    #626123

    Hi,

    We are very sorry for the delay. Please replace the css code with the following:

    .avia-tooltip ul {
        list-style: disc outside;
    }

    Best regards,
    Ismael

    #627428

    Hi

    I did and still the same problem please see the page below the main menu has weird dots that weren’t there before

    #628479

    Hi
    Any update??

    Thank you

    #628770

    Hi,

    Sorry for the delay. You added the code but you forgot to remove the other one. Please remove this code:

    ul {
        list-style: disc outside;
        margin-left: 7px;
    }

    Best regards,
    Ismael

    #633993

    Hi

    Sorry for the delay

    I have checked on this code above to remore and i its for other fix (as it says in the comment). In fact it was old request and you gave me this code so if i remove it i will loose the other fix.
    Thank you

    /* Adapt icon border */
    ul {
    list-style: disc outside;
    margin-left: 7px;
    }

    .adapt-icon-border span{
    padding: 20px!important;
    }

    #634890

    Hi!

    That code affects all lists in the site so you have to replace it with the other code that we suggested above:

    .avia-tooltip ul {
        list-style: disc outside;
    }

    Cheers!
    Ismael

    #635253

    Hi
    I’m really confused i did it as you said and there is no change. Please help as it has been a while with this

    Thank you very much

    #635919

    Hi,

    You simply should remove

    ul {
    list-style: disc outside;
    margin-left: 7px;
    }

    and insert

    .avia-tooltip ul {
        list-style: disc outside;
    }

    Best regards,
    Yigit

    #635937

    Hi

    I did and no changes still the same problem.

    Thank you

    #636852

    Hi,

    I checked your Quick CSS field and you are still using this code:

    ul {
    list-style: disc outside;
    margin-left: 7px;
    }
    

    So please remove it.

    Best regards,
    Andy

    #636969

    Hi

    I did removed bellow id it worked, buy my concern is this code was for other fix as you can see in the comment of the CSS so it will not afect that fix? as you can see the the link
    /* Adapt icon border */
    ul {
    list-style: disc outside;
    margin-left: 7px;

    }
    .adapt-icon-border span{
    padding: 20px!important;
    }

    Thank you very much

    #637393

    Hi,

    difficult for me to understand your english.
    So do you need any more help with this? If yes explain to us what you want to achieve on the link you’ve provided. Use imgur.com or dropbox to provide us a mockup showing the result you want to achieve.

    Best regards,
    Andy

    #637609

    Sorry Andy my keyboard is not working fine.
    Let me rephrase.
    You told me to change this:
    ul {
    list-style: disc outside;
    margin-left: 7px;
    }
    to this
    .avia-tooltip ul {
    list-style: disc outside;
    }

    I did and it solved the Menu problem. But the code
    ul {
    list-style: disc outside;
    margin-left: 7px;
    }
    was given to me for a previous and different fix in different ticket, to Adapt icon borders. So my question is now i removed it, will it affect the older fix that has to do with icon borders.
    I hope i made it clear enough and understandable

    Thank you

    #638765

    Hi,

    I have no idea what you other tickets was about. So just test it and let us know if you need help with this. Show us exactly what you want to achieve with any icon borders. Please use screenshots to make things clear to us.

    Best regards,
    Andy

Viewing 24 posts - 1 through 24 (of 24 total)
  • You must be logged in to reply to this topic.