wendath
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Limiting maximum number of posts published per custom post typeHey @archonic08,
This is what I came up with. This goes into your child theme’s functions.phpHave fun!
https://github.com/wendath/sprout/blob/master/Limit%20posts.php
Forum: Fixing WordPress
In reply to: Limiting maximum number of posts published per custom post typeOkay, so I solved it!
Actually, I have two solutions for this.1st solution (easier)
—————-
I hid the “Publish” (not the save) button with jquery, and added an error notice if the post count was above ‘x’.2nd solution
—————-
I modified the ‘Limit Posts’ plugin, so now I can restrict “ALL” instead of just a specific user/user role.Forum: Fixing WordPress
In reply to: Limiting maximum number of posts published per custom post typeThanks for your answer!
Yeah, that sounds like a possible solution, however I don’t really know to code it as I am not that experienced with PHP. I inspected some code which restricts a specific user role, but this seems too advanced for me.Forum: Fixing WordPress
In reply to: Footer is not on the bottomNot exactly because I dont want the footer to stick, just to stay at the bottom of short pages.
Forum: Plugins
In reply to: [WooCommerce] Checkout fields barely visibleThank you very much, works like a charm!
I set the color to #1c1313, this one is the closest to our needs because full black didn’t work.Forum: Plugins
In reply to: [WooCommerce] Checkout fields barely visiblesite: https://teszt.gyemantfelho.hu/
Currently there is only one product (https://teszt.gyemantfelho.hu/termekkategoria/konyv/)checkout page: https://teszt.gyemantfelho.hu/penztar/
Just in case you wouldnt find it. It is in hungarian so you know, it is easier like this.