WPZOOM
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inspiro] Removing Featured image from webpageHi @dpswayne
I think you have already found a solution, but I will post another one here for others.
Changed the Template of the page to one that starts with “Page Builder…” and the featured image will not appear anymore in the header – https://d.pr/i/2SaMm1
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Print button not workingHi @shadeor
You have placed the recipe block in an Advanced Column section included in the Gutentor plugin, and this is causing the problem.
Could you move the Recipe Block outside that section? This will fix the issue – https://d.pr/i/xStnlF
Probably you are using the Gutentor block to control the width of the recipe block.
You can do it also by adding this CSS code in the Customizer > Additional CSS:
.wp-block-wpzoom-recipe-card-block-recipe-card { max-width: 750px !important; }Also, you can align our block to the center using this icon: https://d.pr/i/GQFf2r
Pavel
Forum: Themes and Templates
In reply to: [Foodica] Errors in Search ConsoleHello @ssboyd21
You can fix this by adding a Description to the video file used in a recipe using Media Library.
Here’s a quick video to see how you can do it: https://d.pr/v/gQKsi1
This will fix the error related to “description”, as I see that the one related to the thumbnail is no longer appearing here:
https://search.google.com/test/rich-results/result/r%2Fvideos?id=DjNOh0QgCTBi8b8kp7qX3AForum: Themes and Templates
In reply to: [Inspiro] Media Library Is Going WrongHi @4nd12i
Could you change your theme to a different one and see if you still have these problems?
From what I see, you have a general issue with WordPress, not with our theme.
This is the support forum for the Inspiro theme, and we can only help you with issues related to or caused by our theme.
Maybe you want to ask for help in the WordPress support category?
https://wordpress.org/support/forum/how-to-and-troubleshooting/Also, your debug log includes no mention of files from our theme.
Pavel
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Recipe Card Block causes ACF to stop workingHi Kevin,
We’re trying to replicate this issue on our end, but we need more details from you.
From your video, it’s unclear how you added the AFC values to appear in the Author Box widget in Elementor. Are you using a shortcode or a specific widget?
I also noticed that you registered your AFC fields in the Recipe post. What if you try to register them to regular blog posts? I believe those custom fields are somehow lost as they are tied to the Custom Post Type Recipe, while you’re trying to have them shown in a regular blog post.
It also seems that other values like “Tip van Kevin” are shown fine, so maybe this happens with fields that use WYSIWYG editor?
Pavel
Forum: Themes and Templates
In reply to: [Inspiro] Plugins for Inspiro Lite ThemeHi @dpswayne
If you deactivate Beaver Builder plugins, your pages created using this plugin will be affected. Nothing else will be affected.
If you’re happy with your website, there is no need to switch to Elementor.
You can keep the Beaver Builder plugins active for as long as you want and continue using them.
If you like Elementor more, you can install it and use it for new pages or migrate existing pages from Beaver Builder.
It’s also possible to have both page builders active: Beaver Builder for old/existing pages and Elementor for new pages.
Pavel
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] elementor proHello @katrina9
The plugin works fine with Elementor Pro.
We use it on the demo, and there are no issues:
https://demo.recipecard.io/2021/02/15/recipe-in-elementor-2/Maybe a different plugin installed on your website is causing a conflict with Elementor or our plugin?
Try deactivating some plugins and/or changing your theme to a default theme to see if that helps.
Also, make sure your server meets WordPress requirements:
https://wordpress.org/about/requirements/Please provide more details about your issues if the problem persists: screenshots, error messages, etc.
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Ingredients are not inline with the circle@12step Hi,
Could you add this CSS code in the Customizer > Additional CSS:
.wpzoom-custom-recipe-card-post .wp-block-wpzoom-recipe-card-block-recipe-card .ingredient-item:not(.ingredient-item-group) .ingredient-item-name { display: inherit; }@fahmineo Hi
Are you using a specific page builder? Which one?
Maybe you can insert the widget in a widget area and check if the lightbox works?
Forum: Themes and Templates
In reply to: [Inspiro] iPad not showing Title, Tagline or Menu.@sgowp We’d be more than happy to help you, but we don’t have such an old device to test the theme and see what’s causing the problem.
As I’ve mentioned earlier, your iPad uses a Safari version released in 2015-2016, and many things evolved in the web technologies, and your browser is not supporting them.
I’ve also checked quickly some stats about devices used by users who browse online, and it seems that less than 1% of total Internet users are using a device with a Safari version older than v.13 (mostly 12 and 13):
https://www.w3schools.com/browsers/browsers_safari.asp
https://www.stetic.com/market-share/browser/For example, I just checked the web analytics for our website (wpzoom.com), and there are only 0.01% of users that use iPad 9.3.6.
P.S. I changed the status of this topic to “not a support question”.
Forum: Themes and Templates
In reply to: [Inspiro] iPad not showing Title, Tagline or Menu.@sgowp Sean,
It seems that you’re using a very old device with a Safari version from 2015-2016.
It’s very likely that your browser doesn’t support modern technologies used on websites, and that’s why some elements are missing.
Here’s how your website looks on a newer iPad with a recent Safari version: https://d.pr/i/OgFU5l
As you can see, the website looks fine, and all elements are included.
Maybe it’s time to get a new iPad?
Pavel
Forum: Themes and Templates
In reply to: [Inspiro] iPad not showing Title, Tagline or Menu.@sgowp Hello,
What model of iPad and what browser are you using?
I’ve checked your website and the theme demo on an iPad Pro and all these details are visible.
Can you send us a screenshot? Please also take a look if the demo looks fine to you:
https://demo.wpzoom.com/inspiro-lite/@cygnus8595 This issue is caused by the following plugin:
https://wordpress.org/plugins/podlove-subscribe-button/I see that it’s an outdated plugin, so I recommend you disable it.
Also, your theme is disabling the new block-based widgets page introduced in WordPress 5.8, and this conflict with that plugin happens only with the Social Widget.
I asked the theme developer to add an option to switch from the Classic Widgets and Block-based Widgets, and hopefully, he’ll update the theme soon. If this happens, you can use the Social Icons Block instead of the widget, and there won’t be such a conflict with the Podlove Subscribe Button plugin.
@luboslives Thanks for letting us know about this problem. That banner should never appear once dismissed, but we’ll take a look again at the code and see if we missed something.
Forum: Themes and Templates
In reply to: [Inspiro] Image doesn’t get centered@wpandy82 Hi,
Could you add the following CSS code in the Customizer > Additional CSS:
.aligncenter { margin-left: auto; margin-right: auto; text-align: center; }I believe your image was resized in the editor or probably it’s a small image (< 950px).
Pavel