salgeras
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: HungryFEED] Filter doesn't workWell, 14 days later, finally got some free time to check your post 🙂
@aletsan,
thank you so much for your help and this code! Yup, _blank now working like a charm! 🙂 So, to repeat for any HungryFEED users out there, just add aletsan’s code to “Custom CSS Code” section. For example, this is mine:h3.hungryfeed_feed_title {font-size:10px;} p.hungryfeed_feed_description {font-size:10px;} div.hungryfeed_items {font-size:10px;} div.hungryfeed_item {margin-bottom: 10px;} div.hungryfeed_item_title {font-weight: bold; font-size:10px;} div.hungryfeed_item_description {} div.hungryfeed_item_author {} div.hungryfeed_item_date {} </style> <script type="text/javascript"> jQuery(document).ready(function($) { $('.hungryfeed_item a').attr("target", "_blank"); $('.hungryfeed_item a').addClass("fancybox iframe {width:930,height:680}"); $('.hungryfeed_item a').fancybox({ 'centerOnScroll' : 'true', 'content':$(this).attr('src') }); }); </script> <style>Best regards!
Forum: Plugins
In reply to: [Plugin: HungryFEED] Filter doesn't workSorry for late response, multitasking these days 🙂
@aletsan,
Sorry, could you please share a link to that topic? Did some googling, but with no success.@verysimple,
I’m using Cruz template, so I guess I have to use @aletsan solution, since _blank doesn’t work at this moment (open link in same tab). As I said in first post, I changed your plugin template to only display rss titles and just would like to open thoes links in new tab/window.And, any suggestions regarding that “blue car|red car” question? 🙂
Thank you both!!
Forum: Plugins
In reply to: [Plugin: HungryFEED] Filter doesn't workThank you very much for your help, really appreciate the speed at which you fixed the problem! Yup, everything is ok now.
Just one more question: is it possible to combine several words in one filter match? For example, how would you look for “blue car”, “red car”? Could I simply write filter=”blue car|red car” or perhaps I should join those two words with + sign: filter=”blue+car|red+car”?
And one more 🙂 Does hungryfeed support target=”_blank” option, in order to open link in new tab/window?
Once again, thank you for your help!!
Best regards