Daniel Floeter
Forum Replies Created
-
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.
Forum: Plugins
In reply to: [Hyperlink Group Block] All content being removed from Hyperlink GroupsYes. Deprecated means code which is used in older versions. The new version do not use that old code, but nessesary for updating.
Forum: Plugins
In reply to: [Hyperlink Group Block] All content being removed from Hyperlink GroupsMmmmh, sorry! I release a version which I reverse delete code because it is deprecated.
Forum: Plugins
In reply to: [Category Posts Widget] Showing full excerpt on homepageThere is Javascript code missing. Do you use some caching plugins or minifier for javascript inline code? Can you temporarly deactivate some caching plugins for a test?
Forum: Plugins
In reply to: [Category Posts Widget] Showing full excerpt on homepagePlease use in the Post details panel the option: Excerpt settings > Lines (responsive)
Here it’s in our docu under Excerpt: https://tiptoppress.com/category-posts-widget/documentation-4-9/#Post_details
Forum: Plugins
In reply to: [Category Posts Widget] plugin crashed and not work!! 4.9.15We also have WP 6.4.3 but about the save button it’s an issue which may comes from pages with a long live.
Can you try to deinstall and re-install Category Posts Widget, try to place the widget to another place and save or make some other test with it. Because it works for clean set-up pages.
Forum: Plugins
In reply to: [Hyperlink Group Block] WPMLDo you have try WPML String Translation Add-on: https://wpml.org/documentation/getting-started-guide/string-translation/#download-and-activate-string-translation
Or there is a way to register strings for translation via code: https://wpml.org/documentation/support/translation-for-texts-by-other-plugins-and-themes/
We use Polylang ( https://de.www.ads-software.com/plugins/polylang/ ) for our projects.
Forum: Plugins
In reply to: [Category Posts Widget] Concatenated posts page adds line break before linksThanks for adding a link, but I can’t find our widget on your website?
If you want, you can send us screenshots and mark where the problem occurs here: https://tiptoppress.com/contact/
Forum: Plugins
In reply to: [Category Archives Block] unordered date list breaks on SafariWe release a new version with which will patch the Safari bug.
If you find the block useful, it would help to rate it with a 5-star rating. Thanx.
Forum: Plugins
In reply to: [Category Archives Block] Invalid code?We release a new version. It was a bug. Thanks.
If you want you can give the community Block a 5-stare rating.
Forum: Plugins
In reply to: [Category Archives Block] Invalid code?Ok, there is an issue. But we are in vacation and back in same days. ??
- This reply was modified 1 year, 3 months ago by Daniel Floeter.
Forum: Plugins
In reply to: [Category Archives Block] Invalid code?Thanks. It was a bug. We release a new version.
Forum: Plugins
In reply to: [Hyperlink Group Block] Plugin isn’t working hereThe idea is correct, but Gutenberg’s JavaScript and PHP APIs still use a lot of ___experimental flags and developing for old and new WordPress versions is not easy, even with small amounts of code.
However, Gutenberg’s extensions for CSS are more stable, we take a look at a recent blog post.
Thanks for a 5-star rating and using the block.
- This reply was modified 1 year, 3 months ago by Daniel Floeter.
Forum: Plugins
In reply to: [Hyperlink Group Block] Plugin isn’t working hereYou can describe the problem in a little more detail?
As you write, it works for WordPress V6.4.
Our Block is no add-on for the core Group Block, it is a own Block.