Re: Stirling Grand Responsive Template
Hi Anne
I take your advice an will post a new topic regarding the language flags. Still trying to find out which files of the template I need to edit to create the top menu manually and also language based. So far I could only spot that
/includes/templates/stirling_grand/common/tpl_mega_menu.php
/includes/templates/stirling_grand/templates/tpl_modules_mobile_categories_tabs.php
are responsible for this menu.
Regards
Jan
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Xarum
Hi Anne
I take your advice an will post a new topic regarding the language flags. Still trying to find out which files of the template I need to edit to create the top menu manually and also language based. So far I could only spot that
/includes/templates/stirling_grand/common/tpl_mega_menu.php
/includes/templates/stirling_grand/templates/tpl_modules_mobile_categories_tabs.php
are responsible for this menu.
Regards
Jan
There is also:
includes/classes/categories_ul_generator.css
Thanks,
Anne
Re: Stirling Grand Responsive Template
Is there a way to remove the "details" section from products on the mobile environment?
1 Attachment(s)
Re: Stirling Grand Responsive Template
Hi Anne,
Thanks for a great template!
After testing I have noticed a small issue with the shopping cart count on the mobile version of the site. It shows the following (attached).
Attachment 17242
Does anyone know how to resolve this issue?
Thanks
Craig
Re: Stirling Grand Responsive Template
Usually a missed ' or something like that.
Use your admin->tools->developers tools kit and search for the above text
and it will show you in which file it is.
Re: Stirling Grand Responsive Template
Thanks gunni.
I was able to find the issue in the following file: /includes/templates/stirling_grand/templates/tpl_modules_mobile_categories_tabs.php
The following line of code was missing some php tags:
<li class="mshopping-cart"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <? echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
The code should be changed to:
<li class="mshopping-cart"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <?php echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
Thanks
Craig
Re: Drop Down Columns-Non Mobile
Quote:
Originally Posted by
picaflor-azul
the template is only coded out to 4 levels deep so if you have more levels you will need to copy the styles for the additional levels
Hi Anne,
Which are the styles that have to be copied to get six levels instead of four?
I have a six level category structure and when hovering over level 3 categories, the sub menus for levels 4, 5, and 6 are all opening at the same time.
Re: Drop Down Columns-Non Mobile
Nevermind. I found them in the css
Re: PHP 7 incompatibility?
Hi
Great template. Everything seems to be workin but I dont have "Activate Responsive Template" in Layout settings and the cell phone display the pictures in columns are tiled in each row.
Once again, thanks for your time.
Paul