mpapad
Forum Replies Created
-
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Skip first rowHello @wpallimport,
We have the Ultimate Pro Vertion.Κι εγω που τελικ? τα π?ρασα δεν τι? ε?δα ποτ?. Οταν το 1ο σου βγ?λει επιτυχ?α δοκ?μασε να κ?νει? και τα υπ?λοιπα που απαιτο?νται. Στην αρχη νομιζα οτι δεν τα ειχα περ?σει αλλ? ?ταν πηρα την τρ?πεζα να ρωτ?σω τι και πω? μου ε?παν οτι ολ? ε?ναι οκ.
Χα χα. 20 μ?ρε? με ταλαιπωρο?ν. Ευχαριστ? για την απ?ντηση
Τελικ? λ?θηκε?
- This reply was modified 7 years, 6 months ago by mpapad.
Forum: Reviews
In reply to: [WooSplit - Google Experiments for WooCommerce] crashed my siteSame problem to me. The plugin’s version I installed from www.remarpro.com was 1.0.1. Is there any new version?
Hello,
in wp-content/plugins/woo-poly-integration/src/Hyyan/WPI/Pages.php I changed the
add_filter(sprintf('woocommerce_get_%s_page_id', $page), $method);
with
add_filter(sprintf('woocommerce_get_%s_page_id', $page), $method, 100);
This redirect page correctly in cart page. Take a look at printscreen
https://prntscr.com/cr8dy7
But if you notice at the message the page is not redirecting properly
https://prnt.sc/cr8dak
The site is https://mahila.gr/Hello
changing this code:
add_filter(sprintf('woocommerce_get_%s_page_id', $page), $method);
working well but still I have problem in message
“has been added to your cart.” …… and the link “View cart” not redirect to the right page.
I found the code in wc-cart-functions.php// Output success messages if ( 'yes' === get_option( 'woocommerce_cart_redirect_after_add' ) ) { $return_to = apply_filters( 'woocommerce_continue_shopping_redirect', wc_get_raw_referer() ? wp_validate_redirect( wc_get_raw_referer(), false ) : wc_get_page_permalink( 'shop' ) ); $message = sprintf( '<a href="%s" class="button wc-forward">%s</a> %s', esc_url( $return_to ), esc_html__( 'Continue Shopping', 'woocommerce' ), esc_html( $added_text ) ); } else { $message = sprintf( '<a href="%s" class="button wc-forward">%s</a> %s', esc_url( wc_get_page_permalink( 'cart' ) ), esc_html__( 'View Cart', 'woocommerce' ), esc_html( $added_text ) ); } wc_add_notice( apply_filters( 'wc_add_to_cart_message', $message, $product_id ) ); }
… but I’m not sure what I must to change to make it work properly.
Could you like to help me on this ?Forum: Plugins
In reply to: [XML Sitemap & Google News] genres can be multipleNot working for individual posts to me. I can’t see any genre to choose.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] parameter in urlI found it: advance-wp-query-search-filter/includes/process.php
Forum: Plugins
In reply to: [Advance WP Query Search Filter] parameter in urlHello
Thank you for this plugin. Where can I find the awqsf_search_query() function ?