Hi
Removed the previous bit of code and added the new and it now works on my phone.
I will try now to get it checked on other phones.
A Big thanks.
Search found 19 matches
- Sat Oct 19, 2019 3:01 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: BandB theme mobile menu
- Replies: 12
- Views: 4872
- Sat Oct 19, 2019 9:55 am
- Forum: Layout and Design (CSS & HTML)
- Topic: BandB theme mobile menu
- Replies: 12
- Views: 4872
Re: BandB theme mobile menu
Hi again
Still searching for the solution.
But when I try the demo http://easythemes.ca/demos/bandb/
on my phone I get the same result it chops off the last two items.
So it appears the theme is not compatible with all mobiles phones.
Not sure what to try next, maybe there is no answer.
Still searching for the solution.
But when I try the demo http://easythemes.ca/demos/bandb/
on my phone I get the same result it chops off the last two items.
So it appears the theme is not compatible with all mobiles phones.
Not sure what to try next, maybe there is no answer.
- Thu Oct 17, 2019 3:17 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: BandB theme mobile menu
- Replies: 12
- Views: 4872
Re: BandB theme mobile menu
Tried that in both sites made no difference.
Can the css you provided go anywhere in the style sheet?
Can the css you provided go anywhere in the style sheet?
- Thu Oct 17, 2019 2:15 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: BandB theme mobile menu
- Replies: 12
- Views: 4872
Re: BandB theme mobile menu
Hi Digb I have tried doing what the Validator tells me but not everything is possible. There are a few <__script__ type "type text/javascript"> that I cannot find, also its not possible to remove the % from image widths fixed widths do not work on mobiles. So the Validator is suggesting it...
- Tue Oct 15, 2019 5:54 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: BandB theme mobile menu
- Replies: 12
- Views: 4872
- Tue Oct 15, 2019 3:38 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: BandB theme mobile menu
- Replies: 12
- Views: 4872
Re: BandB theme mobile menu
Hi It was reported to me the person was using Apple I6 my phone is a Sony Xperia X android and I get the same result. If I open the site in portrait view and click the menu icon it shows all 9 items if I then rotate the phone it chops off 3 items and you cannot scroll down to see the others. If do y...
- Tue Oct 15, 2019 1:49 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: BandB theme mobile menu
- Replies: 12
- Views: 4872
BandB theme mobile menu
We are using bandb theme on the latest version of CMS 2.2.12 An issue as been pointed out to us that when viewing in landscape on any mobile phone and then selecting the menu icon it does not show the full list of menu items. Its not possible to scroll down you can only see the first four or five it...
- Sun May 05, 2019 10:15 am
- Forum: CMSMS Core
- Topic: Upgrading 2.2.10
- Replies: 3
- Views: 1567
Upgrading 2.2.10
I am trying to upgrade from 2.2.8 to 2.2.10 The site is not in the root folder but an addon outside the root. When I try to run the install file http://www.mysite.com/cmsms-2.2.10-install.php. I get the error. 404 Error The requested URL was not found on this server. I have checked the file and for ...
- Fri Apr 19, 2019 2:47 pm
- Forum: Modules/Add-Ons
- Topic: Menu attributes
- Replies: 13
- Views: 3812
Re: Menu attributes
Hi I now have the attribute showing but this was done by going back to using the menu call. {menu start_level='2' collapse='1' } and commenting out two bits of code in the template BandB_topnav i.e. {* the first child gets a special class {if $node@first && $node@total > 1}{assign var='licla...
- Wed Apr 17, 2019 3:55 pm
- Forum: Modules/Add-Ons
- Topic: Menu attributes
- Replies: 13
- Views: 3812
Re: Menu attributes
I don't have this {$node->extra1} in the nav template? I have this in the main template {page_attr key="extra1"} Do I need both? This is the nav call in the main template which gives me level I only. {Navigator template='bandb_topnav' number_of_levels='1'} This is the call in the page <div...
- Wed Apr 17, 2019 3:20 pm
- Forum: Modules/Add-Ons
- Topic: Menu attributes
- Replies: 13
- Views: 3812
Re: Menu attributes
I have removed all my references to loadprops but it still doesn't show the extra1 attribute. I do have the correct code in the template. I have also checked the page source just in case it was hidden in someway. What I am trying to do is show the extra1 below the menu title not on the page menu.jpg...
- Wed Apr 17, 2019 2:53 pm
- Forum: Modules/Add-Ons
- Topic: Menu attributes
- Replies: 13
- Views: 3812
Re: Menu attributes
Hi Guys This idiot needs a little more help. Can you explain were the loadprops is set? I can not find it anywhere. In the main template I have this set just the below the {$content} {page_attr key="extra1"} I have tried adding the loadprops in the template like so: {Navigator template='ba...
- Tue Apr 16, 2019 2:33 pm
- Forum: Modules/Add-Ons
- Topic: Menu attributes
- Replies: 13
- Views: 3812
Re: Menu attributes
Hi Thanks for info.
Can these links go anywhere in the template or in a certain place?
Can these links go anywhere in the template or in a certain place?
- Tue Apr 16, 2019 12:56 pm
- Forum: Modules/Add-Ons
- Topic: Menu attributes
- Replies: 13
- Views: 3812
Menu attributes
Can someone explain how to use the Extra Page Attribute 1
I would like to add a further message on the menu.
The system is the latest version and I am using theme bandb.
Thanks
I would like to add a further message on the menu.
The system is the latest version and I am using theme bandb.
Thanks
- Fri Aug 17, 2018 1:20 pm
- Forum: Modules/Add-Ons
- Topic: Zero missing from Products price
- Replies: 8
- Views: 2014
Re: Zero missing from Products price Solved
Hi Finally got there I was looking in the wrong place. Zero now showing plus Free if empty. For anyone else is benefit we now have in the template, the following. {if !empty($entry->price) AND ($entry->price > 0)} {$currency_symbol}{$entry->price|number_format:2}{else}FREE{/if} If we leave the price...