Vlado Grcic
Forum Replies Created
-
There is an option to disable all style from the table.
Go to plugin options click frontend tab and check “Disable default table plugin design ( removes table CSS classes )” and style it by yourself. Although you could style it with those just make sure you css code loads last.Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Slow load timesThank you for your in depth investigation. I’ll check it out whenever I can and see what to do about this.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Page crashes for non-admin userHm… I havent experienced anything like this. I’ll have to think about it.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] TranslationSorry for the late reply, I was sick. Regarding your question please go and read the Quick Start page.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Undefined arrayI’ll check and fix when I can. Are you experiencing any issues?
Sorry for the late reply, I was sick. Could you get me get a few lines from debug log corresponding to those times?
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Change User Account Page WordingSorry for the late response, I was sick. Regarding your question, you can but not directly with my plugin. You could use a translation plugin,
maybe try this:add_filter( 'gettext', 'wpdocs_translate_text', 10, 3 ); function wpdocs_translate_text( $translated_text, $untranslated_text, $domain ) { if ( 'blah' !== $translated_text ) { $translated_text = 'lorem'; return $translated_text; } // Now do your checking for your string within the 'blah' domain }
Add that to your theme. Its not ideal but at least it should work.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Page settings not savedNot sure why it would do that. Either way I’m not able to do anything about it for a while, sorry.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] PHP count() errorPlease update to 1.6.5 when you can.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] PHP count() errorSorry for the late reply, forgot about this. I have been able to recreate your warning (although in my case it was a critical error) but everything works fine on my version of a site. I fixed it, I’ll upload it in a few days. I’ll notify you here when I do. I don’t know if it’ll fix your problem so I’m interested what will happen.
- This reply was modified 1 year, 8 months ago by Vlado Grcic.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Page settings not savedSorry but I couldn’t recreate it. I installed both plugins and it works fine. Regarding your above suggestions:
1. You can change that yourself. Globally or per page.
2. Not really sure why. What is your suggestion?
3. It times out from when the user buys the product. Not sure why it should be written down. I’d think thats how most people would think it works, not to mention I don’t really understand how fair it would be to have it just globally set. There are of course some more calculations like time between bought products but that seems straightforward to me as well.Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Access without admin confirming orderHi,
that part is being handled by WooCommerce. If orders aren’t set as completed after users buy the products, you haven’t configured WooCommerce correctly.Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Page settings not savedAlso if you could check debug log for errors.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Page settings not saved- Whats the plugin? Do you you mean when you have classic editor enabled and add the data to the right meta boxes in the editor?
- Technical reasons. What if there are multiple? I might have a solution for this but would require coding which currently I’m not able to do. Besides you could just add the product page as the redirect page.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Category RestrictionSorry I’m not planning to implement it any time soon. I don’t have much time and I already have other features that need to be implemented sooner.
Regarding your last question no only per page.