Support Forum

Topic: developer

Browse community answers for this topic or search for a specific issue.

How to pass data in the_widget()

developergeneral · By Sam Weiss-Gamtschi · 7 years ago · Reply by Alex S 7 years ago

I opend a thread, which was already closed by the community. I want to pass data by using the_widget() function of wordpress. For example in the 404.php file. Normally you are able to use I tried it this way and…

Amp wordpress

developerpluginplugin-page-builder · By bandatdongnai · 7 years ago · Reply by Alex S 7 years ago

Dear sir/admin I have a code website using amp for wordpress, i don’t use anything plugin for AMP. But i have a problem with “auto change class on scroll page” Because i can’t edit JS from https://cdn.ampproject.org If you can,…

How to pass data in the_widget() ?

developergeneral · By aboutsam · 7 years ago · Reply by Alex S 7 years ago

Hey guys, i created a plugin as you explained in your tutorial site. Everything work fine but i want to insert the widget also in my single-pages, which i only can add in the template files. For my project, i…

No full width

developerpluginplugin-page-builder · By jspr · 7 years ago · Reply by Andrew Misplon 7 years ago

Hey folks, I’m using Astra theme and page builder. I try to get a full-width row in my page; but it doesn’t seems to work. I’ve tried numerous things, like adjusting the css, trying combinations of row and pagesettings. Could…

About theme integration

developergeneral · By ArchimidisM · 7 years ago · Reply by Alex S 7 years ago

Dear Sirs I would like to ask you 2 questions. Before asking I would like to congatulate you for this amazing plugin. So, the questions are: Can I integrate your plugin (Pro) in a Paid theme? Is there any license…

Colums not showing with the_content,

developerpluginplugin-page-builder · By Ceylon Themes · 7 years ago · Reply by Alex S 7 years ago

We use Sight Orign Page Builder for our Premium themes. Colums and stylesheets are showing with template pages. But Colums not showing when page displayed with following code $page = get_post(’12’); echo apply_filters(‘the_content’, $page->post_content); may be css not loading. How…