gcwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Debug Bar] debug option in admin bar disappears for one of my pagesThanks for that Konstantin.
In fact things have moved on and the reason I was debugging was because even with using a Google API key I could not get the Google maps to show in the Events Calendar.
I think the solution was to use https://mysite.com/* rather than the Google example of *.mysite.com/* in the creation of the key.
Anyway all’s well that ends well at the moment!
Cheers
Geoff
Forum: Plugins
In reply to: [Debug Bar] debug option in admin bar disappears for one of my pagesKonstantin
am in rush at moment but one was a page which uses the Events Calendar plugin.
Cheers
Geoff
Forum: Plugins
In reply to: [Fast Secure Contact Form] is using hotmail.com address a problem?Thanks for the link – for the moment I have created a couple of same domain name email addresses for the info to be sent to and the return address so will see if that works first …
Cheers
Geoff
Forum: Plugins
In reply to: [The Events Calendar] google map not showing one site OK on the otherFinall success !!!
I kept getting an error using the Google suggested *fred.com/* and used instead https://fred.com/* (google search came up with this idea) and low and behold the maps appeared!
What I do not understans is the my test site does not have a key and yet the maps are there?! Perhaps someone can explain that?
Cheers
Geoff
Forum: Plugins
In reply to: [The Events Calendar] google map not showing one site OK on the otherRe Google Map API key
even though the first site shows the maps and does not have a key I have created and entered a key for the other site – still no maps!
Geoff
- This reply was modified 7 years, 7 months ago by gcwp.
Forum: Plugins
In reply to: [The Events Calendar] google map not showing one site OK on the otherA little more info! both my sites hosted on same servers with the same Events Calendar settings and the same Theme, Twenty Seventeen and same version of WordPress, the latest.
No Google Map API keys used for Events Calendar on either and have also de-activated other plugins on the second site and that did not solve the problem.
Cheers
Geoff
- This reply was modified 7 years, 7 months ago by gcwp.
Forum: Plugins
In reply to: [The Events Calendar] google map not showing one site OK on the otherstill searching around for a solution!
I keep seeing mention of need for a Google maps api but the trial site of mine does NOT have this and the Google maps are there. It is the public site where the maps fail to appear.
??
Geoff
Forum: Plugins
In reply to: [The Events Calendar] google map not showing one site OK on the otherThe important aspect to me is that both sites are on the same webhosting system and as far as I can see have the same Events Calendar settings yet on one the Google maps are there and on the other they are not.
Surely this is a clue?!
Cheers
Geoff
Forum: Plugins
In reply to: [The Events Calendar] google map not showing one site OK on the otherI seem to be only able to speak to myself!!!!
Forum: Plugins
In reply to: [The Events Calendar] google map not showing one site OK on the otherAnother related oddity – the site where the google maps are absent was finally created by moving files from another website using the Duplicator plugin – the new website worked fine except that the link to the Events Calendar just left a blank page.
From memory I think the Events Calendar plugin was there but I had to activate it. Not sure about this but do not want to have the repeat the move to check this!
To repeat the google maps were there on the original site!
Cheers
Geoff
- This reply was modified 7 years, 7 months ago by gcwp.
Forum: Plugins
In reply to: [The Events Calendar] google map not showing one site OK on the othercome on someone ! I must be missing something obvious?
Each entry has a link to Google map and they work fine -just that the map does not show up on the Event page. I have ticked that option …
Geoff
Sorry to say it was my own fault !!
I created a mysql user but forgot to ADD said user to the database!
All went well after that. I suppose a pity the error message could not tell me this!?
Cheers
Geoff
this surprises me as I keep seeing sites with several youtube video links with this annoying problem that more than one can run at the same time!
Cheers
Geoff
sure.
At the moment I have embeded 3 videos on my wordpress site. I play the first video and then whilst that one is still playing I can click on the second and I then have both videos playing! Click on the third and I have 3 videos playing!!
I can remember some years ago I was able to stop this happening – probably using javascipt?
Can your plugin make sure that only 1 video can be running at a time?
Cheers
Geoff
Forum: Themes and Templates
In reply to: [Twenty Seventeen] how change size of this image at the top?re size of top image in the div.site-branding
I can change the height using
.site-branding { height: 200px !important; /* orig 141 */ }
but this simply cuts off the top of the picture! I need to make the whole picture smaller so that the full face is there but it’s smaller – how can this be done?!
Geoff