axel2301
Forum Replies Created
-
Yes, I still need support. I will open a support ticket.
No help from support?
I use the Pro version and actually expected that i would get support.
My question is quite simple, why can I set a single background image to “fixed” and that doesn’t exist in the slideshow?
- This reply was modified 3 years, 4 months ago by axel2301.
If you want to run an image slider in the background in Elementor, this is very easy, but I can’t find any setting option so that the slider background remains when scrolling, i.e. is fixed.
As soon as a slider is set up, everything scrolls with it, there is then no more “Attachment Fixed” to choose from.
Can someone help me?
Forum: Plugins
In reply to: [WP Header Images] Error message in the header after update to 1.8.2The additional code example, which has since been added, is unfortunately also incorrectly formatted and currently has
curly quotes “ ” instead of single quotation marks " "
Thanks for my mentioning the latest version! ??
- This reply was modified 4 years, 7 months ago by axel2301.
Forum: Plugins
In reply to: [WP Header Images] Error message in the header after update to 1.8.2“curly” quotation marks were incorrectly used, presumably due to the forum system at www.ads-software.com or the missing marking as code?
$wphi_gluri_slider = get_option( 'wphi_gluri_slider', array());
Now the code works.
Thank you so much!
- This reply was modified 4 years, 8 months ago by axel2301.
Forum: Plugins
In reply to: [WP Header Images] Error message in the header after update to 1.8.2I have undone it, unfortunately the error message is still there.
- This reply was modified 4 years, 8 months ago by axel2301.
Forum: Plugins
In reply to: [WP Header Images] Error message in the header after update to 1.8.2I’ve done it, but now there’s a new error message
Warning: Use of undefined constant ‘wphi_gluri_slider’ – assumed ‘‘wphi_gluri_slider’’ (this will throw an Error in a future version of PHP) in /homepages/39/d744599325/htdocs/WordPress/wp-content/plugins/wp-header-images/inc/functions.php on line 156
- This reply was modified 4 years, 8 months ago by axel2301.
Forum: Plugins
In reply to: [WP Header Images] Error message in the header after update to 1.8.2The line 156 of my functions.php says the following:
* @global WP_Locale $wp_locale WordPress date and time locale object.
Forum: Plugins
In reply to: [WP Header Images] Error message in the header after update to 1.8.2Unfortunately, the error message is still displayed!
Forum: Plugins
In reply to: [WP Header Images] Error message in the header after update to 1.8.2I have now found the following code in wp-config.php:
define(‘WP_DEBUG’, false);
But then this error message shouldn’t appear in the frontend?