Daniel Floeter
Forum Replies Created
-
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 2 weeks, 2 days ago by Daniel Floeter.
- This reply was modified 2 weeks, 2 days ago by Daniel Floeter.
Forum: Plugins
In reply to: [Hyperlink Group Block] Add title attributeOn the left sidebar “Block settings” > Advanced > “Link title”.
It have to be a textfield for adding text. That’s why the option ist placed a bit away from the link itself.
But there are also options for adding “Link rel” and “Aria-Label”.
Forum: Plugins
In reply to: [Category Posts Widget] Filter by categoriesWithin the pro version there are filter you can use to write and add some more ‘sort by’ options, like sort by category.
Here: https://tiptoppress.com/add-ons/ the Order-by Add-on is an example Add-on.
If you are interested, we’ll help you with some code or adaption for sort by category within the pro version.
Forum: Plugins
In reply to: [Category Posts Widget] Custom fields in the template doesn’t workDo you have set up a ACF/SCF field called: date_de_reunion and have this field some text for each post?
Here is a short HowTo with screenshots: https://tiptoppress.com/acf-shortcode-in-the-template/
Forum: Plugins
In reply to: [Hyperlink Group Block] Security vulnerability?Thank you for your info. The issue is patched.
Forum: Plugins
In reply to: [Category Posts Widget] category posts widgetHello @ellekari, we have here an documentation: https://tiptoppress.com/category-posts-widget/documentation-4-9/#Post_details
You can in the Post details tab > Template > Button: “Select this template” and choose an template with images.
Not much has been developed at the moment. We have therefore moved the repo and hope for more activity on the development side.
The developer who checks in to both repos, new and old, has remained the same.
We have only changed the tested WordPress version to the current version.
If you look at the changes in the files, you can see the changes. So there is no malicious code included;)We hope to be able to provide a new version soon with a changed version number
Forum: Plugins
In reply to: [Category Posts Widget] Custom PlaceholdersWith our pro version we support Shortcode and custom placeholders. Read in the pro documentation: https://tiptoppress.com/term-and-category-based-posts-widget/documentation-4-9/#Template
At the moment we recommend to use Shortcodes. You can read expiriances in our blog: https://tiptoppress.com/tag/shortcode/
Anyway, custom placeholders work as Add-on and here is an example linked (Do you need help, please feel free and write again;)): https://tiptoppress.com/add-ons/
Our pro version have some development filter hooks: https://tiptoppress.com/development/
You can test and install our pro version an a ‘localhost’ installation for free: https://tiptoppress.com/free-trial-on-localhost/
Since the gallery shortcode ID is not visible anywhere or the gallery shortcode is not an initialized object, we think it is possible to change the gallery using the dropdown menu on copied pages.
We think it would be better to have a shortcode copy routine for copied pages that creates a new shortcode and shortcode ID.
Forum: Plugins
In reply to: [Hyperlink Group Block] Background CSS errorIf you don’t want set a hover color and just a background color, you have to “clear” the “Color > background hover” and set a “Color > background”.
Maybe it doesn’t work because you use a special Theme, etc. please send us a screenshot (https://tiptoppress.com/contact/ ) or describe it in more details.
- This reply was modified 5 months, 1 week ago by Daniel Floeter.
We need your website’s URL? If you don’t want post it here you can write us at https://tiptoppress.com/contact/
The Block has no additional CSS, just the background color, if it set.
So the underline comes from your used Theme.
Please try to select the next <a> tag
a {
text-decoration: none;
}or
.wp-block-tiptip-hyperlink-group-block {
text-decoration: none;
}Forum: Reviews
In reply to: [Category Archives Block] not workingWe have here an installation guide and HowTo is just similar to the core Archives Block The only difference is the category option which you can filter categories.