chinochinako
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenSiteOrigin has found a fix: “This fix will [also] be included in the next formal release of the Widgets Bundle.” If anyone else is having this error–pages cannot be edited while you have the Carousel widget on them–please reach out to SiteOrigins for a patch or wait until the next formal release of the SiteOrigins Widgets Bundle.
Thanks again!
– Jeannette ChinoChinako
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenUPDATE: After testing several things, I concluded that the issue was not with the Bento theme itself, but with SiteOrigins Widgets. I’m working with the SiteOrigins team now on a fix and they have been able to replicate my issue on their side and figured out that it was something within the Carousel widget itself (which was only installed on my home page, hence that being the only page I could no longer edit).
Once they have a patch tested I’ll update this thread again and mark it closed if they are successful. Thank you for your help along the way.
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenIt’s now been three weeks since I last posted and still no fix in sight. Is there anything else I can try so I can edit my homepage again? I paid for Bento Pro a while ago and I’d like to continue to use this theme for much longer than only a few months.
- This reply was modified 4 years, 1 month ago by chinochinako.
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenStill no luck with editing my homepage. I even turned off my Coming Soon page just in the hope that it would somehow fix the issue I’m having, but I’m still getting the SiteOrigin layout message of “This block has encounter an error and cannot be previewed”. I’m not getting this error on any other page and even after uninstalling and reinstalling SiteOrigin plugins the home page continued to give me the same message when I try to “Edit Page”.
I’m sorry this is such a tough fix… Is there anything else I can try?
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenDownloaded that template and added the code to the functions.php file that you pointed out in the other thread. After uploading it to my Themes folder and activating it, I ended up with the same fatal error as above:
“Fatal error: Cannot redeclare wp_default_custom_scripts() (previously declared in /home2/chinochi/public_html/wp-content/themes/bento-child/functions.php:16) in /home2/chinochi/public_html/wp-content/themes/bento/functions.php on line 1176
There has been a critical error on your website.”What can I do to correct this? I’m uninstalling the bento-child theme to gain access to my site again in the meantime.
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenIt happens when I click Edit Page at the top of the homepage when I’m logged in. I can’t find a place for Edit Theme so I’m not sure how to check that.
I followed this link: https://www.hostinger.com/tutorials/how-to-create-wordpress-child-theme to create a child theme function file to upload the code you pointed me to, but i ended up with a fatal error:
Fatal error: Cannot redeclare wp_default_custom_scripts() (previously declared in /home2/chinochi/public_html/wp-content/themes/bento-child/functions.php:5) in /home2/chinochi/public_html/wp-content/themes/bento/functions.php on line 1176 There has been a critical error on your website. Please check your site admin email inbox for instructions.
- This reply was modified 4 years, 2 months ago by chinochinako.
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenWhoops! Here’s a better look at the code I mis-typed above:
<?php wp_print_theme_file_tree( wp_make_theme_file_tree( $allowed_files ) ); ?> </ul> </li> </ul> </div> <?php if ( $error ) : echo '<div class="error"><p>' . __( 'File does not exist! Please double check the name and try again.' ) . '</p></div>'; else : ?>
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenI’ve tried uploading the code, but nothing changed for me. It seems that the user experiencing issues in that thread was using Elementor, but I am not using that plugin at all, so that could be why it didn’t correct anything on my side. I wish I could upload images so I could show you visually what I am experiencing, but I don’t see an option here for that.
When I go into my Appearance -> Theme Editor I get the following error at the top of the code block section:
Notice: Undefined variable: error in /home2/chinochi/public_html/wp-admin/theme-editor.php on line 277
When I open that file, I see the following between lines 270-280:
270: <?php wp_print_theme_file_tree( wp_make_theme_file_tree( $allowed_files ) ); ?>
271:
272:
273:
274: </div>
275:
276: <?php
277: if ( $error ) :
278: echo ‘<div class=”error”><p>’ . __( ‘File does not exist! Please double check the name and try again.’ ) . ‘</p></div>’;
279: else :
280: ?>Maybe this can help you figure out a fix?
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenHi and thank you! I’m getting the following errors:
ReferenceError: Can’t find variable: wpColorPickerL10n
TypeError: undefined is not an object (evaluating ‘o[i].slick[s]’)And the following warning:
wp.editor.BlockControls is deprecated. Please use wp.blockEditor.BlockControls instead.
Does this help at all?
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenOkay, I was able to correct the SiteOrigin error I had on my pages by changing my theme to Twenty Twenty and deactivating all plugins besides SiteOrigin ones. After that I reactivated Bento and activated all plugins one-by-one. I can now use SiteOrigin to create and edit my pages again without error.
Still cannot edit my homepage, error is the same as described in my first post above.
Forum: Themes and Templates
In reply to: [Bento] Home Page Editor BrokenNow I am getting the following error message on all of my pages, making it impossible to update any of them using the block system:
“This block contains unexpected or invalid content.”
My only options are listed as “Resolve” or “Convert to HTML”. Maybe the overall issue is with SiteOrigin?