Nick McBurney
Forum Replies Created
-
Page length seems fine to me, haev you fixed this?
You can rmeove the border by adding this CSS to your theme stylesheet:
.google-map-placeholder { border: 0 none; }
if this doesnt work try adding ‘!important’ just after ‘none’ and before the ‘;’
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Zoom Setting Now WorkingTo be clear, title of this should be ‘Zoom Setting NOT working’
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Map Not ShowingApologies, seems this is an issue caused by Firebug + Firefox itself haha
Forum: Plugins
In reply to: [NextGen Public Image Uploader (PUP)] Moderation is not functioning in 3.8Im getting this same issue, moderation options dont do anything e.g. ‘delete files’ doesnt delete files
Forum: Plugins
In reply to: [Recent Posts Slider] Set image heightI managed to find the code which needed editing:
Line 247 (in my file)
$set_img_height = $height - 54;
Changed to:
$set_img_height = '250';
This sets the height as 250px.
I hope this can help someone.
Hi Tobias, updating the plugin worked.
I should have really noticed the required update myself but thanks for the help ??
Regards
NickForum: Plugins
In reply to: [Comprehensive Google Map Plugin] jquerey error after wordpress 3.6 updateYeah worked for me, thanks alot!
Ok great thanks Tobias,
Its the end of the workday where I am now so ill be in touch tomorrow.
Thanks Again
NickForum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Limiting Search to UserYeah thanks Martin worked perfectly
Just thought about showing you how the page should look on the English site but this isnt working now either: https://eastlink-logistics.com/tools/dangerous-goods-guide/
Hi Tobias,
thanks for getting back to me, sorry its taken so long for me to reply.
heres a link to the site: https://eastlink-logistics.hk/tools/dangerous-goods-guide/ (please be aware the site is in Chinese)
I have used ‘Live Preview’ with Twenty Twelve to view the page which isnt working and it still doesnt show any content.
Would it be easier to help if I gave you the login details? (via private email) or if I downloaded a copy of the table which seems to be causing the issue? <- forgot to mention in original post that the page contains two tables and only doesnt show content when one of them is inlcluded.
Many Thanks
NickForum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Limiting Search to UserHi Martin,
Thanks for your help.
Looks like the issue is just because Twitters search function doesnt go back enough but hopefully when this is needed we’ll be tweeting mutlimple times a day so should work fine.
Many Thanks
NickForum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Limiting Search to UserHi Martin,
im still having trouble.
Here is the shortcode which im using: [rotatingtweets screen_name=’shippinglatest’ search=’#shipping from:shippinglatest’]
@ShippingLatest is the twitter account, and im trying to find tweets with #shipping but it is still giving me the error message as before.
I have downloaded the development version and reinstalled. On the plugins page it says im using ‘Version 1.3.17’.
Here is the page im trying to use this on: https://www.tuscorlloyds.com/break-bulk-europe-2013/
Twitter feed should be in bottom left of the page.
Kind Regards
NickForum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Limiting Search to UserThanks for the very fast support!
No, it shows the ‘Problem retrieving data from Twitter’ when including ‘from:myaccount’ in the search bit
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Map partially shownIm having the same issue, but my maps are inside an accordian menu: https://create.tuscorlloyds.com/contact-us/global-offices/
I have noticed that when I reduce the height of my browser the maps fully load so not sure whats happening, any ideas?
p.s. Ive tried the css code above which doesnt work for me.