Solitweb
Forum Replies Created
-
Since we’re using only CSS we use a checkbox/label under the hood. When you check a checkbox and go forward/back in the browser the checkbox is still checked. That’s just the behaviour of a checkbox.
Only jQuery/Javascript could fix this ‘issue’.
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] The X button gets scrolled off pageSince we’re not using jQuery/Javascript (only CSS) we don’t have an option to prevent the page from scrolling behind the menu.
If you want to prevent the page from scrolling when the menu is open you could listen for an event when the menu opens and add
overflow-y: hidden
to the html/body.Forum: Plugins
In reply to: [Full Screen Menu for Elementor] Menu visible for a moment while page loadsI can’t help you without a look at the actual problem. We use the plugin on a lot of client sites and don’t see this issue.
Forum: Reviews
In reply to: [Language Switcher for Elementor] Super, Super, Super !Hi @laugau,
Super happy you like the plugin a lot! I hope you’re building an amazing site!
Kind regards
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] Additional Trigger Button OptionsWe’ll keep it in mind. In the meantime: If someone is willing to develop these features, we’re happy to add them!
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] Menu overlay ends up under elementsCan you share a link to your website?
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] Saved Page Menu Not StretchingCan you try to add the following code to the custom css field under the advanced tab of the widget?
selector .content-type-saved_page { width: 100%; }
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] Can we use elementor custom section ?It is absolutely possible!
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] Menu X sits behind menu optionsWe use CSS only for the menu, so there is not much we can do to prevent the page from scrolling.
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] Menu problemsWhat’s the ‘strange behavior’. Your page is looking great from here!
Forum: Reviews
In reply to: [Language Switcher for Elementor] Easy to use, very helpful, great support.Thanks for the review!
Forum: Plugins
In reply to: [Language Switcher for Elementor] Wrong order of LanguagesMy pleasure. Have a nice day!
Forum: Plugins
In reply to: [Language Switcher for Elementor] Wrong order of LanguagesThis is fixed in the new version. Please update the plugin!
This is a normal behavior. If you hit the back button on a browser, you go back to the previous state. So, if the menu was open it will be open when you hit the back button.
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] setting just working in elementor panelHi,
Did you try regenerating the css files in Elementor->Extra->General?