More info would be really helpful. Perhaps a link?
Are you not seeing the hamburger in mobile view?
Printable View
More info would be really helpful. Perhaps a link?
Are you not seeing the hamburger in mobile view?
Sorry you are perfectly right.
no i don't see it in mobile view and it is a test shop :D not even public. i did change a lot of the css and can't find it in my chrome or firefox web checks also.
i did not want the sideboxes to show on the index page, but they are on the product pages.
https://shop.skindexsystem.com/index...ain_page=index
i have no idea where i went wrong :D
Although this thread is for Westminster New, I see you are using Winchester Responsive - no problem because, as I recall, the two are basically the same template under the hood. I have used Westminster New, not necessarily the latest version of the template but hopefully the detail below matches yours somewhat.
The source code of your site doesn't contain any reference to the menu, so it's not hidden by css, instead there must be something missing in your template files.
The hamburger menu doesn't have a switch that controls it, instead it is loaded by javascript in
includes/templates/winchester_responsive/common/tpl_main_page.php
in that file you should have something like:
(Code:<?php if ($detect->isMobile() && !$detect->isTablet() or $detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $_SESSION['display_mode']=='isMobile') { ?>
<script type="text/javascript">
$('ul.slimmenu').slimmenu(
{
resizeWidth: '800',
collapserTitle: '',
animSpeed: 'medium',
easingEffect: null,
indentChildren: false,
childrenIndenter: ' '
});
</script>
as an aside the content of the h/burger menu is subsequently controlled by the file
includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php
)
You should check your template's tpl_main_page.php with the original source file.
Failing that, verify that all of the template's source files have been correctly uploaded - if they are then I can't see any reason why the menu wouldn't show.
OH dear, i am so sorry to have posted this on the wrong pages..
and thank you @simon for the help. It did not solve anything :D and yes i did even uploaded the template files again, but no luck.
I gues i have to discuss with my self if i like this good enoug to continue :D or just make something new from it.
Thank you so much for your advise
Eugénie
Hi,
I'm trying to install the spanish language pack in my demo cart. Running v1.5.7 Zen and the Westminster New template. It's all working except for the horizontal tabs.Attachment 19712 Help, what am I missing?
My home page is not displaying all content when I try to use HTTPS vs HTTP. My host tells me that the script located at "public_html/includes/templates/westminster_new/jscript/jquery.carouFredSel-6.0.2.js" is causing the ssl to break as it's showing as a mixed content error.
I'm using Zencart Version 1.5.5f. not an upgrade. installed using zc_install. PHP version 7.4.23. Westminster new version 1.3. www.legendcycle.net
Blocked loading mixed active content “http://cdnjs.cloudflare.com/ajax/lib....min.js”
Loading failed for the <script> with source “http://cdnjs.cloudflare.com/ajax/lib....min.js”. www.legendcycle.net:324:1
Blocked loading mixed active content “http://www.legendcycle.net/includes/....0.2.js”
Loading failed for the <script> with source “http://www.legendcycle.net/includes/....0.2.js”.
All of those need to be called https
Thanks for the reply. How do I do that?
I would like to increase the number of columns for categories on the main page. Currently it allows 3 and I would like to fit 5. Sorry if this was brought up, I could not locate the post. Any help would be awesome!
Using 1.5.7c