steplab
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Menu Editor] Errors after update to 1.8.6Many thanks
I have a page template with a sidebar, inside the sidebar I have 4 widget element of Login-Logout widget, the first is for logged out users, second is for logged in users with role Customer, the third is for logged in and three roles (Instructor, Shop Manager, Vendor), the fourth is for a custom role I created.
Inside same sidebar I have also a Menu widget only for logged in user for Customer role. Users can have one or more than one role.
In particular I have plugins like Woocommerce, Yith Multi Vendor, LearnPress.
ThanksThe fopen error occur when using a url to a png image.
Also tried to use a jpg image, getimagesize error occurs.
QSM Logs:
FPDF error: Missing or incorrect image file: https:// mysite.eu/wp-content/uploads/2019/01/background-filename.jpgQSM – version 6.1.2
QSM – Certificate – version 1.0.0
Wordpress 4.9.9Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Hide ShippingPremium version. Can you fix this issue? Can you provide a solution?
Forum: Plugins
In reply to: [WooCommerce] Translate “Customer matched zone”My first question was how to TRANSLATE the message, not how to hide the message.
If I need to debug, my customers will see that message not translated?
Someone can answer to my topic: how to TRANSLATE the message “Customer matched zone”?
ThanksForum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Vendor Profile not showingMy theme is “Edufication” developed by Theme Palace.
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Hide ShippingThe issue is all places where there are shipping data inside yith plugin, if woocommerce shipping is disabled, all over the yith plugin where there are shipping data so the column “Ship to” on Commissions page are not removed.
In particular for my question topic I mean, when you are inside backend area, on the “Admin Menu” on the left, if you click “Commissions” on the left admin menu you will redirected to a Page with a table with all the yith commissions.
https:// yoursite.com /wp-admin/admin.php?page=yith_vendor_commissions
Inside this page, you have a table with columns like ID order, product, user etc..
you have also a column with Shipping info “Ship to”.<th scope="col" id="shipping_address" class="manage-column column-shipping_address">
My first question is: How to remove this column?
Thanks.- This reply was modified 5 years, 10 months ago by steplab.
Forum: Plugins
In reply to: [WooCommerce] Translate “Customer matched zone”Temporarily hide the message notice removing the check to the option shipping debug mode , inside Woocommerce Settings > Shipping.
Forum: Plugins
In reply to: [WooCommerce] Translate “Customer matched zone”Instead can you explain how to hide and remove this notice “Customer matched zone ..”?
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Vendor Profile not showingI temporarily resolved editing my theme: archive.php file
I added this on the top of the file:$is_vendor_page = class_exists( 'YITH_Vendors_Frontend' ) ? YITH_Vendors()->frontend->is_vendor_page() : false; if( $is_vendor_page ){ //pasted content inside woocommerce/template/archive-product.php file }else{
so closing the if at the end of the file.
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Vendor Profile not showingI’m referring to the Vendor Front Page. When I open the Vendor Front Page it use the default archive theme template “archive.php” (used for posts archive not for products) instead of the woocommerce archive theme template (archive-product.php). So is not displaing the box with Vendor details etc. So I need for the Vendor Front Page to force to use the woocommerce archive template instead of default archive.php theme template.
- This reply was modified 5 years, 10 months ago by steplab.
Forum: Plugins
In reply to: [EventCalendar] Parse error: syntax error, unexpected ‘[‘, expecting ‘)’Same error I fixed : https://www.ads-software.com/support/topic/add-new-event-return-blank-page/
Forum: Plugins
In reply to: [EventCalendar] Add new event return Blank pageFounded this line 32 inside /wp-content/plugins/event-calendar-wd/includes/events/ecwd-events-controller.php
$ecwd_query->filter_by_post_status(['publish','private']);
resolvede replacing with this:
$ecwd_query->filter_by_post_status(array('publish','private'));
Please fix it inside the plugin for the next version.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Paypal chekout button inside Product not showingOk thanks it wasn’t me clear utility of that checkbox settings.
If I select “All Products” it will enable the button to only published products.
How to enable it also to draft products?Forum: Plugins
In reply to: [Express Checkout via PayPal for WooCommerce] Button issueWonderful!
I found this plugin:
PayPal for WooCommerce by Angell EYE
I used Paypal Express method
that resolved my problems.Problems with this plugin still not resolved..