ajonesdc
Forum Replies Created
-
Forum: Plugins
In reply to: [SVG Flags - Beautiful Scalable Flags For All Countries!] ShortcodeHi, it seems the flags are no longer showing up on my site which has been upgraded to WP v5.2.
Is this plugin supported on that version?
Found the database entry and fixed the issue there. If anyone runs into this issue, you can go to wp_postmeta table and change meta_value where meta_key = wpsm_team_b_data.
In my case, I accidentally pasted and saved an entire sentence into one of the social link fields in the Admin panel. To erase, it, I removed the sentence and set the size to 0:
s:9:"mb_fb_url";s:0:"";I highly recommend saving the value to a text file before making the change in the database, to avoid totally losing it if something goes wrong.
I am having this same issue. I disabled other plugins and that didn’t fix the issue. The admin page for this plugin only shows the error and none of my entries, so I can’t change/fix any unsupported characters. Please advise.
@rcole did you ever find a solution?
I’d love a plain “website” icon
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] No Syntax Color in Code SnippetsThe same thing happens to me on page load. The code is also in a state where the user is unable to interact with it (scroll, view raw, etc).
If I refresh the page, the color appears and everything else works too. But I’m sure my visitors won’t think to reload the page.
What could be causing this?
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Required Fields ErrorThe problem is that when using the shortcode on a dedicated page AND having the donate button enabled on the menu, the form is in the DOM twice. So, when submitting the form from the dedicated page, the validator is checking the first seamless-donations-form in the DOM and that’s the one defined by the menu.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Sign-ups cleared after event expiresthank you
Forum: Plugins
In reply to: [External Database Authentication Reloaded] Support for WP 4.3.1Here’s the error from the log file
PHP Fatal error: Call to a member function fetchAll() on a non-object in /home/{mysite}/public_html/wp-content/plugins/external-db-auth-reloaded/external_db_auth.php on line 341
Forum: Plugins
In reply to: [Discounts & Promotions Automation] Quantity discount over whole storeI’m looking for this feature as well. It works nicely for one product, but not a mix of products like buy two different shirts, and save $10
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] WooCommerce 2.4.7 compatibleAccording to the description:
Important compatibility notice: WooCommerce Bulk Discount is no longer actively developed neither does support WooCommerce 2.4+.
Forum: Plugins
In reply to: [Event Rocket] show only next eventhank you!
Forum: Plugins
In reply to: [Download Manager] Search Featurethank you very much
Forum: Plugins
In reply to: [PayPal IPN for WordPress] 500 Internal Server ErrorI have this plugin’s logging disabled. So, I moved
$this->log->add('paypal', 'Payment IPN Array: ' . print_r($ipn_response, true));to this clause
if ('yes' == $this->debug) {and that resolved the errors.
Forum: Plugins
In reply to: [PayPal IPN for WordPress] 500 Internal Server ErrorNotice: Undefined property: AngellEYE_Paypal_Ipn_For_Wordpress_Paypal_Helper::$log in public_html/wordpress/wp-content/plugins/paypal-ipn/includes/class-paypal-ipn-for-wordpress-paypal-helper.php on line 159
Fatal error: Call to a member function add() on a non-object in public_html/wordpress/wp-content/plugins/paypal-ipn/includes/class-paypal-ipn-for-wordpress-paypal-helper.php on line 159
Forum: Plugins
In reply to: [wp-greet] [Feature Request] Selection of Usersexactly 🙂