Forum replies created

    Roman
    Spectator
    Posts: 3147
    January 7, 2019 at 10:28 am #42104

    provide the website URL too please

    Roman
    Spectator
    Posts: 3147
    January 7, 2019 at 10:15 am #42103

    not sure which blog post you want to link to, and how many read more buttons will be there?

    Roman
    Spectator
    Posts: 3147
    January 7, 2019 at 10:14 am #42102

    Hello EveLynn,

    the best way is to back up your current theme on the website, remove the theme, install new version and just activate. Exporting the dat file in customizer will not work as the themes have different frameworks. We built in the conversion function from Redux to the Kirki framework in the theme itself.

    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>

    Roman
    Spectator
    Posts: 3147
    January 6, 2019 at 1:23 pm #42095

    There is no need. You just need to be sure to have the latest theme package. Please provide wp admin in Private reply, I will have a look

    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.

    Roman
    Spectator
    Posts: 3147
    January 6, 2019 at 10:43 am #42092

    downloaded and installed the theme package again?

    Roman
    Spectator
    Posts: 3147
    January 6, 2019 at 10:17 am #42090

    Have you try to check/uncheck the Sticky header checkbox?

    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.

    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.