Kybernetik Services
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Trouble with Query LimitI’ve researched and could find settings for the cache behavior of WP_Query(). Not sure if this helps but I will give it a try and do some tests. If this helps I will implement it in one of the next releases. Stay tuned.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Trouble with Query LimitThank you @dorfdimpaler for reaching out.
I do understand your request but unfortunately I can not help with this.
Shortcodes are not provided by default.
Recent Posts Widget With Thumbnails is not using a custom query to get the posts but is following the WordPress standard. I do usenew WP_Query()
to collect the posts.Because there is no custom query, I can not add a cache feature. But, the good part ist, I do use the WordPress standards. This gives you the possibility to use the WordPress options to speed up the query.
Did you already check if you can get a persistent caching system, such as Memcached, enabled on your server?Beside this I will add a note on our roadmap for the plugin and I will check for an upcoming release if and how I can improve the query. But, nothing I can promise today.
Hope you understand.Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Random recent post@aerolin The way I understand this, you want to select the last 5 posts to get a series of random posts out of them. Right?
No, this is not possible. Random means to get random posts of all posts. There is no limitation.Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Changing heading sizeHi @marsm2.
You need some CSS skills to do it. You need to figure out the CSS for your H2 and add them for the classrpwwt-post-title
.
Unfortunately I can not support this more detailed. It is related to your theme and each theme is different.
So, best ist to ask somebody around you for help.Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Random recent postHi @aerolin.
Yes, you can check the checkbox “Show posts in random order?” to get the posts displayed in random order. It is the second checkbox below Display Options of the widget.Forum: Plugins
In reply to: [Speed Contact Bar] Can’t see WordPress top menu when active@jcaporso I can not see an issue at the provided url.
Could you explain more in detail, please?!Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Space between Title Lines In SidebarHi @jeffhilles.
I’ve checked your provided website and could see, there is aline-height: 2.4;
for your.widget ul li
.
Add this CSS to your child theme or your customizer:
.rpwwt-widget ul li { line-height: 1.4; }
and change the line height value to your preferred value.
Hope it helps.Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] How to activate post offset?Hi @mauzerizzz.
Recent Posts Widget With Thumbnails does not support offest. But, this feature is provided by our plugin Ultimate Post List. This allows customized post lists. Would you give it a try?Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Post Titles Displaying StrangelyHi @larissaswayze.
I assume you were able to fix your problem. If not, please don’t hesitate to ask.Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] class for “more” sign?Hi @swb1.
Thank you for your input.
I added your request to our feature list and will send you an update when it is available.Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Title as Link?Hi @starbuck.
You should give it a try. The argsbefore_title
andafter_title
should help you.Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Space between Title Lines In SidebarHi @jeffhilles.
I’m not sure what exactly you want to achieve.
The provided URL is the one to your WordPress backend.
The style is based on your theme. Recent Posts Widget With Thumbnails is not providing its own style.
The title has a span with the classrpwwt-post-title
. This should help you to style the title more individual.
Hope that helps.Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Changing heading sizeHello @marsm2.
I assume you are looking for the heading size of the post title, right?
Recent Posts Widget With Thumbnails is not providing its own CSS so, what you see is based on the theme style.
But you can add your own CSS for the classrpwwt-post-title
for changeing the style.
Same class is usefull to move the post title above the image.
Hope that helps.Forum: Plugins
In reply to: [Quick Featured Images] Great New BrandingThank you, @doc-savage ??
Forum: Plugins
In reply to: [Ultimate Post List] Clicking on ‘more’ doesn’t load rest of posts@nanske As I saw on the provided link it is working, now.