Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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 imageThere 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!
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
August 8, 2013 at 10:20 pm in reply to: Product Description & Additional Details Dropdown Problems #15347Issue was solved when I turned on Woocommerce CSS. Thanks support team!
August 8, 2013 at 10:19 pm in reply to: Shipping and Billing section not displaying in two columns #15344Thanks 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”.
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.
August 7, 2013 at 7:23 pm in reply to: Product Description & Additional Details Dropdown Problems #15003This reply has been marked as private.August 7, 2013 at 7:20 pm in reply to: Shipping and Billing section not displaying in two columns #14997Thank you for your rapid response and look forward to hearing back from you.
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.
August 7, 2013 at 4:23 pm in reply to: Shipping and Billing section not displaying in two columns #14915Hey 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.Update: Conflict with Revolution Slider Plugin, Is there any way to fix it?
August 6, 2013 at 9:51 pm in reply to: Shipping and Billing section not displaying in two columns #14795This reply has been marked as private.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.
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
-
Posted in: We hit Power Elite.