daniish
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts missing right side marginThanks dotnordic.
What you say makes good sense. I’m viewing the site on my iPad, which probably has a restricted width.
Forum: Plugins
In reply to: [Flexible Map] [Plugin: WP Flexible Map] Map tabs to reduce marker clutterOK so as i understand it, firstly i need to create an individual KML file for each tab. For example, a Pubs.kml
Secondly, i need to create an HTML custom control, like the one shown here.
Thirdly, i need to use the map.addOverlay()/map.removeOverlay() to switch the tabs on and off, as shown in this example.
Can you tell me where i need to place all this code?
Forum: Plugins
In reply to: [Flexible Map] [Plugin: WP Flexible Map] Preventing Pan & ZoomLOL
Thank you very muchI have tried implementing the code you suggest on this post.
The kml i am using can be seen here:
https://www.globexposure.net/kml/110.kmlI suspect that perhaps the changes i make to the KML are not always being updated because it is cached by Google servers as explained here.
What do you think?
Cool i’ll keep an eye out for your update.
Forum: Plugins
In reply to: [Flexible Map] [Plugin: WP Flexible Map] Prevent Infowindow displayingThanks for getting in touch.
I’d like to be able to click on markers and have them hyperlink to a relevant WordPress post, without the need for an infowindow.
If you could implement this I’d be very grateful.
I found this the other day and think it could be relevant to you too:
https://www.wduffy.co.uk/blog/remove-address-bubble-from-google-maps-iframe/
Forum: Plugins
In reply to: Highslide display issues when images not on one pageI asked for advice on the Highslide forum, which you can see here:
https://highslide.com/forum/viewtopic.php?f=1&t=6344– their question to you is:
Is it possible to add img tags to the hidden images?Forum: Fixing WordPress
In reply to: howto set wordpress within my websiteignore last post – i have it solved!
Thanks for your help ??Forum: Fixing WordPress
In reply to: howto set wordpress within my websiteThanks.
I have placed an IFRAME in my news.html as follows:<iframe src =”https://www.nnkorf.globexposure.net/wordpress/” width=”100%”></iframe>
which works in so much as it displays. However, the IFRAME window is small and has scroll bars for width and height – how do i make it fit within my window without the scroll bars?
Many thanks
Forum: Fixing WordPress
In reply to: howto set wordpress within my websiteif you have a look at my Forums page:
https://www.nnkorf.globexposure.net/phpbb2/
this is the effect i’m after.
Using the following opens WordPress in a new page, which is not what i want:
https://www.globexposure.net/wordpressdirectory/”target=_blank”
do you have any other suggestions?
Thanks again