Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Changing the design of excerpts #66118
    lazer
    Member

    Thank you, that already helps a lot. Yeah I know that I should not change the core files, but I didn’t know how to change the .php other than directly in the file.

    Now it looks already nice. I just have to put the title in the bottom of the image and also i would like to put the excerpt on the image if there is space (on big size screens) and under the image on sall screens.

    in reply to: Changing the design of excerpts #65892
    lazer
    Member

    ok so far i got the picture to show in full size on top of the excerpt. now i just need to put the excerpt on the picture with a light white frame for better readability.
    so far i changed:

    add_image_size( ‘catchresponsive-square’, 800, 800, true ); // used in Archive Left/Right Ratio 1:1
    in catchresponsive-core.php
    and
    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
    /*display: inline;*/
    float: center;
    max-width: 800px; //200
    width:100%;//26
    }

    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
    display: inline;
    float: center; //right
    width: 90%; /70
    }
    in style.css

    in reply to: Site Title and Tagline are not shown on homepage #61739
    lazer
    Member

    Nevermind, I changed the Theme and then back again. now it seems to work again. weird…

Viewing 3 posts - 1 through 3 (of 3 total)