Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Hi All,
I am having a small issue with my meta tag titles on my individual products page. The titles appear on all my main pages, including my category pages but if a specific product is selected, it's pages title is blank. The meta tag keywords and description do appear on all pages including my individual product pages and have confirmed that the titles are not empty in my database. My website is http://allmart.ca/store, which is almost ready to go live.
Thanks in advance for any help.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
@allmart, what additional customizations have you applied to your product pages? What you describe is not "standard" responsive_classic behavior.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Thanks for the very prompt reply. I have made a few change changes but mostly with css. I used Clone A Template, and just tried changing my template to the original without success. I have just noticed that when I select the larger image, the page does show the title.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
allmart
Thanks for the very prompt reply. I have made a few change changes but mostly with css. I used Clone A Template, and just tried changing my template to the original without success. I have just noticed that when I select the larger image, the page does show the title.
I'm not sure what "without success" means, but I've cloned the responsive_classic template on a test-site and I don't experience your issue.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Sorry, without success meant that the title was blank for the individual product page.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Have you set product-specific meta-tags in the products' configuration or are you using the default Zen-Cart meta-tag handling?
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
lat9,
Sorry for wasting your time ... I thought I was getting good at this but just confirmed that I'm a DOPE. Had the Title Tag display set to NO.
Thanks for your help!!!
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
allmart
lat9,
Sorry for wasting your time ... I thought I was getting good at this but just confirmed that I'm a DOPE. Had the Title Tag display set to NO.
Thanks for your help!!!
It's never a waste of time! Thanks for reporting back what the issue was.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Hi,
I ma usinf 1.5.5.a
I am looking for a little change in the responsive classic template behaviour.
What I want to achieve is to create a if clause in the define_main_page.php that would change what shown in home when a tablet or smartphone is rotated 90°
Is it possible? Which would be the if clause?
Thanks for your help.
ciao from Italy
enzo
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
enzo-ita
Hi,
I ma usinf 1.5.5.a
I am looking for a little change in the responsive classic template behaviour.
What I want to achieve is to create a if clause in the define_main_page.php that would change what shown in home when a tablet or smartphone is rotated 90°
Is it possible? Which would be the if clause?
Thanks for your help.
ciao from Italy
enzo
You will need to create something like a define_main_pageL.php and a define_main_pageP.php for the differences when in mobile.
You would then need to modify both the responsive_mobile.css and responsive_tablet.css. There you can tell the system which define_main_page to display under which circumstance.