Kybernetik Services
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Featured Images] Issue with second ruleIf the first rule applies, no further rules are checked. Because a post can have only one featured image. And this is set when the first rule applies.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Custom widget.php fileUnfortunately it is not just a one-line patch.
According to the WordPress developer guidelines, a template should be structured in such a way that the file does not contain any programming logic which are only integrated by function calls. The layout elements should be largely separated from the program logic. This is currently not the case with Ultimate Post List. Thats why I wrote, the template file
widget.php
needs reprogramming.Once you’re happy with your one-line patch, use it in your installation. But I won’t merge it in the Ultimate Post List version for the public.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Custom widget.php fileI understand your request but this would result in a complete rewrite of the output engine of Recent Posts Widget With Thumbnails. That’s why I don’t want to implement this. Not even since this is the first request. And the risk that all other users will be negatively affected by it does not outweigh the benefit for the community. The majority of users would never use such a feature. But as I wrote, you are invited to add the feature yourself.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Custom widget.php fileThank you for reaching out.
I guess you want to request an option to change the html structure of the output of Recent Posts Widget With Thumbnails, right? You can manipulate the layout through custom CSS. I’m sorry to inform you that I don’t include a template system to Recent Posts Widget With Thumbnails.
Recent Posts Widget With Thumbnails is open source and you are invited to add this feature yourself and I would be happy if you submit a pull request to make the feature available to the entire community.
Thank you for your understanding.
Forum: Reviews
In reply to: [WP Sitemaps Config] Thank You The Easiest Sitemap I’ve Come Across!Thank you for your kind words.
I really appreciate your time writing this review.
If you have ideas to improve the plugin please don’t hesitate to drop a line.Forum: Plugins
In reply to: [Speed Contact Bar] Gap between header bar and websiteI have checked the provided URL and I can not see a gap between contact bar an navigation. If you see a gap you have to analyse it with the developer tools and fix the reason.
Because the contact bar is only visible in front-end you will still see the admin-bar in the back-end.
Forum: Plugins
In reply to: [WPCasa] Updating WPCasa breaks Ninja FormsYes.
Forum: Plugins
In reply to: [WPCasa] Updating WPCasa breaks Ninja FormsI assume that you use the WPCasa template to display the single page.
For security reasons we have to filter the output of the description for illegal html tags (this was a requirement from WordPress to make the plugin available in the directory again). So, it was not a feature that it works with the previous version, it is a bug. We have closed this security issue.
Ninja Forms is using its own html tag
<nf-section></nf-section>
. This is not allowed and will therefore be filtered out. You have two ways to fix this for you.- Edit the template
listing-single-description.php
and removewp_kses()
. Please read more about using WPCasa templates here. - Use the filter
wpsight_allowed_html_tags()
to add and allow your individual html tags.
Hope this helps.
If you could put more effort into describing your problem it would be helpful to help you.
You could start with a screenshot of your settings.
Forum: Plugins
In reply to: [Quick Featured Images] suggestion for sortableI understand what you mean. Will add this to the feature requests list. But can’t estimate when it will be added to the plugin.
Forum: Plugins
In reply to: [Quick Featured Images] suggestion for sortableSo your suggestion is to sort by existing and non-existent images, right?
Forum: Plugins
In reply to: [Quick Featured Images] suggestion for sortableThank you @beachmat for your suggestion.
Do you have an idea how you want to sort an image?
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] plugin in block themeThank you @roberto21 for clarifying. I added your report regarding the site builder to the readme.
Regarding the block editor: As long as you use a sidebar in the block editor where you add the widget, Recent Posts Widget With Thumbnails will work. Because Recent Posts Widget With Thumbnails does not provide a block, it can not be added as a native block in a block editor.
Forum: Plugins
In reply to: [Widget Visibility Time Scheduler] Update compatibility@benoitfouc Widget Visibility Time Scheduler is tested and updated for WordPress 6.5 one week ago.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] plugin in block themeAs I wrote, you have to check the situation on the site where you have issues. It makes no sence to analyse a website where everythink works as expected.
If you are using Ultimate Post List instead of the Recent Posts Widget With Thumbnails, you should open a thread in the appropriate forum to get help. Add your settings and provide a URL where we can check the current situation. And some of our users or staff will help you in their spare time.
- Edit the template