Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I have updated my theme this morning to the new version of Folie.
My website is not working since – all the pages are blank, just the top banner appears (same for all the pages): https://www.critonapps.com/
I have also updated the plugin codeless builder to the newest version.
I’m not too sure what to do but this is my company’s website so it is rather urgent!
edit: I’m working on restoring the website with a backup file from yesterday. So by the time you see this, the website might be working again.
Many thanks,
Louis
Hello,
Sorry for your inconvenience!
Can you please send us some valid wp and ftp credentials in a private reply? So we can check this out. The Codeless Builder has been tested before launch and this error did not happen. We need to give this a deeper look.
Best regards!
Hello,
Please go to file folie/includes/codeless_builder/header-elements/cl_header_text.php and replace the existing code with the below:
<?php
extract($element['params']);
$output = '';
$output = '';
$text_id = 'cl_text_' . uniqid();
if( (int) $margin_paragraphs != 10 ){ ?>
<style type="text/css">
#<?php echo esc_attr( $text_id ) ?> p{ margin-top: <?php echo esc_attr( $margin_paragraphs ) ?>; margin-bottom:<?php echo esc_attr( $margin_paragraphs ) ?>; }
</style>
<?php } ?>
<div id="<?php echo esc_attr( $text_id ) ?>" class="cl-text <?php echo esc_attr( $this->generateClasses('.cl-text') ) ?>" <?php $this->generateStyle('.cl-text', true ) ?>>
<?php echo cl_remove_wpautop($content, true); ?>
</div>
Save changes and check your site.
Let us know.
PS: We are pushing on an immediate update for this fix. So you do not have to worry for future updates.
Best regards!
You must be logged in to reply to this topic.