Support Forum

Topic: plugin-page-builder

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

Question About Page Bulider

pluginplugin-page-builderquestion · By Akram Ali · 9 years ago · Reply by Andrew Misplon 9 years ago

RECENTLY I DOWNLOADED THEME CALLED Quidus WHEN I STARTED EDITING MY HOMEPAGE ,MY PAGE BULIDER CHANGED INTO GREEN AND IT HAS LOTS OF COOL FUNCTIONS, LIKE ANIMATION…. MY QUESTION HOW CAN I UPGRADE MY PAGEBULIDER? WHEN I INACTIVE QUIDUS THEME…

add_theme_support bug

developerpluginplugin-page-builder · By Semih Memiş · 9 years ago · Reply by Semih Memiş 9 years ago

Hi, I can not activate PageBuilder editor on “mycustom” post type and not set “margin-bottom” in settings page with this code in functions.php. I’m using version 2.3.2 add_action( ‘after_setup_theme’, myfn ); function myfn(){ add_theme_support( ‘siteorigin-panels’, array( ‘tablet-layout’ => true, ‘tablet-width’…

Pagebuilder

pluginplugin-page-builderquestion · By larsa · 9 years ago · Reply by Andrew Misplon 9 years ago

I too am trying to remove some of the space between rows. I tried what you recomended with /* Set Page Builder bottom margin */ .panel-grid-cell { margin-bottom: 0 !important; /* Adjust the number on this row as desired */…