Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • in reply to: Make post featured image size much larger #154990
     LittleClue
    Participant

    Doesn’t work. Whatever the pixel settings, the image will be enlarged to cover the width of the post. If the browser expands, the image expands as well.

    in reply to: Change excerpt length: Posted solutions not working #154860
     LittleClue
    Participant

    Hi, I have the same problem. Changing the excerpt length. Have seen a few posts like that but no solution. Using this code:

    <?php
    function custom_excerpt_length( $length ) {
    return 20;
    }
    add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );
    ?>

    in reply to: Maintenance Mode #154850
     LittleClue
    Participant

    It’s not resolved. I found a way to turn off the maintenance mode. The bug is still there.

    in reply to: Maintenance Mode #154743
     LittleClue
    Participant

    I deactivated the maintenance mode. I went into the hosting, renamed the plugin folder, started the page, un-toggled the maintenance mode and gave the plugin folder the original name.
    Won’t touch it again. 😉

    Attachments:
    You must be logged in to view attached files.
Viewing 4 posts - 1 through 4 (of 4 total)

Log in with your credentials

Forgot your details?