the site is www.calzuro.com/new/store
do you know how I get those missing language files?
Thanks so much for the quick reply!
the site is www.calzuro.com/new/store
do you know how I get those missing language files?
Thanks so much for the quick reply!
The search/cart/currency are in a table (actually two nested tables) for no good reason. Editing out the table wrappers and leaving the divs seems to let them go back up into the bar. Still not sure why the table wouldn't stay in the box...
The language file(s) are from your template, so I would check the download of that and reupload those files.
Check includes/languages/english/black_pure_free/header.php first - that's where those constants should be defined.
in what files are the tables located?
Thanks!
Either /includes/templates/your_template/common/tpl_header.php, or another file called from that by a require() or include(). We can't be sure, as it is custom code.
If you wouldnt mind checking out my site again (www.calzuro.com/new/store) I figured out who to move the text up into the yellow bar, but I still figure out where those annoying HEADER_ADVANCED_SEARCH , HEADER_CURRENCY, HEADER_LANGUAGES are located to delete them.
Thanks for your help guys
And you shouldn't "delete" anything; rather, make sure there are defines for all of the constants, even if you make them blank
(define('WHAT_EVER', ''); )