When I enter my site I am getting the following wording Title:TITLE, SITE_TAGLINE
I have changed everything in my meta tags, but it still won't go away
When I enter my site I am getting the following wording Title:TITLE, SITE_TAGLINE
I have changed everything in my meta tags, but it still won't go away
Diva Boutiques
www.divaboutiques.com
In includes/languages/english/YOUR_TEMPLATE/meta_tags.php, you should have definitions for both of those constants:
To change the definition, change the text in between the second set of single quotes.Code:// page title define('TITLE', 'Zen Cart!'); // Site Tagline define('SITE_TAGLINE', 'The Art of E-commerce');
To remove them entirely, remove the text, but leave the single quotes.Code:// page title define('TITLE', 'My Store'); // Site Tagline define('SITE_TAGLINE', 'hello');
Never remove the upper case text.Code:// page title define('TITLE', ''); // Site Tagline define('SITE_TAGLINE', '');
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
That means your meta_tags language file is not being read or has PHP errors in it. Basically the define() statements for those values are not being processed, either because they don't exist, they're commented out, the file is damaged, the file is unreadable, or the file doesn't exist. Maybe your text editor has damaged the file and put everything on one line by breaking all the line-endings?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you both i was able to have it corrected using the advise
Diva Boutiques
www.divaboutiques.com
I was noticing this on my system. And when I checked the location you mention..
In includes/languages/english/YOUR_TEMPLATE/meta_tags.php, you should have definitions for both of those constants:
I had made those edits when I installed a long time ago, however when I would edit the meta tags for a product it was still showing the default title/tagline for ZenCart..
So to fix it, I copied my edited meta_tags.php file from the template folder and overwrote the same file that was in the parent /english/ folder. That solved the problem.
So for some reason, the templating system was not pulling the meta_tags.php file from my template directory like it should. My template seems to be OK and it is installed according to the admin and other files in that folder are being used instead of their original counter parts in the english folder. It seems that it was only affecting the meta_tags.php file. BTW, I'm using the Gloss Black template. Any ideas why this was happening to me?
elltx.com ELLTX Computer Services
hostingwithservice.com Designing Results Hosting Services
designingresults.com Designing Results Web Design Services