tonyM3
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Google Maps by IMBAA] Google maps api key now neededOK no problem – you have a great plugin that is so simple to use and delivers the responsive maps that seem to work better than most of the others.
I have no idea what’s involved but if you can make the maps display in a modal (just needs a resize activating on load I think) you would be way ahead of the competition. See my other post.
Forum: Plugins
In reply to: [Responsive Styled Google Maps Simplified] Lat/Long co-ordinates optionSounds good – I will take a look.
Agree with keeping things simple – thanks.
Forum: Plugins
In reply to: [Responsive Google Maps by IMBAA] Google maps api key now neededIt looks like this plugin is not being supported any more so here is a quick fix for anyone needing to know how to allocate a Google API key.
First get a key (best of luck – it’s not the finest piece of work from Google!)
Then go to editor for the pugin and find file
responsive-google-maps/js/responsiveMap.jsScan down the text to find a code section that looks like:
=========================================
function responsive_map_load_google() {
if (typeof google === ‘undefined’) {
var script = document.createElement(‘script’);
script.type = ‘text/javascript’;
script.src = ‘https://maps.googleapis.com/maps/api/js?v=3.exp&key=put your key in here’ +
‘&signed_in=false&callback=responsive_map_initialize’;
document.body.appendChild(script);} else {
responsive_map_initialize();
}
}
===============================================
Then replace “put your key in here” with your key.
Note that if the plugin is ever updated this file will be overwritten so you will have to put the key back in.
Note: don’t forget to include the added bit of code “&key=” on this line.
Best of luck
T
If anyone is technically competent enough to answer my post on displaying a responsive map in a bootstrap modal – I could do with some help as I don’t do coding and things need to be spelled out carefully!
I think all that is needed is a resize trigger on load but I don’t know what to put where!
What a pity you cannot use lat/longs – I am looking for a replacement map plugin and this one does everything else I need apart from that.
Forum: Plugins
In reply to: FooBox Free not workingFor information, I had exactly the same problem.
I wanted to use bootstrap within a theme and was using Insert Headers and Footers to add some code to the header area. My code included jQuery so I just commented it out and everything started working.
<!– jQuery library
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”></script>
–>Forum: Plugins
In reply to: [Gallery by FooGallery] Not For Use With WordPress v4.3I have discovered where my conflict is and so am publishing the details in case this affects others.
I use Insert Headers and Footers to add code to my header area and have this code included:
==================
<!– Latest compiled and minified CSS –>
<link rel=”stylesheet” href=”http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css”><!– jQuery library –>
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”></script><!– Latest compiled JavaScript –>
<script src=”http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js”></script>===================
This is stopping the Foobox Free image lightbox from working – as soon as I remove the code it now works.
As I have limited technical skills I will have to decide whether to seek a conflict solution or drop boostrap or Foobox Free.
Tony
Forum: Plugins
In reply to: [Gallery by FooGallery] Not For Use With WordPress v4.3I have a test site that was working fine until I updated:
WP to version 4.3
FooGallery 1.2.4
FooBox Free Image Lightbox 1.0.7Now when I click on a gallery image I just get that image displayed full size and there is no transition to the next image so I have to “back” and click on the second image.
http://www.hotel-accommodation.co.uk/accommodation/
All of my other sites are working fine but in them I am using
WP 4.2.2
FooGallery 1.2.4
FooBox Free Image Lightbox 1.0.6I suspect there is a problem with WP 4.3 as I have not upgraded any other sites because other plugins stopped working properly!
Tony
Forum: Plugins
In reply to: [Gallery by FooGallery] Foobox free activate problemOK
I managed to install it all last night without a problem. For information: I just installed the two plugins from WordPress and activated them.
I will have a look at https://wordpress.org/plugins/lightbox-plus/ although Foobox seems to provide what I was looking for.