New Landing How can we help? Themeforest Theme Support Neighborhood Your theme has bundled outdated copies of WooCommerce template files

Viewing 15 posts - 16 through 30 (of 46 total)
  • #128865
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    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

    #128876
    lobsterass
    Member
    Post count: 386

    Cool! 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&#8221; 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”&gt;

    <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/&lt;?php echo $product->is_in_stock() ? ‘InStock’ : ‘OutOfStock’; ?>” /><?php } ?>

    </div>
    with
    <div itemscope itemtype=”http://schema.org/Product&#8221; 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”&gt;

    <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/&lt;?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.
    #128881
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    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

    #128884
    Brookebot
    Member
    Post count: 112

    Please start your own thread. This topic is resolved. I am receiving email notifications that are specific to your problem.

    #128890
    lobsterass
    Member
    Post count: 386

    Ok. 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

    #129028
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    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

    #129064
    lobsterass
    Member
    Post count: 386

    Hi 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

    #129384
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    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

    #129385
    lobsterass
    Member
    Post count: 386

    1. 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.

    #129517
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    There is an error in the javascript console regarding the Rev Slider.
    Can you provide us admin access?

    Thanks
    -Rui

    #129755
    lobsterass
    Member
    Post count: 386
    This reply has been marked as private.
    #129981
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    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

    #130014
    lobsterass
    Member
    Post count: 386

    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

    #130018
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks for the kind words.
    -Rui

    #130309
    lobsterass
    Member
    Post count: 386
    This reply has been marked as private.
Viewing 15 posts - 16 through 30 (of 46 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register