Mr-Silly-Bear
Forum Replies Created
-
We’ve had the same problems as @markdigidigi so would appreciate the developers respond to this.
If any more information is need please let me know.
Hi @corylamleorg,
Apologies for the late reply. Thanks for the tip. I’ll give it a go!
Hi @corylamleorg,
The plugin only copied the contents of the WordPress folder, no the public_html folder.
I’m assuming this is because the WP_SITEURL is set to this directory. Is there a way around this?
Thanks again for your help.
Hi Cory,
Thanks for the response.
Great! I’ll try it out.
Thanks
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] sortable is not workYes seems to have resolved itself. For anyone having the same problem try navigating to another part of the CMS and coming back to the fields page you’re trying to reorder.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] sortable is not workSame issue. Unable to sort fields on edit screen and console displaying this error message:
Uncaught TypeError: t.addClass(…).sortable is not a function
Forum: Fixing WordPress
In reply to: Conditional enqueueing not workingHi Jacob,
That’s done the trick. Thank a lot!
That’s a shame that the dependencies can’t be CSS too, as I thought what I had was looking quite neat (even though it didn’t work!).
Forum: Fixing WordPress
In reply to: Conditional enqueueing not workingHi Jacob,
Thanks for responding.
Just tried your suggestion with no luck I’m afraid.
Thanks
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Bootstrap tabs and multiple mapsYup, once communication was properly established sorted out really quickly.
FYI for anyone with the same problem, this ended up being the solution:
jQuery('.mapTab').click(function(){ setTimeout(function(){ for(var entry in wpgmaps_localize) { InitMap(wpgmaps_localize[entry]['id'],'all',false); } },300); });Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Bootstrap tabs and multiple mapsHi,
Have you had a look at the problem?
Thanks
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Bootstrap tabs and multiple mapsHi,
Did you guys receive my email, that I submitted through your website?
I haven’t received a response from you so far.
Thanks
Forum: Everything else WordPress
In reply to: Will a WordPress update affect my theme/database changes?Hi Andrew,
If I simply change active theme’s directory, will that break the site?
Thanks
Forum: Everything else WordPress
In reply to: Will a WordPress update affect my theme/database changes?Hi,
Afraid I’ve got another question. The theme I’ve edited was twentyfifteen, and in the function.php it uses ‘twentyfifteen’ in quite a few functions. In regards to the theme update issue, if I simply copy that theme, change the file name and name in the css, upload that, and then activate it, is that a safe option??
Thanks again.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Bootstrap tabs and multiple mapsHi,
Thanks for replying. We definitely haven’t received your responses.
Your core.js file already has a snippet to accommodate Bootstrap tabs (which is what I’m using):
jQuery('body').on('click', '.nav-tabs li a', function(event, ui) { for(var entry in wpgmaps_localize) { InitMap(wpgmaps_localize[entry]['id'],'all',false); } });I have also tried using a custom class for the tabs and adding your snippet but still now luck.
Appreciate any guidance you can give me.
Thanks
Forum: Everything else WordPress
In reply to: Will a WordPress update affect my theme/database changes?Thanks for the fast response Jan!
I actually only change the name of the theme in style.css file, so I’ll have a look at that!
And I know well enough not to touch the core files, and any new database fields were created in the functions.php file. I’ll definitely make a backup of the databases, but it sounds like it’ll be fine.
Thanks again!