Alkorr
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Do not show average in title / alt tagHi Lester, thank you so much, I just modified the line and now it works perfectly! Really awesome, thanks a lot for your help and for replying so quickly! 🙂
Forum: Plugins
In reply to: [Youtube Channel Gallery] Forbidden message from YouTubeHi, it happens to me frequently, if not more and more often… I don’t know why, but it breaks my entire website when it does, it’s becoming tedious…
This plugin is the best when it comes to showing Youtube video on a website but I can’t find why it doesn’t work properly.
The id I use is ‘cnn’. I tried to modify the maxitems number from 18 to 10, it worked again for a while but stopped working 2 days ago…
Really puzzling but not seldom as I googled the error and found many posts about it. Maybe the author of the plugin has an idea why this is happening?
Thanks for any help!
Forum: Plugins
In reply to: [WP-PostRatings] Do not show average in title / alt tagOk, but I of course checked the templates before trying to modify your plugin core file. All there is in all my templates is:
%RATINGS_IMAGES% (Display the ratings images)
That’s it, nothing else. Despite that, it still show the number of votes besides the average.
Hence my previous question about modifying the code being my last resort to hide the alt and title showing the number of votes…
Forum: Plugins
In reply to: [WP-PostRatings] Do not show average in title / alt tagOh well, I guess I’m not done after all: when I edit the file within WP (wp-postratings/wp-postratings.php), the code alt=”‘.$ratings_text.'” title=”‘.$ratings_text.'” is used 8 times.
Hard to say which one will do the work, I could remove all of them but I’d like to remove the number of vote but keep the average. If I remove alt=”‘.$ratings_text.'” title=”‘.$ratings_text.'” then it will also remove the ‘average’…
Any idea? Thanks! 🙂
Forum: Plugins
In reply to: [WP-PostRatings] Do not show average in title / alt tagHi, thanks for your reply! I’ve been using your plugin for years, and I couldn’t use another one. But it would be great indeed if it could be rewritten, or optimized maybe. It may be ‘old’ but it’s still among the best, most useful WP plugins. But I know it takes a lot of time, I totally understand 😉
Until you find the motivation and spare time to work on this plugin again, I’ll ‘hack’ your code then! 🙂
Forum: Plugins
In reply to: [WP-PostRatings] Do not show average in title / alt tagHi, thanks for your reply! But if I do that, then I will have to modify the code each time there’ll be an update of the plugin…
Is there a way to add something in functions.php to avoid that?
Thanks for your help, your plugin is really great 😉
Forum: Fixing WordPress
In reply to: How to exclude posts with specific tag from the Archive?Hi bdbrown, thanks for info but the archive.php file is a WP core file which is automatically processed and I can’t modify it. The archive loop is not within the file per se, there is only:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>When I put any kind of filter within a new query loop, the archive doesn’t work correctly anymore. I guess WP prevents anyone to append it in any sort…
Weird.
Forum: Plugins
In reply to: [EWWW Image Optimizer] EWWW Image Optimizer with ImsanityGreat, perfect then, thank you! 🙂
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Show Twitter AvatarHi Martin, thank you, I’ll try it! 🙂
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Show Twitter AvatarI’m using the shortcode, and it works like a charm, fantastic, thank you very much! 🙂
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Show user's photosHi, I removed pic.twitter.com and only left filter:media but then it doesn’t show anything…
Getting the images from pic.twitter.com works perfectly, but some people don’t upload images, that’s why in some cases, it would be interesting to get the images from the media files (from the user’s tweets and RTs).
Sorry if I sound ‘picky’ 😉
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Show user's photosHi Martin, thank you, it works great! 🙂
Although it only gets the latest picture upaloded by the user, not the photo/video from the Media from https://twitter.com/CNN/media
Would it be possible to get the photos from this page (published within tweets, not necessarily uploaded by the user), instead of the pictures uploaded by the user? They are not the same, apparently.
Thanks! 🙂
Forum: Plugins
In reply to: [Secondary Title] Can't search posts when plugin is activatedHi thaikolja. I spent the day disabling plugins, clearing my functions.php… And the weirdest thing is that I realized the empty page happens randomly (5-10 times in a row then sometimes).
I can’t tell if it comes from your plugin or not, and I guess the randomness makes things even more complicated to debug.
I’ll keep trying things, even install the plugin to another WP installation and let you know if I still encounter this ’empty search result page’ problem.
Thanks for your help and your great plugin 😉
Forum: Plugins
In reply to: [Secondary Title] Can't search posts when plugin is activatedThis bug doesn’t occur when I disable all the other plugins… 🙁
When I do a search the page I got in return in all blank, view source is totally blank, empty…
Do you think it has something to do with the many ‘&secondary_title=&secondary_title=&secondary_title=&secondary_title=&secondary_title=&secondary_title=&secondary_title=&secondary_title=&secondary_title=&secondary_title=&secondary_title=&secondary_title=’ I get in the URL?
This is so very strange. If anyone else has also this bug, please let us know, it might help find out a solution. I’m not a coder, I can’t help much I’m afraid.
Forum: Plugins
In reply to: [Secondary Title] Can't search posts when plugin is activatedWell, I just do a search on the admin list post screen, whatever I search (the word ‘book’ or ‘family’) I click ‘Search’ and then I get a blank page, and the very long URL I gave you.
No particular settings, no values, only the word search directly from the admin list post screen. It works again fine when I deactivate your plugin…