OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Add Review not showing Properly (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Add Review not showing Properly

EML (Visitor)
Posts: 0
graphgraph
User Offline
Add Review not showing Properly 9 Years, 11 Months ago
Karma: 0  
Please see the attachment.....The Add Review button not showing Properly.

How to set it properly ??
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Add Review not showing Properly 9 Years, 11 Months ago
Karma: 101  
Hello

for fix button error you need in file
{site}/components/com_booklibrary/includes/booklibrary.css

find row
div#button_hidden_review.my_btn.my_btn-primary.bl_view_book_add_review_button {
margin-left: 0;
width: 131px !important;
}

and replace to

div#button_hidden_review.my_btn.my_btn-primary.bl_view_book_add_review_button {
margin-left: 0;
}


and in file
{site}/components/com_booklibrary/includes/booklibrary.css

find row
input.bl_view_book_add_review_button {
background: url("../images/user-comment.png" no-repeat scroll 0 20% transparent !important;
border: medium none !important;
color: white;
height: 22px;
padding-left: 30px !important;
}

and replace to

input.bl_view_book_add_review_button {
background: url("../images/user-comment.png" no-repeat scroll 0 20% transparent !important;
border: medium none !important;
color: white;
padding-left: 30px !important;
}

Thanks,
ortdaSoft team
Logged Logged
The administrator has disabled public write access.
EML (Visitor)
Posts: 0
graphgraph
User Offline
Re:Add Review not showing Properly 9 Years, 11 Months ago
Karma: 0  
Thank you.....Problem solved. It related with the size.
Logged Logged
The administrator has disabled public write access.
Go to top
»