Petru Vicolas
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inspiro] Line before and after reviews, ::before and ::afterJust change the css code
margin: 20px auto;
todisplay: none;
. Please make sure you have clear the cache.Forum: Themes and Templates
In reply to: [Inspiro] Line before and after reviews, ::before and ::afterHi @neildavison
You can adjust the size of gap of
blockquote
and remove the line under the text on main home page by adding the following CSS code to Appearance -> Customize -> Additional CSS:.entry-content blockquote:after, .entry-content blockquote:before { margin: 20px auto; } .home .site-title { margin-bottom: 0; padding-bottom: 0; } .home .site-title:after { display: none; }
Hi @govita and @javierdemuga
We’ve published a new release 1.8.3 of plugin, please update it and the error will gone.
Hi @joepicko
Regarding the Pin button, seems the Pinterest identify only one Recipe rich pin from the whole page, so in this case we don’t have a fix for this problem, because this is not within our competence. See this post from Pinterest Community.
We will fix the issue with Print button in the next plugin update.Hello @glutenfreeessence
Can you provide more details about how did you added Recipe Card block to the post? I saw on other posts the block is displayed properly and styles are loaded.
You can try to enable option from Recipe Card Settings -> Performance -> Assets.Hello @nzlgl
Our plugin contains only blocks for Gutenberg editor and doesn’t support front-end submission.
I tested the link you sent and it looks like everything is fine with Rich results. Only thing are warnings which is optional and doesn’t affect your recipe to appear correctly in search results. In your case, if you will add a video to the recipe, video warning will be gone. Another thing is that Google recommend to add video or image for each step in the recipe card.
Regarding the “Unnamed item”, you can find helpful answer here https://support.google.com/webmasters/thread/11452630
- This reply was modified 4 years, 1 month ago by Petru Vicolas.
We’re working now to an update which will include the possibility to add Recipe Card Block to Elementor by using the Reusable Blocks.
Thank you
Hi @susilopez
If I understood correctly, you want to make font size bigger for summary text, ingredients and directions. In this case you can copy the following CSS code and paste them to Appearance -> Customizer -> Additional CSS
.wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-summary, .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-ingredients, .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-directions { font-size: 18px !important; }
Replace “18” with your value!
Hello @naseitacka
The theme you use rewrite the styles of block, so in this case I recommend you to add the following CSS code to Appearance -> Customize -> Additional CSS to fix the width of Details block
.wp-block-wpzoom-recipe-card-block-details{ max-width: 750px !important; flex: 0 0 100% !important; }
- This reply was modified 4 years, 3 months ago by Petru Vicolas.
Hi @campusfra
First of all, thank you for your help to translate our plugin strings, we will do a new update soon. Regarding the strings which are not translated in the edit mode (Gutenberg), this is a known issue for us and at the moment we didn’t find solution to fix it. But, I want to note that on the front-end side all strings are translated properly.
Hi @harsh199
Could you please provide a link where we can see the issue?
Forum: Plugins
In reply to: [WPZOOM Shortcodes] Hooks or filters?Hello @hommealone
You can use the hook named
do_shortcode_tag
.Hello @bonflavor
The theme you use rewrites the styles from our plugin. Please add following CSS code to Appearance -> Additional CSS to fix the alignment as expected
#content-area .wp-block-wpzoom-recipe-card-block-recipe-card .ingredients-list > li { margin-left: 0; } #content-area .wp-block-wpzoom-recipe-card-block-recipe-card .directions-list > li { padding-left: 40px; margin-left: 0; }