alf-axel
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Change defaultImgUrl from http to httpsHey Ole,
did you recieve my message? I contacted you via https://supsystic.com/contact-us/ on the 12/20/2022.
Best
Thomas
Many thanks for your quick reply.
Yes, all other users (I use admin and editor-roles) work fine.
Forum: Plugins
In reply to: [The Events Calendar] Can′t change start and end date of an event@geoffbel Yes, correct.
Forum: Plugins
In reply to: [The Events Calendar] Can′t change start and end date of an eventI found the problem. I had to disable the Gutenberg Editor in the event calendar settings, now it works.
Forum: Plugins
In reply to: [Accordion Blocks] How to group accordion items to one accordion element?I solved it with the following:
div.wp-block-pb-accordion-item:nth-of-type(1)::before
Many thanks for your help!
Forum: Plugins
In reply to: [Accordion Blocks] How to group accordion items to one accordion element?Hello Phil,
many thanks for your quick reply.
I only need this first block “Weitere Informationen” before the first accordion item. Not before every item. That′s my problem.
How can I add it to the whole accordion? Not to any single item?
It′s always different. You have to contact your hoster, it depends on the server side caching.
Solved. There′s a server-based caching which caused the problem. I deactivated it via a single line in the .htaccess-file.
Solved
I add this filter to my theme functions.php: add_filter(‘woo_wallet_disable_partial_payment’, ‘__return_true’);
And changed the notification on the checkout page. No everything is fine.
You are welcome.
Best
Thomas
Hello Marcus,
did you use the Deutsch(Sie) language version in your WordPress settings?
Best
Thomas
Hey Kyle,
many thanks. I translated all entries of the development trunk this morning.
Is translating the development readme optional or mandatory?
Best & thanks for your help
Thomas
Forum: Plugins
In reply to: [Gutenberg] New core block “classic editor” – What′s the block slug?I found it.
It′s core/freeform
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Custom QuerySorry, I wasn′t precise.
I just need to know, how I can echo single fields of an event.
Forum: Plugins
In reply to: [Accordion Shortcodes] Print version missing – how can I modify print.css?Very simple, many thanks. I tried “display: block;”, but forgot the “!important”: