osckar
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Tags from todayHi:
Great plugin,
Thanks!
Forum: Plugins
In reply to: [Fetch Tweets] Exclude rules from site searchHi:
I installed version 2.2.0 and rules are not being indexed by site search.
Solved,
many thanks!
Hi:
Thanks for the answer.
It’s a great plugin, hope to see more improvements soon.
Regards
Hi @ajay:
I’m already using this:
.tptn-list{
list-style: none;
counter-reset: tptn-list;
margin-left: 0;
}with no luck.
Thanks
Hi:
@steveone86 Thanks for the css code and trick, it works very good; however, as stated on the above message, I needed to use this code too for getting the numbered order to show correctly instead of just the number 1 for every article:
body{
counter-reset: tptn-list;
}After I added that code to the body, the numbers appeared.
But I noticed that this modification, affects other instances of the plugin when using 2 or more widgets, I mean, I have a “Most read today” widget and a “Most read last week”, everything seems fine, the Most read today shows 5 articles: 1,2,3,4,5 but the other widget, which has the 5 most read last week, shows: 6,7,8,9,10 :O
How to prevent this? In order that each widget gets its own correct numbered list?
Thank you!
Forum: Plugins
In reply to: [WP Favorite Posts] Translate "Your favorites will be here" text from widgetHi @befranga:
The only workaround at the momment is to translate it directly from the plugin, edit wp-favorite-posts/wpfp-your-favs-widget.php
and look for:
else: echo "<li>"; echo "Your favorites will be here."; echo "</li>"; endif; echo "</ul>"; ?>
but when the plugin gets an update, the translation will be lost, and you have to do it again.
Let′s hope the author include this option asap.
Regards
Forum: Plugins
In reply to: [List category posts] Removing hyperlinkHi:
Add this class to your css file:
.no_link { cursor: default !important; pointer-events: none; }
and add the class to the shortcode:
title_class=no_link
Regards
PS: Tested on Firefox and BlackBerry 10 mobile browser, not sure if it works on other browsers.
Forum: Plugins
In reply to: [ImageInject] More sourcesHi:
I will stay tuned.
Thank you!
Forum: Plugins
In reply to: [Edit Flow] Schedule a post on previous date?Hi:
Ok, I thought it was a bug
Thanks!
Forum: Plugins
In reply to: [Fetch Tweets] Exclude rules from site searchHi:
I mean, exclude the fetch tweets from internal WordPress search, not from search engines ??
Thanks
Forum: Plugins
In reply to: [Reaction Buttons] Post listing depend on the reactionHi:
Yes, like a shortcode that you can paste into a page, to show a list of posts of the most clicked by each button, so we can make a page for each button shortcode.
I mean, like the example of https://buzzfed.com/omg that lists posts that people have rated with the OMG button ??
And, another request: is it possible to sort the clicks by the most clicked today, this week, month? So we can have even a shortcode to insert on a page to show the hottest posts like https://buzzfeed.com/hot that lists the most rated posts of all buttons.
And, last but not least, I really appreciate your answer and your work, and I understand you are busy, and it’s no problem to wait for an update.
Have a nice day, Thank you!
Forum: Plugins
In reply to: [Twitter posts to Blog] Constant Error on Page – Undefined indexHi:
Same issue here..
Notice: Undefined index: auto_deactive in /home/noticias/public_html/wp-content/plugins/dp-maintenance-mode-lite/functions.php on line 97 Notice: Undefined index: auto_deactive in /home/noticias/public_html/wp-content/plugins/dp-maintenance-mode-lite/functions.php on line 99 Notice: Undefined variable: data in /home/noticias/public_html/wp-content/themes/algarida/inc/themes-style.php on line 317
and many others.
Thanks!
Forum: Plugins
In reply to: [Popularity Posts Widget] Error with new version of pluginHi:
Yes, it’s working. I fixed it setting the values of the conditions directly in the widget configuration. As it’s very strange that the update broke them.
Thank you!
Forum: Plugins
In reply to: [Popularity Posts Widget] Error with new version of pluginHi:
I was using 2 instances of the widget that were working fine just before the version update:
widget 1:
conditions: Views today
category filter: offwidget 2:
conditions: Views last 7 days
category filter: offMisteriously, after the update, both widgets stopped working; I just checked the configuration and both were reset to: Total Views.
So I selected Views today and Views last 7 days, and they are working again :OSomething happened with the update that cause the widgets to malfunction.
Thank you
Forum: Themes and Templates
In reply to: Snapwire Free Theme helpHi:
Go to Posts > Categories and create a category called “featured” or “slider” or whatever name you want, then go to Gabfire Themes > Theme Options > Categories and select the category you created before from the drop down list under FEATURED SLIDER.
Then you can add the posts you want to this category to appear on the slider.
Regards