lapalys
Forum Replies Created
-
Forum: Plugins
In reply to: [Products Suggestions for WooCommerce] Doesnt appearHi
Thanks for that interesting plugin ! But not working for us too, all display options checked, 1 item no condition. Tried all styles. Using flowvin theme with “one page checkout”.
Is there a way to call a function in my checkout php page ?
Thanks
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] search in private messagesThe “user role editor” is just a plugin which allow you set rights already existing in WordPress.
Please confirm that your result use :
https://www.ads-software.com/support/article/roles-and-capabilities/#read_private_pages
https://www.ads-software.com/support/article/roles-and-capabilities/#read_private_postsA search engine is not suppose to show results containing page or post a user can’t see.
Thanks
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] search in private messagesThanks. I don’t see it because it’s in Premium version…
I tried other search module and unfortunately, they don’t check user rights. I’m using “User role Editor” plugin to fine tune rights for every group user. Their results show me private articles or private pages that the logged user can’t see. Is your plugin using able to use those rights ?
Is there a time limited demo version with all features ?
Regards
Thanks ! I updated your plugin 10s before your reply ??
Forum: Plugins
In reply to: [WooCommerce] Shipping fees not in the paymentHi
Here is my solution (may be not the best but it works for me). I saw that the shipping is called 4x when an order is create. The last time, there is something wrong in the parameters then use the default shipping (pickup for me).
in this file : \public_html\wp-content\plugins\woocommerce\includes\class-wc-checkout.php
line 965
comment : $this->update_session( $posted_data );Hope it helps
Hi
Same problem for me.
WP 4.9.5
Woocommerce 3.3.5 (activated)
WooCommerce PayPal Express Checkout Gateway 1.5.3 (activated and enabled)
ThanksSame problem for me !
Go to your website with FTP client, rename /public_html/wp-content/plugins/wp-super-cache (ex:put 2 at the end), reload your website.
Thanks Tobias for your quick answer.
Not urgent, I can deal with it for a while.
Good job ! I really appreciate to use your plugin.
PatrickForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Exact matchHi Tobias
Here is the answer of the DataTables forum : https://datatables.net/forums/discussion/comment/111600#Comment_111600
Where can I put this regex rule in the plugin (ideally by column) ?
Could it become an option for each table ?Thanks
PatrickForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Exact matchThanks Tobias for your quick answer.
It’s pitty that there is no option for that. Usually, the user know the exact value and want to find the reference in my list.
I saw that you are using DataTables 1.10.13. Is there anything new about my request in 1.10.15 ? Or should I (we) ask to DataTables developers ? (seems to be a basic function!)
Regards,
PatrickForum: Plugins
In reply to: [Flexible Map] How to use 'center' and show kml files at the same time?Hello
I need that too because the kml file is to big.
I tried to put script from the other topic but it doesn’t work. All the kml file is displayed.
Do I make a template to put the script on the page or directly put it on a post ?
Regards
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Share text showing on excerpts – WHY?Same problem here. There is only text, not icons.
Had to modify my plugin showing exerpts list : diplay-posts-shortcode.php:270if ( $include_excerpt ) {
$excerpt = get_the_excerpt();
$excerpt = substr($excerpt, 0, strrpos ($excerpt,’Partagez sur’));
$excerpt = ‘ <span class=”excerpt-dash”>-</span> <span class=”excerpt”>’ . $excerpt . ‘</span>’;
}Forum: Plugins
In reply to: [Personal Fundraiser] Campaign Not Updating StatsSame for me. The stat counter doesn’t update. ??
Thanks for your answerForum: Plugins
In reply to: [IMPress Listings] 404 Nothing foundSame problem with my installation.
WP 4.1.1, theme GoodNex, qTranslateXForum: Plugins
In reply to: [Awesome Weather Widget] Weather Widget Just Disappeared!Hi
The API part of openweathermap.org is down.
Try to click on a link in this page and your browser will show you a time out.
https://openweathermap.org/currentI even tried with an API code, no change.
I post a message to their support. Wait and see …