Support for Coraline theme
-
Hi, I’m trying to add the facebook likebox code to the text widget in the Coraline theme. I am working in the secondary widget area with a 3 column layout. I cut and pasted the code generated by facebook and when I press ‘save’ the code disappears. Can anyone help?
Here is the FB generated code.
<iframe src=”http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fsmallbizcafe&width=292&connections=0&stream=false&header=true&height=62″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:292px; height:62px;” allowTransparency=”true”></iframe>thanks,
The blog I need help with is: (visible only to logged in users)
-
-
I have the same problem when I try to add the FB generated code to the primary widget. no html seems to work in the text widgets for this theme. Please help!
-
-
@randam and tatillbaka
G’day to your both. This is NOT a theme specific issue. That code will NOT work on any wordpress.com blog. The code is being stripped out by our software to preserve security on this multiuser blogging platform. http://en.support.wordpress.com/code/ Please see here for sharing options that will work on wordpress.com blogs. > http://en.support.wordpress.com/sharing/ -
Hey can anyone help me remove the black lines above and below the header image and side bars in Coraline? Here is my blog: http://knockoffreport.com/
Thanks!
-
@holmespi
If you are considering purchasing the annually renewable CSS upgrade, you can go to Appearance > Edit CSS. There wordpress has provided a preview function where you can try before you buy.I’m suggesting this approach because I do not know whether the lines are in the CSS or in the underlying template. If they are in the template then we cannot edit templates so you will not be able to remove them.
http://en.support.wordpress.com/custom-css/
-
@holmspl change border-top and border-bottom as I have it below.
.widget-title { border-bottom:none; border-top:none; }One thing I’ll mention is that at wordpress.COM, it is never a good idea to paste the entire stylesheet into the CSS editor. It is always better to paste only the specific selectors, and the specific declarations you are changing and then make sure “add to existing…” is selected. CSS has relative links in it and since your custom CSS is saved in a different place on the servers, the relative links break.
-
- The topic ‘Support for Coraline theme’ is closed to new replies.