I don’t want to display the archive, and I want to show 9 posts per page. The archive is appearing automatically, and I’m unable to edit it.
]]>Please can you enable the WP API for the CPT
]]>Upon plugin activation I received this notice:
The plugin generated 935 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
I disabled and then re-enabled and received this notice:
The plugin generated 1165 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
The amount of characters grows.
Also..
Within the WP Plugins Admin, upon launching “more details”, the link within the plugin for “Plugin Homepage” goes to test.com
Might want to fix that.
Thank you for your wonderful plugin!
When I display a list of recipes and click on a link, it opens the recipe in a new page. That is not the desired behavior. How do I insure the links open in the same page?
Thanks again.
This is a very well made plugin but I cannot for the life of me figure out how to add the featured image. What might I be missing?
]]>Hi there,
Thank you for using our plugin, Blossom Recipe Maker. We’re here to help you if you need any assistance in using our plugin.
Support in general
We offer support to all our free and paid customers through our support system for faster assistance.
In order to get quick assistance from our team, please:
Thanks again for using our plugin.
How do I enable the star ratings, and how do I get them to show in google? It worked the first time I installed the blossum theme back in March and then went away
]]>Hello Blossom Support Team,
may you please approve the german translation of the Plugin and is it possible to let me know how long it will take to be implemented in the plugin after you are fine with the translation?
thx
]]>Hey, I’m working on a Food blog that cover the different recipes. I want to add the recipe review feature in my articles. Is this plugin helpful for me?
]]>I use IMPREZA theme, and I have social Icons element on every page.
As soon as I activate the blossom recipe plugin, social icons show background but not the font itself inside…Please could you help me out please?
Thanks!!!
G.
]]>Hi,
How do I display all the recipes by a particular author?
Thanks
]]>Thanks for a fantastic plugin!
Is there a way to enter the “Marinating Time”, speared to the “prep time”?
At the moment I’m including it in the prep time, but this is really difficult when marinating is overnight – the total cook time becomes ridiculous.
Thanks ??
ho problemi con il plugin non ci sono più le mie ricette, duro lavoro buttato al vento e mi spunta questo messaggio Warning: array_filter() expects parameter 1 to be array, null given in /home/customer/www/lacucinadelcuore.blog/public_html/wp-content/plugins/blossom-recipe-maker/includes/class-blossom-recipe-hook-functions.php on line 85
]]>Hi,
I did a preview of my drafted recipe and for one reason or another it’s displaying weirdly underneath, if you have a support email where I can reach you privately I’ll gladly provide you with a snippet of what’s being displayed.
Thanks!
]]>Is it possible to highlight some recipies in the search summary?
Great would it be if the category would be added as a class.
Greetings.
]]>Can you give me an advise how to exchange the layout of the printable page for recipes?
]]>Hi,
You’ve got 2 errors (500) with this plugin on:
– admin/meta-data/recipe-ratings.php (line 48)
echo file_get_contents( BLOSSOM_RECIPE_MAKER_URL . '/public/images/star-empty.svg' );
– includes/class-blossom-recipe-hook-functions.php (lines 57 & 64)
echo file_get_contents( BLOSSOM_RECIPE_MAKER_URL . '/public/images/star-full.svg' );
echo file_get_contents( BLOSSOM_RECIPE_MAKER_URL . '/public/images/star-empty.svg' );
Error:
file_get_contents(): SSL operation failed with code 1
You can simply avoid that by replacing from ob_start() to ob_end_clean() by this kind of line:
$star_icon = '<img src="'.BLOSSOM_RECIPE_MAKER_URL.'/public/images/star-empty.svg" alt=""/>';
I’ve made this modification online in my own installation. Hope you’ll make available in the next update ??
Regards,
]]>Hi there,
I’m using your plugin and I need to know if you plan to check and validate neosiryx’ french translation: https://translate.www.ads-software.com/locale/fr/default/wp-plugins/blossom-recipe-maker/
Thank you very much
]]>Como puedo configurar los comentarios a las entradas para que aparezca la opción de aceptar la política de privacidad?
]]>Is there any way to add a unit such as drizzle, package or head?
]]>Como puedo crear una widget en la barra lateral para clasificar las recetas por categorias? Gracias
]]>I am creating this website:
https://www.filipinafryer.com/
for a friend.
If someone could look at my site and see if I will run into any issues by using this theme. I have put a lot into it already. I just don’t want to mess up what I already have.
Any suggestions or thoughts would be appreciated.
Thanks.
Regards
Michael
Is it possible to use shortcodes in recipes? I want to have link to another post/recipe in Instruction section, but shortcodes doesn’t seem to work as expected. I tried to insert:
[su_permalink id=”1499″ target=”self” title=”my title” rel=”” class=””]
It’s provided by https://getshortcodes.com/
Hello, the recipes still have some warnings,
How can I place the nutrition field?
Also, the video field is not detecting the video, I would like to upload an embed as I have an external player, thanks
]]>Hello everyone. I have identified a plugin error. I communicate it so that it can be improved in future versions. The plugin interferes with all the theme checkboxes and other features by adding a checkbox next to others. The error is determined by the following:
I’ve just inspected the issue and found that the Blossom Recipe Maker targets fields pretty broadly, which is why it “attaches” to the Email Optin Form. Here’s the offending code it produces which causes the issue:
input[type=”checkbox”] + label {
display: inline-block;
position: relative;
margin-left: 40px;
margin-bottom: 0;
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
input[type=”checkbox”] + label::before {
content: “”;
background-color: #fff;
background-image: url(data:image/svg+xml; utf-8, <svg xmlns=”https://www.w3.org/2000/svg” viewBox=”0 0 512 512″><path fill=”%23fff” d=”M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z”></path></svg>);
background-repeat: no-repeat;
background-size: 0;
background-position: center;
border: 1px solid rgba(0, 0, 0, 0.1);
width: 18px;
height: 18px;
position: absolute;
top: 15px;
left: -40px;
border-radius: 3px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
I’ve looked into the issue and found that the plugin offers no option to disable the offending code.
Further more the CSS code is set in such a way that it will interfere with any input checkbox field on site.
What I can do, using WordPress’ built-in plugin editor functionality is change the plugin’s blossom-recipe-public.css styling file and prefix the problematic style with the following:
div[id*=”br-recipe”]
This will make sure that the styles are applied only withing the confines of the plugin code. An update to plugin may possibly overwrite these changes, which will then have to be administered again. ??
I’m afraid this would be the only way possible to allows the plugin to coexist peacefully with any form on the site.
So, just for your to able to track the changes made, I’ve replaced the following CSS code in blossom-recipe-maker/public/css/blossom-recipe-public.css, from line 579 to line 621… ??
input[type=”checkbox”] {
display: none;
}
input[type=”checkbox”] + label {
display: inline-block;
position: relative;
margin-left: 40px;
margin-bottom: 0;
border-left: 1px solid rgba(0,0,0,0.1);
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
input[type=”checkbox”]:checked + label {
color: rgba(0,0,0,0.5);
}
input[type=”checkbox”] + label::before {
content: “”;
background-color: #fff;
background-image: url(‘data:image/svg+xml; utf-8, <svg xmlns=”https://www.w3.org/2000/svg” viewBox=”0 0 512 512″><path fill=”%23fff” d=”M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z”></path></svg>’);
background-repeat: no-repeat;
background-size: 0;
background-position: center;
border: 1px solid rgba(0,0,0,0.1);
width: 18px;
height: 18px;
position: absolute;
top: 15px;
left: -40px;
border-radius: 3px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
input[type=”checkbox”]:checked + label::before {
background-color: #1A84EE;
background-size: 12px;
border-color: #1A84EE;
}
… with the following:
div[id*=”br-recipe”] input[type=”checkbox”] {
display: none;
}
div[id*=”br-recipe”] input[type=”checkbox”] + label {
display: inline-block;
position: relative;
margin-left: 40px;
margin-bottom: 0;
border-left: 1px solid rgba(0,0,0,0.1);
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
div[id*=”br-recipe”] input[type=”checkbox”]:checked + label {
color: rgba(0,0,0,0.5);
}
div[id*=”br-recipe”] input[type=”checkbox”] + label::before {
content: “”;
background-color: #fff;
background-image: url(‘data:image/svg+xml; utf-8, <svg xmlns=”https://www.w3.org/2000/svg” viewBox=”0 0 512 512″><path fill=”%23fff” d=”M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z”></path></svg>’);
background-repeat: no-repeat;
background-size: 0;
background-position: center;
border: 1px solid rgba(0,0,0,0.1);
width: 18px;
height: 18px;
position: absolute;
top: 15px;
left: -40px;
border-radius: 3px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
div[id*=”br-recipe”] input[type=”checkbox”]:checked + label::before {
background-color: #1A84EE;
background-size: 12px;
border-color: #1A84EE;
}
Ideally, they should be able to correct this error in future versions of the plugin.
Greetings to all. I hope this helps more people and especially the developers of this great plugin.
]]>In the ingredients section I would like to link products from my WooCommerce shop.
Fist step could be to simply allow html in the ingredients section, so I could simply wrap the ingredient in an <a>-tag-</a>
. Later on it would be really nice to pick a product via a search-box.
Also the native video embedding of the plugin doesn’t (legally) work for me, as I am using a content blocker (borlabs cookie), so my visitors have to unblock videos by themselves – that’s because of EUs-GDPR regulations. Your plugin for some reason side-steps that blocker and videos embedded via your feature don’t get blocked on page-load – i.e. giving youtube direct access to my visitors data, prior to their approval. If you could look into this (especially in conjunction with borlabs cookie plugin – https://borlabs.io/) this would be great. At the moment I am using a shortcode from a different plugin in the description to embed the videos legally.
Best
]]>Could you add serving name? Currently there is only number and for recipes like bread I’d like to be able to show the ingredients are for “1 loaf” not for X servings.
]]>I wanted to make a Category as “Courses” like you already have “Cuisine”. This Course will have sub-items as “main Course”, “Starter”, “Snacks” etc.
Please confirm if you can add it in the next release.
]]>Hi,
When a recipe is still in draft mode, I can see it normally but when I published, the post it disappears (error 404). Do I have to do any configuration to correct this?
]]>Just like to request for Calories to be optional in the Overview tab in Blossomthemes Recipies Marker Please.
]]>