skip to Main Content

Elementor – Add catogory to Elementor

I am working on a WordPres plugin. Now i want to add an catogory to the elementor plugin. I can't find out how to do this from my plugin only. My current code: add_action( 'elementor/elements/categories_registered', 'add_elementor_widget_categories' ); function add_elementor_widget_categories( $elements_manager…

VIEW QUESTION

Elementor – Multiple javascript on the same page?

First of all I'm using wordpress with elementor plugin and the accordion feature. I've got a code of video player: <div id="player_div"></div><script src="https://lnaff.pl//API_VIDEO/LOCKER/js.js"></script><script> var ustawienia = {element_id:"player_div", wysokosc:"455", szerokosc:"800", skin:"1", czas_blokady:"19", dlugosc_filmu:"2589", video_url:"http://androidapkmodpro.com/wp-content/uploads/2020/01/Intro.mp4", video_img:"https://i.imgur.com/YvKvkYL.png", stream:"0", programy_url:["https://leadnet.pl/p_uri/q6pYwlgb27QyvVjdPke1/x1vo6wa/?parametr=",], player_button:["https://i.imgur.com/ACzzOnz.png",], }; LEADNETWORK_generuj_player(ustawienia);</script> I…

VIEW QUESTION
Back To Top
Search