Geoffrey
Forum Replies Created
-
Hi nilsel !
Thank you very much for your help.
I’ll add this translation for the next update ??Do you want I mention your WordPress profile link or your own website?
Regards.
G.Hi,
When you see source code generated by the plugin (firebug for firefox could help you), you can find some differents classes :
.juiz_last_tweet_hastag
for hastag
.juiz_last_tweet_tweetos
for Twitter user
etc.Those classes are listed in the documentation file.
You can add some rules in your own CSS file (style.css in your theme folder) or in the text area in your widget area. Examples :.juiz_last_tweet_hastag { color: #006699; } .juiz_last_tweet_tweetos { color: #660099; }
Tell me if it’s clear or not ??
Regards.Hi,
WordPress works, no problem with it.
Take a look at :
https://search.twitter.com/search.rss?q=from%3Abilderalbum&rpp=4
As you can see, i asked 4 tweets, but Twitter gave me only one.The number of tweets displayed is submitted to the twitter API’s limit.
Sorry
Hi,
The menu should work correctly now ?? (last update)
regards.
No problem.
Good luck.
Regards.Ok, thank you.
In fact, the search feed has only one tweet :
https://search.twitter.com/search.rss?q=from%3AMarielleSonnen&rpp=4The rpp parameter asks twitter 4 last tweets, but only one appears.
It’s a known Twitter’s limit, but I can’t explain it.You can try to solve a part of the problem by switching two variables in my code (see wp-content/plugins/juiz-last-tweet-widget/juiz-last-tweet.php) on lines 346 and 347.
You have $search_feed1 and $search_feed2. Just change 1 by 2, and 2 by 1.
Regards.ronald : sorry but I don’t understand why my plugin has a bug like this.
Are you in a multisite configuration ?My tests (local and online tests) work like a charm.
Hi Ronald,
Is it for two widgets with two differents twitter accounts, or is it for the same twitter accounts ?
Thanks
Hi nbiz !
Thank you for your report.
It’s a conflict between “touch-event” and “mouseover-event”. Touch devices tries to do something with elements that are prepared on mouseover event, but should not do it.I just finished an update.
I’ll see what I can do for the next. It is possible to open the menus with a touchdown maintained.Sorry for the inconvenience.
Hi,
It depends on the flow carried by Twitter.
I tested my plugin in a multitude of situations and contexts.
I published it because it worked, so maybe the context is very specific, or maybe the Twitter stream is truncated.
In the FAQ section there is a first method to whether it comes from the stream or not. Have you tried it?Thanks
Hi !
This problem must be resolved since version 1.0.4.
Can you explain your problem ?Thanks
Hi dabYo,
You can try the new update and let me know if you encounter errors or problems.
Thanks,
GeoffreyHi Ben,
Thank you very much for your help.
You can try the new update and let me know if you encounter errors or problems.Regards,
GeoffreyHi Peter,
Thank you for your report.
You can create an index.html in the cache folder.
You can leave it blank.In your settings for this widget, put 0 seconds of cache. Save.
Then, try to refresh your page when your are in the front page (where the list of tweets displayed).If the problem persists thank you for reminding me the new error message, I’ll see how to fix this.
Regards.
GeoffreyPS : you can also try the new update of this plugin
Hi,
I think i found something.
Maybe an update the next week-end ??I’ll keep you informed.