J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Missing Bullets on Last Items (1 viewing) 
Go to bottom
TOPIC: Missing Bullets on Last Items
#1514
Josh
Fresh Boarder
Posts: 5
User Offline
Missing Bullets on Last Items Karma: 0  
Hi there,

Just bought JSitemap Pro... great extension!

Wanna know ... why the last items' bullets are missing?



Thanz!
 
Logged Logged  
  The administrator has disabled public write access.
#1515
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Missing Bullets on Last Items Karma: 79  
Hi Josh thank you very much!

Looking at your screenshot i guess you have disabled the sitemap template to show it as a raw list.

If i'm right, it looks like a CSS configuration specific of your Joomla template. Post here the link to the page so that i can have a look at the HTML and styles.

Greetings,

John
 
Logged Logged  
  The administrator has disabled public write access.
#1516
Josh
Fresh Boarder
Posts: 5
User Offline
Re:Missing Bullets on Last Items Karma: 0  
Hi John,

Here you go!

my website
 
Logged Logged  
  The administrator has disabled public write access.
#1517
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Missing Bullets on Last Items Karma: 79  
Hi Josh,

yes it's due to CSS.

You should add this stylesheet in your template css file:

Code:

.treeview li.last { background-position: 0 !important; }
This will make the last bullet visible in the sitemap list. John
 
Logged Logged  
  The administrator has disabled public write access.
#1525
Josh
Fresh Boarder
Posts: 5
User Offline
Re:Missing Bullets on Last Items Karma: 0  
Thanz John for the fast reply... that did it!
 
Logged Logged  
  The administrator has disabled public write access.
Go to top