sergi87
Forum Replies Created
-
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] All Export Pro Not working on WPVIPHello, is this still the case? I am working on a Wp VIP website and the client has noticed that the Wp All Export Pro, while installed, is just not showing on the menu.
Forum: Fixing WordPress
In reply to: Media library not loading in Grid Mode on many sitesAnyone? I have seen this problem on many forums and with many different solutions but so far none has worked for me. Replying to the poster above, in my case it happens on different websites with different hosts.
Forum: Fixing WordPress
In reply to: Cant see my images in the media libraryI have the same issue on 2 sites. These 2 sites are test environments that are duplicates of my main websites but I do not dare to update anything on my main websites…I have deactivated all of the plugins and did a rollback to WordPress 4.8 and the issue still persists. I can only see the library on list mode but I cannot upload anything or see the library when I create a post.
- This reply was modified 7 years ago by sergi87.
Hi, I have fixed the issue with a rollback to version 3.1.
But just so you know the latest version gives us that error.
- This reply was modified 7 years, 2 months ago by sergi87.
I had a test website with an older version of the plugin and it was working…When I updated to the latest version I now have the same issue and it does not work.
Forum: Plugins
In reply to: [WooCommerce] Only allow specific customers to pay with credit cardNot really finding how to do this part “filter the available Payment Methods by that User Role.” Is it posible to do this with the Woocommerce configuration only and not touching the template files?
Forum: Plugins
In reply to: [WooCommerce] Single page product customization, adding sidebar.Thank you for your reply Riaan. Ive found the action to add content after the cart and I’ve managed to have the related products show:
add_action( ‘woocommerce_after_add_to_cart_button’, ‘woocommerce_output_related_products’, 20 );
How can I make it to show only the grouped or up-sells instead?
- This reply was modified 7 years, 11 months ago by sergi87.