Forum Replies Created
-
AuthorPosts
-
I got the same error.
Fatal error: Uncaught Error: Call to undefined function gutenberg_can_edit_post_type() in /public/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php:525I got an email notifying me about the page where I got the error:
https://www.xxxxx.com.tw/wp-admin/options-general.php?page=simple_history_settings_menu_slug&selected-tab=export),My WordPress vision is 5.2.4, Enfold vision is 4.6.3.1. and PHP is 7.3
I do not use other Editor plugin and choose the classic editor via the Enfold > Theme Options pane.Thank you so much!
sorry for not being clear.
Can I disable Advanced Layout Builder “button” in posts?I am not sure if my problem is related.
Two days age two of our shop managers reported that they cannot edit tabs in ALB. Today when I (administrator) try to edit tabs I got a warning about the action “wp-admin/admin-ajax.php?_fs_blog_admin=true” was blocked from Wordfence. I think it is the reason the shop managers cannot edit tabs in ALB.
Is it safe to set “/wp-admin/admin-ajax.php?_fs_blog_admin=true” white list?
OK, I see.
How about not include the thumbnail? ( not just display: none)But I hope it can just be set to a real widget size then the file size can be reduced.
Can it set to widget size like news-thumb on the right sidebar?
(which class is “attachment-widget size-widget wp-post-image”)
I already use this plugin to set the widget size to 80×80, but the thumbnail on Single Post Navigation is the size of the original image.
April 10, 2019 at 1:47 am in reply to: Sub-menu on blog is disappear after upgrade to Enfold v4.5.4 #1088936I use window 10 and I can the extra scroll bar on chrome, firefox, Edge and IE.
April 9, 2019 at 3:25 am in reply to: Sub-menu on blog is disappear after upgrade to Enfold v4.5.4 #1088501This reply has been marked as private.April 8, 2019 at 3:56 am in reply to: Sub-menu on blog is disappear after upgrade to Enfold v4.5.4 #1088110It removed the scroll bar, but the <div id=”main” class=”all_colors” data-scroll-offset=”60″> still can be scrolled.
Please check out the Private Content, thanks.April 1, 2019 at 6:53 am in reply to: Sub-menu on blog is disappear after upgrade to Enfold v4.5.4 #1085287Sorry for the late reply.
I updated to 4.5.5 and it works now. The submenu shows on mobile. But there is the other scroll bar (please check out the picture). Is it ok I just add the following CSS in Quick CSS?
html.responsive, .responsive body {
overflow-x: hidden;
overflow-y: overlay;
}- This reply was modified 5 years, 7 months ago by debra15.
March 15, 2019 at 4:38 am in reply to: Sub-menu on blog is disappear after upgrade to Enfold v4.5.4 #1078985Please check out these pictures, thanks!
I want to add something just before “post-entry” in the “article” section.
function wpb_widgets_init_ad_f1() { register_sidebar( array( 'name' => 'banner_before_content', 'id' => 'after_header_ad_f1', 'before_widget' => '<div class="after_header_ad">', 'after_widget' => '</div>', 'before_title' => '<h2 class="chw-title">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'wpb_widgets_init_ad_f1' ); function after_header_ad_f1() { if ( is_bbpress() && is_active_sidebar( 'after_header_ad_f1' ) ) : echo " <div id='header_ad_f1' class='container'>"; dynamic_sidebar( 'after_header_ad_f1' ); echo "</div>"; endif; } add_action( 'ava_before_content', 'after_header_ad_f1' );
Btw there are two “ava_after_main_container” in the list:
yes, I did
I used 4.5.2 and updated to 4.5.3 now. Still not work. I even deactivated Yoast SEO, still not work.
- This reply was modified 5 years, 10 months ago by debra15.
I have the same issue and I can not find the line above in functions-enfold.php.
Please help! Thanks!Yes, I know. I posted this in the begin and I check the if-menu plug found two topics may be related:
https://wordpress.org/support/topic/condition-crashes-site-due-to-lack-of-id-reference/
https://wordpress.org/support/topic/php-warnings-62/The author said:
“This usually happens when a custom visibility rule is added by another theme or plugins. The added visibility rules are missing the id field, which is required.
Do you know if a theme or other plugins add these?”
and
” This may happen if a theme or plugin adds extra conditions with missing id.”So I came to you to ask help.
I use Query monitor.
You can log in and see the php error messages on the admin bar in the frontend.
November 13, 2018 at 1:22 am in reply to: Thousands of rows in wp_options with autoload = yes #1032821I deleted them but they are coming back. Is it because I enable the compression of css and js?
THANKS!! It works!
Right now the forum is kind of mix and match. The Style is part of bbpress and part of enfold .
Like the profile is from bbpress, the froms ,forum and topic areOctober 19, 2018 at 8:01 pm in reply to: Thousands of rows in wp_options with autoload = yes #1024196Is it OK to delet aviaAsset_css_filecontent and aviaAsset_js_filecontent?
I tried it, but still not work. It seems like /wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.14-6684 is not included.
- This reply was modified 6 years, 1 month ago by debra15.
please check it in the “Private Content”.
It did work, but the original bbpress style is gone too. Can it just switch back to original bbpress style? Thanks!
Yes, I want to remove the theme’s default style for the bbPress plugin.
I put the code in enfold-child/functions.php, but the forums still show the same style as the whole site.
-
AuthorPosts