Home Forums WoodMart support forum The site is experiencing technical difficulties.

The site is experiencing technical difficulties.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #132393

    eladbm6
    Participant

    Hello,
    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.

    #132402

    Hello,

    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

    #132460

    eladbm6
    Participant

    Hey 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?

    #132499

    Hello,

    Please make the full backup of your site and provide your site admin access to the private area.

    Best Regards

    #132581

    eladbm6
    Participant

    Hey this:
    Thank you πŸ™‚

    #132610

    Hello,

    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

    #132611

    eladbm6
    Participant

    Hey,
    I do it and still not work. The problem is still there.

    #132627

    Hello,

    Please remove this code: http://prntscr.com/oeu8pl from the file and check.

    Best Regards

    #132636

    eladbm6
    Participant

    Thank you very much! it was solved.

    #132646

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘The site is experiencing technical difficulties.’ is closed to new replies.