Apprique
Forum Replies Created
-
Even after removing all transients and all cache, we still see the message that Profile Builder is not compatible. We have Profile Builder version 3.10.6. We also have Profile Builder Unlimited 3.9.9 active.
This solution does not work with multilingual websites. It would be better to make this text translatable using WordPress standard localization logic in the source code of the plugin.
While the plugin code currently includes logic to overwrite the default texts on each payment method and it does support translations of the default text, it does not support translations of the overwritten texts. Also, the way it is currently coded, it seems it always considers a text to be overwritten and thus does not support translations at all.Completely agree. Yes, it should be fixed.
We encounter the same issue, but then on a single product page. The title was visible before, until we updated to version 3.x of Elementor. On the single product page there is no way to hide or show the page title. We temporarily forced to the title to show via an additonal css rule.
Forum: Plugins
In reply to: [Links shortcode] Test and rev the version?I can confirm compatibility with the current WordPress version. I have just updated the plugin accordingly. We are working on a more future proof solution since the Links functionality in WordPress might disappear at some point.
I have the same problem. Plugins I use include: Facebook Container. If the Facebook Container add-on is not allowed to run in a Safe Browser window (through add on settings), the Instagram pictures are displayed as normal.
Forum: Plugins
In reply to: [Links shortcode] Shortcode in linkHi Bravebooks,
I’m not sure I understand your question. What this plugin does is show a list of links that correspond with some criteria. The inks are managed through the WordPress Links menu. It it not clear to me how a picture would link to a shortcode. Could you please explain the problem?
Best regards,
Maarten
- This reply was modified 6 years, 10 months ago by Apprique.
Sorry for the delay. We were using the latest version of your plugin, with the latest version of WooCommerce (3.1.2), PHP 5.6.30 and MySQL 5.5.51. The only other plugin that might be of influence is (the widely used) Yoast SEO plugin.
The front end of the website kept working. Only the admin part gave a white page.
- This reply was modified 7 years, 2 months ago by Apprique.
Hi EtoileWebDesign,
Have you had a chance to look at this? We’d like to use the the_title filter hook with two arguments (as documented here: https://codex.www.ads-software.com/Plugin_API/Filter_Reference/the_title), but want to be sure it does not break your plugin anymore…
Forum: Plugins
In reply to: [PayPal for WooCommerce] woocommerce_review_order shortcode removedOn line 1070 of your main plugin file you have the following:
public function angelleye_paypal_for_woocommerce_page_title($page_title) { if (sizeof(WC()->session) == 0) { return $page_title; } $paypal_express_checkout = WC()->session->get( 'paypal_express_checkout' ); if ('Checkout' == $page_title && !empty($paypal_express_checkout)) { remove_filter('the_title', array($this, 'angelleye_paypal_for_woocommerce_page_title')); return 'Review Order'; } else { return $page_title; } }
The if statement compares a hard coded page_title. If someone renamed the page, this piece of code does not work. Or do I misunderstand it?
Forum: Plugins
In reply to: [PayPal for WooCommerce] woocommerce_review_order shortcode removedYes, I am. And indeed when returning from PayPal via the Cancel button it returns to the page indicated, but there is no hint to the user that he needs to do something. Should there be a hint? Your code does show that if the title of the page is Checkout and something goes wrong, the title of that page is changed. This made me think it’s weird to hard code the title like that.
My problem is solved. I change the setting to go back to Cart instead of Checkout. It still doesn’t show a hint like that the user has cancelled the PayPal transaction or something, but I now think that is not so necessary actually.
Thank you for your great support!!! I have given the plugin a 5 star rating.
Forum: Plugins
In reply to: [PayPal for WooCommerce] woocommerce_review_order shortcode removedHi Oliver,
I have tried assigning the Checkout page, however it does not seem to work. When I inspect your code it seems there is a condition to look for an exact title match ‘Checkout’ on line 1075 of your main plugin file. However we renamed this page title ourselves. As a result it does not seem to work anymore. Would it be better to let your function match on the page selected in the settings, instead of on an exact name that might have been changed by the site owner?
Best regards,
MaartenForum: Reviews
In reply to: [WooCommerce] Great as everSiteground. By default they update all plugins when they automatically update WordPress core in case of securty updates. It can be disabled.
Forum: Reviews
In reply to: [WooCommerce] Great as everHi WP All Import,
I find that the Post Dates section does not allow dragging a field from my import file into it. When I copy paste the reference to the right column into the date field (which has a format yyy-mm-dd) it is ignored and all posts get a publish date NOW.
I’m using the Pro version of the plugin.
Appreciate your help!- This reply was modified 7 years, 9 months ago by Apprique.