Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: creating different menus on child pages?

    #44562

    Use custom menus to create the menus that you want.

    Use the custom menu widget to insert the menu into the location on the page where you would like it to occur.

    Use the Widget Logic plugin to control which custom menu widget shows up on which page:

    https://wordpress.org/plugins/widget-logic/

    Mod

    In reply to: 4 Widget Text Boxes on Home Page Below Slider

    #44553

    You need to set a float on those four widget boxes. This CSS will do the trick:

    #text-13, #text-14, #text-15, #text-16 {
    float: left;
    }

    And then to clear the float for the content below:

    #sidebar2 {
    clear: both;
    }

    Tested in Firebug, YMMV. Cheers!

    Mod

    In reply to: call_user_func_array

    #44522

    Try disabling your plugins to see if the problem resolves itself.

    Mod

    In reply to: 4 Widget Text Boxes on Home Page Below Slider

    #44551

    Link to site?

    Mod

    In reply to: I removed & reinstalled Jetpack (x5) now cannot post at all

    #44206

    If you have FTP access to your site, you can delete the offending plugins from there, and then upload a new setup-theme.php file as well. Just download a copy of the theme to your computer, unzip it, and upload that file.

    Mod

    In reply to: Remove thumbnail

    #44464

    This is not the best way to achieve what you are trying to achieve, but this code should work:

    .single .size-thumbnail {
    display: none;
    }

    You really should use the featured image option to get images on archive pages but not on posts.

    Mod

    In reply to: Remove thumbnail

    #44461

    Do mean a thumbnail that is in the post content? Or a thumbnail that is somewhere else on the page?

    If you mean a thumbnail that is in the post content, all you need to do is edit the picture and select the size that you want it to appear, or delete the picture altogether.

    If you mean thumbnails somewhere else on the page, then use this:

    .single img.attachment-thumbnail,
    .single img.size-thumbnail,
    .single .wp-caption img {display:none;}

    The WP CSS class .single denotes a single post or page.

    If you want to delete it on only a certain post, you will need to use the post ID.

    I’m not sure what you originally meant, so if this doesn’t do what you need to do, please be more specific and include a link.

    Moved to Support. Please post in the correct section next time. BTW, the backtick (

    Code:
    `

    ) character is usually located above the Tab key on your keyboard. I’ve fixed this in your post.

    Mod

    In reply to: Site looks unformated

    #44460

    Marking thread as resolved. You can do this yourself as well.

    Mod

    In reply to: Woocommerce

    #44454
    Quote:
    but unfortunately everything I have tried isn’t working.

    It would be helpful if you explained in more detail what problems you are trying to overcome and how you are trying to achieve that.

    Mod

    In reply to: I can't remove the border around all images

    #44449

    Link to site?

    Moved to Support. Please post in the correct section next time.

Viewing 10 posts - 471 through 480 (of 5,839 total)