- Posts: 7
- Thank you received: 0
Cannot select anything on the product page..
- rastabl0ke
-
Topic Author
- Offline
Less
More
15 years 5 months ago #15015
by rastabl0ke
Cannot select anything on the product page.. was created by rastabl0ke
I'm having a strange problem, I am unable to select anything on the products page. Please check it out and tell me what you think. At this point I'm thinking that Hikashop playing well with the Joomla template that I purchased from TM.
I've gone through the settings fussed around quite a bit. Any suggestions to increase the z-index for all the hikashop pages?
Thanks : )
BTW, here is the site in question. Select "products" on top to see what I'm talking about.
www.jackpinejoes.com/preview
I've gone through the settings fussed around quite a bit. Any suggestions to increase the z-index for all the hikashop pages?
Thanks : )
BTW, here is the site in question. Select "products" on top to see what I'm talking about.
www.jackpinejoes.com/preview
Please Log in or Create an account to join the conversation.
15 years 5 months ago #15017
by nicolas
Replied by nicolas on topic Re: Cannot select anything on the product page..
If you remove the line:
min-height: 300px;
from the code:
.navigation {
position: absolute;
top: 111px;
left: 0px;
z-index: 99;
min-height: 300px;
overflow: hidden;
}
in the file www.jackpinejoes.com/preview/templates/t...650/css/personal.css of your template, that should work.
The problem comes from a div of your template which goes "over" the content div where the product page is displayed.
min-height: 300px;
from the code:
.navigation {
position: absolute;
top: 111px;
left: 0px;
z-index: 99;
min-height: 300px;
overflow: hidden;
}
in the file www.jackpinejoes.com/preview/templates/t...650/css/personal.css of your template, that should work.
The problem comes from a div of your template which goes "over" the content div where the product page is displayed.
Please Log in or Create an account to join the conversation.
- rastabl0ke
-
Topic Author
- Offline
Less
More
- Posts: 7
- Thank you received: 0
15 years 5 months ago #15022
by rastabl0ke
Replied by rastabl0ke on topic Re: Cannot select anything on the product page..
Wow, that did it.. thank you so much! This has officially become my new go-to Joomla cart 
Now I just have to make it so the white background actually shows up.. something I should be able to track down.
Thanks again!
Now I just have to make it so the white background actually shows up.. something I should be able to track down.
Thanks again!
Please Log in or Create an account to join the conversation.
Time to create page: 0.188 seconds