Javier Arce
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Cannot Add UsersMy pleasure! Please, don’t forget to mark this topic as resolved.
Forum: Fixing WordPress
In reply to: Help finding syntax errorHi, @teamgood!
Could you ask the theme developer? Or, as @jdembowski mentioned, ask in the WooCommerce support forum?
Otherwise, you could try to debug the problem yourself activating the debug mode. Here’s how: Debugging in WordPress.
Also, just to make sure, there are some escaped quotes in your code. Maybe that was due to pasting the code here, but the code look like this:
add_filter( 'woocommerce_return_to_shop_redirect', function($shop_url) { if(is_cart() && wc()->cart->cart_contents_count == 0) { $deleted_items = wc()->cart->get_removed_cart_contents(); $deleted_items = array_reverse($deleted_items); foreach($deleted_items as $deleted_item) { $deleted_id = (int) $deleted_item['product_id']; $vendor_id = wcfm_get_vendor_id_by_post($deleted_id); if($vendor_id) { return wcfmmp_get_store_url($vendor_id); } } } return $shop_url; });
Forum: Fixing WordPress
In reply to: Need a members pluginHi, @g4lbs!
Have you already searched in the plugin directory?
Forum: Fixing WordPress
In reply to: Another update is currently in progress.Hi, Elli!
Here’s an article with some ways to solve this issue.
Forum: Networking WordPress
In reply to: Cannot Add UsersHi, @sessadesign!
By “Multi-Network WordPress environment” you mean that you are using the plugin WP Multi Network? If that’s the case, it would be much better to ask in their support forum.
Forum: Fixing WordPress
In reply to: Image Gallery problemI’ll try to help you, but could you please mark this topic as resolved. Thanks!
Forum: Fixing WordPress
In reply to: Image Gallery problemThanks! In your screenshot, it looks like you are selecting an image, and not the gallery. You’ll need to click the gallery icon in the toolbar to select the gallery, like in this example.
Forum: Fixing WordPress
In reply to: Post no longer showing content below the entry-titleThat’s strange but definitely looks related to that plugin.
Could you please mark this topic as solved? If the problem happens again in the future, you could add a follow-up message (although my advice is to search for a more up-to-date plugin or ask in the other forum).
Forum: Fixing WordPress
In reply to: Image Gallery problemOh! Could you share a screenshot selecting a gallery and showing the full sidebar, please?
Forum: Fixing WordPress
In reply to: problem with a forced noindex by wordpressBut this plugin is activated on my all websites, and I never Had this issue
I understand what you mean, but just to make sure… would it be possible to disable the plugin to confirm that the plugin has nothing to do?
Also, does this problem happen consistently? Or is it random? Do you know when the problem started happening?
Also, what’s the version of WordPress? Because of the message, I imagine is an old one, right? The current dashboard looks like this.
Forum: Fixing WordPress
In reply to: Post no longer showing content below the entry-titleOh, I’ve seen that the plugin hasn’t been tested lately:
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
I wonder if you could find a similar plugin with the same functionality. Or since its functionality is quite simple (removing the non-referral part of the links) could find an alternative solution.
Forum: Fixing WordPress
In reply to: Post no longer showing content below the entry-title> I’ve whittled it down to the ‘Remove Noreferrer’ plugin. All our other posts are working fine with this plugin, it’s only the post in question with the issue.
Nice detective work! If the problem is with that specific plugin, I’d recommend you to publish a message in the plugin support forum. I’m sure they’ll be able to help you and the solution for you will probably help other users.
Forum: Fixing WordPress
In reply to: Ways to link WooCommerce Order list on Google SheetsHi, @esfkuyschan:
Here’s an article that could be helpful: How to Connect Google Sheets with WooCommerce (in 5 minutes)
Forum: Developing with WordPress
In reply to: Uncaught ReferenceError: wp_remote_get() is not defined> However, if I may ask another WP 101 question
I’ll try to help you, but could you please open a new topic for your last question? That will help people with the same problem as you in the future. Also, please mark this issue as solved.
Forum: Fixing WordPress
In reply to: WC Products Per PageHi, @adorkablii!
Maybe I’m looking in the wrong place, but I can see nine products on every page, including the first one.