• Resolved ESAR

    (@muthaf)


    I updated to the most recent version of Rambo and it crashed wordpress. I had to delete the theme to get it working again. Message is:

    Warning: require(/home/mydirectory/public_html/blog/wp-content/themes/rambo/functions/woo/woocommerce.php): failed to open stream: No such file or directory in /home/mydirectory/public_html/blog/wp-content/themes/rambo/functions.php on line 22

    Fatal error: require(): Failed opening required ‘/home/mydirectory/public_html/blog/wp-content/themes/rambo/functions/woo/woocommerce.php’ (include_path=’.:/usr/local/lib/php’) in /home/mydirectory/public_html/blog/wp-content/themes/rambo/functions.php on line 22

    I don’t have WooCommerce. I’ve never had WooCommerce, I don’t know why it’s coming up with this.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Imran Ali

    (@imranaliweb)

    Hi

    Thanks for use our theme

    Please remove or Comments this lines in function.php your theme (Theme Directory >> function.php )

    1. require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/woo/woocommerce.php’ ); Comment or remove (line number 22 )

    Thnaks

    Thread Starter ESAR

    (@muthaf)

    Well now it works but the title of the blog is now “Blog Archives”

    and the title of each blog post on the main page cuts off the first 30 characters or show.

    Too many glitches to keep messing with it.

    Imran Ali

    (@imranaliweb)

    hi

    Blog archive line character
    Please remove line no : 753 in Bootstrap.css (Theme Package >> css >> Bootstrp.css) your theme

    For title show
    second is remove lino no :2657 in style.css (Theme Package >> style.css )

    check it…

    Thnaks..

    Thread Starter ESAR

    (@muthaf)

    Can you tell me what code to remove rather than what line? My CSS editor must not match up to yours because Line 753 in Bootstrap.css is just } and line 2657 in style.css is color: hsl(200, 7%, 49%);

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi

    If possible then kindly share your website URL .

    So that we can assist you better.

    Thanks

    Akhilesh

    Imran Ali

    (@imranaliweb)

    Hi

    Find this code in bootstrap.css
    h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: normal;
    /* font-weight: bold; Shahid */
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility; ( Remove or comment this code )
    }

    Find this code in Style.css
    .blog_single_post h2, .blog_section2 h2, .blog_section h2
    {
    font-size: 26px;
    line-height: 30px;
    color: hsl(200, 7%, 49%);
    margin-left: -428px; ( Remove this line in Style.css file )
    }

    Thanks.

    Thread Starter ESAR

    (@muthaf)

    Thanks for your help imranaliweb

    The second problem with the titles of each blog post has gone away–possibly with the most recent update?

    The title of my blog is still “Blog Archives” though.

    When I change the code in bootstrap.css the title goes from

    Blog Archive
    to
    Blog
    Archive

    But the title does not change.

    Imran Ali

    (@imranaliweb)

    hi

    kindly tell us your problem Blog title indicating though screen shot .
    and
    please Share your website URL

    Thanks.

    Hi

    Did resolved your issue?

    Thank’s

    Sunil

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Crashed after update’ is closed to new replies.