Have you gone in yourAdmin >> Configuration >> My Store >> Store Status and selected the correct setting?
Printable View
You may try with this
Customer Details -> Customer Shop Status - View Shop and Prices -> set to 3
I could not find anything in this thread but found solution in Westminster thread. Putting it here so others can find it that run into the same issue.
If you get blocked content warning in your browser looking like something like this:
Mixed Content: The page at 'https://www.xxxxxxx.com/index.php?main_page=login' was loaded over HTTPS, but requested an insecure script 'http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'. This request has been blocked; the content must be served over HTTPS.
Solution is to make this edit:
includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php the line
Code:
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
causes an error on SSL/TLS enabled sites (broken lock, insecure items).
To remedy this simply change that line to
Code:
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
This has already been discussed in the support threads of other templates but thought I mention it here again.
I have a couple of questions on the mobile functions. So in mobile I can tab on the menu on the top right and it shows me:
Categories
Information
Contact
Just taping on the word itself does not result in anything. Took me a while to try the tiny down arrow all the way to the right. Not very user friendly IMHO. Is there a way to make the whole bar and word clickable? Would be way easier. Also can I include a home symbol next to the search symbol? Again, this would greatly help with navigation on mobile.
I have another question, I have tried changing the Flexible Footer to reflect our social media sites however that part now only displays the html codes and not the actual layout that it used to before editing. It's now like this:
<a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>
I have tried reading all the possible solutions for this but to no avail. I have even tried installing the module again after restoring the site from a previous backup but it is still showing the same. Please help.
Use an HTML Validator to check the code on the page. Might help to narrow down where the problem(s) are.
Hi there,
I have been using this template for a while and love it.
I have just tried to install the CSS/JS Loader so that I can start using the FEC.
I have followed the instruction through to point 7 multiple times incase I made a mistake however I have noticed that my menu drop down (Categories, information and contact) in the header have stopped working.
The call down that was previously being used is no longer working and I can't work out what is needed to be done to fix this.
Your help would be greatly appreciated.
The website is www.jarsbottlesdirect.com.au
I am getting an error message when I click on Login button or trying to add to cart.
How do I get rid of the error message?
Attachment 16971
Looks like you're using a version of the template built for v154 on a v155 site. You need to update at least the jscript_framework.php file, and maybe more. Consult the latest version of this template for the most recent files. After that, consider https://www.zen-cart.com/showthread....63#post1306863