Forum replies created
provide the website URL too please
not sure which blog post you want to link to, and how many read more buttons will be there?
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.
this you can add by a code, example:
<a href="http://example.com" class="btn">Read More</a>
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
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.
downloaded and installed the theme package again?
Have you try to check/uncheck the Sticky header checkbox?
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.
you need to upload higher resolution images because featured images are cropped in 680x330px ratio. That image is 300x300px.