I have set Admin to display Page Parse times and to display IP address in footer but nothing displays.
View Page Source indicates the data is present but not displayed.
Any suggestions on how/why the data is not being displayed & a solution?
==============================================
TOP button floats under instead of over the centerbox in some responsive widths.
Suggestions?
==============================================
Still working on the HOME tab for the 768-979px widths. Home icon does not stay with the continuity of the theme. Search box could be sacrificed to gain horizontal space if necessary.
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
Check your templates and overrides on the tpl_main_page.php ... do you see the code for:
Code:<!--bof- parse time display --> <?php if (DISPLAY_PAGE_PARSE_TIME == 'true') { ?> <div class="smallText center">Parse Time: <?php echo $parse_time; ?> - Number of Queries: <?php echo $db->queryCount(); ?> - Query Time: <?php echo $db->queryTime(); ?></div> <?php } ?> <!--eof- parse time display -->
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
NOTE: I see it on all pages for srevaewniahc . info ... just hit CTRL A as its color is grey like the background ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
For the footer ip address add #siteinfoIP{color:#fff;} to the bottom of the stylesheet_footer_menu.css file. If you want the page parse times to display you will need to add another class onto the <div class="smallText center"> and then add the color:#fff; style to the stylesheet_footer_menu.css file.
Use the responsive.css file to add a different z-index to your back to top button if you need to. I think that you'll find that at all standard widths the z-index is correct. There is really no need to obsess about the 'in between' widths.
At the smaller widths, the search bar in the header is hidden.
It looks to me like you have broken the responsiveness of the template at the smaller widths--there is a horizontal scroll bar.
Thanks,
Anne
TNX. I'll work on that.
TNX. I'll play with that. My logic had not considered 800px to be an "In between" width since 7", 8" and 10" Samsung Galaxy Tabs are in the
@media (min-width:768px) and (max-width:979px) range. My generic 7" Android also uses that range.
TNX. I never noticed that but I restored the CSS files from the original template files yesterday after a mistake. I'll look at the other template files that may have been touched after I finish snow removal this afternoon. EDIT: Must be something in the setup since a compare of all files to the template files indicate all files identical. I must have missed something in following the step by step setup.
I really appreciate all that you've done to embrace and enhance the responsive template choices available.
Last edited by RixStix; 29 Jan 2014 at 10:37 PM.
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
Bookmarks