http://www.zen-cart.com/forum/showpo...&postcount=553
http://www.zen-cart.com/forum/showpo...30&postcount=8
Seems to have the bling theme is both of these templates.
Amazing!
http://www.zen-cart.com/forum/showpo...&postcount=553
http://www.zen-cart.com/forum/showpo...30&postcount=8
Seems to have the bling theme is both of these templates.
Amazing!
I KNEW you were gonna bring these threads up.. Well if you read further in these threads you would know that person's seeking help mixed up files from one of the Blingthemes with files from Anne's theme.. That code has NEVER been in any of Anne's templates..
Bottomline is you are wrong.. You've made an UGLY accusation and your PROOF isn't proof at all..
ETA: did you even READ one of the posts you cited as "proof"???
and this dude by HIS OWN ADMISSION stated that one of the file from a previous installed template cause his issue with Anne's template:
So again where is your proof for this nasty, untrue allegation that you've made???
Last edited by DivaVocals; 2 Sep 2011 at 02:05 AM.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Hey that did the trick perfectly thanks! Like I said, I'm still pretty green to PHP. Didn't know all I had to do was copy the file.
Thanks again! And ignore that Linux guy... Dunno what his problem is but he comes off like a tool anyway so no one will take him seriously.
Hey,
Sorry, I've got one more question that maybe you can help me with.
Here is my site in progress: http://brokenbird.ca/cart/
I'm trying to add a dropdown css menu where the red header info is: ie, the links to home/contact us/log in etc. So that it looks something like the one I designed here:
www.brokenbird.ca
I plan to leave the log in / shopping cart info but want to add my menu to it.
I have already added the appropriate .js files and edited the stylesheet.css document with the right code but for some reason I can't find where this header menu information is located so I can't experiment with placing my own menu. Could you point me to the appropriate file so I can play with it a bit?
I know this sounds like a bit of a lazy question but I really have been looking around for nearly an hour trying to find the right one.
Thanks,
Will
I would strongly recommend not trying to code this yourself, but starting from one of the great css drop down menus already in the free software downloads section. Then you can add your links into it. Be sure to check for files that need to be merged (off the top of my head you will have to merge the tpl_header.php and maybe another).
If you want to code from scratch you can edit the includes/templates/aberdeen_neutral/common/tpl_header.php file.
Thanks,
Anne
I have tried to use the easy slideshow.
I have a problem with the slideshow.
I want it to show only on the index-home page only
Currently, my slideshow appear on all of my categories+subcategories. Please give me some advice how to fix this
I have tried hard to change the codes in tpl_main_page
but unsucessful
----------------------------
if ($this_is_home_page) {
$flag_disable_slider = false;
} else {
$flag_disable_slider = true;
}
//bof
Bookmarks