Forum Replies Created
-
AuthorPosts
-
November 13, 2024 at 11:28 pm in reply to: There has been a critical error on your website. #1471278
follow up – this was the answer from my hosting service:
As per techs, this is due to a recent update in WordPress core. WordPress 6.7, recently released, changes the way translations are loaded, aligning with best practices for internationalization. This shift affects how and when translation strings should be triggered, aiming to prevent potential issues that arise from loading translations too early. Most plugins haven’t adapted to this.
A quick fix is to deactivate debug mode in the wp-config.php file by turning it off as shown below:-
define( ‘WP_DEBUG’, false );that fixed the issue.
- This reply was modified 3 days, 15 hours ago by Munford.
HI again
a bit urgent!
I am now seeing an error on the site below and can’t login to the wp admin
can you take a look?
also updated today…maybe a conflict between wp 6.7 and the new enfold version?
thanksok
thanksNovember 13, 2024 at 4:14 pm in reply to: text block on color section not displaying on firefox #1471244you can close this
November 13, 2024 at 3:12 pm in reply to: text block on color section not displaying on firefox #1471233ok thanks. I think it’s the ad blocker on chrome
yes I restored both sites to backups and will monitor it.
I increased the php on both sites – could that have been an issue in combo with the recent enfold update?October 11, 2024 at 10:32 am in reply to: events calendar “additional content’ settings not working anymore #1468910yes I do it in text mode, but the changes don’t save. I wrote to the event calendar support and they said it is a glitch in the plugin that they are looking at fixing. She also said the previous events links at the bottom should be there but are being blocked by some customizing I have there, but all I see is this which is hiding the search bar at the top:
/*-------hide top bars on events page--------*/ .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border { display: none } .tribe-events-header.tribe-events-header--has-event-search { display: none }
can you see why that would effect the previous events links?
thanks for taking a look
NancyThis reply has been marked as private.This reply has been marked as private.you can cloes this thanks
thanks yes it’s there now
ok I will try that plugin.
Is there a solution to getting the forum name on the bbpress forum pages?
thanks for your help
NancyHi
sorry about adding to this thread.The css code was there added to the theme files, but I re-added it and it’s still not working.
thanks for taking a look
Nancyactually the flag thing didn’t work – it only hid the active language.
see below- This reply was modified 2 months, 4 weeks ago by Munford.
Hi
Thanks that worked.
Could you look at one other thing?
I am using the Events Calendar and want the overview and single pages to look similar but I am seeing a big padding at the top of the single events pages. See below. The overview page has a bit of extra spacing and that header which is added to the EC settings.
Can I get them to match?
thanks
NancyHi Again
I worked out the video issue, thanks.sorry, I want the language swtichers to be in the fly out menu on mobile, like they are now, but they aren’t lined up becuse it’s in a list.
Can they be in one line side by side or lined up on the left side?thanks
NancyOK I figured that out.
Can you help me with another thing?
I have a video I am trying to upload to the site.
I added it via FTP but I can’t see how to access it – it’s not in the media library.
If I add the url it doesn’t load.
Can this be done? I don’t really want to deal with the file size limit thing.
thanks
Nancy- This reply was modified 2 months, 4 weeks ago by Munford.
Hi
The language switcher isn’t hidden, but I’d like the flags inline with each other.
I will try the social icons code.
I saw in the social icons admin area that they can be added to the footer, but I don’t see any options there.
Does that still have to be coded in?
thanks
Nancythanks – that worked!
yes that works thanks very much!
sorry they are both published now.
When I tried before to login as a client they were published as well, and it didn’t redirect.- This reply was modified 3 months, 3 weeks ago by Munford.
This reply has been marked as private.is there a kriesi email I can use?
no I had a redirect rule on there but now it’s disables and it’s still not going to the /dashboard/
Hi
Thanks
I tried that but it’s still leading to the “for medlemmer” page, just logged in.hi MIke
Is this correct? it did not work for me. It’s still landing on the same page after login.function custom_redirect_after_login( $redirect, $user ) { // Check if the user is logging in from the WooCommerce login form $requested_redirect_to = isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : ''; if ( empty( $requested_redirect_to ) && ( is_account_page() || is_page( 'https://www.wift.nu/for-medlemmer/' ) ) ) { // URL of your custom My Account page $custom_account_page_url = site_url( '/https://www.wift.nu/dashboard/' ); $redirect = $custom_account_page_url; } return $redirect; } add_filter( 'woocommerce_login_redirect', 'custom_redirect_after_login', 10, 2 );
- This reply was modified 3 months, 3 weeks ago by Munford.
thanks,
I need to get access to the site files since I’m missing the theme editor.great, thanks!
HI
that worked perfectly, thanks!I am also having an issue with my woocommerce cart icon, that isn’t accesible on mobile since it’s getting cut off on the right side.
Even if I move the burger menu over, it’s still not clickable. https://imgur.com/ZCfm3ze
Nancy- This reply was modified 4 months, 1 week ago by Munford.
July 4, 2024 at 4:10 pm in reply to: URGENT site corrupted after product update on woocommerce #1461347yes it’s resolved thanks
-
AuthorPosts