unwanted bullets appearing in images


Author Message
imagei

Posted: 3/21/2012
Quote message 

Hi guys,
Im not sure where this bullet instruction is lurking but this is the second time I've come across this with artisteer themes. Last time, I had to ditch the carousel plug that I was using as I couldn't trace it. :(

Anyhow, the theme is popping a bullet point in the top l/h corner of my front page slider (easingslider).

I need to get rid of it as I plan to use the bullet pointing in my site.
Your help would be greatly appreciated. :-)

 
imagei

Posted: 3/22/2012
Quote message 

Thanks Abland,
The container in question is the .lof-navigator but altho I have looked, I cant see anything calling the bullet in the relevant part of the plugin css??

/* item navigator */.lof-navigator-wapper { position:absolute;}
.lof-navigator-outer{ position:relative; z-index:1; height:180px; overflow:hidden; color:#FFF; margin:0; padding:0;}ul.lof-navigator{ top:0; padding:0; margin:0; position:relative; width:100%;}
ul.lof-navigator li{ cursor:pointer; list-style:none; padding:0; margin: 0; overflow:hidden; float:left; display:block; text-align:left; border: none !important;}
ul.lof-navigator li span { display: none;}
ul.lof-navigator li.active { display:block;}

Is there something here that I'm not seeing? Or alternatively;
Is there a way to add a section of code to deal with this specific container?
 
Abland

Posted: 3/22/2012
Quote message 

Hi, imagei,

If you have a link I could look at the source and be more precise, but try these variations in your style.css - (I'm assuming the prefix art- in the first 2 variations - be sure to adjust to the prefix you're using):
.art-postcontent ul.lof-navigator>li {

background-image: none;
padding-left: 0;
}

or
.art-postcontent ul.lof-navigator li {

background-image: none;
padding-left: 0;
}

or
ul.lof-navigator>li {

background-image: none;
padding-left: 0;
}

or
ul.lof-navigator li {

background-image: none;
padding-left: 0;
}

You might need the !important also in a variation:
background-image: none !important; 

padding-left: 0 !important;

 
Plastikkposen

Posted: 1/13/2013
Quote message 

Hi!
There seem to be a lot of "bullet" problems in drupal and artisteer theme

Anyone have a solution for the Flexslider module/plugin?
 
J

Posted: 1/19/2013
Quote message 

I totally agree with Denis.
I think Artisteer should fix this. I have bullets appearing everywhere.. and I'm not very good with html and css.. and my main reason for buying Artisteer was to avoid this as much as possible.
I really like Artisteer, but it's really annoying that it has these issues. :(
 
Excon

Posted: 1/23/2013
Quote message 

Same tzz

cant get it to work
 
Karl

Posted: 2/27/2015
Quote message 

This problem exists for years now. It is a shame for a commercial product like Artisteer. Why should the customers patch standard plugins to make it work in Artisteer.

Artisteer must deliver a version without this error.
 
Anakyst

Posted: 3/10/2015
Quote message 

To be almost fair - for a paragraph or three - Artisteer is not the only WP failure in this particular area.

Certainly the first part of Tanya's 1st sentence above is correct.

Regardless, Abland had the right answer above and, fwiw that's how the issue can be taken care of AND with nested ul's. e.g. html



ul.myBullet {font-family:"FontAwesome";content:"\f0f9";}
ul.firstNest {font-family:"FontAwesome";content:"\f1cd;font-size:small;" }

<ul class="myBullet">
<li>The first line</li>
<li>the second line <ul class="firstNest">
<li>First nested bullet line</li>
<li>Second nested bullet line</li
</ul></li>



Surely there can be no more discussion after this post?!??!?!

p.s. I am not a robot. Apparently.!

[where's that Post 'Edit' function again?]