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 :)
Printable View
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 :)
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 ..
Attachment 16396
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
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
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
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!!
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!!
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!