bogette
Forum Replies Created
-
Forum: Reviews
In reply to: [Block Lab] When update?@lukecarbis Thanks, I was waiting for Rich-text, but it’s great too. I look forward to new updates
@nko – спасибо. Надеюсь, это будущее обновление – следующее
Как тут: наводишь на текст и редактируешь с шрифтом с заголовками и тд
https://demo.kadencethemes.com/kadence-blocks/
- This reply was modified 6 years, 1 month ago by bogette.
I was stupid.. The mistake was trivial, thank you.
I want to take this opportunity to ask for your opinion, and maybe even get advice:
In General, I need a different layout arrangement of blocks on the “users”page.
Look at the picture. I need a second layout.
It is important to ask: is it possible to implement it without php knowledge? Using only css and javascript? I just had to ask you about it, this problem has been bothering me for days.
How to do it, if it is really possible? And thanks again!
Hello, @longnguyen
You misunderstand me a little, unfortunately. And no wonder, it’s difficult to explain, so it is not less difficult to understand.
I get scripts. Me interested in a different question:
To change or add styles – you use the selector. It is not difficult to find, it is enough in chrome to go to the “view code” tab of a certain element.
What about Javascript? I created a hover button animation (javascript). I connected the file with this javascript to the plugin itself.
But how to connect this javascript animation to the buttons in the side menu? Through Id, through selector? How?
Forum: Fixing WordPress
In reply to: How to connect a menu to wordpress customizer.Hi @joyously
The fact is that these are very “creative menus” – so I can not use the wordpress menu. If it is possible to connect an arbitrary menu to the wordpress menu, please let me know about it. The problem is that I do not know how to retrieve these 5 menus from the database. This is definitely done with the get_theme-mod function, but I do not know how to use this function with the “select” parameter. After all, it’s important to understand that I have not one element, and 5. And how do I retrieve them from the database?
- This reply was modified 6 years, 5 months ago by bogette.
Forum: Fixing WordPress
In reply to: How to connect a menu to wordpress customizer.@kjodle No, no, no. This is my own theme (layout, which was rewritten in php for wordpress). And then (in the editor – ATOM) I created a variations of the menu, one of which made displayed on the site, and the other 4 hidden. And now I need to make it possible for the end user to choose the menu they like using wordpress customizer. I figured out how to create wordpress customizer sections, settings, etc. But I do not understand how to connect the menu (5 pieces) created by me to this section. Could you give me a hint?