Answer the question
In order to leave comments, you need to log in
How to create such a button on every page?
Good laziness. Tell me how on Wordpress, you can create this button or menu, I don’t know exactly what to call it.
WpOcean and Elementor Theme Should
be displayed on every page.
Answer the question
In order to leave comments, you need to log in
Here are the important points:
Create a regular div
or button
or a
Add a property to it in CSS position:fixed
or position:absolute; right: 0;
By clicking on the button using js, display another div block, which is visible on your screen at the bottom right. For example, you assign this block position:absolute; right:0; bottom:0;
To show or hide the block, use jQuery show() & hide()
ortoggle()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question