Home › Forums › WoodMart support forum › The site is experiencing technical difficulties.
The site is experiencing technical difficulties.
- This topic has 9 replies, 2 voices, and was last updated 5 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
July 12, 2019 at 6:31 am #132393
eladbm6ParticipantHello,
1. i bought woodMart a week ago and I have problem with the posts in my blog.
i got error – “The site is experiencing technical difficulties.”
Example: https://tivetz.ussl.co.il/2019/04/19/%d7%90%d7%99%d7%9a-%d7%9c%d7%aa%d7%97%d7%96%d7%a7-%d7%9b%d7%a1%d7%90%d7%95%d7%aa-%d7%91%d7%a8-%d7%9c%d7%9e%d7%98%d7%91%d7%97/why it happend and what I can do to solve it?
Thank you.
July 12, 2019 at 7:46 am #132402
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area for us to check
Best Regards
July 12, 2019 at 2:48 pm #132460
eladbm6ParticipantHey Elise thank you for answer.
I deactivate the plugin – “Redux Framework” that related to the theme, and the error – “βThe site is experiencing technical difficulties.β is solved, but now that blog and the posts looks bad.
So what the problem? What need to do now?July 13, 2019 at 4:40 am #132499
Elise NoromitMemberHello,
Please make the full backup of your site and provide your site admin access to the private area.
Best Regards
July 13, 2019 at 6:29 pm #132581
eladbm6ParticipantHey this:
Thank you πJuly 14, 2019 at 8:35 am #132610
Elise NoromitMemberHello,
Please find this file woodmart\inc\template-tags.php
woodmart_breadcrumbs fundtion
and paste the below-provided code instead of the code shown on the screenshot https://prnt.sc/oers7i :
$cat = get_the_category(); $cat = $cat[0]; $cats = get_category_parents($cat, TRUE, $delimiter); if ($show_current == 0) $cats = preg_replace("#^(.+)$delimiter$#", "$1", $cats); $cats = str_replace('<a', $link_before . '<a' . $link_attr, $cats); $cats = str_replace('</a>', '</a>' . $link_after, $cats); if ($show_title == 0) $cats = preg_replace('/ title="(.*?)"/', '', $cats); echo wp_kses_post( $cats ); if ($show_current_post == 1) echo wp_kses_post( $before ) . get_the_title() . wp_kses_post( $after ); $cat = get_the_category(); if ( $cat && isset( $cat[0] ) ) { $cat = $cat[0]; $cats = get_category_parents($cat, TRUE, $delimiter); if ($show_current == 0) $cats = preg_replace("#^(.+)$delimiter$#", "$1", $cats); $cats = str_replace('<a', $link_before . '<a' . $link_attr, $cats); $cats = str_replace('</a>', '</a>' . $link_after, $cats); if ($show_title == 0) $cats = preg_replace('/ title="(.*?)"/', '', $cats); echo wp_kses_post( $cats ); if ($show_current_post == 1) echo wp_kses_post( $before ) . get_the_title() . wp_kses_post( $after ); }
Best Regards
July 14, 2019 at 8:45 am #132611
eladbm6ParticipantHey,
I do it and still not work. The problem is still there.July 14, 2019 at 1:47 pm #132627
Elise NoromitMemberJuly 14, 2019 at 3:25 pm #132636
eladbm6ParticipantThank you very much! it was solved.
July 14, 2019 at 8:08 pm #132646
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘The site is experiencing technical difficulties.’ is closed to new replies.
- You must be logged in to create new topics. Login / Register