joestuart
Forum Replies Created
-
Thanks my number is DSFUPXOV
Forum: Plugins
In reply to: [Import and export users and customers] messing with ACFHi Javier,
I spoke too soon. I just tried to re-activate it on Production and got a Fatal Error.[12-Oct-2020 03:56:28 UTC] PHP Fatal error: Cannot declare class ACUI_Columns, because the name is already in use in /home/programproteusle/public_html/wp-content/plugins/import-users-from-csv-with-meta/classes/columns.php on line 5
I had to delete the folder in the file manager to get the site back up again.
Any ideas?
ThanksForum: Plugins
In reply to: [Import and export users and customers] messing with ACFHi Javier,
Thank you for that advice, I didn’t know about WP_DEBUG – Game changer!!!
I was able to fix it – It was another custom plugin that was using update_usermeta so I updated it to the update_user_meta() function and it fixed it.
FYI – the error code.
Deprecated: update_usermeta is deprecated since version 3.0.0! Use update_user_meta() instead.Thanks Again for your help and your time and also WP_DEBUG!
JoeForum: Plugins
In reply to: [Import and export users and customers] messing with ACFYes, I uninstalled all the plugins and reinstalled them, 1 by 1 to find out what plugin was causing the issue. And it was this plugin.
I need this plugin for my site so I have to enable it and then disable it after I import my data.
Thanks
I reverted back to the old version until it gets fixed. Uploaded it through Cpanel.
FYI my version is Version 1.14.2.5
Switching the JS fixed it. Thank you for your help.
JoeHi,
I have installed the new version of the plugin.
I have lots of maps on my site over 700. So I was hoping for a solution that doesn’t involve my manually calling each map (#map4).
There will only ever be one map on a page so is there a way to call #map?
Also I’m not using the tabby-responsive-tabs plugin. I am using WPBakery Visual Composer’s tabs.
thank you.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map showing empty mapHello,
Thank you for your reply. I was searching in the plugin folder and I couldn’t find the file, why because i’m an idiot. It is not your plugin – The plugin that is installed is: “WP Google Maps plugin” I though it was the same plugin as “WP Google Maps”.
Sorry for the inconvenience, I wish to use your plugin next time.
Thank you for your help.
JoeForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map showing empty mapHi Thank you again for your great help.
group=”my” was what I was after. I have just downloaded your other plugin WP FullCalendar and I was wondering if I can use the same function [ group=”my” ] with it?
Thank you!
Thanks Angelo! That was exactly what I was looking for.
Hi Gabriel,
I have made those changes and it sort of fixed the issue. When I log in, it now keeps the correct level but when I gained points it would revert back.
So I deleted all my ranks and re-made them all and now it is all working as it is designed to.
Thanks for all your support on this topic. I guess if you are ever having problems that can’t be pin pointed, sometimes it is good to just start again.
Thanks again,
JoeThat’s is exactly correct. I have however made some small customisations now that you mention it. But I only edited the Sidebar.php not the plugin at all. The Rank logo wasn’t showing so I had to add some code.
<!-- Sidebar --> <div class="sidebar"> <?php //Joe Code Start $rank_id = mycred_find_users_rank( get_current_user_id(), true ); echo mycred_get_rank_logo( $rank_id ); ?> <br /> <span class="myRankDisplay">RANK: <?php echo mycred_get_my_rank(); ?> </span> <br /> <!-- Joe Code End --> <?php // action hook creating the primary aside thematic_widget_area_primary_aside(); ?> </div>
Correct they are all published an not private.