No, this mod and others do not seek out the domain root in preference to the Zen Cart installation root. Your problem has to be somewhere else, maybe in a configure.php file.
Printable View
No, this mod and others do not seek out the domain root in preference to the Zen Cart installation root. Your problem has to be somewhere else, maybe in a configure.php file.
Looking through your home page, all links that use the standard Zen Cart dynamic URLs are correct, while all URLs that have been rewritten with CEON are incorrect (in reference to the discussion in your other thread).
Look at the CEON support thread for info and help. You have something set incorrectly in that mod.
hello and thankyou,
I added css flyout to STRYPE and caused minor damage to template.
Viewed at:
www.ligroutcleaners.com/malibududeranch
Please advise, John
pageblair - We can't tell what kind of damage has happened without seeing what it looked like before...
Actually, looking at your HTML source in Firebug, the dropdown <ul> encloses the whole rest of the page. It is not being closed at the proper place.
This line in your source shows that you tried to comment out a <li> but did not close the comment, causing the problem:Add --> to the end of the commented line:HTML Code:<!-- <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>
</ul>
HTML Code:<!-- <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>-->
</ul>
I need to post this for folks following these support threads so they do not get the wrong idea.. The highlighted statement is not completely true.. Ceon does indeed work in a sub directory.. Something in YOUR setup was causing the problem.. It's a waste of time to try and figure out what the issue was though seeing that this is just a test site.. There's no need necessarily to test the URI mod..
I cant find the page this line of code is on?
You won't find this verbatim in the PHP file. Look in whichever file handles the list this <li> belongs to. You might try searching forto narrow the field.Code:<!-- <li>
<!-- <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>
</ul>
I cant find this piece of code, searching for hours.
But I was able to repair the problem through firebug.
But cant find live code.
Thanks for being patient