Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Can I change the image size for Featured Content #156287
    leonloberman
    Participant

    Great – thank you.

    in reply to: Can I change the image size for Featured Content #156212
    leonloberman
    Participant

    Ok – resolved it (sort of).

    1) My mistake – I hadn’t built out the full directory structure for the content-featured.php file
    2) I have my site layout set to Fluid – so it wasn’t using the new thumbnail size anyway. If I change these lines:

    if ( ‘fluid’ === get_theme_mod( ‘fotografie_layout_type’ ) ) {
    $thumbnail = ‘fotografie-featured-fluid’;
    }

    to

    if ( ‘fluid’ === get_theme_mod( ‘fotografie_layout_type’ ) ) {
    $thumbnail = ‘fotografie-featured-custom’;
    }

    then it works – however I’m not sure what the impacts of doing this are? what’s the difference between Boxed and Fluid?

    Thanks

    Leon

    in reply to: Can I change the image size for Featured Content #156209
    leonloberman
    Participant

    Actually – it is selecting a 640x640px thumbnail …

    in reply to: Can I change the image size for Featured Content #156195
    leonloberman
    Participant

    Hi Mahesh

    Thanks – I can see that upon loading the media it creates a 533x333px thumbnail but it still seems to select the 533x533px.

    Should the content-featured.php file go in the child theme directory?

    Leon

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