Alkorr
Forum Replies Created
-
Forum: Plugins
In reply to: [Secondary Title] Secondary Title no longer shows in editorI’m on Windows. Maybe this can help: the Secondary Title field is still showing for the Admin user (with Yoast activated) but it doesn’t show up anymore for other users… Weird, isn’t it?
Forum: Plugins
In reply to: [Secondary Title] Secondary Title no longer shows in editorSure, I’m using WP 4.5.3 / Yoast 3.4.2 / Secondary Title 1.9.0.
I don’t use Google Chrome but Firefox.
Everything worked fine until I installed Yoast… When I deactivate it, then Secondary Title field shows up again in Editor.
I hope it helps!
Forum: Plugins
In reply to: [Secondary Title] Secondary Title no longer shows in editorHi thaikolja, I have the same problem but it happened after I added a new plugin, Yoast. When I deactivate Yoast, then the Secondary title shows again in the Editor. Do you know what’s the problem? Thanks a lot for your help! 🙂
Forum: Plugins
In reply to: [WP-PostRatings] Add ratings/review note in commentsHi Lester! I thought so but I wanted to check with you. Do you think that will be possible in the future? You know I love this plugin, it’s -almost- perfect, the only thing missing (besides not showing the alt/title without having to modify the plugin core file, but that’s another topic) is to be able to vote in the comments 😉
Thanks anyway for responding so quickly and for all the great work you do!
Oh yes, I tried that too but I couldn’t make it work for Post Pages. Here’s the code I use to hide Columns though:
if ( !current_user_can('update_core') ) { function so_remove_wp_seo_meta_box() { remove_meta_box( 'wpseo_meta', 'post', 'normal' ); } add_action( 'add_meta_boxes', 'so_remove_wp_seo_meta_box', 100000 ); add_filter( 'wpseo_use_page_analysis', '__return_false' ); }Any idea how I can do that for the box on Post pages? I don’t know how to code, sorry <:)
Hi Steve, thanks for your quick reply! There is indeed the Screen Options tab but I want to hide the box for all users, no only for me. And the tab won’t do that, right?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Youtube video not showingHi Martin, I was wondering if showing Youtube video was something you will do in the future. Now Twitter also includes Periscope feeds so maybe they ‘simplified’ how it works… Let me know!
Thanks a lot Martin for being so attentive to the users of your plugin, it’s much appreciated. If quoted retweets can be displayed without the quote, it would be an alternative indeed!
In fact I want to share the books I’d like to read, as well as the movies I’d like to see and the music I like. My initial idea was to make a Collection Timeline for Books, another one for Movies and for Music.
I’d ‘drop’ (using Tweetdeck) the tweets from other accounts concerning these books/movies/music in their corresponding Collection Timeline and then show each timeline on my personal blog to let everyone see which books I’m reading, movies I’d like to see and Music.
I want 3 separates way to display them. If I use Favorites, all the tweets will get mixed up, all books/movies and music tweets. That’s why Collection Timelines are so useful, they’re like ‘folders’ of tweets for any topics you want. Which you can’t do with Favorites which is ‘unique’ folder.
Lists don’t work either because you can’t select specific tweets, only accounts…
Sure Martin, no problem. In fact it’s the only thing I can do to ‘collect’ specific tweets since your plugin doesn’t handle Collection Tweets.
I’ll have to retweet some tweets and add a quote (#booktoread) and then make a search for my hashtag to display only the original tweets, not my quote.
It’s a little bit complicated but I don’t see how I could show a list of tweets I select without using a Collection… I’m open to any other ‘simpler’ solution you may have 😉
Hi Martin, I just got a reply from Twitter:
Hello,
Thanks for reaching out. Collections API access is no longer publicly available.
We appreciate your understanding.
Regards,
Twitter Platform OperationsI guess this means I definitely can’t get the tweets from a Collection to show using your plugin… 🙁
Well, I checked this page:
https://dev.twitter.com/rest/reference/get/collections/list
But since I’m not that into coding, I don’t understand quite well what I should do to make it work. You’re an expert, I’m only a newbie. In other words: if you can’t make it work properly, there is no chance I can make it work by myself. <:)
I’m gonna try to understand better how the API and permissions work, but I have no clue where to start. I’ll let you know if I find something 😉
Oh wait, you said ‘in the development version’ so it’s not supposed to be working with the current version of the plugin, right? Where can I find this development version? Thank you! 🙂
Hi Martin, I tried with this HBO GoT Collection using:
[rotatingtweets screen_name='GameofThrones' collection='608393602343944192']With no success so far. All I get is this error message:
Problem retrieving data from Twitter
I keep hoping you’ll find a way to make it work 😉
PS: I’d like to thank you for the addition of the new option to hide CSS, it’s an awesome feature! 🙂
Forum: Plugins
In reply to: [WP-PostRatings] Do not show average in title / alt tagHi Lester, I just updated the plugin and I can’t find the line to modify (L1195 is not the same anymore…).
Could you please help me about that? Also, it would be great to find a way not to have to modify it manually after each update 😉
Thanks again for this amazing plugin!