Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: image size in galleries

    #11696

    Seems to me like a problem that’s caused by WordPress not being able to create the intermediate sizes for each image you upload. Permission problem on the wp-upload folder?

    Try changing to the default theme and then try uploading an image to see if the intermediary sizes are created. If not, then it’s most likely a problem with your WordPress installation. You might want to try posting on the WordPress.org support forum for that.

    Admin

    In reply to: changing the search from excerpt to content

    #11697

    Remove the !is_search() && bit from line 65 of the loop.php file (version 1.1.2).

    Admin

    In reply to: Posts on the home page

    #11698

    You could create a static home page with no content, and then use CSS to hide the title.

    Admin

    In reply to: Move search field and remove top bar

    #11700
    #top-bar{
    display:none;
    }
    Admin

    In reply to: New Posts not showing up after Nov. 29

    #11703

    The WP Super Cache is a powerful plugin with lots of options. But of course, when you play around with caching there’s always the possibility that the cache is being displayed instead of the latest update of the page. This is why I am wary about using such plugins.

    You might want to try the WP Minify plugin to optimise your site.

    Admin

    In reply to: Volunteer for Theme Testing

    #11096

    Thanks obiwan1964, BeatriceK, and Mitch. I’ve added you to the beta tester’s mailing list.

    Admin

    In reply to: How to modify the theme using a child theme

    #10858

    Hi Dafne,

    I didn’t use any programming to style those bullet points. They’re all purely CSS.

    What I did was:

    1. Disable the bullets

    2. Add padding to the left of each <li> element

    3. Add background image to each <li> element (this is where the blue square comes from)

    If you’d like to disable the bullet points, you’ll just have to remove the padding and the background for the <li> element.

    As for the footer being moved to the left, this is usually caused by a stray </div> closing the opening div too soon, i.e. the container which contained the footer is closed before the the footer is included. You might want to check your code for stray </div>.

    Admin

    In reply to: active page in menu

    #11621

    Hi Andrew,

    I just checked your site and the menu item for the current page is highlighted. Try refreshing?

    Admin

    In reply to: Menu items not being highlited when on categories

    #11389

    I don’t think it’s a type. The classes that wordpress apply to the current menu items does vary – some classes use underscores and others use dashes. The .current_page_item for example uses underscores whereas .current-menu-item uses dashes.

    In any case, this issue has been fixed in the latest update (1.1.2)

    Admin

    In reply to: Send postcards

    #11655

    Err….I’ve never came across any plugin that provides this functionality before. But then again, I’ve never actually looked for such plugin before. You might have more luck searching in the wordpress.org plugins database or the support forum.

Viewing 10 posts - 5,741 through 5,750 (of 6,030 total)