Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: HTML Code Problem in Comment Box

    #18361

    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

    In reply to: Print function

    #18260

    Removed function from the website

    Difficult for us to figure it out if we can’t see the error…

    Mod

    In reply to: Market Press

    #18190

    Just use “View Source” from your browser to see his code, then look for style.css or something similar. That will contain the styling information you are looking for.

    Mod

    In reply to: How to remove grey borders to cells & images

    #18285

    Add it to your style.css file.

    Mod

    In reply to: Crash on selecting Graphene Options

    #18313

    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

    Also, 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 more tag 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

    In reply to: Facebook share button

    #16324

    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

    In reply to: sticky post & slider issue

    #18280

    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

    In reply to: Adjust Widget Width Independently

    #18293

    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

    In reply to: Syahirs comment form on posts

    #18300

    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.

Viewing 10 posts - 5,221 through 5,230 (of 5,839 total)