manilLons
Forum Replies Created
-
Hi there,
I received support by mail. Here is the solution for this issue :
add_action( 'wp_footer', 'my_custom_popup_scripts', 500 ); /** * Add custom JavaScript scripts to the footer of your site theme. * * @since 1.0.0 * * @return void */ function my_custom_popup_scripts() { ?> <script type="text/javascript"> (function ($, document, undefined) { jQuery('.pum').on('pumAfterOpen', function () { $('div.wpcf7 > form').wpcf7InitSignatures(); }); }(jQuery, document)) </script><?php }Thank you for the great support !
Hi,
Thank you for your help. Can you just tell me where to add this function please?
RegardsHi,
Thank you. You can see here the form and the signature field issue when opened into a popup :https://comptepersonnel.com/elearning/test-cf7-popup-signature/
Regards
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Assign Host PageHi,
I’m also interested by a similar option. Ready to pay an add-on for that, or may be added to your zoom / woocommerce plugin?
It would be great to have a checkbox into your add zoom user settings to automatically create a wordpress user with some capabilities each time we create a zoom user. Then we would have the possibility to manage this user role as we want.
Hope you could add this to your big todo list 🙂
Thank youForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] users relationship weird behaviourOk, I have unselect all roles into the pods options, and now it works correctly for all users. But that’s not a solution, I need to limit the relationship field to some user roles.
Best regards
Forum: Plugins
In reply to: [AdRotate Banner Manager] Reset stats count for selected bannerI have found the option. Check some banners, then select bilk action.
Resolved.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Title length widgetTicket opened. Thank you Sunny !
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Title length widgetThank you for the quick answer !
I’m talking about the normal widget, displaying upcoming event list. The events title are very shorts (about 30 letters, then “…”). our events titles are much longer, can you tell how to change this behavior please ?See here
- This reply was modified 8 years, 2 months ago by manilLons.
Forum: Plugins
In reply to: [List category posts] Display post from Current category AND other categoryHi,
I was working this way 🙂
But prefer to use categories for that purpose.
Many thanks again,
RegardsForum: Plugins
In reply to: [List category posts] Display post from Current category AND other categorySorry to come back again with that. But this feature would be very great to display posts related to more than one category in archives or pages. I’m looking for this option since a while without efficient result, your plugin seems to be the best “candidate” for that 🙂
Example category tree :
Spain
France
News
CitiesI would like the “spain” page or category page to display all “news” related to this country.
With the [current_cat AND other_cat] feature we should be able to create a template for country pages displaying only posts related to this country.
Right now it is impossible to do this, we have to manually add the [catlist id=countryname+news] option to each country page.
An other option would be to create child categories “news”, “city” etc… for each country category. But in our case the number of categories would be very, very large. Not an option.
Thank you for your time !
Regards
Forum: Plugins
In reply to: [List category posts] Display post from Current category AND other categoryYes I already use templates, very good. I was talking about the feature current_cat AND other_cat
Thank you again
Forum: Plugins
In reply to: [List category posts] Display post from Current category AND other categoryOK. It would be great to create “templates”.
Thank you for the quick answer.Forum: Plugins
In reply to: [WooCommerce] Variation Stock threshold not workingHi again,
Can anybody help on this please ?
Regards
Forum: Plugins
In reply to: [WP Crontrol] Any tips on using with WP All Import?Bad copy paste, but you are right, it should have been
&action=triggerhere.
I will investigate a bit more, then come back here if I have any good results.
Thank you again.Forum: Plugins
In reply to: [WP Crontrol] Any tips on using with WP All Import?Thank you @freshysites !
I tried without good results. Using this code into my functions.php :
if ( ! wp_next_scheduled( 'wpb_process_cron' ) ) { wp_schedule_event( time(), 'hourly', 'my_task_hook' ); } add_action( 'wpb_process_cron', 'wpb_process_cron_func' ); function wpb_process_cron_func() { wp_remote_get("http://yoururl.com/wp-cron.php?import_key=wD-qkI&import_id=3&action=processing"); }if ( ! wp_next_scheduled( 'wpb_trigger_cron' ) ) { wp_schedule_event( time(), 'hourly', 'my_task_hook' ); } add_action( 'wpb_trigger_cron', 'wpb_trigger_cron_func' ); function wpb_trigger_cron_func() { wp_remote_get("http://yoururl.com/wp-cron.php?import_key=wD-qkI&import_id=3&action=processing"); }With my own wp all import cron setting off course.
Then adding new cron “wpb_trigger_cron” and “wpb_process_cron” with your plugin.Can you help again ?
Best regards