Forum
Welcome, Guest
Please Login to access forum.
Re:Templates customization (1 viewing) 
Go to bottom
TOPIC: Re:Templates customization
#3672
Cobessi Philippe
Fresh Boarder
Posts: 8
User Offline
Re:Templates customization Karma: 0  
Got it !
It works fine
Many thanks
You can close the ticket
Rgds

Phil
 
Logged Logged  
  The administrator has disabled public write access.
#3674
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Templates customization Karma: 79  
Closed

All the best to Paris!

Rgds
John
 
Logged Logged  
  The administrator has disabled public write access.
#3681
Cobessi Philippe
Fresh Boarder
Posts: 8
User Offline
Re:[SOLVED]Templates customization Karma: 0  
Hi John,
I'm back again, sorry
In fact, i'mstill having a black background
What i dont understand is why you got a colored one and I, a black one on my browser
And the module shows now a unique column
So , i'm realy confused with configuration of component and module ( i'm not so clever in english..)
Though, would you kind enough to look at my Jsitemap config and modify what is to modify ?
I'll send you by private mail an access to the admin part of the site
Thanks for all help
Rgds
Phil
 
Logged Logged  
  The administrator has disabled public write access.
#3682
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:[SOLVED]Templates customization Karma: 79  
Hi Phil,

it looks like you have changed to wrong code in the print.css file

Yesterday it was ok. Now it' wrong.

Now it's
Code:

.jmap_sitemap { background: -webkit-linear-gradient(top, #4196C2 0%, #00405C 100%) !important; background: -o-linear-gradient(top, #4196C2 0%, #00405C 100%) !important; background: -ms-linear-gradient(top, #4196C2 0%, #00405C 100%) !important; background: linear-gradient(top, #4196C2 0%, #00405C 100%) !important; }
the correct is using CSS id selector:
Code:

#jmap_sitemap { background: -webkit-linear-gradient(top, #4196C2 0%, #00405C 100%) !important; background: -o-linear-gradient(top, #4196C2 0%, #00405C 100%) !important; background: -ms-linear-gradient(top, #4196C2 0%, #00405C 100%) !important; background: linear-gradient(top, #4196C2 0%, #00405C 100%) !important; }
If the sitemap shows 1 column it means that you have disabled the option 'Renders sitemap by column' It should be easy but i'm getting confused too by all messing up. Rgds John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top