Home>Support>List Icons appearing in Tinymce but not on site

List Icons appearing in Tinymce but not on site

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello,

I use HTML but in the … not appear in left of the text the image of .

My code :

<p style="text-align: justify;">Divers langages et technologies peuvent être utilisés :



<ul>
 	<li style="text-align: justify;">HTML 5 et CSS3</li>
 	<li style="text-align: justify;">PHP 5 (pur, Zend framework 1 ou 2, Symfony)</li>
 	<li style="text-align: justify;">Mysql 5</li>
 	<li style="text-align: justify;">AngularJs</li>
 	<li style="text-align: justify;">NodeJs</li>
 	<li style="text-align: justify;">Création de pages statiques comme dynamiques (AJAX, jQuery)</li>
 	<li style="text-align: justify;">Maquettes « Responsive design » (design adapatif : vos pages sont également lisibles sur tablettes et smartphones)</li>
 	<li style="text-align: justify;">Portail CMS : Wordpress, PrestaShop…</li>
 	<li style="text-align: justify;">Dans le cadre du développement Web, nous pouvons également fournir des applications pour mobile…</li>
</ul>

My page output :
http://printaplus.ddns.net/nos-technologies/

Thanks

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Paul,

    Could you please clarify what the issue you’re experiencing is. You mention that it’s meant to appear to the left of an image but there’s no image present on that page.

  2. 9 years, 1 month ago Paul BOREL

    Hello,

    I mean, we do not see the point next to “

  3. “. I mean the next icon is square, round …

    Thanks

  • 9 years, 1 month ago Paul BOREL

    Hello,

    I mean, we do not see the point next to “li”. I mean the next icon is square, round …

    Thanks

  • 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Paul,

    This is a theme issue. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    ul {    list-style-type: disc !important;}

    You might also need to install the SiteOrigin CSS Editor.

  • 9 years, 1 month ago Paul BOREL

    Hello,

    I done and add this but the same ….

  • 9 years, 1 month ago Paul BOREL

    Hello,

    Oki that works but not :

    .ul {
        list-style-type: disc !important;
    }
    

    with this :

    ul {
        list-style-type: disc !important;
    }
  • 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Paul,

    Oh. Sorry about the typo!

  • 9 years, 1 month ago Paul BOREL

    But now when I do this it all of ul appear the disc ! That not great ….

  • 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Paul,

    Try:

    .entry-content ul {
        list-style-type: disc !important;
    }
    
  • 9 years, 1 month ago Paul BOREL

    hi,

    no not works ..

  • 9 years, 1 month ago Paul BOREL

    I add “entry-content” in property of the html element in class CSS and works ….

    But not for all ….

  • 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Paul,

    Could you please provide a reference to one that doesn’t?

  • 9 years, 1 month ago Paul BOREL

    I mean that I must add for all element the class and not globally ….

  • 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Paul,

    Oh. Your theme doesn’t follow standards and instead uses post-content. Please replace the previous cSS with:

    .post-content ul {
        list-style-type: disc !important;
    }
  • 9 years, 1 month ago Paul BOREL

    okay it works.

    Thanks

  • Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

    Get The Most Out of SiteOrigin with SiteOrigin Premium

    Find Out More