- Posts: 28
- Thank you received: 0
Menu Overlap
- Sanjay Kumar
-
Topic Author
- Offline
- Junior Boarder
-
When i try clicking the thumbnail of a tshirt , i get a popup of the enlarged image, but this pop-up is overlapped by the main menutext...how do i prevent this?
Also how do i change the fav icon and the text that appears on the browser tab heading "Welcome to OT-PArel"?
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
- Posts: 908
- Thank you received: 568
For the popup,
Please edit layout.css at about line 26, find the code ò
The favicon, replace one in /templates/ot_parelstore/
The Browser title, please change in the "Page display option" in the menu item Home edit page.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- Sanjay Kumar
-
Topic Author
- Offline
- Junior Boarder
-
- Posts: 28
- Thank you received: 0
1.If you visit gokkamakka.com/poda/ you could see that the slideshow arrows are not vertically centered properly. Solution?
2.There is this weird white space between the banner and the new arrivals slideshow. How do i remove it?
3.When you click on large, after clicking on the shop menu link, a list of thumnails appear. Now i don't want the pop-up to appear when i click on the thumbnail, instead i want the user to be taken to the corresponding products page (similar to the product details button). How do i do this?
Also, any other suggestions/tips you had in mind when you went through my site in progress?

Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
- Posts: 908
- Thank you received: 568
Please add more images, and in the slideshow module backend configuration, please set the height parameter to match your images (It seem still 500px height while your images 400px height.)1.If you visit gokkamakka.com/poda/ you could see that the slideshow arrows are not vertically centered properly. Solution?
2.There is this weird white space between the banner and the new arrivals slideshow. How do i remove it?
Please search on forum since we have many answer like this. The solution is: modify the category template layout to change the image to have an anchor with link to product detail page (same the title link)3.When you click on large, after clicking on the shop menu link, a list of thumnails appear. Now i don't want the pop-up to appear when i click on the thumbnail, instead i want the user to be taken to the corresponding products page (similar to the product details button). How do i do this?
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- Sanjay Kumar
-
Topic Author
- Offline
- Junior Boarder
-
- Posts: 28
- Thank you received: 0
<div class="product-image">
<?php
$image = $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'');
echo '<a href="'.$product->link.'" title="'.$product->product_name.'" >'.$image.'</a>';
?>
</div>
Please Log in or Create an account to join the conversation.
- Sanjay Kumar
-
Topic Author
- Offline
- Junior Boarder
-
- Posts: 28
- Thank you received: 0
Thanks in advance
Please Log in or Create an account to join the conversation.