the tidy pics widget buttons are overlapping each other.. i looke around but couldnt see where i could add a break or something...
http://img11.imageshack.us/my.php?image=tidy.jpg
u can see what i mean via that picture...some help would be appreciated...
thanks :)
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
What browser version?
firefox latest ... 3.0.10
same issue with i.e 8 and 7 ...
sorry about the multiple posts. but shouldnt i just be able to fix this in the widget view.php ? i mean i wouldve thought so but there is no listing of any of the buttons there ..
im assuming that where ever album:more and album:create come together i just need to add a space however i just cant seem to find where to do this :s
No bug. This is a theme problem. Here is the html code that shows up (hoping that TinyMCE doesn't eat this):
Well, TinyMCE only slightly mangled it
ok im a little lost .. im good at hacking code but writing them from scratch is another ball game.
so from what you said what i understood is that i need to creat a style for the p tag within my css correct? will it do if i create it in the main theme css or do your ecommend it doing it in the tidypics css.
currently the tidypics_download css reads
.tidypics_download a {
font:12px/100% Arial, Helvetica, sans-serif;
font-weight:bold;
color:white;
background:#b39b0a;
border:none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
width:auto;
height:25px;
padding:3px 6px 3px 6px;
margin:10px 0 20px 0;
cursor:pointer;
}
now im really confused as to what i would have to change in order to get the buttons to display correctly? any help you can spare would be appreciated.. soryy if im an idiot !
just a quick question maybe i can sort this out myself if you can tell me which file in the plugin actually has this bit of code : <p class="tidypics_download">
Well, we got rid of that css in the beta version we are about to release. The buttons went back to links.
For a temporary fix you could add something like this (doesn't matter where):
.tidypics_download {
margin-bottom: 10px;
}
Vary the value until you achieve the look that you want.
It is in views\tidypics\albums.php - that view is called from the widget
- Previous
- 1
- 2
- Next
You must log in to post replies.