Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,103

Results 1,781 to 1,800 of 1,865
28 Aug 2020, 6:21 PM
#1781
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Westminster New

Here's what was in the file myDEBUG-20200828-141911-264968-deprecated.log

[28-Aug-2020 14:19:11 America/New_York] Request URI: /, IP address: 24.88.122.223
#1 each() called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php:15]
#2 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/modules/sideboxes/languages_header.php:22]
#3 require(/home/theatcom/flowertownengravable.gifts/includes/modules/sideboxes/languages_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_header.php:73]
#4 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_main_page.php:145]
#5 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_main_page.php) called at [/home/theatcom/flowertownengravable.gifts/index.php:94]
--> PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php on line 15.

[28-Aug-2020 14:19:11 America/New_York] PHP Parse error: syntax error, unexpected '$content' (T_VARIABLE) in /home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_whats_new.php on line 11

[28-Aug-2020 14:19:11 America/New_York] Request URI: /, IP address: 24.88.122.223
--> PHP Parse error: syntax error, unexpected '$content' (T_VARIABLE) in /home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_whats_new.php on line 11.

28 Aug 2020, 6:25 PM
#1782
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Westminster New

Try this one.```

<?php/** * Side Box Template * * @package templateSystem * @copyright Copyright 2003-2011 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: tpl_whats_new.php 18698 2011-05-04 14:50:06Z wilt $ * Modified by Picaflor Azul (Picaflor-Azul.com) Westminster New v2.0 */ $content = ""; $content .= '<div class="sideBoxContent centeredContent">'; $whats_new_box_counter = 0; while (!$random_whats_new_sidebox_product->EOF) { $whats_new_box_counter++; $whats_new_price = zen_get_products_display_price($random_whats_new_sidebox_product->fields['products_id']); $content .= "\n" . ' <div class="sideBoxContentItem">'; $content .= '<div class="box-title"><a href="' . zen_href_link(zen_get_info_page($random_whats_new_sidebox_product->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($random_whats_new_sidebox_product->fields['master_categories_id']) . '&products_id=' . $random_whats_new_sidebox_product->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES . $random_whats_new_sidebox_product->fields['products_image'], $random_whats_new_sidebox_product->fields['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT); $content .= '<br />' . $random_whats_new_sidebox_product->fields['products_name'] . '</a></div>'; $content .= '<div class="box-price">' . $whats_new_price . '</div>'; $content .= '</div>'; $random_whats_new_sidebox_product->MoveNextRandom(); } $content .= '</div>' . "\n"; ```
28 Aug 2020, 8:24 PM
#1783
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Westminster New

No good. Still blank on the bottom half.

28 Aug 2020, 8:37 PM
#1784
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Westminster New

Revert to original for now but, did the newest debug show a different problem?

28 Aug 2020, 9:37 PM
#1785
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Westminster New

Error logs with all original sidebox files

myDEBUG-20200828-173108-562828-deprecated.log

[28-Aug-2020 17:31:08 America/New_York] Request URI: /, IP address: 24.88.122.223
#1 each() called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php:15]
#2 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/modules/sideboxes/languages_header.php:22]
#3 require(/home/theatcom/flowertownengravable.gifts/includes/modules/sideboxes/languages_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_header.php:73]
#4 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_main_page.php:145]
#5 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_main_page.php) called at [/home/theatcom/flowertownengravable.gifts/index.php:94]
--> PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php on line 15.

myDEBUG-20200828-173108-562828-warning.log

[28-Aug-2020 17:31:08 America/New_York] Request URI: /, IP address: 24.88.122.223
#1 each() called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php:15]
#2 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/modules/sideboxes/languages_header.php:22]
#3 require(/home/theatcom/flowertownengravable.gifts/includes/modules/sideboxes/languages_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_header.php:73]
#4 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_main_page.php:145]
#5 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_main_page.php) called at [/home/theatcom/flowertownengravable.gifts/index.php:94]
--> PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php on line 15.

And this log after uploading the last fix you sent:

myDEBUG-20200828-173544-187299-deprecated.log

[28-Aug-2020 17:35:44 America/New_York] Request URI: /, IP address: 24.88.122.223
#1 each() called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php:15]
#2 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/modules/sideboxes/languages_header.php:22]
#3 require(/home/theatcom/flowertownengravable.gifts/includes/modules/sideboxes/languages_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_header.php:73]
#4 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_header.php) called at [/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_main_page.php:145]
#5 require(/home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/common/tpl_main_page.php) called at [/home/theatcom/flowertownengravable.gifts/index.php:94]
--> PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_languages_header.php on line 15.

[28-Aug-2020 17:35:44 America/New_York] PHP Parse error: syntax error, unexpected '$content' (T_VARIABLE) in /home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_whats_new.php on line 11

[28-Aug-2020 17:35:44 America/New_York] Request URI: /, IP address: 24.88.122.223
--> PHP Parse error: syntax error, unexpected '$content' (T_VARIABLE) in /home/theatcom/flowertownengravable.gifts/includes/templates/westminster_new/sideboxes/tpl_whats_new.php on line 11.

28 Aug 2020, 11:08 PM
#1786
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Westminster New

Well, that trial was based on the featured text that you posted earlier. At least it had the info properly nested. Since you don't use the featured side box, we don't know if it is correct.

Perhaps someone can correct any error I might have made. It's lost in my trifocals right now.:(

28 Aug 2020, 11:12 PM
#1787
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Westminster New

dbltoe:

Well, that trial was based on the featured text that you posted earlier. At least it had the info properly nested. Since you don't use the featured side box, we don't know if it is correct.

Perhaps someone can correct any error I might have made. It's lost in my trifocals right now.:(

I really do appreciate all the time and effort you've put into trying to help with this. Tell me though, what exactly are the nested errors doing? Is it causing something to happen or not happen that I"m not seeing? Is it something Google will frown upon?

Tom

29 Aug 2020, 1:57 AM
#1788
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Westminster New

There are certain things you're not allowed to do in CSS and HTML. Some of them are recognizable by "smarter" browsers and the browsers work around them. When you "mess up the nest" no one sits well and all sorts of weird things are "hatched."
[Attachment no longer available]

Yours should be```

<div> <a> <img /> </a> </div> ```Notice why they call it nested. But it's``` <a> <img /> <div> </a> </div> ```The browser is smart enough to figure out what's wrong BUT, you'll note that it will not look at further errors. Since this is on every desktop-generated page, it can be catastrophic on any desktop page.
29 Aug 2020, 2:11 AM
#1789
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Westminster New

Will this work? I just moved the </a>

$content = "";
$content .= '<div class="sideBoxContent centeredContent">';
$whats_new_box_counter = 0;
while (!$random_whats_new_sidebox_product->EOF) {
$whats_new_box_counter++;
$whats_new_price = zen_get_products_display_price($random_whats_new_sidebox_product->fields['products_id']);
$content .= "\n" . ' <div class="sideBoxContentItem">';
$content .= '<a href="' . zen_href_link(zen_get_info_page($random_whats_new_sidebox_product->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($random_whats_new_sidebox_product->fields['master_categories_id']) . '&products_id=' . $random_whats_new_sidebox_product->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES . $random_whats_new_sidebox_product->fields['products_image'], $random_whats_new_sidebox_product->fields['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);</a>
$content .= '<div class="box-title">' . $random_whats_new_sidebox_product->fields['products_name'] . '</div>';
$content .= '<div class="box-price">' . $whats_new_price . '</div>';
$content .= '</div>';
$random_whats_new_sidebox_product->MoveNextRandom();
}
$content .= '</div>' . "\n";

29 Aug 2020, 2:28 AM
#1790
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Westminster New

No, never mind, that didn't work. Did the same thing your fix did.

5 Oct 2020, 1:10 AM
#1791
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Westminster New

Just to let you know I'm following your progress as I have exactly the same issue on my fresh new install of 1.5.7 :-)

7 Oct 2020, 3:14 AM
#1792
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Westminster New

V1.5.7 - Fresh Install

I'm constantly getting this debug log and don't understand why.

Debug Log
[07-Oct-2020 02:04:12 UTC] Request URI: /, IP address: 209.17.96.122
#1 require(/includes/templates/westminster_new/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: Use of undefined constant DISPLAY_PAGE_PARSE_TIME - assumed 'DISPLAY_PAGE_PARSE_TIME' (this will throw an Error in a future version of PHP) in /includes/templates/westminster_new/common/tpl_main_page.php on line 279.

Here is the coding from the file it relates to - Line 279 is "if (DISPLAY_PAGE_PARSE_TIME == 'true') {"

<!--bof- parse time display --> <?php if (DISPLAY_PAGE_PARSE_TIME == 'true') { ?> <div class="smallText center">Parse Time: <?php echo $parse_time; ?> - Number of Queries: <?php echo $db->queryCount(); ?> - Query Time: <?php echo $db->queryTime(); ?></div> <?php } ?> <!--eof- parse time display -->

Can anyone tell me how to fix this?

There's a coffee in it for you as I'm so over it! :-)
Thanks
Tania :-)

7 Oct 2020, 3:26 AM
#1793
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Westminster New

Elemi:

V1.5.7 - Fresh Install

I'm constantly getting this debug log and don't understand why.

Debug Log
[07-Oct-2020 02:04:12 UTC] Request URI: /, IP address: 209.17.96.122
#1 require(/includes/templates/westminster_new/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: Use of undefined constant DISPLAY_PAGE_PARSE_TIME - assumed 'DISPLAY_PAGE_PARSE_TIME' (this will throw an Error in a future version of PHP) in /includes/templates/westminster_new/common/tpl_main_page.php on line 279.

And here is the coding for /index.php:94

require($template->get_template_dir('tpl_main_page.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_main_page.php');

7 Oct 2020, 4:05 AM
#1794
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: Westminster New

This ```

<!--bof- parse time display --> <?php if (DISPLAY_PAGE_PARSE_TIME == 'true') { ?> <div class="smallText center">Parse Time: <?php echo $parse_time; ?> - Number of Queries: <?php echo $db->queryCount(); ?> - Query Time: <?php echo $db->queryTime(); ?></div> <?php } ?> <!--eof- parse time display --> ``` was removed from 1.5.7 so remove it from the westminster new template files.
7 Oct 2020, 4:30 AM
#1795
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Westminster New

Thank you soooo much Mike!

Do you know anything about the sideboxes issue?

07-Oct-2020 04:08:29 UTC] Request URI: /, IP address: 66.102.8.61
#1 each() called at [/includes/templates/westminster_new/sideboxes/tpl_languages_header.php:15]

while (list($key, $value) = each($lng->catalog_languages)) {

#2 require(/includes/templates/westminster_new/sideboxes/tpl_languages_header.php) called at [/includes/modules/sideboxes/languages_header.php:22]

require($template->get_template_dir('tpl_languages_header.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_languages_header.php');

#3 require(/includes/modules/sideboxes/languages_header.php) called at [/includes/templates/westminster_new/common/tpl_header_mobile.php:56]

if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {

#4 require(/includes/templates/westminster_new/common/tpl_header_mobile.php) called at [/includes/templates/westminster_new/common/tpl_main_page.php:133]

    require($template->get_template_dir('tpl_header_mobile.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_header_mobile.php');

#5 require(/includes/templates/westminster_new/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /includes/templates/westminster_new/sideboxes/tpl_languages_header.php on line 15.

[/index.php:94]

require($template->get_template_dir('tpl_main_page.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_main_page.php');

/includes/templates/westminster_new/sideboxes/tpl_languages_header.php on line 15

while (list($key, $value) = each($lng->catalog_languages)) {

8 Oct 2020, 7:37 AM
#1796
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Westminster New

And another question - and hopefully an easier one although I can't find it in the .css files - where is the line that makes everything in uppercase? It is sooooo hard to read, and I would prefer the product names to be in either Small Caps or Titlecase, not ALLCAPS.

Other's may find it easy to read, however I'm cross-eyed and it is hard for me to see what I'm proofing on the web page if there is differentiation. :-(

Thanking you in advance xo

28 Oct 2020, 8:12 PM
#1797
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Westminster New

Next debug logs annoying me in 1.5.7 - these are in relation to the mobile app, they pop up every time I look at the website on my phone, so there are undoubtedly some from prospective customers looking too. I've had a look at the standard Responsive Template files for1.5.7 - there is no tpl_modules_mobile_categories_tabs.php to compare it with.

[28-Oct-2020 19:31:56 UTC] PHP Notice: Undefined index: customer_id in /includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php on line 47

Line 47:

<?php if ($_SESSION['customer_id']) { ?>
[28-Oct-2020 19:31:56 UTC] PHP Notice: Undefined index: display_mode in /includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php on line 121

Line 121:

<?php } else if ($detect->isTablet() or $detect->isMobile() && $_SESSION['display_mode']=='isTablet' or $detect->isTablet() && $_SESSION['display_mode']=='isTablet' or $_SESSION['display_mode']=='isTablet'){ ?>

Any suggestions out there?

24 Nov 2020, 2:32 AM
#1798
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Westminster New

Elemi:

Next debug logs annoying me in 1.5.7 - these are in relation to the mobile app, they pop up every time I look at the website on my phone, so there are undoubtedly some from prospective customers looking too. I've had a look at the standard Responsive Template files for1.5.7 - there is no tpl_modules_mobile_categories_tabs.php to compare it with.

[28-Oct-2020 19:31:56 UTC] PHP Notice: Undefined index: customer_id in /includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php on line 47

> 
> Line 47:   
> <?php if ($_SESSION['customer_id']) { ?>
> 
> 
> ```
[28-Oct-2020 19:31:56 UTC] PHP Notice: Undefined index: display_mode in /includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php on line 121

Line 121:

<?php } else if ($detect->isTablet() or $detect->isMobile() && $_SESSION['display_mode']=='isTablet' or $detect->isTablet() && $_SESSION['display_mode']=='isTablet' or $_SESSION['display_mode']=='isTablet'){ ?>

Any suggestions out there?

Not sure that I have anything to offer other than a stab in the dark but just wondered does changing PHP versions make any difference??

Is this error log causing any malfunctions of the operation of the site itself, i.e. no issues with display, order processing etc??? I am yet to move to 1.5.7 but do want to use this template - aside from this error log how is the template performing for you?

cheers, Mike

13 Dec 2020, 11:47 AM
#1799
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Westminster New

I am re-addressing the issue of trying to get rid of the drop down menu (slimmenu) from the home page - refer a line of posts and responses beginning here https://www.zen-cart.com/showthread.php?213334-Westminster-New&p=1363026#post1363026

I have recently spent a number of hours trying to get to the bottom of this without luck.

I do have a site that does not have the drop down menu on the home page - cannot remember how this was achieved a few years back now. The site is https://www.treeoflifejewellery.com.au and it is v1.5.5f using this template - same zc version as the site I am trying to remove the drop down from.

I have used WinMerge to compare the a range of .css files of both sites and the jquery.slimmenu.js - all are identical !! (other than a couple of text / spacing items in stylesheet.css) - .css files compared responsive.css, responsive_default.css, responsive_mobile.css, stylesheet.css, stylesheet_responsive_tabs.css

So I started working through some template files that I thought may have been altered in the case of the site that the menu was successfully removed from - no luck there either.

I spent a couple of hours scrolling through this forum looking for clues, again to no avail.

I compared the Page Source of the two sites and of course found the difference, see below;

/Treeoflifejewellery.com.au/
<!--eof-header logo and navigation display-->

<!--bof-optional categories tabs navigation display-->
<div id="navCatTabsWrapper">
<div id="navCatTabs">
<ul>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/tree-of-life-necklaces-c-2">Tree of Life Necklaces</a> </li>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/chiming-tree-of-life-necklaces-c-11">Chiming Tree of Life Necklaces</a> </li>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/tree-of-life-bracelets-c-3">Tree of Life Bracelets</a> </li>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/tree-of-life-earrings-c-8">Tree of Life Earrings</a> </li>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/tree-of-life-rings-c-4">Tree of Life Rings</a> </li>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/silver-chains-c-6">Silver Chains & Necklace Cords</a> </li>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/tree-of-life-pendants-c-1">Tree of Life Pendants</a> </li>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/wooden-tree-of-life-necklaces">Wooden Tree Of Life Necklaces</a> </li>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/gemstone-pendants">Gemstone Pendants</a> </li>
  <li><a class="category-top" href="https://www.treeoflifejewellery.com.au/tree-of-life-key-rings-c-10">Tree of Life Key Rings</a> </li>
</ul></div></div>

....................................
/dazzlerscliponearrings.com.au/
<!--eof-header logo and navigation display-->


<!--bof handheld menu display-->



<div id="menu">
<ul class="slimmenu">

    <li class="test"><a href="" class="mshop">Categories</a>
<ul class="level2"><li>
<a href="https://www.dazzlerscliponearrings.com.au/all-clip-on-earrings-c-1"><b>ALL</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/artisan-crafted-clip-on-earrings-c-5"><b>ARTISAN CRAFTED</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/sterling-silver-clip-on-earrings-c-3"><b>STERLING SILVER</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/button-style-clip-on-earrings"><b>BUTTON style</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/dangle-clip-on-earrings"><b>DANGLE</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/gemstone-clip-on-earrings-c-4"><b>GEMSTONE</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/glamorous-clip-on-earrings"><b>GLAMOROUS</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/hoop-half-hoop-clip-ons">Half Hoop & <b>HOOP</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/pearl-clip-on-earrings-c-6"><b>PEARL</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/retro-vintage-style-clip-ons"><b>RETRO & VINTAGE</b> Style Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/chandelier-clip-on-earrings-c-8"><b>CHANDELIER</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/fashion-clip-on-earrings-c-2"><b>FASHION</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/tassel-clip-on-earrings-c-10"><b>TASSEL</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/rose-gold-clip-on-earrings"><b>ROSE GOLD</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/gold-clip-on-earrings"><b>GOLD</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/crystal-clip-on-earrings"><b>CRYSTAL</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/statement-clip-on-earrings"><b>STATEMENT</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/bridal-clip-on-earrings"><b>BRIDAL</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/silver-clip-on-earrings"><b>SILVER</b> Clip On Earrings</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/earrings-necklace-sets"><b>SETS</b> Earrings & Necklace</a></li><li>
<a href="https://www.dazzlerscliponearrings.com.au/soft-pads-for-clip-on-earrings"><b>SOFT PADS</b> for Clip On Earrings</a></li></ul>                        
</li>



<li class="minfo-links"><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=site_map" class="minfo">Information</a>
    <ul class="level2">
    <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=site_map">Customer Service</a>
    <ul>
    <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=about_us">About Us</a></li>
      <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=login">Log In</a></li>
   <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=create_account">Create Account</a></li>
     <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=shippinginfo">Shipping & Returns</a></li>
      <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=privacy">Privacy Notice</a></li>
  <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=conditions">Conditions of Use</a></li>
         </ul>
    </li>
    <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=site_map">General Info</a>
    <ul>
     <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=site_map">Site Map</a></li>
        <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=gv_faq">Gift Certificate FAQ</a></li>
  <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=discount_coupon">Discount Coupons</a></li>
             <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=unsubscribe">Newsletter Unsubscribe</a></li>
          </ul>
    </li>
        <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=site_map">Useful Links</a>
    <ul>
      </ul>
    </li>
    </ul>
    </li>
    <li><a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=contact_us" class="mcontact">Contact Us</a></li>

</ul>

</div>

<script src="includes/templates/westminster_new/jscript/jquery.slimmenu.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script> 

  
<script type="text/javascript">
    $('ul.slimmenu').slimmenu(
			      {
			      resizeWidth: '800',
				  collapserTitle: '',
				  animSpeed: 'medium',
				  easingEffect: null,
				  indentChildren: false,
				  childrenIndenter: ' '
				  });
</script>

  
<!--eof handheld menu display-->

<div id="mobile-nav1">
<a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=account"><i class="fa fa-user" title="My Account"></i></a>

<a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=advanced_search"><i class="fa fa-search" title="Search"></i></a>

<div id="header-cart">
   <a href="https://www.dazzlerscliponearrings.com.au/index.php?main_page=shopping_cart">0  - $0.00</a>
   </div>
</div>




<br class="clearBoth" />
<!--eof-branding display-->
<!--eof-header logo and navigation display-->
</div>
</div>





<!--bof-optional categories tabs navigation display-->
<!--eof-optional categories tabs navigation display-->

I have used the admin/tools/developer to find instances of <div id="menu">, <ul class="slimmenu"> and <li class="test"><a href="" class="mshop"> and the only result has been tpl_modules_mobile_categories_tabs.php ... and the file again is the same on both sites.

So needless to say I am stumped - it will likely be something simple or something I missed - any further advice or assistance will be greatly appreciated.

cheers,
Mike