RBX
Forum Replies Created
-
You seem to have patched this plugin without updating its version.
I have attached the plugin I have in #post-8266956 which contains only one php file
index.php
and it doesn’t containthankyou_page
.I used Woocommerce Quick Buy.
This plugin has even more problems.
index.php Line 97 add_action('woocommerce_thankyou_ccavenue',array($this, 'thankyou_page'));
but there is no function named
thankyou_page
.https://1drv.ms/1T1TRhw – the first set of warnings appear when accessing Woocommerce settings, and the latter on payment page (probably only if integration is incomplete).
I suppressed Woocommerce settings section’s warnings with ‘@’, so you’d find those lines modified, everything else is untouched.
I’m using version 1.5 and as I can see it’s the latest version.
I too am looking for this functionality.
Forum: Plugins
In reply to: [Event Organiser Posterboard] Posterboard showing just "Loading.."Probably JS error – I’ve had a lot of them with caching/minifying plugins.
No, it isn’t a multisite installation. It works correctly on some sites, and not on others, even when I use almost same settings on all sites.
I have this problem on multiple sites, and I’m getting sick of it.
Forum: Plugins
In reply to: Change Archive to a static pageI’m still looking for a solution. I think I should look into https://codex.www.ads-software.com/Rewrite_API
Forum: Plugins
In reply to: [SlimStat Analytics] Unable to accept agreementThe problems seems to be with Firefox – worked fine in Edge.
Forum: Fixing WordPress
In reply to: Easier process to define multiple similar callback functionsIt was a silly mistake. I jumbled up option name and forgot that textarea doesn’t use value attribute.
function display_festivals_fields() { add_settings_section( "section", "All Settings", null, "manage-festivals" ); $months = [ 'january', 'february', 'march', 'april', 'may', 'june', 'july', 'august', 'september', 'october', 'november', 'december', ]; foreach ( $months as $month ) { add_settings_field( "festivals_{$month}", ucwords( $month ) . " Festivals", function () use ( $month ) { echo "<textarea type='text' name=\"festivals_{$month}\" id=\"festivals_{$month}\">" . get_option( "festivals_{$month}" ) . "</textarea>"; }, "manage-festivals", "section" ); register_setting( "section", "festivals_{$month}" ); } }
Forum: Fixing WordPress
In reply to: Shared Server SecurityI have already gone over all these measures several times, and do implement them on each new site. I also use iThemes’ security plugin, and Google reCaptcha where possible.
All the files are very secure but I haven’t been able to do anything about DB.My sitemap has just disappeared. I’m getting a 404. https://www.bhartiwebinfotech.com/sitemap_index.xml
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha Invisible to unauthenticated usersThe theme is listify, and there are a lot of plugins.
Some of them are:
Contact Form DB
iThemes Security (This plugin has been quite problematic)
W3 Total Cache (I have cleared cache)
WP Job Manager – Contact Listing
WP reCaptcha Integration (This might be conflicting)