Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello eric77,
    Can you send the link page where is inserted the plugin?

    Thread Starter eric77

    (@eric77)

    Hello,

    The plugin is inserted in https://www.test.fenepsy.fr/presentation/ with the Huge IT Slider widget.

    The unordered list is after this text “Ces membres fondateurs sont :”
    If i use

      , it works

    I think there is a link with
    .entry-content ul{
    list-style-type:none !important;

    But I can’t understand what do do with it …

    Thank you

    Thread Starter eric77

    (@eric77)

    Oups, i forgot to use code…

    Hello,

    The plugin is inserted in https://www.test.fenepsy.fr/presentation/ with the Huge IT Slider widget.

    The unordered list is after this text “Ces membres fondateurs sont :”
    If i use <ol>, it works

    I think there is a link with

    .entry-content ul{
    list-style-type:none !important;

    But I can’t understand what do do with it …

    Thank you

    Thread Starter eric77

    (@eric77)

    I delete

    .entry-content ul{
    		list-style-type:none !important;
    		margin: 0px !important;
    		padding: 0px !important;
    	}

    in slider.php

    Now it works, but i m not sure that’s a good idea to delete it ^^

    Dear user, what exactly did you delete?

    Thread Starter eric77

    (@eric77)

    I have deleted :

    .entry-content li{
    			margin:0px !important;
    			padding: 0px !important;
    		}
    		.entry-content ul{
    			list-style-type:none !important;
    			margin: 0px !important;
    			padding: 0px !important;
    		}

    line 1274 to 1282 in slider.php

    Hello eric77,
    There will not be a problem.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Conflict With Shortcodes Ultimate – unordered list disapear’ is closed to new replies.