Web-Pepper
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Undefined class constant ‘BELFIUS’We have in use:
Mollie Payments for WooCommerce Versie: 2.0.1
WooCommerce Versie: 2.4.7MPM – Mollie Payment Module was installed has ever been installed in the past but has been removed!
What can we do to correct the “subpackage is not installed correctly”?
Hi Valentin,
I added a screenshot to
http://www.michaelpilarczyk.com/wp-content/cart.jpgHope you know a way to change this 2 texts
Regards,
RalphForum: Plugins
In reply to: [Contact Form 7 Integrations] Crop attached images & rename attachmentsTry info@web-pepper.com 🙂
Forum: Plugins
In reply to: [WooCommerce] Variation not saved after creating & set them upMan.. i feel stupid!
I just found the “save changes” button at the bottom of the product variations!
(Sorry, i was changing prices and pressed the big “update” button an the right-side!)
Forum: Plugins
In reply to: [WooCommerce] Variation not saved after creating & set them upSame problem here! If i want to change prices of existing variabel products, i can change the prices, but they wont save after updating the product!
–update–
I tested this at a few websites, problem is everwhere the same!
Forum: Plugins
In reply to: [Groups - Memberships and Access Control] remove the "for XXX duration"Maybe a clue to you guys (im not too good in CSS coding).
I tried:
.woocommerce-price-suffix, .amount {
display :none;
}If i do that i ONLY get “for 2 months”
So its not in that .woocommerce-price-suffix or .amount
How can i find out what .name it should be?
I have set the PHP version to 5.3.29 and now the search functionality of the Buffer my post plugin works as expected.
We use indeed WordPres 4.1.1 and Plugin Version 14.1.14.3
We just freshly installed it, only changed the settings at wp-admin/admin.php?page=BufferMyPost
Can this be a HOSTING thing or is in the plugin/WordPress?
Forum: Plugins
In reply to: [Recent Posts FlexSlider] Problem after updating to Version 1.6Hi David,
Thank you for your responce!
Since this is a website wich i do maintain but not created myself, its indeed possible the developer made some changes to the plugin itself.
Since i do not expect that not updating to 1.6 comes along with a security threat we will remain using the current (modified) version of the plugin.
Again, thank you for you quick responce, really appreciated!
http://www.shrinktheweb.com is back online, and my problem is solved, guess that was causing my problem!
Case closed!
I tried, did not work.
I switched to a different plugin for this website.
Updating: should that be like deleting the old version in WP and installing the new one, or… overwriting it by FTP
I dont know if there is a difference in that?
I have also tried installing different versions and running manual SQL queries to resolve the issue as discussed here:
https://wordpress.org/support/topic/plugin-events-manager-downgrade
without success. I have checked several other topics on the WordPress official forums for users getting the same error, however there seems to be no working fix or at least I was not able to locate such.
Forum: Fixing WordPress
In reply to: Drop down list of posts from a categorySure, i already did (for myself).
Only thing what is holding me from publishing a plugin to WordPress.org, is that Frizax created(?) the code above.
I dont want to take his credits, i used his code to create a plugin of it.
(and i dont know how to contact Frizax)
Forum: Fixing WordPress
In reply to: Drop down list of posts from a categoryGot it (sorted alphabetically):
$args = array(‘numberposts’ => $show_posts, ‘category’ => $cat_id, ‘order’=> ‘ASC’, ‘orderby’ => ‘title’ );
$posts = get_posts($args);