Tom Schimana
Forum Replies Created
-
Thank you for the information.
In my case you fix didn’t help. But this code does.
.uagb-post__image-position-background .uagb-post__link-complete-box { top: 0!important; left: 0!important; }Maybe it will help others.
Screenshot of the problem:
https://www.edv-bv.de/wp-content/uploads/2021/06/temp-image.pngThe bug can be seen very well on the orange overlay (the middle block). In old versions this was exactly over the gray background.
I think this is the bug with 1.23.3:
“uagb-post__link-complete-box” start with text-postion and not with the position of “uagb-post__inner-wrap”.With older versions the overlay or position of uagb-post__link-complete-box was exactly the same of the inner-wrap. Now it is overlapped.
- This reply was modified 5 years, 1 month ago by Tom Schimana.
- This reply was modified 5 years, 1 month ago by Tom Schimana.
Forum: Plugins
In reply to: [Spectra Legacy – Gutenberg Blocks] Roadmap for accordion block?Thanks @swetakumari
I know the FAQ Schema.
I need a „read“ or full function Accordion block like this:
https://www.kadenceblocks.com/accordion-block/Regards
TomForum: Plugins
In reply to: [Spectra Legacy – Gutenberg Blocks] Advanced Columns & TOC broken in v 1.22.0@swetakumari That’s unacceptable for me, too! Bring back the old functionality or a solution like “stack on tablet AND mobile” from @logoholik.
Forum: Plugins
In reply to: [Spectra Legacy – Gutenberg Blocks] Advanced Columns & TOC broken in v 1.22.0@logoholik thanks for the tip! 1.21.1 “fixed” the problem.
Forum: Plugins
In reply to: [Spectra Legacy – Gutenberg Blocks] Advanced Columns & TOC broken in v 1.22.0Got the exact same problem.
Anyone have an idea how to get an older version for testing?Forum: Plugins
In reply to: [TinyMCE Templates] non admin users can't see templatesHi Miyauchi
TinyMCE Templates 3.2.0.
Tests with:
– define(‘WP_DEBUG’, true); and false
– US und German (define(‘WPLANG’, ‘de_DE’);)
– WordPress within Subdir and Root
– WordPress 3.6.x and 3.71
– Disabled all Plugins (except TinyMCE Templates)
– With Standard Theme and other Themes
– On local Mac with MAMP, a Root Server with many WordPress installations and a shared server (different provider).
– Author and Editor Role
– new and empty web directory, new database and fresh download from wordpress.org, etc.
– mysql as root
– local apache as root
– All browsers
– Windows and MacMemory limits and usage are ok.
A user with editor role can see his own templates. He can not see shared templates of other users.
I am happy to send logs or other information.
Forum: Plugins
In reply to: [TinyMCE Templates] non admin users can't see templatesI tested “shared”, too. Unfortunately without success. For normal users, the templates are not displayed.
Whether I create a template (private or shared) as an administrator or as a regular user. I tested every possible combination.
I see the the correct number of published templates in the header of the Plugin-Page. However, in the overview is still “No templatess found.” displayed.
Tested with a fresh install of WordPress. No other Plugins active, etc.
I need a a filter hook to force function, too.
If I use addVariable (Example: Theme Options within WordPress Backend) the cache is not automatically renewable. I must change something in style.less first. PHP custom variables make no sense, since if style.less must always be touched.