davdebcom
Forum Replies Created
-
Welcome 🙂
Awesome!
Hi Heather
Ok, sure, keep me posted if you run into it again.
Kind regards
DavidHi Soulsmith
I haven’t received a reply yet, but according to Nick (from the other topic) the user wasn’t using “Mollie Payments for WooCommerce” plugin nut another Mollie plugin.
If I can assist you further, please let me know.
Kind regards
DavidHi Heather
My name is David. Johan and I have agreed that I will take over development of Post Snippets. You can read more on http://www.postsnippets.com.
In the current version there is a technical limit on the amount of snippets that can be created due to the current way Post Snippets is built. The limit depends on the server configuration. I think you might be experiencing this issue. It is known to me and one of the first things I want to fix in the upcoming version 3.0.
What is the max_input_vars in your php.ini, and can you double it (from 1000 to 2000 for example)? If you don’t know how to find this, you can ask WP Engine.
I don’t think it’s because you are on WP Engine, but I could be wrong.
Hi Ramon
Yes, free, open source, GPL and on the repository.
I am considering a Pro version with advanced features as a complement to the free version, but features that are already in the current version will always stay there (and free).
Kind regards
DavudHi Ryan
It’s post_snippets_options, you’ll need to unserialize the contents and then count the items in the array.
Yes, CPT’s, it should be a nice improvement indeed.
Greetings
DavidHi Harris
You are referring to these right?
https://monosnap.com/file/wMTr97CDkNks1orNZOVtcunIsHzp3Q.pngUsing Chrome Developer Tools (search YouTube for an intro) I see that the theme sets list items (li) to font-size: 100%
https://monosnap.com/file/qVOJ9gvSDxFj0WLXcB9PLq0rOx8Zp8.pngAnd the unordered list (ul) has a class pf lcp_catlist. I don’t know where that class comes from, but if you could add your won class there like class=”lcp_catlist harris_list” you could call that like this
.harris_list li {font-size: 80%}You could add that in a plugin like this:
https://nl.wordpress.org/plugins/wp-add-custom-css/Kind regards
DavidYes, I’ve seen this solution before. The issue is actually that the icon/button CSS doesn’t have the best CSS. I’ll probably add a permanent fix in the next bug fix release.
Hi Ramon
Thank you for your suggestion. Groups, drag&drop and other ways to organise the snippets are a common feature request. I have taken note and will see what I can do, I already have a few good ideas to improve the user interface.
Johan and I have agreed that I will take over development of Post Snippets. You can read more on http://www.postsnippets.com.
Kind regards
DavidThank you very much for your review, especially on behalf of Johan!
Johan and I have agreed that I will take over development of Post Snippets. You can read more on http://www.postsnippets.com. In version 3 the most important change will be the migration to a new way to store the snippets, so the 199 limit you refer to will be a thing of the past! 🙂
Greetings,
DavidForum: Reviews
In reply to: [Post Snippets - Custom WordPress Code Snippets Customizer] Love it!!!!!Hi @melriks
Thank you for the review! I agree the import/export can be improved, I’ll see what I can do about it 🙂
Kind regards
DavidHi Ryan
Thanks for getting in touch!
If you are done with the site (and won’t be adding more snippets), the simplest solution would be to just count them and add the number statically in your theme.
If your snippets change, you will want to get this dynamically I assume? In that case you will need to get the snippet data and count the amount of snippets. Snippets are stored as an option in the WordPress options table. You will need some coding experience to get that data and amount. Can you handle that?
By the way, Johan and I have agreed that I will take over development of Post Snippets. You can read more on http://www.postsnippets.com. When version 3.0 comes out the snippets will be stored differently, so if you use the dynamic method you will probably need to change that.
Please let me know if you have any issues or suggestions!
And let me know if that helped 🙂Kind regards
DavidHi @harris_s
Can I still help you with this?
You say “items” do you mean list items as in
- etc. If so, your theme probably has specific styling for those items, and your best way to handle this is to use custom CSS to overwrite it.
If this is not the case and your issue is not resolved, let me know and we’ll continue searching for a solution.
Kind regards
David
Forum: Reviews
In reply to: [Post Snippets - Custom WordPress Code Snippets Customizer] Extremely usefulThank you very much for your review, especially on behalf of Johan!
Greetings,
David - etc. If so, your theme probably has specific styling for those items, and your best way to handle this is to use custom CSS to overwrite it.