Rom Soul
Forum Replies Created
-
Forum: Plugins
In reply to: [PostFinance Checkout] E_ERROR with PostFinance Checkout 3.1.3I sent an email to PostFinance, they told me to download v3.0.12 from their Github account but I could not activate from WP cpanel because “this plugin contains PHP error” !
So I downloaded v3.1.2 from the advanced tab of the plugin page :
https://www.ads-software.com/plugins/woo-postfinance-checkout/advanced/
I installed it by FTP-replacing files in wp-content/plugins/woo-postfinance-checkout/
And… It works !I deactivated automatic updates for now and wonder when I will be able to update.
Good luck !
Forum: Plugins
In reply to: [Carousel Slider] current page title instead of product titleI found the solution : in the plugin settings I had activated the following option : “Slider item template = WooCommerce Default (recommended)” just because it seemed more pertinent.
I don’t know who exactly recommends it but I certainly don’t !!
Stick with the default option “Compatibility mode (with version 1)“This is what messed up my product sliders.
Vous avez raison, j’aurais du lire le descriptif plus attentivement avant de consacrer du temps aux règlages de l’extension, je viens de modérer la note laissée.
Je continue de penser que l’affichage des images est une des bases d’un tel plugin et ne devrait pas être réservé à la version payante, mais je comprends votre point de vue.
Bonne continuationForum: Plugins
In reply to: [The Events Calendar] Classes gone missing on event category page index tagThanks a lot Victor,
This is exactly what I needed !
My precious class is back :
<body class=" [...] events-category-my-event-cat">
I can style my event category page like I want, this is great ??
Hi , this is exactly what is happening !
I use the full version of the extension, not the lite one, with server-side table.
Sorry for the confusion ! I will find the access and contact you using the dedicated platform.
Thanks again for your timeThanks a lot for your answer,
I pasted this code in functions.php,
I changed the table ID for the value appearing in my shortcode :
[wpdatatable id=4]
but the search behavior still does not change :
if I search for “Welcome jungle” the search results will not show “the song is welcome to the jungle”.
Is there something I missed ?Forum: Plugins
In reply to: [Product Attachment for WooCommerce] French translation readyHi Dotstore,
Hi Jean,I’m interested by the French translation !
Is there a way to get an early release ?…Thanks for this great module
Excellent, this is exactly what I needed !
You guys thought to everuthing, this plugin is great .That is a good start, thank you for your answer.
But I want to display it on the member profile page … so it has to be “reserved to admin” AND “visible to all” … is that possible ?Hi, Thanks for your answer,
[my_sc] was just an example !The SC I need to execute on profile page is [gmw_user_location user_id=”12″]
It comes from the (excellent) module GeoMyWP User locator, and displays a map.I found my way by adding the following lines in functions.php, what I needed was the hook
um_profile_content_main_default
and the functionum_profile_id()
add_action('um_profile_content_main_default', 'user_map'); function user_map( $args ) { $usr_id = um_profile_id(); $mapshortcode ='[gmw_user_location user_id="'.$usr_id.'"]'; echo do_shortcode($mapshortcode); }
It works fine ! Thanks for this great module !
Thanks for your answer, this would be great.
I appreciate the HTML support …but I cannot ask my users to learn it !
I’ll find a solution,Regards
Forum: Plugins
In reply to: [CC Child Pages] Move title below thumbnailSame question !
Some titles are longer than others, so thumbnails under them are not aligned…I wish there was a clean way to change the HTML but this plugin is already so useful !
so I used this CSS :
.ccchildpage { position: relative; /* so we can position elements in absolute inside */ padding-top: 150px; /* some room for the image ... to be adjusted */ } .ccchildpage .ccpage_linked_thumb { position:absolute; top: 0; left:0; right: 0; max-height: 150px; /* same size as previously */ overflow: hidden; } .ccchildpage .ccpage_linked_thumb img { margin-top:0; }
Forum: Plugins
In reply to: [WP Cloudy] How to distinguish 2 namesake cities ?Great, long life to this excellent plugin !
Forum: Plugins
In reply to: [WP Cloudy] How to distinguish 2 namesake cities ?Hi Rainbowgeek, thanks for your answer !
My precise example is in France : there are 2 villages with the name “Lavergne” : one with postal code 46500, the other with 47800 .Since I cannot precise the postal code, I was not sure which weather was displayed by the wpc-weather I created.
This morning I asked for a map, so now I know the right village is chosen ??
No more emergency for me, but still, in this kind of situation, it would be great to offer a lat/lon system or an additional field “postal code” to make sure there is no ambiguity about the place.Thanks for this great plugin, this is just suggestion for v4 !
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Plugin not working anymoreSame problem as jhample here :
Whatever shortcode I try on my WP 4.5.2,
I only get a “submit” button displayed in front office ??