problem searching in sublevel categories

Tagged: ,

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themeproblem searching in sublevel categories

This topic has been marked as not resolved.

Hello,

I’ve just configured Pavilion, and now when I search inside a sublevel category it goes 404 error, for example:

http://www.yoursite.com/gift/gifts2

if I search for “test” it goes to:

http://www.yoursite.com/gift/index.php?route=product/search&search=test

I am using nginx

September 1, 2015 at 2:30 am #42982

Hi,

Is this problem appearing when using the default theme? Generally, Pavilion does not alter url generation.

BR,
ThemeBurn team

September 7, 2015 at 10:31 am #43056

Hello,

This problem is only in internet explorer.
Firefox and chrome is ok.

I have tested it with the default theme, and works ok with any browser.

try in this link:

another thing, is it possible to change a category button color individually in the top bar ?

how ?

kind regards,

LF

September 10, 2015 at 6:10 pm #43106
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
September 14, 2015 at 5:36 pm #43147

Hello,

Worked ok. thank you!

About the possibility to change a category button color individually in the top bar, how can it be done ?

Kind regards,

LF

September 14, 2015 at 7:37 pm #43152

Hi,

You need to get the ID of the specific menu and then use this custom CSS:

#MENU_ID_TO_REPLACE > a {
  color: YOUR_COLOR;
}

BR,
ThemeBurn team

September 28, 2015 at 11:01 am #43273
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.