Cannot show Search button in mobile version

ThemeBurn SupportForumsOpenCart ThemesBurnEngineCannot show Search button in mobile version

This topic has been marked as resolved.

I have two questions as below.

1) Search button in mobile version

I would like to show Search button in mobile version. The position is next to the menu button, just like your demo website mobile version (http://pavilion-theme.com/).
However, when I put “Search” block on the same row of the menu (Please see image 1 as below), but it cannot show on mobile version.

(I have added extra class “tbMobileShow” for “Search block”)

Then I created a new row and move “Search” block to new row, it can be shown in mobile version. (Please see image 2)

But I still want to show “Search” next to menu button in mobile version website (like attached image 3), how can I do that?

 

2) Sub-Categories Thumbnail

In your demo website (http://pavilion-theme.com/), there is an attractive function in the drop-down category “Shop”. The thumbnail image will be changed when rolling over the sub categories. (Please see attached image 4)

However, I cannot make this function works. Please check the setting in attached image 5.

The thumbnail image of sub category remains unchanged when rolling over the sub categories. (Please see attached image 6)

(I have turned off Cache in Pavilion Control Panel)

Please tell me how to make such function works.

November 25, 2016 at 6:45 am #53644

Hi,

1) Unfortunately, the search has been removed as a button menu in Pavilion 2. You could still have it visible by using the tbMobileShow extra class, but there is no option to put it on the logo row. We will see if we could bring back this feature in future versions, but for the moment it is not available. Sorry for the inconvenience.

2) There was a problem with the script that changes the images on hover. To fix it you need to open catalog/view/theme/BurnEngine/template/tb/menu/all_categories.tpl, find this code line (2 places):

var $image = $(this).closest('li[class~="tb_menu_category"]').find("> .thumbnail img");

and replace it with:

var $image = $(this).parent().closest('li[class*="tb_menu_category"]').find("> .thumbnail img");

We will add this fix with the next version, so do not worry about modifying the template.

BR,
ThemeBurn team

November 29, 2016 at 3:06 am #53811

Dear ThemeBurn Team,

For problem 1, since your demo website (http://pavilion-theme.com/) is an older theme version and the opencart is still 1.5.6, I think it is necessary to use an updated theme to replace your demo website. Otherwise, it will mislead your customers.

December 5, 2016 at 8:22 am #53989

Hi,

There are not many visual difference between newer versions and the one from the demo and that is why we’ve never updated it. But you are right, mate, we should put the latest version and we will at first opportunity.

BR,
ThemeBurn team

December 7, 2016 at 1:37 am #54061
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.