saltywd
Forum Replies Created
-
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Mobile MenuGreat that worked flawlessly.
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Mobile MenuThanks @benjirahmed, but the first one is not resolved it is working, but when im on desktop it blocks my WordPress dashboard, so I only want the z-index to work on the header when it is in tablet and mobile please not while I am logged on and working from desktop. Anyway to make it strictly on those devices? Thanks again.
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Mobile MenuHello @benjirahmed yes my problem is I can see my menu on mobile now BUT on desktop I can’t see my WordPress dashboard drop down menus as the website is on top of the WordPress menus… Anyway to make the code
header { z-index: 999999 !important; }
to only do that via tablet and mobile devices?
Secondly I am not being able to see my footer at all, the copyright part of it and truthfully I would add the three columns at bottom of each page to my footer, BUT it isn’t viewable on Safari, Chrome, ONLY viewable on FireFox browser. Not sure why?
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Messed up mobile menuSo looks like I only want it to be in mobile version on always for all headers, as in desktop it covers my wordpress dashboard menu now.
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Messed up mobile menuheader { z-index: 999999 !important; }
I used this and it is working, well I mean I can actually see menu in mobile now. Not sure it is correct that code but came across it.
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Messed up mobile menuOkay it looks like the slider is overlaying the menu. How can I fix this issue? The me u in mobile is opening but I literally have to move my finger to right to see the menu but if released the me u is covered again by the slider. I am using themerex briny theme, with element or as theme builder and your ElementsKit which I love what it can do. Just doesn’t allow me to see it as the home page slider is covering it up.
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Mobile scroll problem when use this pluginMine is doing the same, mobile menu not able to scroll as it doesn’t open a window very well.
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Messed up mobile menuSo I am having a similar problem with my development site that I would like to fix for mobile menu not showing appropriately. In desktop it shows nicely, but not in mobile at all. Cant scroll through the menu at all. Please look at it.
Thanks for response. Sadly I have tried everything above, and I am using PHP version: 7.4.30 as that is the most stable one out right now I believe. With that said It is definitely between Elementor and the Theme and the Themes Addon Plugins, I am using Themerex and Themerex addons for making their theme work correctly. The theme came with Elementor already, but still has an issue of not loading, it will load Layouts header and Footer with element or but it will not load the elementor editor on any of the pages.
I have cleared all caches, deactivated all plugins that weren’t needed to make the website and theme operate, and still get the issue. I have cleared cache from server on down, along with using 5 different browsers as well.
Alright, I submitted a support question to them.
I do have a pro version of UM and have all of the license with no problem so not sure why it wont load either Buttons when i have the UM terms and conditions checked to yes on the register page.
so figured out that if i have terms and conditions on yes then it doesnt show my register button. why would that be?
Similar issue:
Link i posted inSo I am not able to edit any of my pages, gives me a redirect to like the footer page…
Everything loads fine that is on the pages BUT wont allow me to make any corrections right now. When I go to system info for elementor it gives me this error. Looks like elementor.settings.page is undefined isnt loading the editor page at all. Help please
JS: showing 4 of 4
JS: 2022-07-04 16:20:50 [error X 4][https://briny.ancorathemes.com/wp-content/plugins/elementor/assets/js/editor.min.js:3:295160] Cannot read properties of undefined (reading \’html\’)
JS: 2022-07-09 19:57:16 [error X 1][https://michaelw356.sg-host.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js:2:20759] An invalid argument supplied as multiple control value [array (
‘category’ => ‘InvalidElementData’,
‘tag’ => ‘Elementundefined
got asbg_image
value. Expected array or object.’,
)]
JS: 2022-07-11 15:03:03 [error X 2710][https://michaelw356.sg-host.com/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js:2:19643] this.getColorRepresentation() is null
JS: 2022-07-12 14:18:01 [error X 3][https://michaelw356.sg-host.com/wp-content/plugins/elementor/assets/js/frontend.min.js:2:30659] elementor.settings.page is undefinedI have sent message and waiting for reply. Nothing as of yet. Figured I am not only person this has happened too. And your forums are more active. So checking…
Here is part of the System Configuration
Core
PHP Version 7.0.27
Directive Local Value Master Value
allow_url_fopen On On
allow_url_include Off Off
arg_separator.input & &
arg_separator.output & &
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file /data/www/html/n/nicholsonhouse.com/www/wordfence-waf.php no valueIt is an FPM System Configuration on the Server side so it could be this I assume:
In rare cases, when a host uses PHP-FPM, they may have PHP settings defined in a “pool” file. These settings can override options set in your custom php.ini or .user.ini file. You may need to ask the host if they have settings in the pool file. The default location for the pool file on new Ubuntu servers is similar to /etc/php/7.0/fpm/pool.d/www.conf (depending on the PHP version) and an example of an option that would override your auto_prepend_file option is php_admin_value[auto_prepend_file] = none. If the host is able to remove this option, it should allow your settings to be used for the firewall.
I will check it