Style VM Reviews

GK User
Mon Feb 20, 2012 3:21 pm
Privet!

I think and so it can be seen in the picture :)
(font, stars, button etc)
User avatar
Fresh Boarder

Konrad M
Mon Feb 20, 2012 7:02 pm
Hi
What is a problem ?
User avatar

GK User
Mon Feb 20, 2012 7:39 pm
Hi!

In screenshots you can see everything (if you look at them as a whole)
Style "Reviews" in VM differs from the style of the template (e-Sport).
Perhaps you (gavickpro) missed (not tested) it.

I think you'll still fix it, it would be nice
avoid duplicate work.

========================
Привет!

На снимках все видно (если посмотреть их целиком)
Стиль при добавлении отзыва отличается от стиля шаблона (e-Sport).
Наверно вы (gavickpro) упустили (не проверили) это.

Думаю вы все равно будите это исправлять, было бы хорошо
избежать двойной работы.
User avatar
Fresh Boarder

Konrad M
Mon Feb 20, 2012 9:08 pm
Try add to override.css
Code: Select all
.write-reviews ul.rating li span {
    display: block;
    padding-bottom: 0 !important;
}


and remember to enable override.css option in template settings.
User avatar

GK User
Tue Feb 21, 2012 12:27 am
Hi!

Try to explain once again :)
User avatar
Fresh Boarder

GK User
Tue Feb 21, 2012 4:59 am
Screen shot 2012-02-20 at 7.58.04 PM.png

Screen shot 2012-02-20 at 7.58.07 PM.png


i don't know if i should post here or somewhere else.

I'm having these issue. I tried what you have told us to try in css overide file.. it didn't fix it.
User avatar
Expert Boarder

Konrad M
Tue Feb 21, 2012 9:26 am
Can you give me url to your site ? And PM witch some test account details
User avatar

GK User
Tue Feb 21, 2012 11:07 am
Konrad M wrote:Can you give me url to your site ? And PM witch some test account details


http://aleksandrshevchenko.org/index.php

http://aleksandrshevchenko.org/store/ca ... -17-detail

and I PM'd you.
User avatar
Expert Boarder

GK User
Mon Mar 05, 2012 1:04 am
can you help me with this still.. the stars are still cut off.
User avatar
Expert Boarder

GK User
Mon Mar 05, 2012 1:32 am
Please add following in to your override.css file.
Code: Select all
/* Fixing star height * /
.vmicon, .vmiconFE { height: 10px !important; }


See you around...
User avatar
Platinum Boarder

Konrad M
Mon Mar 05, 2012 8:43 am
Did you try normanUK code?
User avatar

GK User
Wed Mar 07, 2012 8:00 am
k - that worked great.. thanks..

how come when i edit shipping adress - there are stars on the bottom..

http://aleksandrshevchenko.org/store/ac ... resscartBT
(try login in through facebook)
User avatar
Expert Boarder

GK User
Wed Mar 07, 2012 8:05 am
actually that fixed the issue but introduced a new one.. the refresh quantity and remove item is set to 10px height as well cutting it off..
Screen Shot 2012-03-06 at 11.04.45 PM.png
User avatar
Expert Boarder

Konrad M
Thu Mar 08, 2012 10:24 am
Paste this code to the override.css after normanUK's code
Code: Select all
.vm2-remove_from_cart,
input.vm2-add_quantity_cart, input.vm2-add_quantity_cart:hover {
height:30px !important;
float:right;
}
User avatar

GK User
Thu Mar 08, 2012 7:56 pm
looks like that fixed it. :) thanks.
User avatar
Expert Boarder

Konrad M
Fri Mar 09, 2012 12:22 pm
I'm glad I could help :)
User avatar

GK User
Sat Mar 10, 2012 10:11 am
Sorry - one more thing. :)

When hovering over the "refresh button" after this fix - it tweaks out. As if though the position for hover is set to differently... thank you.
User avatar
Expert Boarder

Konrad M
Sun Mar 11, 2012 7:37 pm
Where is this button ?:)
User avatar

GK User
Tue Mar 13, 2012 11:28 pm
Here is the button.. sorry forgot to attach..

add an item into the cart here: http://aleksandrshevchenko.org/store

Screen shot 2012-03-13 at 3.27.18 PM.png
User avatar
Expert Boarder

GK User
Wed Mar 14, 2012 6:54 am
any luck with this? i have a dev site

dev.aleksandrshevchenko.org/store and it doesn't tweak there the way it does once i updated the template.. maybe there is a hint in that code there?
User avatar
Expert Boarder

Konrad M
Wed Mar 14, 2012 11:23 am
Try add to override.css
Code: Select all
input.vm2-add_quantity_cart, input.vm2-add_quantity_cart:hover {margin:0 !important;}
User avatar

GK User
Wed Mar 14, 2012 9:34 pm
perfect that worked. I just added a little margin on the left. so my code is:

Code: Select all
input.vm2-add_quantity_cart,
input.vm2-add_quantity_cart:hover {
   margin:0 0 0 10px !important;
   }


Is there a reason you put it all on one line? I format my css a little different.

thank you for your help.
User avatar
Expert Boarder

Konrad M
Wed Mar 14, 2012 9:41 pm
No there is no reason. Your format is good too.
User avatar

GK User
Wed Mar 14, 2012 10:13 pm
I don't know if this is related - but here:

http://aleksandrshevchenko.org/store/ca ... -18-detail

The review left was a 5 Star review (5/5)
Screen shot 2012-03-14 at 2.08.19 PM.png


but the stars show 2 stars... :(
Screen shot 2012-03-14 at 2.08.27 PM.png


the css class loading is incorrect with a title "Оценка: 2/5"
Screen shot 2012-03-14 at 2.10.15 PM.png


how can i fix this issue?
User avatar
Expert Boarder

Konrad M
Thu Mar 15, 2012 12:37 pm
Please switch to default and chceck if problem still exist.
User avatar

GK User
Thu Mar 15, 2012 1:13 pm
in VM? I've switched the default template for my shop and it's still gavick.

the funny thing is all the templates let me keep the gavick tempate for the store.. or do i have to change all of joomla template?

also look here.http://aleksandrshevchenko.org/store/ca ... -17-detail the stars are correct... this review was left before updating the template to 2.7 :(
User avatar
Expert Boarder

Konrad M
Fri Mar 16, 2012 1:14 pm
Ok Try edit rate value to 5 again and see if it show correct.
User avatar

GK User
Fri Mar 16, 2012 11:13 pm
it didn't work... :(

i installed a new quickstart.. and the error is the same there as well..
User avatar
Expert Boarder

GK User
Sat Mar 17, 2012 2:36 am
normanUK wrote:Please add following in to your override.css file.
Code: Select all
/* Fixing star height * /
.vmicon, .vmiconFE { height: 10px !important; }


See you around...


adding this code introduces this
Screen shot 2012-03-16 at 4.08.06 PM.png

Screen shot 2012-03-16 at 6.34.54 PM.png


the reason becasue we added this into the override.css

Code: Select all
.vmicon, .vmiconFE {
height: 10px !important;
}


this forces the display:none for that icon there to be visible.

so

Code: Select all
.vmicon, .vmiconFE {
height: 10px !important;
}


is not a solution i guess... :(

we need to remove the first vmicon in:
<span class="vmicon vmicon-16-editadd"></span>
User avatar
Expert Boarder


cron