Daniel Floeter
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Posts Widget] Widget styles not loadingCan you please share your website’s URL? If you want do it private you can write us here: https://tiptoppress.com/support/
Forum: Plugins
In reply to: [Hyperlink Group Block] Update apiVersion to fix editorTx. We’ve updated.
You can try set in the Post details tab > Thumbnail settings > Height to ‘0’ and leave Width to ‘300’.
Hint: Only the Thumbnail size can be cropped to exact dimensions (Admin > Settings > Media > Checkbox: Crop thumbnail to exact dimensions). The other image sizes say ‘Max’ Width and ‘Max’ Height and aren’t squares. The image ratio remains. Only the longest side has, e.g. ‘300’.
If you set ‘300’x’300′ there is no image that is cropped to this exact size. The widget searches for the next bigger image size that has both sizes minimal ‘300’.
If you set Height to ‘0’ the widget searches only for an image size that has Width minimal ‘300’.
- This reply was modified 6 months, 1 week ago by Daniel Floeter.
- This reply was modified 6 months, 1 week ago by Daniel Floeter.
Thank you.
This is a known issue. The image attributes “srcset” and “size” depend on the browser’s viewport, not the image size. However, we usually specify a significantly smaller image size than the total browser’s viewport.
We have released a new patch version that should resolve the issue.
We don’t change the renderd <img> HTML from WordPress. There are no changes coming from our widget. It should be a srcset attribute within the <img> tag with different image sizes? If you want you can write us your website’s URL?
Forum: Plugins
In reply to: [Category Posts Widget] Not working with block-based widgets editorWe recommend the ‘Classic Editor’ widget to have the Widgets.
With ‘Woody code snippets’ you can add custom sidebars. Than you can add this custom sidebars also with a Woody code snippet as a Block in the editor.
The code for register sidebars is very simple. We have examples in our FAQs > Page Builder > WordPress +5.9 and FSE https://tiptoppress.com/faqs/
Forum: Reviews
In reply to: [Hyperlink Group Block] Incompatibility issueWe forgot to increase the WordPress version dependency in our readme.txt to +6.6. We’ve now done that. Please also update your current WordPress version to +6.6.
Forum: Plugins
In reply to: [Hyperlink Group Block] Security noticeSorry. Now we release a patch.
We had already fixed the bug on GitHub before the bug was published, but hadn’t released the code. Therefore, we didn’t know what the error meant and had to ask.
Sorry. Now we release a patch.
We had already fixed the bug on GitHub before the bug was published, but had not released the code.
Forum: Plugins
In reply to: [Category Posts Widget] Display different categories in different SidebarsMaybe you are looking for another functionality that the widget should be able to do. On post- / single-pages the following applies: The Widget shows a list of related posts with a same Post Type to the current post.
We have a standalone widget for this: https://wordpress.org/plugins/same-category-posts/
Forum: Plugins
In reply to: [Category Posts Widget] Display different categories in different SidebarsDifferent categories for different widgets should not be a problem. Also with the free widget.
We have also recreated the case and cannot detect any errors with a simple WordPress installation.
Additionally, we have installed ‘Custom Sidebars’ and have not found any errors here either.
So the question is, can you update WordPress to the latest version and implement all updates? Can you create a sample that doesn’t use any additional plugins, just standard widget areas and use a WordPress Theme?
Forum: Plugins
In reply to: [Category Posts Widget] Getting a lot of warnings in logsIn your logs is your website’s URL an we saw you just use the post’s title to show on your front page. Because we don’t have any errors in our log files. Can you try to set up the widget instance new. May one another widget on top of the old widget and make all settings. Than delete the old one.
Do you use the most resent widget version, PHP and WordPress for you website?
We’re releasing a new version. Thank you for your investigation. Everything is correct, but wp-scripts need to be run to build the block new.
Forum: Plugins
In reply to: [Hyperlink Group Block] Variable $html is undefinedThank you. I deleted it on GitHub and will be released with the next version
Forum: Plugins
In reply to: [Category Posts Widget] Custom fields in the template doesn’t workThank you for writing twice.
After long debugging and reading and reading. We found what we’ll support. The added security level from SCF/ACF is for multi sites with many admins or editors. Smaller websites know what they added at there posts and pages and allow Shortcode have low risk. If that works for you. We wouldn’t implement some code to Term and Category based Posts Widget and only add documentations and FAQs on our website. It works for SCF and ACF in the same way.
You have to do two steps:
- Endable Shortcode https://www.advancedcustomfields.com/resources/shortcode/#enabling (We recommend a Code Snippets PlugIn to add that PHP code, like Woody code snippets)
- Allow Access https://www.advancedcustomfields.com/blog/acf-6-3-6/#field-value-access-editor (ACF/SCF > Field Groups > Fields > Presentation > Allow Access to Value in Editor UI)
- This reply was modified 1 year, 2 months ago by Daniel Floeter.
- This reply was modified 1 year, 2 months ago by Daniel Floeter.