Forum replies created
Hi,
Please use this plugin https://wordpress.org/plugins/loco-translate/
If you read more button is part of shortcode such as blog, you will need to translate theme4press core plugin.
Thank you
Hi,
The woocommerce shop product image works properly.
As for the template, I will contact my employer to update.
Thank you
Hi,
The product image are set by woocommerce plugin.
In WordPress admin go to WooCommerce -> Settings
Click on the Products tab at the top of the page.
Directly below, click on the Display tab.
Under the Product Images section, you will find the product image settings.
Thank you
Hi,
If you want the content boxes and footer widgets to be the same height.
You can set a min-height to it.
In Theme Options -> Custom CSS
.home-content-boxes .content-box {
min-height: 450px !important;
}
.footer-widgets .widget-content {
min-height: 310px !important;
}
Thank you.
Hi,
You are right.
I can only get infinite scroll to work if I set blog as posts page.
Does not work if I set homepage as ” Your latest posts “.
I will report this to my employer.
Thank you,
Denzel
Hi,
I can see your font awesome icons on your header.
Did you managed to resolve your issue?
Regarding shortcodes.
No they are not disabled.
Please see screenshot of my test site.
Did you enabled Theme4Press core plugin?
Thank you,
Denzel
Hi,
Sorry, I do not understand your requirement.
Please elaborate in more details.
Thank you.
Denzel
Hi,
Thank you for sharing this finding.
The theme wasn’t expecting a “no value” for that option which could be why it malfunctioned.
Regards,
Denzel
Hi,
Please add the following in Theme Options -> Custom CSS
.entry-content .thumbnail-post {
width: 400px !important;
}
Change the 400px to a size that you require.
Thank you.
Hi,
Try Appearance -> Theme Options -> Blog -> General -> Pagination Type.
Thank you.