Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
clydejones
To be honest, I'm not sure.
You can open includes/templates/desert_noon/ie_stylesheet.css
and deleteall the contents and see if that helps.
I tried that and it made no difference:cry:
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
SilverKop
I tried that and it made no difference:cry:
Try this and see if it makes a difference:
open includes/templates/desert_noon/css/stylesheet
find the following declaration and delete the highlighted portion.
a:hover, #navEZPagesTOC ul li a:hover {
color: #854401;
background: #E7D9BC;
font-weight: bold;
}
Re: Desert Noon Template Support Thread
Our twitching is cured:clap:
Many thanks Clyde.
Re: Desert Noon Template Support Thread
I installed this template and now have an ad for ############ at the top of my home page and can't figure out how to remove it. Please tell me how. I have edited define_main.php i believe and that does not fix it.
It appears in between the greeting and the login question.
I want to remove it all but can't figure out how.
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
hornsales
I installed this template and now have an ad for ############ at the top of my home page and can't figure out how to remove it. Please tell me how. I have edited define_main.php i believe and that does not fix it.
It appears in between the greeting and the login question.
I want to remove it all but can't figure out how.
look in includes/languages/english/desert_noon/index.php (lines 13 - 19)
But I'm guessing there is something else wrong that would be causing that extra text to appear.
Re: Desert Noon Template Support Thread
Love the template and want to use it. Taking the steps to upload to server and noticed that you do not show adding folders to:
includes/languages/english/modules/order_total
includes/languages/english/modules/payment
includes/languages/english/modules/shipping
The tutorial indicates to do it:
https://www.zen-cart.com/tutorials/i...hp?article=143
Not wanting to add them if will mess up anything - what say you?
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
itseemedsosimple
Love the template and want to use it. Taking the steps to upload to server and noticed that you do not show adding folders to:
includes/languages/english/modules/order_total
includes/languages/english/modules/payment
includes/languages/english/modules/shipping
The tutorial indicates to do it:
https://www.zen-cart.com/tutorials/i...hp?article=143
Not wanting to add them if will mess up anything - what say you?
Not necessary since the template does not change anything defined in the files in those directories.
Re: Desert Noon Template Support Thread
I would like to show all Top Categories on my Main page. I am using the Desert Noon Template. I know how and what to edit... just not sure what to put to get them to show. In a table like the new products that is there now would be nice.
My URL is: http://intorocks.com
Warm Regards!
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
IntoRocks
I would like to show all Top Categories on my Main page. I am using the Desert Noon Template. I know how and what to edit... just not sure what to put to get them to show. In a table like the new products that is there now would be nice.
My URL is:
http://intorocks.com
Warm Regards!
Part of that table already exists when you display your categories on the main page.
You'll need to make additional edits using the "new products" "<div>" structure to get it to look right.
You'll also need to style it in the stylesheet.css
admin -> configuration -> layout settings -> Categories - Always Show on Main Page (set to 1)
Re: Desert Noon Template Support Thread
I'm totally new to Zen Cart, so please excuse any ignorance on my part.
If someone needed to add extra text or images to their footer beside the "powered by Zen Cart" message, how would they do it? I read something about editing the tpl_footer.php file but couldn't find it for this template.. Any ideas?