WPZOOM
Forum Replies Created
-
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Direction Steps Displayed Incorrectly@alicewong Hello!
Please add the following CSS code in the Customizer > Additional CSS and it will fix the issue:
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .directions-list>li.direction-step:before { content: none !important; }Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Recipe videos no longer showing@tf5_bassist It seems that this is a problem happening only with your theme.
Please add the following CSS code in the Customizer > Additional CSS to fix the problem temporarily:
.recipe-card-video > div { max-width: 100% !important; } .recipe-card-video > div > div { padding-bottom: 56.25% !important; }We’ll try to come up with a proper solution and fix this incompatibility in the next plugin update.
Pavel
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Recipe videos no longer showingHey @tf5_bassist
Please update the plugin to the latest version.
Hi Chris!
We’re sorry about that. Probably you have another plugin that’s not compatible with WordPress 5.8 and it’s affecting other widgets.
I recommend you installing the following plugin to switch back to the old Widgets screen:
https://wordpress.org/plugins/classic-widgets/Or you can try to edit your widget using the Customizer.
Pavel
Forum: Themes and Templates
In reply to: [Inspiro] Search does not work :(The theme was updated today and now this problem is fixed.
Forum: Themes and Templates
In reply to: [Inspiro] Search does not work :(@andreichikov Thanks for letting us know about this problem.
Do you see it in the demo as well?
https://demo.wpzoom.com/inspiro-lite/I can see that there is an issue with the X button not closing the popup after entering some text, but I don’t see other issues you mentioned.
We’ll try to fix these issues in the next theme update.
Pavel
Forum: Themes and Templates
In reply to: [Inspiro] Permalink IssueHello @meganyoungstudio
Our theme doesn’t include any functionality that could affect the permalinks.
This is something handled by WordPress, so probably the problem (if any) is caused by something else.Can you try to activate a different theme and see if the same issue occurs?
@andreichikov Probably there is a problem caused by another plugin or something else from your server.
Our plugin was tested with many popular themes and plugins and everything works fine.
We recommend you deactivate all other plugins, switch to a default theme, and test again our plugin. Do you still have this problem?
Also, if you need to translate the widget, just add a new widget for every language, and configure it to be displayed on that specific language.
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Change FontHi @mianviru2
You can change the font weight of the recipe block title by adding this CSS code in the Customizer > Additional CSS:
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign .recipe-card-heading .recipe-card-title { font-weight: 900; }@chrissieadele Our plugin is a very simple one, and it can help you only when you’re getting the following recommendation in the PageSpeed test:
Preload Largest Contentful Paint image
You can read here what exactly our plugin does:
https://gtmetrix.com/preload-largest-contentful-paint-image.htmlFrom what I see in the PageSpeed report for that page, the header image is already preloaded, so now you need to find a way (maybe) to Lazy Load it to improve the score https://d.pr/i/7kwhTX
Or you can look here for other opportunities to improve the LCP:
https://www.marfeel.com/resources/blog/speed-up-largest-contentful-paintForum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Text button to change@marie999 You can use the following custom PHP function instead:
function wpz_change_strings( $translated_text, $text, $domain ) { $translated_text = str_replace('Follow', 'Suivre', $translated_text); return $translated_text; } add_filter( 'gettext', 'wpz_change_strings', 100, 3 );Forum: Themes and Templates
In reply to: [Inspiro] Background video not loading on mobileHello @neildavison
Unfortunately, YouTube cannot be played in the background on mobile devices. This is a limitation of the YouTube player.
Only self-hosted (MP4) and Vimeo videos can be played on mobile devices at the moment.
You can find more details here:
https://www.wpzoom.com/documentation/inspiro/inspiro-video-background-support-in-slideshow/You can find twitch icon by doing the following steps: click to WordPress icon -> Edit Details, then select icon kit “Font Awesome Brands” and then click to twitch icon.
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Text button to changeHi @marie999
You can easily translate/edit that text using a plugin like TranslatePress:
https://wordpress.org/plugins/translatepress-multilingual/Here you can find additional instructions:
https://www.wpzoom.com/tutorial/translating-a-wpzoom-theme/Hello @m3gg3
Your theme represents the design of your website, and other factors may slow it down—for example, the number of installed plugins and the performance of your hosting.
Normally, website optimization is a comprehensive process and needs individual attention. Nonetheless, if you can provide a link to your website, we’ll try to give you some simple tips that will make a big difference.
Or you can find some useful tips in this tutorial:
https://www.wpzoom.com/news/increase-the-pagespeed-score/Pavel