Re: Andover Modern Template Support Thread
I guess it would help if I provided more detail...
My slide show disappeared from my home page.
I went to admin--tools--define pages editor--define_main_page.php set "plain-text" for the text editor drop down. However, instead of inserting:
<div id="homePageText">
Add your home page text here
</div>
after the last </div> tag I added it in front of the first div tag. I did end up with text above the slide as I wanted it but still wanted there to be a space between text and slide. This is where I think I went wrong: I went to add a space and change the text size through HTML Text instead of Plain Text.
I tried copying and pasting the area that I messed up from the original andover_modern main page php file but still no images. Please help.
http://www.naturallyspeakingfoods.com
Thanks
Re: Andover Modern Template Support Thread
Quote:
This is where I think I went wrong: I went to add a space and change the text size through HTML Text instead of Plain Text.
Yes, this is where you went wrong. This page contains php code and can not be edited with a wysiwyg editor. You can only edit with the plain text editor. Restore the main page by uploading the includes/languages/english/html_includes/andover_modern/define_main_page.php file from the template package to your server.
Add space between the text and slideshow by stylilng the div in your stylesheet.css file.
Thanks,
Anne
Re: Andover Modern Template Support Thread
Thanks Anne! It worked of course. You get an "A" for awesome.
Re: Andover Modern Template Support Thread
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Go to admin--tools--define pages editor--define_main_page.php be sure that you set "plain-text" for the text editor drop down. After the last </div> tag add this:
Code:
<div id="homePageText">
Add your home page text here
</div>
Then go to the stylesheet and style the text using the #homePageText.
Thanks,
Anne
Didn't realise at the time but the "Monthly Specials" and the "Featured Products" text is big compared to other pages. Would inserting this code have changed hat???? I cannot figure out how I did it, nor how to correct it.
Thanks in advance.
Also, is there a way to change the subcategory text colour in the navigation menu/column on the left of all pages. I just want to distinguish the category pages from the subcategories.
Cheers
Raquel
Re: Andover Modern Template Support Thread
Quote:
Didn't realise at the time but the "Monthly Specials" and the "Featured Products" text is big compared to other pages. Would inserting this code have changed hat???? I cannot figure out how I did it, nor how to correct it.
Thanks in advance.
Also, is there a way to change the subcategory text colour in the navigation menu/column on the left of all pages. I just want to distinguish the category pages from the subcategories.
Cheers
Raquel
If you post a link to your site I can take a look.
Thanks,
Anne
Re: Andover Modern Template Support Thread
1 Attachment(s)
Re: Andover Modern Template Support Thread
I seem to be having some trouble changing the color of one of my boxes/table header? I'd like to change it from the gray color to a black.
I also would like to delete the hyphen that's next to "Item Name"
Image: Attachment 9508
My Site: http://www.naturallyspeakingfoods.co...=index&cPath=3
Thanks
Re: Andover Modern Template Support Thread
Hi Anne,
Firstly may i thank you for sharing your great zen-cart template.
I have installed the script OK and everything seems to be working OK.
however, allthough everything onsite is working correctly, when i try to validate my site for valid XHTML i'm getting many errors in my markup.
The errors seems to be mostly related to javascript errors in the markup which the validator does'nt like.
If i post my site would you be kind enough to have a quick look to see if you can tell me whats happening please?
my site is http://vintagesilver.co.uk/
and the XHTML validator results: http://validator.w3.org/check?uri=ht...alidator%2F1.2
many thanks.
Re: Andover Modern Template Support Thread
Quote:
I seem to be having some trouble changing the color of one of my boxes/table header? I'd like to change it from the gray color to a black.
I also would like to delete the hyphen that's next to "Item Name"
Image: Attachment 9508
My Site:
http://www.naturallyspeakingfoods.co...=index&cPath=3
Thanks
Have you tried adding this to your stylesheet:
Code:
.productListing-rowheading {background-color:#000;}
Use the developers toolkit in your zen cart admin to search for text that you want to change.
Thanks,
Anne