Rating System

GK User
Thu Jun 07, 2012 8:23 pm
When someone posts a comment in the product layout ,after the 100 letters the words are going off the mainbody to the right.how can i fix that?
Thank you very much
User avatar
Expert Boarder

teitbite
Tue Jun 12, 2012 1:42 pm
Hi

Can You please show me the issue on a live site ?
User avatar
Moderator

GK User
Thu Jun 14, 2012 2:00 am
Yes, http://beta.greeceinsiders.com/city-or- ... etail.html

An other problem is that when someone posts a review the right position goes down,and all the subcategories of the category are shown and i dont want that.
Please,log in with username:demo pass:demo
and post a review to see what happens.

Thank you for your time
User avatar
Expert Boarder

teitbite
Fri Jun 15, 2012 10:36 am
Hi

This link leads to 404 error. Please tell me a different one.
User avatar
Moderator

GK User
Fri Jun 15, 2012 12:57 pm
User avatar
Expert Boarder

teitbite
Sat Jun 16, 2012 11:12 am
Hi

This is basicaly one word :) So html had no other option than to show it like that. Normaly there is no such long words. But to have this covered You can hide everything which goes over the borders with this css code:

Code: Select all
.list-reviews p {
    overflow: hidden;
}
User avatar
Moderator

GK User
Sat Jun 16, 2012 12:51 pm
Ok thank you very much
An other problem is that when someone posts a review the right position goes down,and all the subcategories of the category are shown and i dont want that.
Please,log in with username:demo pass:demo
and post a review to see what happens.

can you please check this out
thank you
User avatar
Expert Boarder

teitbite
Mon Jun 18, 2012 1:01 pm
Hi

Can You please tell me how can I post a review ? Please give me an exact link to where I can do that.
User avatar
Moderator

GK User
Mon Jun 18, 2012 4:34 pm
hi, you can login with username:demo pas:demo to post a review in the link below

http://beta.greeceinsiders.com/city-or- ... etail.html

Thank you for your time
User avatar
Expert Boarder

teitbite
Tue Jun 19, 2012 12:46 pm
Hi

I've tried, but nothing happened. Site look ok. Is it a problem of a specific browser or it's becuase this "11111" word? If it's because oneoneone, than the previous small piece of code should fix that too.
User avatar
Moderator

GK User
Tue Jun 19, 2012 1:25 pm
But when you post the review all the subcategories of the category are shown .How can i disable that?
User avatar
Expert Boarder

teitbite
Wed Jun 20, 2012 8:42 am
Hi

Is it possible that this issue is appearing because of customizations ? I cannot recreate it on my copy. I've also noticed couple of issues which were working on a clear quickstart and are not working at Your site. Can You install a clean template alongside and check if the same problem is displaying ?
User avatar
Moderator

GK User
Wed Jul 25, 2012 10:44 am
Untitled1.png
The only changes tha i have made are in css so it cant be that the problem what issues have you noticed?
When i am logged in the site and a product has a review the right position goes down,can you please help me why is that happening.
User avatar
Expert Boarder

teitbite
Wed Jul 25, 2012 2:58 pm
Hi

I need guidelines what to do to see this problem. Anyway have You updated template to the latest version ?
User avatar
Moderator

GK User
Wed Jul 25, 2012 7:50 pm
Thank you for your time ,
in order to see the problem you have to go to this link
http://beta.greeceinsiders.com/city-or- ... etail.html
and then login as user:demo pass:demo
If i update the template,which files will be changed ,i dont want to lose the modifications
Thank very much
User avatar
Expert Boarder

teitbite
Fri Jul 27, 2012 11:15 am
Hi

When I login it redirects me to the page from my screen, so I do not see the problem You are talking about.

About the update You should see all updates from Your current version and replace files listed. Hopefully a fix for You problem is there already.
User avatar
Moderator

GK User
Fri Jul 27, 2012 7:42 pm
When i go from the template to the update section it redirects me to download the whole template,and not only the files uploaded,so are somewhere only the files updated?
And in order to see the problem you should first login and the go to the link i gave you,sorry for this
Thank you again
User avatar
Expert Boarder

teitbite
Sat Jul 28, 2012 9:41 am
Hi

There is for sure an unclosed HTML tag in this part for reviews (I suspect so), anyway without closer look I cannot be sure in which place. Please add this code to fix make right column display in place:

Code: Select all
#gkRight {
    position: absolute;
    right: 0;
    top: 0;
}

#gkMainBlock {
    position: relative;
}


About updates. There are no packages with single update. Please download whole template and using list of updated files form update pages overwrite this in Your copy.
User avatar
Moderator

GK User
Tue Jul 31, 2012 1:00 pm
Ok thank you very much,one last question can you please tell me how can i remove the radio button from the custom fields

http://beta.greeceinsiders.com/city-or- ... etail.html
User avatar
Expert Boarder

teitbite
Tue Jul 31, 2012 6:11 pm
Hi

This should be removed in VM configuration for custom fields, but if You do not want to search for it, than simply hide it with this css code:

Code: Select all
.product-fields .product-field-type-X input { display:none; }
User avatar
Moderator

GK User
Tue Jul 31, 2012 7:14 pm
Thank you very much for your help that works fine
User avatar
Expert Boarder

teitbite
Wed Aug 01, 2012 11:49 am
Hi

Ok. No problem. Glad I could help.
User avatar
Moderator


cron