Martin Tod
Forum Replies Created
-
I was going to say that you should try ‘regular’ to see time and date.
On resizing, try switching the version of the JQuery Cycle script.
On ‘non-switching’ – not sure. You’ll need to look at the console
[F12]to see what’s breaking the JavaScript.Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Geolocation?Thank you! 🙂
Hi Ben,
Before piling into CSS, what happens if you change version of the JavaScript on the settings page?
Best wishes,
Martin
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Target Image LinksAha! I see what you mean.
I’ve produced a development version that does this. You can download it here.
I’ll see if I can find it.
Generally the trick is to make the CSS more specific as per this article here for example. You can also use the
!importantCSS coommand as a last resort. I tend to use the browser ‘inspect’ command to understand what’s happening with my CSS.To change the dot and the from, start with some CSS for
p.rtw_meta.Martin
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Geolocation?You need to use the search functionality.
The simplest way to do this is to go to twitter.com/search-advanced and experiment until you find a search that gives you the results you want.
You’ll end up with something like
fish near:"United Kingdom" within:15mi
which you can put into the widget or into your shortcode assearch='fish near:"United Kingdom" within:15mi'Make sure that the quotes inside and outside your search are different!
It might be easier to sort the styling if you go with
np_pos='beforeafter'.Someone recently posted a good example that does what you want. I’ll try to find it.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Widget not saving dataCool! Thanks for doing that. 🙂
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Target Image LinksWhat Twitter currently does is link images to a larger version of the same image – which opens as a pop-up on the same page.
It should be possible to link the images to a pop-up version of the image or to a different page that only shows the image file. Is that what you have in mind?
There are also things called Twitter cards – which also show images – and which link to another page. Unfortunately, Twitter doesn’t make that information available and so it wouldn’t be easy to support that currently.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Target Image LinksThat’s an amazing job of CSS!
What do you want the image to link to? It’s not defined in the Tweet generally…
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Target Image LinksHi,
Can you post an example of a Tweet with a linked image? I’m not sure I know what you’re referring to – since images aren’t normally linked.
Do you mean Twitter cards? They do display linked images – but are currently not supported.
Martin
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Empty space under TweetI don’t have an immediate answer. It looks like the height calculation is going wrong.
What happens if you change from v1 to v2 of the JavaScript on the settings page?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Carousel Not WorkingIt does. Unfortunately, only version 2 of the JavaScript supports the carousel format.
What happens if you move to version 2 of the JavaScript on the Rotating Tweets settings page?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Images not showingUnfortunately images are only supported in shortcodes currently – although it is something I want to enable in widgets at some point.
It is possible to add shortcodes as widgets – although only by adding a function to your
functions.phpfile. Details here.