Page 36 of 50 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 498
  1. #351
    Join Date
    Dec 2011
    Posts
    31
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Oh ok. I tried searching for the image issue but it didn't show up. My apologies for posting about something that was already there!
    Thanks so much for your help and the fix to the text color issue :)

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by Patience View Post
    Oh ok. I tried searching for the image issue but it didn't show up. My apologies for posting about something that was already there!
    Thanks so much for your help and the fix to the text color issue :)
    No problem. I am happy that you figured it out ;)

    Thanks,

    Anne

  3. #353
    Join Date
    Apr 2016
    Location
    Arizona
    Posts
    8
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Hi Anne

    I am having an issue with the template I think.. I have turned on the right sidebar for everything but the front as that is where I want it to show .. It shows fine on all pages but the product page . I have tried and looked in the forum to find fix yet not able to find anything to fix ..

    I have put in the oneall plug-in and got it working though the right side bar is still messed up it's about 1/2 way down the page ( See pic)

    I am looking for some in sight to what to do .. I have a friend looking in to it but she has been busy and would like to get the store going ..

    Name:  wholepage-product -rightcolumnnot in right place.jpg
Views: 170
Size:  13.3 KB

    Thank you for any help you can give me .

    my site is http://nddesigns.us/dkkshop

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by DebbieDKK View Post
    Hi Anne

    I am having an issue with the template I think.. I have turned on the right sidebar for everything but the front as that is where I want it to show .. It shows fine on all pages but the product page . I have tried and looked in the forum to find fix yet not able to find anything to fix ..

    I have put in the oneall plug-in and got it working though the right side bar is still messed up it's about 1/2 way down the page ( See pic)

    I am looking for some in sight to what to do .. I have a friend looking in to it but she has been busy and would like to get the store going ..

    Name:  wholepage-product -rightcolumnnot in right place.jpg
Views: 170
Size:  13.3 KB

    Thank you for any help you can give me .

    my site is http://nddesigns.us/dkkshop

    This sort of thing happens when there is an html error in the code that you have added such as a mismatched closing tags. Check the code that the plugin added and correct these mistakes. Take a look at the w3c validator for clues as to where the mistakes are:

    https://validator.w3.org/check?uri=h...Inline&group=0


    Thanks,

    Anne

  5. #355
    Join Date
    Apr 2014
    Location
    Philippines
    Posts
    3
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    If you want the sideboxes to show on the main page then you can remove the code that is hiding the left hand column in the tpl_main_page.php file. Or you can install the languages and currencies in the header plugin.

    Thanks,

    Anne
    Hi Anne,

    I downloaded and installed the template just this week from your site. I tried removing the code to display the left hand column. Left hand column shows up on PC browser, but not on mobile devices like my android cell phone. Even the inside page it does not show the left hand column on mobile devices. Is there something I did wrong? I just commented out the if statement (see below).

    It seems the left hand column is completely ignored on mobile devices? I really need to show the currency selector on all devices mobile or desktop irregardless.

    You also mentioned install the languages and currencies in the header plugin. What do you mean by this? Is it a menu option at the backend of zen cart installed as part of the Winchester Black template? or separate plugin of zen cart? Where do I find it?

    Also just wondering if you have a feature in Winchester Black template to show currencies as buttons to click (instead of droplist), showing say AUD, the symbol for Pound, or Euro for example for customer to click and change the currency.

    Hoping for your help as I am currently stuck and need to show currencies choices.

    Thanks,

    Jun

    //if (!isset($flag_disable_left) || !$flag_disable_left) {
    ?>

    <td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
    <?php
    /**
    * prepares and displays left column sideboxes
    *
    */
    ?>
    <div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td>
    <?php
    //}
    Last edited by jackfrost; 10 Jun 2016 at 01:45 PM.

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by jackfrost View Post
    Hi Anne,

    I downloaded and installed the template just this week from your site. I tried removing the code to display the left hand column. Left hand column shows up on PC browser, but not on mobile devices like my android cell phone. Even the inside page it does not show the left hand column on mobile devices. Is there something I did wrong? I just commented out the if statement (see below).

    It seems the left hand column is completely ignored on mobile devices? I really need to show the currency selector on all devices mobile or desktop irregardless.

    You also mentioned install the languages and currencies in the header plugin. What do you mean by this? Is it a menu option at the backend of zen cart installed as part of the Winchester Black template? or separate plugin of zen cart? Where do I find it?

    Also just wondering if you have a feature in Winchester Black template to show currencies as buttons to click (instead of droplist), showing say AUD, the symbol for Pound, or Euro for example for customer to click and change the currency.

    Hoping for your help as I am currently stuck and need to show currencies choices.

    Thanks,

    Jun

    //if (!isset($flag_disable_left) || !$flag_disable_left) {
    ?>

    <td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
    <?php
    /**
    * prepares and displays left column sideboxes
    *
    */
    ?>
    <div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td>
    <?php
    //}
    Yes, the left and right hand columns are disabled on mobile devices. This is because there is no room for them on the screen.

    I fyou want to show the currencies and languages in the header on mobile devices, look at the site with the chrome web developer tools and you can find the line that needs to be edited.

    If you post a link to your site I can take a look.

    Thanks,

    Anne

  7. #357
    Join Date
    Apr 2014
    Location
    Philippines
    Posts
    3
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    Yes, the left and right hand columns are disabled on mobile devices. This is because there is no room for them on the screen.

    I fyou want to show the currencies and languages in the header on mobile devices, look at the site with the chrome web developer tools and you can find the line that needs to be edited.

    If you post a link to your site I can take a look.

    Thanks,

    Anne
    Hi Anne,

    I'd appreciate it if you can check my site here is the link : http://greattoysonline.com/ssa

    I googled chrome web developer tools and they are mostly tools for android applications?

    regards,

    Jun

  8. #358
    Join Date
    Apr 2010
    Location
    Albuquerque, NM
    Posts
    198
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Hello! So I have been using this template with no problem and loving it. On previous sites I'd always installed FEC and the CSS/JS loader, but I hadn't yet with this updated store and template. I recently installed them, and the first thing I noticed was that Tabbed Products Pro no longer worked, which was fine, not a huge deal. But then I discovered that my mobile site is not working correctly, basically before there was the drop down menu where you could get to Categories, and therefore access all the products, but now instead of the drop down menu being there, the links are just exposed, but they are not clickable. So basically, the mobile site isn't useable so long as the html_header.php is modified with the CSS/JS loader code, if I revert back to the old file, the mobile site is fine, but of course FEC doessn't work.

    In researching this for days, I read somewhere that you have successfully used this template with FEC on numerous sites. Is there anything special you had to do? I have verified over and over that I merged the code correctly in the html_header file.

    Any thoughts would be appreciated! Thank you!!

  9. #359
    Join Date
    Apr 2010
    Location
    Albuquerque, NM
    Posts
    198
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Well never mind, I fixed it, I now have FEC and mobile responsive is working!! I found this post by Design75, where he showed the merged html_header he's using, which is working with FEC and his mobile site: https://www.zen-cart.com/showthread....-v1-5-x/page30

    Weird thing is I compared that code to my code using winmerge, and they were identical save for extra spaces between my lines of code. I went ahead and pasted that code into my file, and boom, it fixed the mobile! So, I really can't say what was different between our two files, but it's working, that's all that matters. So disregard!!

  10. #360
    Join Date
    Dec 2011
    Posts
    31
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Hi Anne,

    I'm unsure if this is an issue with a recent Zen Cart upgrade, or with the Winchester Black template I had to reinstall after upgrading.
    My site is violetmoonchild.com -everything looks as it should on all pages except for when I click a product to view its page, there is nothing there. The page isn't blank, you can see the correct title in the browser window and also my custom background picture, but the product images, description, add-to-cart, etc.. is gone. I tried re-uploading all of the template files again but its still the same. Do you have any idea what might be going on here?
    Thanks!

 

 
Page 36 of 50 FirstFirst ... 26343536373846 ... 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