Forum Replies Created
-
AuthorPosts
-
May 29, 2020 at 5:02 pm in reply to: Customize theme displaying error instead of theme options #1217799
That worked. Thank you!!!
May 26, 2020 at 11:57 pm in reply to: Changing the link for the main logo for logged out users #1216723Woohooo, I got it working. The setting in Appearance > Customize for what the homepage is was overriding the Enfold setting. I ended up having to switch to a different theme and save the correct page and then switch back to Enfold.
The other error was preventing me from doing it before by blocking the page. Any thoughts on what is causing this error?
Fatal error: Uncaught Error: Call to undefined function gutenberg_can_edit_post_type() in /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php:563 Stack trace: #0 /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(423): Avia_Gutenberg->can_use_block_editor(‘post’, true) #1 /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(458): Avia_Gutenberg->init_force_classic_post_types() #2 /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(533): Avia_Gutenberg->get_force_classic_post_types() #3 /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(671): Avia_Gutenberg->force_classic_editor(‘page’) #4 /home2/activ111/yousio.com/wp-includes/class-wp-hook.php(287): Avia_Gutenberg->handler_display_post_states(Array, Object(WP_Post)) #5 /home2/activ111/yousio.com/wp-includes/plugin.php(206): WP_Hook->apply_filters(Array, Array) #6 in /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php on line 563
There has been a critical error on your website. Please check your site admin email inbox for instructions.
May 26, 2020 at 11:50 pm in reply to: Changing the link for the main logo for logged out users #1216722That’s what the home page should look like for a logged out user. The only way I can access it is by going to edit the page and hitting preview.
But something is forcing everything to activity. What? I’m at a total loss right now
May 26, 2020 at 10:12 pm in reply to: Changing the link for the main logo for logged out users #1216702Well, I’m not a programmer so pretty much any php is difficult to understand but that is changing the links. Thank you
But something is still forcing the user to the activity page if they are not logged in. If you try to access the url in any way it is forcing back to activity.
https://yousio.com/loggedout ( I changed the page to reduce confusion)
May 26, 2020 at 9:38 pm in reply to: Changing the link for the main logo for logged out users #1216693Thanks Guenni007!
I’m sorry but witch side of that is logged in and which is logged out?
I’m trying to make it so that if you are not logged in and you click on the header logo it takes you to yousio.com/home
But once you login the logo takes you to yousio.com/activityI have no idea what is causing the other error listed above but it is keeping me from being able to edit the theme so I currently can’t set a static homepage.
May 26, 2020 at 9:15 pm in reply to: Changing the link for the main logo for logged out users #1216686Also, the fix you gave me made the Logo disappear
May 26, 2020 at 8:18 pm in reply to: Changing the link for the main logo for logged out users #1216659I don’t want to change the logo. Only the link associated for logged in users.
And the other error?
May 26, 2020 at 6:36 pm in reply to: Changing the link for the main logo for logged out users #1216576I tried what was supplied but I must have something wrong still as I’m getting an error on the last line saying unexpected ending. This is what I have:
// Change Logo Link For Logged In Users add_filter('avf_logo_final_output', 'avf_logged_logo_final_output'); function avf_logged_logo_final_output($logo) { $headline_type = "h1"; if($dimension === true) $dimension = "height='100' width='300'"; //basically just for better page speed ranking :P $loggedinlogo = "<img src='https://yousio.com/wp-content/uploads/2020/05/Yousio-Flag-Logo-4.jpg' />"; $loggedoutlogo = "<img src='https://yousio.com/wp-content/uploads/2020/05/Yousio-Flag-Logo-4.jpg' />"; if ( is_user_logged_in() ) { $logo = "<$headline_type class='logo bg-logo'><a href='https://yousio.com'>".$loggedinlogo."$sub</a></$headline_type>"; } else { $logo = "<$headline_type class='logo bg-logo'><a href='https://yousio.com/home/'>".$loggedoutlogo."$sub</a></$headline_type>"; }
I added this in another thread but I also can’t access the Customize Theme page to be able to change what the intended home page is and instead I’m getting this error when trying to access https://yousio.com/wp-admin/customize.php?return=%2Fwp-admin%2Fupload.php
Fatal error: Uncaught Error: Call to undefined function gutenberg_can_edit_post_type() in /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php:563 Stack trace: #0 /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(423): Avia_Gutenberg->can_use_block_editor(‘post’, true) #1 /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(458): Avia_Gutenberg->init_force_classic_post_types() #2 /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(533): Avia_Gutenberg->get_force_classic_post_types() #3 /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(671): Avia_Gutenberg->force_classic_editor(‘page’) #4 /home2/activ111/yousio.com/wp-includes/class-wp-hook.php(287): Avia_Gutenberg->handler_display_post_states(Array, Object(WP_Post)) #5 /home2/activ111/yousio.com/wp-includes/plugin.php(206): WP_Hook->apply_filters(Array, Array) #6 in /home2/activ111/yousio.com/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php on line 563
There has been a critical error on your website. Please check your site admin email inbox for instructions.
- This reply was modified 4 years, 5 months ago by bigwavebusiness.
May 26, 2020 at 6:15 pm in reply to: Customize theme displaying error instead of theme options #1216560Does anyone have anything on this?
May 23, 2020 at 5:21 pm in reply to: Changing the link for the main logo for logged out users #1215537Hi Victoria,
I’m not the greatest with php (huge understatement lol) but that looks like it is to actually change the logo to a different image. I’m just trying to change the link associated with the logo.It doesn’t appear on the homepage anymore for some reason. But if you go to the Jet Ski page and right click > view source. Then hit control +f and search http: you will see it.
So I finally figured out what was preventing it from showing. It seems that whoever originally set up our Facebook page put in a bunch of country restrictions. Even though it was set to show in our country it must have caused a conflict that prevented the plugin from working.
It’s showing now that I have removed all of the restrictions. I just thought I’d give you a heads up in case you ever run into this problem again.
This is from an incognito window on a completely unassociated account
The like box still isn’t showing
Updating the theme fixed the social links though. Thank you
I just opened a new account and logged in through an incognito window. It displays just fine. I haven’t even liked the page
- This reply was modified 4 years, 7 months ago by bigwavebusiness.
I’m still working on updating the site to the newest version. But the Facebook page is published. Please see the attached image.
Hi Rikard
We are having this same problem with the website you were just helping me with the layout problem. We’ve gone ahead and moved to live with hopes you can help fix this just as quickly.Also, the social icons in the top bar are not showing. You can click where they are supposed to be which makes the color change and the link works but you can’t see them without hovering your mouse.
Facebook Link:
https://www.facebook.com/BVWaterSports/New Website URL:
http://www.bvwatersports.com/wp-adminYou sir are the man! I always forget about the !important tag. Everything is working now.
That’s what I tried but it doesn’t seem to be working.
OK, so I played with what you’ve given me a little bit and it’s almost spot on now. The only problem is I can’t seem to get it to layer so that the image sits higher than the text. The way it currently sits makes the border of the text block stick into the image instead of following the curve. I tried playing with positioning and z-axis but I quickly learned this is above my pay grade.
Close but the columns are spread pretty far apart still.
OK, I just updated the password again. Hopefully, those credentials will work now.
I added the ID’s
Left image column – special
Right text column – special2Here you go. http://working3.bigwavebusiness.com/index.php/test-page/
Thanks again for your help. I created a user account for you if that helps at all.
This is the page that we are trying to set up like this. Any help you could provide is greatly appreciated. Admittedly I’m not the best with CSS and then making it work within the Enfold framework makes my skill level even more useless.
http://working3.bigwavebusiness.com/index.php/social-events/
Thank you so much. That is the answer I’ve been looking for the whole time!!! You da best!
Switching colors, on the other hand, has started working again for some reason.
It won’t throw any JS errors while viewing the Enfold theme pages but if you go to any page that displays a map you get the following errors.
If you switch from Enfold to the 2020 theme then all of the errors go away and the site functions correctly.
You can recreate the problem by logging in and going to the following page. https://flfishingdir.com/wp-admin/post.php?post=924&action=edit&classic-editor=1
Hello, anyone? I’ve tried what you have said and it didn’t do anything. If anyone could help me with why your theme isn’t working I would really appreciate it.
Again the main problem is that the theme controls are not doing anything. It is definitely an Enfold problem. As soon as I switch to a different theme all of the problems go away.
Why am I being ignored here?
It is definitely a problem with Enfold as switching to the 2020 theme removes the problems.
-
AuthorPosts