w14r
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Acuarela] Site fails with 1.0.4My OS is Windows 11, but the website is hosted at all-inkl.com. I assume they are using a Linux system. The php-version was 7.4 when the error occurred. WordPress is automatically always the latest one.
In the meantime, I am back at acuarela 1.0.3, and it works fine again. I also tested it with PHP 8.1 without any errors.
Forum: Plugins
In reply to: [The Events Calendar] Error while making ‘tec.shortcodes.event-details’Thank you alaasalama for this information
WilhelmForum: Plugins
In reply to: [Lightbox with PhotoSwipe] Error in ChromeSolved!
It was caused by my AdBlocker.Forum: Plugins
In reply to: [Arconix FAQ] Accordion not workingI listed one after the other which did not work:
[faq style=accordion p=216]
[faq style=accordion p=218]
[faq style=accordion p=333]
…Now I simply used
[faq style=accordion]
That works corrct nowKind regards
WilhelmForum: Plugins
In reply to: [WordPress Simple Shopping Cart] How to offer free digital downloadsJust bought WP eStore
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] How to offer free digital downloadsThank you for the link. I already had considered it as a possible solution. But why install it when an other plugin can do the job.
What about WP eStore; does this plugin offer free digital downloads?
Kind regards
Forum: Themes and Templates
In reply to: [Fabulous Fluid] How to integrate bootstrap.cssI give the answer to myself. The function.php file in my child folder looks like that:
function foto_spektrum_scripts() { //Enqueue bootstrap CSS wp_enqueue_style( 'bootstrap_css', 'https://foto-spektrum.de/wp-content/themes/fabulous-fluid-child/bootstrap/bootstrap.css' ); wp_enqueue_style( 'master_css', 'https://foto-spektrum.de/wp-content/themes/fabulous-fluid/style.css' ); wp_enqueue_style( 'child_css', 'https://foto-spektrum.de/wp-content/themes/fabulous-fluid-child/style.css' ); } add_action( 'wp_enqueue_scripts', 'foto_spektrum_scripts' ); ?>
This should be available under setting.
Forum: Themes and Templates
In reply to: [Advance] Child theme does not workThanks, I will try that.
The Pro-users will definitely have the same problems because the bug was introduced with the last update. So hopefully we will see the next bug-free update soon.
The same problem on all of my sites. Switching to “store locally” works.
Wilhelm
Forum: Plugins
In reply to: [Advanced Category Excluder] Error with PHP 7.0Tank you magenbrot.
That solved the problem.
Wilhelm
Hello Sornanun.
Zhis is a cool new feature from Wasiliy. You can hide the voting results during the contest is running. You can activate it here under “Hide until vote”:
https://www.screencast.com/t/pP2qxdaZBaO
Have fun
WilhelmHello Wasiliy.
Thank you. It works fine now.
Kind regards
WilhelmSolved: I edited with PoEdit locally and uploaded it back to the site. Now it works as expected.