ulver85
Forum Replies Created
-
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Elevation fullscreenUnfortunately not, my theme haven’t an option for Leaflet Map I hoped to get this feature with your plugin, in any way thanks a lot
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Elevation fullscreenI use detached but in this way I obtain a graph floating on the map, my goal is to have the graph in the default position (after the map, at the bottom) when not in fullscreen and at the bottom of the map when fullscreen.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Change maps name in layerswitchHi, is it possible to change the default map? I want MtbMap as default map instead of OSM and WaymarkedTrails.hiking as default selected layer.
Thanks
Same issue here… 🤦♂️
@pristeron Do you have any news about the compatibility?
@florent73 Do you mean that you managed to conditionally show field on the PDF ??
I tried with the instructions here: https://conditional-fields-cf7.bdwm.be/conditional-fields-for-contact-form-7-tutorial/.
but I can’t conditionally show field on PDF…
Thanks
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Compatibility with Conditional Fields@jules-colle Do you have some news about this topic?
I need to conditionally show information on the PDF through your plugin. ThanksHi, I have the same exact issue. How I can fix it?
Thanks@tanvirul thank you very much, it works with this setting.
@hupe13 Yes, thank you very much, I didn’t see the post.
Forum: Plugins
In reply to: [User Verification by PickPlugins] Approve all existing usersHi, I wrote a plugin to do that on my own, yes, I think that you should add this feature… it’s impossible to use the WP bulk action for thousands users.
This is the code:
if ( current_user_can( 'manage_options' ) ){ // you can use role => Customer for woocommerce $wp_user_query = new WP_User_Query(array('role' => 'Subscriber', 'number' => $number, 'offset' => $offset)); // Get the results $users = $wp_user_query->get_results(); // Check for results if (!empty($users)) { foreach ($users as $user) { // set the activation status on approved update_user_meta( $user->id, 'user_activation_status', '1' ); } } }You need to handle the $number and $offset variables to avoid server timeout, maybe you can use multiple ajax call to split the job in multiple jobs.
Another way is to handle this process through an SQL query.
Bye
- This reply was modified 6 years, 11 months ago by ulver85.
Forum: Plugins
In reply to: [User Email Verification for WooCommerce] Broke My Admin PanelThe same here, this plugin broke my site, I have about 20k registered users…
Email sent… Thanks
Hi, I just received the aruba customer support response:
“Dear customer, the plugin https://it.ww.wp.xz.cn/plugins/wp-sms/ is not supported by our system.”
So, your plugin doesn’t work with aruba.it gateway, it’s a pity because I want to buy the premium version but in this conditions for me is useless…
Can you check what is going wrong with aruba.it gateway ?
Thanks
Ok, I just contacted them, I’m waiting their response. Thanks