• Closed
  • goody
    Spectator
    December 25, 2018 at 5:22 am #41891

    Hi,

    I’m Plus user and trying to build the corporate web site, and I’m kind of getting stuck with Custom Front Page Builder.

    My site has multiple sections vertically but Custom Front Page Builder provides only one “Content Boxes”. If you want to use Content Boxes multiple times, only you can do is using “Cusom Content” instead?

    I thought the Plus version will provide multiple content boxes so the Plus features got excited me before purchasing it. But if I have to build major part of the top page with Custom Content that’s bit disappointed.

    Any advice or correction appreciated.

    Thanks.

    goody
    Spectator
    Posts: 30
    January 5, 2019 at 12:37 pm #42082
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    January 5, 2019 at 1:44 pm #42083

    yep, I have set them 😉

    goody
    Spectator
    Posts: 30
    January 5, 2019 at 2:35 pm #42084
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    January 5, 2019 at 2:52 pm #42085

    you need to upload higher resolution images because featured images are cropped in 680x330px ratio. That image is 300x300px.

    goody
    Spectator
    Posts: 30
    January 5, 2019 at 3:11 pm #42086
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    January 5, 2019 at 4:45 pm #42087

    Actually both sides of the image must be at least of the 330px size, then the WP cannot crop the image as it cannot crop from smaller size to bigger size.

    goody
    Spectator
    Posts: 30
    January 6, 2019 at 3:33 am #42088
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    January 6, 2019 at 10:54 am #42093

    If you would like to have different thumbnail size for the featured images, you can define own in the theme child functions.php for example:

    set_post_thumbnail_size( 150, 150, true );

    Don’t forget then rebuild thumbnails https://theme4press.com/guide/docs/moving-over-from-another-theme/

    And now I want same layout on Blog page like top page blog posts. Excerpted text needed.

    Then just use the shortcode twice, as I did on your blog page, check it out.

    goody
    Spectator
    Posts: 30
    January 6, 2019 at 2:39 pm #42096

    I confirmed the shortcode on blog page you edited. There’s no problem thanks.

    And what about “read more” button on top page blog posts?

    I want green “read more” button like blog page.

    Roman
    Spectator
    Posts: 3147
    January 6, 2019 at 7:35 pm #42097

    this you can add by a code, example:

    <a href="http://example.com" class="btn">Read More</a>