Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • in reply to: Issues with new update…HELP! #27908
    tallguydesign
    Member
    Post count: 18

    I found that when I disabled all plugins and edited the code…it cleared up the issues with the “Unexpected Character”
    Lines 82-84
    $meta_query = array();
    $meta_query[] = $woocommerce->query->visibility_meta_query();
    $meta_query[] = $woocommerce->query->stock_status_meta_query();

    Lines 274-276
    $meta_query = array();
    $meta_query[] = $woocommerce->query->visibility_meta_query();
    $meta_query[] = $woocommerce->query->stock_status_meta_query();

    Lines 32-40
    if ( $count > 1 ) {
    $product_item_text = str_replace(‘%’, number_format_i18n($count), __(‘% items’, ‘swiftframework’));
    } elseif ( $count == 0 ) {
    $product_item_text = __(‘0 items’, ‘swiftframework’);
    } else {
    $product_item_text = __(‘1 item’, ‘swiftframework’);
    }
    return $product_item_text;
    }

    1. Navigate to the “Theme Options”
    2. Find your uploaded logo
    3. Click “Remove Upload”
    4. Click “Upload” and find your logo image
    5. Upload that image

    in reply to: Issues with new update…HELP! #27712
    tallguydesign
    Member
    Post count: 18

    There is a serious issue that occurred within my website after the newest theme update. Please help me fix these issues. Thanks for your continued awesome support!

    in reply to: Issues with new update…HELP! #27301
    tallguydesign
    Member
    Post count: 18

    Warning: Unexpected character in input: ‘’ (ASCII=8) state=1 in /home8/tallguyd/public_html/tallguytee/wp-content/themes/neighborhood/includes/swift-framework/sf-woocommerce.php on line 38

    Warning: Cannot modify header information – headers already sent by (output started at /home8/tallguyd/public_html/tallguytee/wp-content/themes/neighborhood/includes/swift-framework/sf-woocommerce.php:38) in /home8/tallguyd/public_html/tallguytee/wp-includes/pluggable.php on line 875

    in reply to: Product Description & Additional Details Dropdown Problems #15347
    tallguydesign
    Member
    Post count: 18

    Issue was solved when I turned on Woocommerce CSS. Thanks support team!

    in reply to: Shipping and Billing section not displaying in two columns #15344
    tallguydesign
    Member
    Post count: 18

    Thanks so much Mel and Ed. This fixed my issue right away! It even fixed my problem from a different post regarding Description floating over the “Add to Shopping Cart”.

    in reply to: Revolution Slider doesn´t work #15017
    tallguydesign
    Member
    Post count: 18

    I may suggest creating a new page, using the swift page builder and inputting the shortcode for revolution slider “[revslider_1]” or whatever you named the slide. Then changing your “Customize” theme options from “Your Latest Posts” to a “Static Page” to allow you to have more control over your page.

    tallguydesign
    Member
    Post count: 18
    This reply has been marked as private.
    tallguydesign
    Member
    Post count: 18

    Thank you for your rapid response and look forward to hearing back from you.

    in reply to: WordPress 3.6 Problem #14996
    tallguydesign
    Member
    Post count: 18

    I will keep that in mind, thanks for the help Mel! 🙂 you can close this post, as people should check which of their plugins are incompatible.

    tallguydesign
    Member
    Post count: 18

    Hey Mel,
    I just checked my site and it loaded for me. My hosting just went through a bad downtime the other day, so maybe they were still fixing that problem.

    in reply to: WordPress 3.6 Problem #14802
    tallguydesign
    Member
    Post count: 18

    Update: Conflict with Revolution Slider Plugin, Is there any way to fix it?

    tallguydesign
    Member
    Post count: 18
    This reply has been marked as private.
    in reply to: Mozilla Issues #13927
    tallguydesign
    Member
    Post count: 18

    The icon issue was resolved once I relocated my website directly to the root directory. However, I still need assistance on how to make the Checkout page display in two columns like you have in your example on themeforest.net. I also need assistance, as I do not understand why products i didn’t specify are being displayed on the shop page.

    in reply to: Mozilla Issues #13647
    tallguydesign
    Member
    Post count: 18

    I do have other plugins but I disabled all of them and it still isn’t showing the icons. And it looks like the Shipping Address line is off-kilter

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