You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I implemented a code change here: https://forum.kryptronic.com/viewtopic. … 315#p71315 to display a What's New section on my splash page.
On that same thread I posted here: https://forum.kryptronic.com/viewtopic. … 349#p71349 about my title for the splash page reading "Web Page" in the browser. I think it's related to the change I made, but I'm not sure. I have not been able to rectify it. The meta title says "Cloth Diaper Fabric, Diaper Patterns, Sew your own cloth diapers" but the page reads "Web Page" at the top of the browser.
All other pages of the cart are rendering the correct meta title. I have SEO turned on.
Link: http://www.verybaby.com/ccp51/ccp0-display/splash.html
Thanks for any help.
Offline
To force the meta tag to read what you want it to, add this to the top of your page:
$app = $this->globals('khxc.app'); $this->globals('khxc_settings.' . $app . '.metatitle','YOUR_FORCED_META_TITLE_HERE');
Offline
jess, how did you enable SEO? i tried following the directions in the "documentation" but afterwards got nothing but 404 Errors... probably a dumb question but where exactly is this .htaccess file supposed to go? Inside KHXC/ ?
Offline
stevem wrote:
where exactly is this .htaccess file supposed to go? Inside KHXC/ ?
It does NOT go in the KHXC directory. It goes in the root directory for your site.
Offline
hrm ok and if i've already got one in there i can just add the SEO-required data to it?
.htaccess is new to me.
Offline
webmaster wrote:
To force the meta tag to read what you want it to, add this to the top of your page:
Code:
$app = $this->globals('khxc.app'); $this->globals('khxc_settings.' . $app . '.metatitle','YOUR_FORCED_META_TITLE_HERE');
Just at the top of the skin.php? I'm a little confused, what's going on here? Is this going to override the meta titles on all the pages? They are working everywhere else except for the splash page.
stevem wrote:
jess, how did you enable SEO? i tried following the directions in the "documentation" but afterwards got nothing but 404 Errors... probably a dumb question but where exactly is this .htaccess file supposed to go? Inside KHXC/ ?
So sorry I missed your response, did you sort it out?
Last edited by kiwimum (04-04-2007 16:45:27)
Offline
kiwimum wrote:
Bump?
Ok, I've got same problem. Only the splash page... I've made change to "ClickCartPro > Settings: Application Settings Menu >Frontend Meta Information but I see no change in splash page souce tags.
I see where it says to put the above code at the top of the page? ....What page?
Thanks,
Mitch
Offline
The splash page would have a sepperate field for that. Go to Home > Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin > ccp0.html and edit the splash page "metadesc" .
John
Offline
Thanks for the quick response. Worked Great!
Offline
John, thanks for your help - I went where you said to and there was already information entered. I'm still getting "webpage" listed at the top of my browser when you go to wwwverybaby.com/ccp51/index.php
Here is a screenshot:
http://www.flickr.com/photos/verymom/581899496
Last edited by kiwimum (06-21-2007 12:32:58)
Offline
At Home > Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin in khxc_namespaces there is ccp0.display which has a display name of Web Page maybe you are pulling that name for the title.
John
Offline
JOHN! I love you! That was it! Oh my goodness, there are like forty different places for the title of the freaking splash page - that was confusing.
THANK YOU SO MUCH.
Offline
Was this bug ever fixed or is it still alive and well in the current version? I have a client with the same problem and I'm wondering if an upgrade will get it to display the meta title correctly or if I have to use John's hack?
Offline