Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Your theme has bundled outdated copies of WooCommerce template files
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Your theme has bundled outdated copies of WooCommerce template files
Tagged: outdated bundle WooCommerce
- This topic has 45 replies, 5 voices, and was last updated 9 years by Kyle – SUPPORT.
-
Posted in: Neighborhood
-
November 17, 2014 at 3:29 pm #128865
You had an error on the file sf-portfolio.php
The quotes were in a wrong format.
$filter_output .= '<a href="#" class="select"><i class="fa-align-justify"></i>'. __(“Välj kategori”, "swiftframework") .'</a>'. "\n";
Already updated the theme to 1.96 and the child theme is active.
It seems to be all ok now.-Rui
November 17, 2014 at 3:41 pm #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:45 pm #128881Hi,
You have to do those changes bases on the newest theme files if just if the files changes.
Regarding the Slider it seems to be some unclosed tag in the slider content that is causing it.
-Rui
November 17, 2014 at 3:50 pm #128884Please start your own thread. This topic is resolved. I am receiving email notifications that are specific to your problem.
November 17, 2014 at 3:58 pm #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 18, 2014 at 12:35 am #129028Hi,
You have to repeat the instructions you have described above to those 2 files.
“Copy file from x to y and replace line z”Regarding the Rev Slider, I meant the content you placed inside the Rev Slider not the slider asset on the page.
-Rui
November 18, 2014 at 8:57 am #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 19, 2014 at 10:05 am #129384Hi,
1- Yes, Just reproduce the same steps.
2- Not sure, I guess we already check this situation a few months ago without any conclusion unfortunately.
-Rui
November 19, 2014 at 10:06 am #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 19, 2014 at 7:26 pm #129517There is an error in the javascript console regarding the Rev Slider.
Can you provide us admin access?Thanks
-RuiNovember 20, 2014 at 3:35 pm #129755This reply has been marked as private.November 21, 2014 at 11:22 am #129981Hi,
Can you check now the test site.
It seems to be a conflict with the shop page and our Rev Slider shortcode.I used the official Rev Slider shortcode inside a Text Block asset and now it’s working fine.
-Rui
November 21, 2014 at 12:47 pm #130014Cool! 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 21, 2014 at 1:01 pm #130018Great. Thanks for the kind words.
-RuiNovember 23, 2014 at 11:18 pm #130309This reply has been marked as private. -
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.