Ricardo
MemberForum Replies Created
-
We’ll that was my mistake in explaining, it is a text widget with HTML code. This is the code for 1 button:
<a href="https://twitter.com/#!/FFWD_AND_RWD"><img title="Twitter" onmouseover="this.src='http://fastforwardandrewind.com/wp-content/uploads/2011/07/Twitter-Banner.png';" onmouseout="this.src='http://fastforwardandrewind.com/wp-content/uploads/2011/07/Twitter-Banner-Black.png';" src="http://fastforwardandrewind.com/wp-content/uploads/2011/07/Twitter-Banner-Black.png" alt="" width="220" height="40" />The code is the source of the problem, but before the WordPress update (3.2) it has always worked.
Do you maybe know an alternative code that would also work?
Solved: #footer .footer-menu-wrap .return-top a { color: #123abc; }
I fixed the order of my menu
Thanks 🙂
(My mobile theme is activated at the moment, so you can can see what I mean, http://www.fastforwardandrewind.com)
Things I encountered:
– I have a post with 1 image, but it shows the image double (1 image, and a smaller version below it)
– A posted YouTube video appears outside the post (too big)
– It would be nice that, if you post something in flash, like an audio player, their would be a small message, when it can’t be shown (Apple devices of course can’t deal with flash)
-The order of my menu items is scrambled
– I would also like the option to set the background to fixed
Hope the information helps 🙂
Is there a list with things you’re working on? or that have finished and will be in the next update? I would definitely keep track of it 🙂
Great! 🙂
I’m actually sure I emptied the cache yesterday, but to make sure it did it again just now (and also purged the cache of my CDN and emptied my internet cache) But the problem remains. Of course I can just change the border to ‘none’, but I want to know where it comes from 😉
(The plugin is now disabled)
My Child theme:
/*
Theme Name: Child theme by Ricardo
Theme URI: http://www.fastforwardandrewind.com
Description: Child theme
Author: Ricardo
Author URI: http://www.fastforwardandrewind.com
Template: graphene
Version: 4
*/
@import url("../graphene/style.css");
/* Your modification goes here */
.entry-content img, .child-page img {
border: medium none;
margin: 5px;
}
.featured_slider{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 2px;
}
.full-sized .slider-entry-wrap {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 35%;
}
.full-sized .slider_post h2 a, .full-sized .slider_post h2 a:visited {
color: #dc3e00;
font: 18px arial;
}
.full-sized .slider_post_entry p {
color: #dc3e00;
}
#comments ol li.comment.depth-1, #comments ol li.pingback.depth-1, #comments ol li.trackback.depth-1 {
background: -moz-linear-gradient(left center , #EBEBEB 0pt, #FFFFFF 50%, #EBEBEB 100%) repeat scroll 0 0 transparent;
box-shadow: 0 0 4px #555555;
}
#comments li.bypostauthor, #comments li.bypostauthor.comment.depth-1 {
background: -moz-linear-gradient(left center , #E95419 0pt, #EA5C24 50%, #E95419 100%) repeat scroll 0 0 transparent;
border-top-right-radius: 30px;
margin-bottom: 10px;
padding-right: 20px;
}
#commentform .input-text:focus, #commentform textarea:focus {
border-color: #dc3e00;
}
h1.page-title {
background: -moz-linear-gradient(left top , #dc3e00, #ea5c24) repeat scroll 0 0 transparent;
color: #E3E3E3;
font-size: 16px;
margin: 0 auto 10px;
padding: 8px 0;
text-align: center;
text-shadow: 0 -1px 0 #333333;
}
#footer {
margin-bottom: 0;
}Didn’t know it would be this easy! 😉 Thanks!
The border comes from this piece of code:
.full-sized .block-button, .full-sized .block-button:visited {
border-color: #277EC0;
bottom: 10px;
position: absolute;
right: 10px;
}But it isn’t in my child theme.
