Zoom + header problem

GK User
Wed Aug 19, 2015 2:22 pm
Hello guys,

I have 2 issues with this theme, but couldn't solve my problem.

1) I'am trying to disable the page header on the product page of a hikashop site, but don't know how to. I disabled all the title options on the back-end but even tried the override ".item-page header h1 { display: none; }" but the header/title is still displayed
http://i62.tinypic.com/2elcrih.jpg

2) My next problem is more discussed. I found a override code to disable the zoom on the product page, but i want to disable it also on the product page, but non of the options worked for me. Even deleting the gkzoom code or adding this to the override:

nspImageWrapper:hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

#gkZoom {display:none;}
#gkZoom.active{display:none;}


.nspArt .nspImageWrapper:hover img {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
User avatar
Fresh Boarder

GK User
Wed Aug 19, 2015 8:02 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Aug 20, 2015 2:37 pm
Offcourse
http://rsgsm.nl/index.php/apple-menu
Site is offline for now, is that a problem?
User avatar
Fresh Boarder

GK User
Fri Aug 21, 2015 8:49 am
Yes, I need to be able to see it...
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Fri Aug 21, 2015 1:08 pm
Done
User avatar
Fresh Boarder

GK User
Mon Aug 24, 2015 1:02 pm
Sadly provided data doesn't work.
User avatar
Moderator

GK User
Wed Aug 26, 2015 9:45 am
What did you try?
visiting rsgsm.nl and used the provided credentials?

Tested it again and still works?
User avatar
Fresh Boarder

GK User
Mon Aug 31, 2015 9:00 am
Your site is password protected. You have provided login data via pm but they don't allow me to log in.
User avatar
Moderator

GK User
Mon Aug 31, 2015 5:28 pm
Can I add another question to this topic, now you would be able to login.

Is there a way to (vertical) outline the cart button no matter what the length of the product title is?

Screen Shot 2015-08-31 at 18.26.39 copy.jpg
User avatar
Fresh Boarder

GK User
Wed Sep 02, 2015 3:16 pm
1. Please create new threads when your question doesn't correspond to original topic.
2. To hide the header (Apple) please use this code in override.css:
Code: Select all
.hikashop_category_information h1.header { display: none; }

3. "I found a override code to disable the zoom on the product page, but i want to disable it also on the product page" there must be a typo in this sentence ;) I guess you need this code:
Code: Select all
.hikashop_product_image a:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

3. "to (vertical) outline the cart button" could you please show a screenshot to help me understand what do you mean by that?
User avatar
Moderator

GK User
Wed Sep 02, 2015 6:07 pm
Cyberek wrote:1. Please create new threads when your question doesn't correspond to original topic.

My bad, I will!

Cyberek wrote:3. "to (vertical) outline the cart button" could you please show a screenshot to help me understand what do you mean by that?


Offcourse, its like in the screenshot.
The "In winkelwagen (add to cart)" buttons are not on the same height, cause of the length of the product title.
I prefer to have them on the same height.
Screen Shot 2015-08-31 at 18.26.39 copy.jpg
User avatar
Fresh Boarder

GK User
Wed Sep 02, 2015 6:35 pm
Please try this override.css code:
Code: Select all
h3.catProductTitle a {
    min-height: 33px;
    display: block;
}

It will work with element names in two lines.
User avatar
Moderator

GK User
Mon Sep 07, 2015 6:50 pm
Did it work?
User avatar
Moderator

GK User
Fri Oct 30, 2015 2:35 pm
Yes it does.
Sorry for my late reaction :s
User avatar
Fresh Boarder

GK User
Sat Oct 31, 2015 1:20 pm
Ok. Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron