kalimar.maia
Forum Replies Created
-
Forum: Plugins
In reply to: [ZipList Recipe Plugin] Domain transferHi Rickersred,
Sorry to hear you are having problems. You may want to try reinstalling and migrating those tables again. Do you have a tech person who can help you? The art, recipes, and title names are part of the same table as ingredients and directions so it’s a bit odd to have one and not the other. Let us know how it goes.
Thanks
https://www.ziplist.comForum: Plugins
In reply to: [ZipList Recipe Plugin] Import Recipes to ZipList PluginHi there,
Thanks so much for using the ZipList plugin. Unfortunately we don’t offer a tool for importing recipes from other plugins. We recommend just updating the recipes slowly, beginning with your more popular posts.
Best of luck and let us know if you have any questions.ZipList Plugin Team
Forum: Plugins
In reply to: [ZipList Recipe Plugin] moving site to new domainHi Kallard,
You need to migrate the content found in the wp_amd_zlrecipe_recipes table.Let us know how it goes
Forum: Plugins
In reply to: [ZipList Recipe Plugin] Ziplist not working with Avada ThemeHi Melissa,
If you don’t mind, please email us at [ email redacted ], which is monitored a bit more closely.Thanks and best of luck!
It sounds like the short code for the recipes are mismatched. If you click on the “text” tab of your editor you’ll notice a code like [amd-zlrecipe-code:34]. Each of those numbers corresponds to a recipe in your database. Did you use phpmyadmin to transfer your posts and recipes? That’s the best way to move content between your domains. Your quickest solution may be to migrate your content again. But before we go that route please walk us through, step-by-step, what you’ve done so far and we’ll definitely help you trouble shoot the problem.
If you prefer, you can email us directly at [email protected]
Thanks
Forum: Plugins
In reply to: [ZipList Recipe Plugin] can't hide photo/title when using my own CSSHi there,
The way the plugin was designed, that isn’t really feasible.Thanks again for using our plugin!
Forum: Plugins
In reply to: [ZipList Recipe Plugin] can't hide photo/title when using my own CSSHello wannacomewith,
When you turn off the ZipList Recipe style, you also affect many of those options. We hide the title and image using CSS so when you turned off the styling, those both showed up again. What you can do is add your own CSS which hides those to elements. You’ll need to take a look at the HTML and determine what elements you want to hide.For example to hide the title, you would do the following:
#zlrecipe-container #zlrecipe-title h2 {display:none}
Hope that helps. Let us know if you have any questions
Forum: Plugins
In reply to: [ZipList Recipe Plugin] Ziplist won't scroll down to enter a recipeWe are working on a fix for the recipe form scroll bar. In the meanwhile, Are you able to expand your browser window any further? If you set the browser to full screen you should be able to see the bottom of the recipe form. Otherwise, a final trick is to Zoom the browser window OUT. To do that click “View -> Zoom Out”. You have may have to zoom out a couple of times to see the bottom.
Sorry for the inconvenience but rest assured we will be fixing this shortly.
Thanks!
Forum: Plugins
In reply to: [ZipList Recipe Plugin] Recipe data won't saveSorry to hear you are having trouble stardust4300,
We’d love to help you out. Can you send us an email to [email protected]. We’ll definitely give you a hand solving that one. We’re able to manage communication much better through that email address.jspulj,
Thanks so much for that suggestion. We have added it to the next release. By the way – have you checked out our GitHub page? https://github.com/Ziplist/recipe_pluginAll the best
Forum: Plugins
In reply to: [ZipList Recipe Plugin] Domain transferHi JosiDenise,
Your best bet is to have the company that handled your migration check for those database tables. If you are doing it yourself, you will need to make yourself acquainted with phpmyadmin. We are unable to provide support on how to use phpmyadmin
but this blog post provides a database migration walkthrough https://www.techrepublic.com/blog/smb-technologist/import-and-export-databases-using-phpmyadmin/ and may be useful.Best of luck!
Thanks for the feedback RoxyJo. Indeed the current implementation of the plugin can’t handle custom post types. However, good news, we have already developed a fix and it will be in the next release. In the meanwhile this is a link to the change that needs to be made to zlrecipe.php. https://github.com/Ziplist/recipe_plugin/commit/3bcb24a12278a12014d1770717f99065f18ba984
If you would like help implementing that change to your plugin please send us an email at [email protected] We’ll gladly give you a hand.
Thanks
Forum: Plugins
In reply to: [ZipList Recipe Plugin] Recipe data won't saveHi Jessfuel,
Sorry to hear you are having problems. Can you send us an email to [email protected]. We’ll definitely give you a hand solving that one. We’re able to manage communication much better through that email address.Thanks so much
Forum: Plugins
In reply to: [ZipList Recipe Plugin] Upgraded to Ziplist 2.4 and Ziplist CSS Messed Up NowHurrah! happy it worked. Please let us know if we can help with anything else ??
Forum: Plugins
In reply to: [ZipList Recipe Plugin] Upgraded to Ziplist 2.4 and Ziplist CSS Messed Up NowIt looks like the last css solution provided was capturing “both” of the last
<p>
tags if you will. If you would like to try one more CSS solutionzlrecipe-container-border > p:last-of-type { margin-bottom: 0px; line-height: normal; display: none; }
This should address only the
<p>
that’s a direct child of the border class, rather than also the last<p> found in
#zlrecipe-container`Best of luck, let us know how it goes.