Forum Replies Created
-
Mod
That’s because there is a
<br />in between the opening and closing<textarea>codes. Just edit your html to take it out and it should go away.Ken
Mod
Removed function from the website
Difficult for us to figure it out if we can’t see the error…
Mod
Just use “View Source” from your browser to see his code, then look for
style.cssor something similar. That will contain the styling information you are looking for.Mod
Add it to your style.css file.
Mod
If it’s any consolation, your site is running just fine on this end.
Use an FTP client to see if there’s a “.maintenance” file still floating around in there somewhere. (It’s a hidden file, so you’ll have to set your FTP client to view invisible files.) If you find it, delete it.
They’re supposed to go away after ten minutes, but sometimes they don’t. I don’t know that they can cause the kind of problem you’re describing, but it’s worth taking a look.
Mod
In reply to: Slider stops working (sometimes) when Excerpts Display Option set
October 16, 2011 at 10:41 pm #17811Also, is there a known issue with the Excerpts Display Option when using the Firefox and Safari browsers?
Nope, it works just fine on the blogs I have the slider enabled on.
but there are fewer than 55 words and the bold (in the slider) starts with the first word
Yes, but if it ends outside the 55-word limit (or whatever you have chosen for the except length, if you are using the
moretag or manual excerpts), then the closing</strong>tag could be outside of that and wouldn’t be rendered.Hard to say more without a link to your site.
Mod
Yup, except this is the one Facebook wants you to use.
http://developers.facebook.com/docs/reference/plugins/like/
Keep in mind that the default width is 450px, which is far too wide for Graphene’s sidebars.
Mod
And I am creating excerpts on the slider.
I’m not quite sure what you mean by this.
I just updated to 1.5.3 on my book blog and I have a sticky post and I’m not seeing the problem, nor can I replicate it. This might be a permalinks issue. What are your permalinks settings? Try taking that “blog” out of there and see if this takes care of the problem.
Mod
Any selectors you separate with a comma will share the same characteristics you describe for them. So in your first example:
.three-columns #sidebar1, .three-columns #sidebar2 {
width: 227px;you are setting both sidebars to have a width of 227px.
If the last bit of code you provided works for you, that’s good, but it’s a bit puffy. If you’re always going to use a three-column layout, you should be able to get by with:
#sidebar1 {width:175px;}
#sidebar2 {width:250px;}Of course, it’s easier to give more precise help if you provide a URL.
Cheers,
Ken
Mod
Akismet will kill 98-99% of your comment spam. It’s free for not-for-profit sites. (You’ll need to get an API key, which is free.) And you don’t have any options to configure.
Using a captcha will kill the rest. You can find some for comments here.
