Digital experiences for all disciplines
Forum Replies Created
-
-
November 21, 2014 at 12:47 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #130014
Cool! Thanx so much Rui! I’ve been having this problem for two months o I’m very happy to get a solution! Yes!
…Now I’m just going to try reproducing all this on my live site. 🙂
Thanx for being awesome!
<3
November 20, 2014 at 3:35 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #129755This reply has been marked as private.November 19, 2014 at 10:06 am in reply to: Your theme has bundled outdated copies of WooCommerce template files #1293851. OK.
2. I know. I still need a solution. Since no customizations are done to theme now, we know that’s not the problem. What do we do next about it? I have done all the things you guys told me to do.
November 18, 2014 at 8:57 am in reply to: Your theme has bundled outdated copies of WooCommerce template files #129064Hi Rui!
So what you’re saying is I should not do anything different when I make the changes to content-single-product.php and product-image.php? Fine.
Regarding the rev slider, it doesn’t matter if I put one of my other rev slider (which are working fine on the other pages) on the shop page http://wipsite.monroedesign.se/shop-vaggdekor/. No slider shows on that page. This fact makes me think it is a issue related to WooCommerce and not the rev slider plugin or the content placed inside the specific slider kop_vaggedkor. Also slider kop_vaggdekor used to be working just fine. It stopped working when I updated stuff some months ago. What do you think?
<3
November 17, 2014 at 3:58 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #128890Ok. I didn’t come up with these changes myself, so I’m not sure how to make it work in the updated files content-single-product.php and product-image.php. Please, could you tell me how to change them? If they whats causing the rev slider not to show that is. Seems weird.
Regarding the rev slider, this is how it looks:
[blank_spacer height=”-40px” width=”1/1″ el_position=”first last”] [spb_revslider revslider_shortcode=”kop_vaggdekor” width=”1/1″ el_position=”first last”] [fullwidth_text alt_background=”alt-two” el_class=”pb0 mb0 mt0 bb0 bt0 no-arrow pb0″ width=”1/1″ el_position=”first last”]
You guys have tried to help me with this issue before. The last answer I got was to try updating everything and see if problem was still present before any customizations were done. I did that now. Problem is still present.
Sorry for the inconvenience Brookebut, but I was trying to do the right thing by continuing a already started thread on the same question. You can always choose unsubscribe, you know that right?
<3
November 17, 2014 at 3:41 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #128876Cool! That I can fix. Sorry for messing things up.
The only issue left now is the never solved problem with the rev slider kop_vaggdekor never showing up on my shop page http://wipsite.monroedesign.se/shop-vaggdekor/. I have added the slider both in the page builder field AND underneath in the built in fields. Please see images of this. It doesn’t work to put another rev slider there either. What’s up with this?
These are my custom WooCommerce changes:
Put product title in right text box instead of the default top left corner
2) Open up content-single-product.php in the woocommerce folder and replace:
<div itemscope itemtype=”http://schema.org/Product” id=”product-<?php the_ID(); ?>” <?php post_class(); ?>><div class=”entry-title” itemprop=”name”><?php the_title(); ?></div>
<?php
/**
* woocommerce_show_product_images hook
*
* @hooked woocommerce_show_product_sale_flash – 10
* @hooked woocommerce_show_product_images – 20
*/
do_action( ‘woocommerce_before_single_product_summary’ );
?><div class=”summary entry-summary”>
<div class=”summary-top clearfix”>
<div itemprop=”offers” itemscope itemtype=”http://schema.org/Offer”>
<p itemprop=”price” class=”price”><?php echo $product->get_price_html(); ?></p>
<meta itemprop=”priceCurrency” content=”<?php echo get_woocommerce_currency(); ?>” />
<?php if (!$catalog_mode) { ?><link itemprop=”availability” href=”http://schema.org/<?php echo $product->is_in_stock() ? ‘InStock’ : ‘OutOfStock’; ?>” /><?php } ?>
</div>
with
<div itemscope itemtype=”http://schema.org/Product” id=”product-<?php the_ID(); ?>” <?php post_class(); ?>><?php
/**
* woocommerce_show_product_images hook
*
* @hooked woocommerce_show_product_sale_flash – 10
* @hooked woocommerce_show_product_images – 20
*/
do_action( ‘woocommerce_before_single_product_summary’ );
?><div class=”summary entry-summary”>
<div class=”summary-top clearfix”>
<div class=”entry-title” itemprop=”name”><h1><?php the_title(); ?></h1></div>
<div itemprop=”offers” itemscope itemtype=”http://schema.org/Offer”>
<p itemprop=”price” class=”price”><?php echo $product->get_price_html(); ?></p>
<meta itemprop=”priceCurrency” content=”<?php echo get_woocommerce_currency(); ?>” />
<?php if (!$catalog_mode) { ?><link itemprop=”availability” href=”http://schema.org/<?php echo $product->is_in_stock() ? ‘InStock’ : ‘OutOfStock’; ?>” /><?php } ?>
</div>
Fix blurry product image
Copy /woocommerce/single-product/product-image.php to your child theme (inc structure). 2) Edit line 92(and another place), replacing 800 with the width of image you want 807:
$image = aq_resize( $image_link, 800, NULL, true, false);Attachments:
You must be logged in to view attached files.November 17, 2014 at 3:24 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #128859Cool. You can do whatever you want with http://wipsite.monroedesign.se/ because it’s just my test-site. 🙂
…The only thing I can think of now is that I did redo the custom changes to some php-files on the new Neighborhood theme. This might have been stupid of me but it was working at the time. It was however before I updated all plugins.
So maybe, we should put a new Neighborhood there again – one without my changes to php-files?
<3
November 17, 2014 at 3:18 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #128846Hi again!
I did what you said:
1. Updated Neighborhood and Neighborhood Child via FTP, while having twentyfourteen active.
2. I logged in and updated all plugins. Site still worked after that.
3. Then I activated Neighborhood (not child) and …site went white again. So now I’m back to square one again.
?
<3November 17, 2014 at 3:06 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #128836Hi Rui!
OK, do you mean the child theme css? Because I did upload completely fresh versions of both neighborhood and neighborhood child via FTP. And I tested it all before I redid all my custom changes (both css and changes to php-files.)
My test-site is up now: http://wipsite.monroedesign.se/
I’m going to try updating WooCommerce there now. Last time I did that, the site went white though.
<3
November 16, 2014 at 4:45 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #128622This reply has been marked as private.November 16, 2014 at 2:08 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #128610This reply has been marked as private.November 15, 2014 at 8:47 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #128570This reply has been marked as private.November 15, 2014 at 8:46 pm in reply to: Your theme has bundled outdated copies of WooCommerce template files #128569Hi Kyle!
I have the same issue with outdated bundle for WooCommerce. This happened when I installed the latest version of Neighborhood (via FTP). My site is down now due to this.
1. How do fix these files the system report is listing?
2. My shop page still does not show the rev slider kop_vaggdekor in the top. I hoped this issue was going to be solved by doing all updates and checking if it worked before I redid all my custom changes. The slider still didn’t show, so now I know for sure this revslider-issue is not caused by my custom changes. I’m guessing it is caused by these outdated WooCommerce-files, so it would be great if I could get help finally solving this issue too now.
Please help!
<3
Angela### Miljö ###
Hemadress: http://monroedesign.se
Sajtadress: http://monroedesign.se
WC-version: 2.2.8
WC-databasversion: 2.2.8
WP-version: 4.0
WP Multisite Aktiverat: Nej
Webserverinfo: Apache/2.2.22 (FreeBSD) PHP/5.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8y
PHP-version: 5.4.6
MySQL-version: 5.5.34
WP Aktiva tillägg: 24
WP Memory Limit: 132 MB
WP Debug Mode: Ja
WP-språk: sv_SE
WP Max Upload Size: 32 MB
PHP Post Max Size: 32 MB
PHP Time Limit: 30
PHP Max Input Vars: 2000
SUHOSIN installerat: Nej
WC Logging: Loggmappen (/www/webvol2/wy/h7ijry3qllfly71/monroedesign.se/public_html/wc-logs/) är skrivbar.
Tidszon: Tidszon är UTC
fsockopen/cURL: fsockopen och cURL är aktiverat på din server.
SOAP-klient: Servern har SOAP-klientklassen aktiverad.
WP Remote Post: wp_remote_post() fungerar korrekt – PayPal IPN fungerar.### Locale ###
decimal_point: .
thousands_sep: Inte tillgänglig
mon_decimal_point: Inte tillgänglig
mon_thousands_sep: Inte tillgänglig### Plugins ###
Installerade plugins: Adminer av Frank Bültge version 1.3.1
Akismet av Automattic version 3.0.3
CloudFlare av Ian Pye
Jerome Chen
James Greene
Simon Moore (CloudFlare Team) version 1.3.14
Contact Form 7 av Takayuki Miyoshi version 4.0.1
Download Manager av Shaon version 2.6.96
Google XML Sitemap av Cor van Noorloos version 0.1.1
Installer av OnTheGoSystems Inc. version 0.7.1
oAuth Twitter Feed for Developers av Storm Consultancy (Liam Gladdy) version 2.2.1
Post Types Order av Nsp Code version 1.7.4
Previous and Next Post in Same Taxonomy av Bill Erickson version 1.0
Links/Problem Reporter av RaminMT version 2.6.0
Revolution Slider av ThemePunch version 4.6.0
Simple Image Sizes av Rahe version 3.0.1
Under Construction av Jeremy Massel version 1.12
WooCommerce – All in One SEO Pack av Visser Labs version 1.3.2
WooCommerce av WooThemes version 2.2.8
WooThemes Helper av WooThemes version 1.3.0
WordPress-importör av wordpressdotorg version 0.6.1
WordPress SEO av Team Yoast version 1.6.3
WP-Memory-Usage av Alex Rabe version 1.2.2
WP-Optimize av Ruhani Rabin version 1.8.9.7
WP Smush.it av WPMU DEV version 1.6.5.4
WP Super Cache av Automattic version 1.4.2
WPide av Simon @ WPsites version 2.3.2### Inställningar ###
Tvinga SSL: Nej
### WC-sidor ###
Butiksbas: #14753 – /shop-vaggdekor/
Varukorg: #15849 – /varukorg/
Kassan: #15862 – /kassa/
Mitt konto: #16686 – /min-sida/### WC-taxonomier ###
Produkttyper: external (external)
grouped (grouped)
simple (simple)
variable (variable)### Tema ###
Temanamn: Neighborhood Child Theme
Temaversion: 1.0
Temaförfattare URL: http://www.swiftideas.net
Är barntema: Ja
Modertemas namn: Neighborhood
Modertemas version: 1.90
Modertemas författare URL:http://www.swiftideas.net
WooCommerce-support: Ja### Mallar ###
Överskridande av mallar (WooCommerce):neighborhood/woocommerce/archive-product.php
neighborhood/woocommerce/cart/cart-empty.php
neighborhood/woocommerce/cart/cart-item-data.php
neighborhood/woocommerce/cart/cart-shipping.php
neighborhood/woocommerce/cart/cart-totals.php
neighborhood/woocommerce/cart/cart.php
neighborhood/woocommerce/cart/cross-sells.php
neighborhood/woocommerce/cart/mini-cart.php
neighborhood/woocommerce/cart/shipping-calculator.php
neighborhood/woocommerce/checkout/cart-errors.php
neighborhood/woocommerce/checkout/form-billing.php
neighborhood/woocommerce/checkout/form-checkout.php
neighborhood/woocommerce/checkout/form-coupon.php versionen 1.6.4 är utdaterad. Huvudversionen är 2.2
neighborhood/woocommerce/checkout/form-login.php
neighborhood/woocommerce/checkout/form-pay.php
neighborhood/woocommerce/checkout/form-shipping.php versionen 2.1.2 är utdaterad. Huvudversionen är 2.2.0
neighborhood/woocommerce/checkout/thankyou.php versionen 2.0.0 är utdaterad. Huvudversionen är 2.2.0
neighborhood/woocommerce/content-product.php
neighborhood/woocommerce/content-product_cat.php
neighborhood/woocommerce/content-single-product.php
neighborhood/woocommerce/loop/add-to-cart.php
neighborhood/woocommerce/loop/loop-end.php
neighborhood/woocommerce/loop/loop-start.php
neighborhood/woocommerce/loop/no-products-found.php
neighborhood/woocommerce/loop/orderby.php versionen 2.0.0 är utdaterad. Huvudversionen är 2.2.0
neighborhood/woocommerce/loop/pagination.php versionen 2.0.0 är utdaterad. Huvudversionen är 2.2.2
neighborhood/woocommerce/loop/price.php
neighborhood/woocommerce/loop/rating.php
neighborhood/woocommerce/loop/result-count.php
neighborhood/woocommerce/loop/sale-flash.php
neighborhood/woocommerce/myaccount/form-edit-address.php
neighborhood/woocommerce/myaccount/form-login.php versionen 2.1.0 är utdaterad. Huvudversionen är 2.2.6
neighborhood/woocommerce/myaccount/form-lost-password.php
neighborhood/woocommerce/myaccount/my-account.php
neighborhood/woocommerce/myaccount/my-address.php versionen 2.0.0 är utdaterad. Huvudversionen är 2.2.0
neighborhood/woocommerce/myaccount/my-downloads.php
neighborhood/woocommerce/myaccount/my-orders.php versionen 2.1.0 är utdaterad. Huvudversionen är 2.2.0
neighborhood/woocommerce/order/form-tracking.php
neighborhood/woocommerce/order/order-details.php versionen 2.1.0 är utdaterad. Huvudversionen är 2.2.0
neighborhood/woocommerce/order/tracking.php versionen 1.6.4 är utdaterad. Huvudversionen är 2.2.0
neighborhood/woocommerce/single-product/add-to-cart/external.php
neighborhood/woocommerce/single-product/add-to-cart/grouped.php
neighborhood/woocommerce/single-product/add-to-cart/simple.php
neighborhood/woocommerce/single-product/add-to-cart/variable.php
neighborhood/woocommerce/single-product/meta.php
neighborhood/woocommerce/single-product/price.php
neighborhood/woocommerce/single-product/product-image.php
neighborhood/woocommerce/single-product/product-thumbnails.php
neighborhood/woocommerce/single-product/related.php
neighborhood/woocommerce/single-product/review.php
neighborhood/woocommerce/single-product/sale-flash.php
neighborhood/woocommerce/single-product/share.php
neighborhood/woocommerce/single-product/short-description.php
neighborhood/woocommerce/single-product/tabs/additional-information.php
neighborhood/woocommerce/single-product/tabs/description.php
neighborhood/woocommerce/single-product/tabs/tabs.php
neighborhood/woocommerce/single-product/title.php
neighborhood/woocommerce/single-product/up-sells.php
neighborhood/woocommerce/single-product-reviews.php
neighborhood/woocommerce/single-product.php
neighborhood/woocommerce/taxonomy-product_cat.php
neighborhood/woocommerce/taxonomy-product_tag.phpHi Rui!
What are those files called? The only file inside the JS folder on my FTP that I have made changes to is:
/js/functions.js
slideshowSpeed: 6000,
TO:
slideshowSpeed: 8000,
(at 4 places in the file)I did replace my functions.js with the original from the Neighborhood 1.9 just now. No change with the slider.
?
<3
Exactly. I’ve tried adding it in both normal ways I know (= page builder in the top of the page back end AND in the bottom of the page by assigning a hybrid slider. I was working before. Then I updated. No other sliders can be added either, so it’s no issue related to this specific rev slider.
<3
A
-