Page 25 of 50 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 498
  1. #241
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by blackeyed5 View Post
    Hi Anne....

    Thought it was all good, but noticed one last bug..

    In iPad portrait mode, the little black button that was missing before at the very top that can take you to specials, or whatever is there now, however I can't click on it to do anything. It's only not working in iPad portrait. Do I have to change the z index or something? Or what should I change specifically? Thanks...
    Yes, my guess is that it is a z-index problem, or that you need to add widths to the elements to prevent them from overlapping one another.

    Thanks,

    Anne

  2. #242
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    If you make the first changes I can take a look and help line the other elements up. I know that you know this, but for anyone reading who doesn't know, you can use chrome and the developer tools to help you out ;)

    Thanks,

    Anne
    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...

  3. #243
    Join Date
    May 2015
    Location
    New Jersey
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    Yes, my guess is that it is a z-index problem, or that you need to add widths to the elements to prevent them from overlapping one another.

    Thanks,

    Anne
    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...

  4. #244
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by blackeyed5 View Post
    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...
    If you post a link to your site and the original question I can take a look ;)

    Thanks,

    Anne

  5. #245
    Join Date
    May 2015
    Location
    New Jersey
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site and the original question I can take a look ;)

    Thanks,

    Anne
    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//

  6. #246
    Join Date
    May 2015
    Posts
    21
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    Look in the includes/languages/english/extra_definitions/winchester_black/winchester_black_defines.php file

    Thanks,

    Anne
    Thank you for your help !

  7. #247
    Join Date
    May 2015
    Posts
    21
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    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.

  8. #248
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by Freddiec2385 View Post
    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.
    There is no need to double post. I just answered your question in the other thread.

    Thanks,

    Anne

  9. #249
    Join Date
    May 2015
    Posts
    21
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Sorry

  10. #250
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Winchester Black Responsive Template

    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:

    Code:
    <?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>
    To:
    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...

 

 
Page 25 of 50 FirstFirst ... 15232425262735 ... LastLast

Similar Threads

  1. v151 Winchester Responsive
    By picaflor-azul in forum Addon Templates
    Replies: 952
    Last Post: 10 Aug 2023, 08:51 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. Ajax error with winchester black template
    By bluestorm in forum General Questions
    Replies: 2
    Last Post: 4 May 2016, 01:39 AM
  4. v154 Where do I find the images for sliders, using Winchester Responsive Black
    By zbdude in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2016, 12:00 AM
  5. v153 Winchester Responsive - Trouble resizing carousel size?
    By hols.club in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2014, 05:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR