For base "presentation", image spread out to fill the window "centered", tried to move the bulk of the code for the right side desktop content to before the logo so that it can overlap with the logo, tried z-index optons as orignally presented, saw the post from lruskauf (didn't try solution yet as didn't want to pass up the offer from the template designer to offer suggestions). Haven't also checked into other "modes" yet, one step at a time, right? :)
Thanks in advance!
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Hi Anne...
So I just spent the last few hours trying to fix this...I tried changing the z-index and setting the dimensions of each element, but that didn't fix it. It seems like the wrapper itself is on top of the elements, but how is that possible since it works perfectly fine in every other state except for the tablet portrait mode.
Any idea what I could do?
Sorry for being a pain...I just really really want this to work already so I can move on to finishing this.
Thanks...
Thanks Anne...
Original issue:
In tablet portrait mode, the little black button (tpl_specials) that can take you to specials, I can't click on it to do anything. It's there, but I can only hover and not click on the button to take me to the link. It's only not working in iPad portrait.
My site: https://shop.atomicorchard.com//
Does anyone know how to correct this? In "all products" the top right and bottom right displays SHOW_PAGEVIEW_BUTTON. Once clicked it then shows "SHOW_ALL_BUTTON" instead of displaying an image. I ran the developers toolkit and it comes up in includes/classes/split_page_results.php . I cannot find where it links to an image/ button to correct this. Once again, thank you all for your assistance. This is a great template.
Sorry![]()
I did try to search the thread for this, but couldn't find anything with my search but helped someone through the following issue and thought it would be helpful to others if they are able to find this post...
User on ZC 1.5.1.
SSL enabled.
Problem observed is/was that when accessing the contact us page (/index.php?main_page=contact_us) the file tpl_contact_us_default.php had to be modified to support sending the contact us page entered information. Otherwise when trying to submit the form the page would reload, all of the entered data would be dropped, and the visitor would be advised to fill in the information that was just entered... Also firefox upon submission would indicate that the submitted content was not encrypted and asked to continue moving forward.. The login page had no problem and remained secure upon submission as well as other tested https: pages.
The fix was to modify includes/templates/winchester_black/templates/tpl_contact_us_default.php line 18 from:
To:Code:<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>
Code:<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send', 'SSL')); ?>
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Bookmarks