Field set not needed below the adress field.

GK User
Thu Mar 15, 2012 1:45 pm
editing the adress in VM and esport template.. below the cancel and submit button there is this.
Screen Shot 2012-03-15 at 5.38.41 AM.png


How can i put display:none; there so it would disappear. theat whole section. Maybe an override or something
Screen Shot 2012-03-15 at 5.38.41 AM.png


Thank you for your hard work.
User avatar
Expert Boarder

Konrad M
Thu Mar 15, 2012 1:50 pm
Hi
Can you give us link to page with this issue ?
User avatar

GK User
Thu Mar 15, 2012 9:19 pm
oh sorry.. i forgot :)

go to: http://aleksandrshevchenko.org/index.php

log in with: devreg pass:devreg

then go here: http://aleksandrshevchenko.org/store/ac ... cartST?cid[0]=0

notice the repeated info in the field set on the bottom. Basically saying:

shipping adress
5 stars
add/remove shipping adress

this section is not needed - if it can't be removed - at least the rating stars.. how did they make it there.. lol.. :)
User avatar
Expert Boarder

Konrad M
Fri Mar 16, 2012 12:07 pm
Try add to the override.css
Code: Select all
form#form-login.vmlogout fieldset+fieldset {display:none;}


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

GK User
Sat Mar 17, 2012 12:20 am
So i dug deeper into this issue.
Screen shot 2012-03-16 at 4.08.06 PM.png


the stars are there... why? why there?
Screen shot 2012-03-16 at 4.08.15 PM.png


looks like there is a class applied there

Code: Select all
class="vmicon vm2-termsofservice-icon"


should be:
Code: Select all
class="vm2-termsofservice-icon"


OR MAYBE it doesn't have to be that.. because in the source code it's programmed to have that class there.

here is is the code in the file: /templates/gk_esport/html/com_virtuemart/cart/default.php

Code: Select all
span class="terms-of-service" rel="facebox"><span class="vmicon vm2-termsofservice-icon"></span>


same thing with account maintenance page.

Code: Select all
<span class="vmicon vmicon-16-editadd"></span>


should be:
Code: Select all
<span class="vmicon-16-editadd"></span>


This is the result. Seems to work..
Screen shot 2012-03-16 at 4.19.20 PM.png

is this the solution or no? maybe that is meant to be...
User avatar
Expert Boarder

GK User
Tue Mar 20, 2012 4:19 am
can someone help me on this.. i'm still stuck on this a lot.
User avatar
Expert Boarder

Konrad M
Tue Mar 20, 2012 12:06 pm
Did you try remove this element from php file ?
User avatar

GK User
Tue Mar 20, 2012 12:19 pm
i'm not sure where to remove it..

I'm pretty sure it's tied with https://www.gavick.com/forums/140/guest ... 14915.html - I'm still digging through my 30 backups (2 each day that i did) to see when the problem was introduced.

it also seems to be tied with the http://forum.virtuemart.net/index.php?topic=99881.0 - so i'm afraid to remove it .. but i'm trying to see what is the solution.. it seems like some class got introduced into the php file or something like that.. is that possible?
User avatar
Expert Boarder

GK User
Tue Mar 20, 2012 1:31 pm
that issue is not tied with the guest checkout at all (https://www.gavick.com/forums/140/guest ... 14915.html)

however, i restored a backup right RIGHT before i updated GAVICK eSport template to 2.7 - and walla - all those weird stars are gone from there. So this is pointing at gavick for now. Something was introduced with the new update that caused all those extra stars all over the place. Please take a look into it please.

I'm willing to PM my website access and FTP so you can take a look.

P.S. Website launch is in less than 3 days - i hope we can figure this out :) please. :)
User avatar
Expert Boarder


cron