Welcome, Guest
Username: Password: Remember me

TOPIC: Like box does not open

Like box does not open 9 years 3 months ago #1608

The Liken does not open outside the box, thus is a not really possible to share

see www.city-webdesign.eu/index.php/banner-vorlagen-gratis-psd

best regards

Raunegger Benjamin
Order ID 1419347985
Invoice no 1691
Date 2014-12-23 15:19:45
The administrator has disabled public write access.

Like box does not open 9 years 3 months ago #1609

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello Raunegger Benjamin
Find and open file: plugins/content/jo_facebook_like_to_download/assets/fblikedl.css go to line 42 and changed
.jo-fblikedl-buttons {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-bottom: 1px solid #cccccc;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-image: none;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-width: 0 1px 1px;
margin-top: 0;
overflow: hidden;
padding: 11px 13px 9px;
}

To (delete line overflow: hidden;)
.jo-fblikedl-buttons {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-bottom: 1px solid #cccccc;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-image: none;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-width: 0 1px 1px;
margin-top: 0;
padding: 11px 13px 9px;
}

Best regards
Bach Pham
The administrator has disabled public write access.
The following user(s) said Thank You: Benjamin Raunegger
Time to create page: 0.103 seconds