Support Forum

Topic: plugin-page-builder

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

Illegal string offsent ‘class’

bug-reportpluginplugin-page-builder · By Cliff Rohde · 5 years ago · Reply by Andrew Misplon 5 years ago

Am getting the following error every time site content (page or post) is edited: Illegal string offset ‘class’ in /[redacted]/public_html/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/pb-shortcodes.class.php on line 330 That was causing a 500 error on the server using PHP 7.3. With update to PHP 7.4,…

Different background-colors on different pages

pluginplugin-page-builderquestion · By Hans Bindewald · 5 years ago · Reply by Andrew Misplon 5 years ago

Hi I want different background-colors for different pages. With a css like this: .page-id-157 #main{background-color:#006400;} .page-id-157 header{background-color:#006400;} .page-id-157 #footer { background-color:#006400; } .page-id-157 site-footer tg-site-footer tg-site-footer-widgets { background-color:#006400!important; } everything (header and main) works beside of the footer; no matter…