Title: Upgrade to version 1.3.3
Last modified: August 21, 2016

---

# Upgrade to version 1.3.3

 *  [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * (@wesfoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/)
 * I upgraded to 1.3.3 (and also upgraded Dynamic Options) and my website went blank.
   I backed it out and everything was back to normal. When I set up TCP I had an
   issue in that one of my drop down options did not appear in order and you sent
   me a .js file that fixed it. Please help…
 * [http://wordpress.org/plugins/thecartpress/](http://wordpress.org/plugins/thecartpress/)

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

 *  Plugin Author [Inigo Gonzalez](https://wordpress.org/support/users/inigoini/)
 * (@inigoini)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307847)
 * Hi,
 * Do you have more thecartpress plugins?
 * Best regards
 *  Thread Starter [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * (@wesfoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307866)
 * Dynamic Options, CSV Loader, Frontend, USPS Shipping (activated but not on use),
   Photozoom is downloaded but not activated.
    Hope that helps.
 *  Plugin Author [Inigo Gonzalez](https://wordpress.org/support/users/inigoini/)
 * (@inigoini)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307867)
 * Yes,
 * USPS Shipping must be deactivate before update TheCartPress.
 * Please, deactivate all of them (you’ll not lose anything), upgrade, and reactivate
   again all of them.
 * After upgrade TheCartPress, you should upgrade Dynamic Options.
 * Best regards
 *  Thread Starter [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * (@wesfoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307868)
 * So deactivate all but The CartPress. Then reactivate. Should I deactivate all
   when upgrading Dynamic Options as well?
    Thanks
 *  Plugin Author [Inigo Gonzalez](https://wordpress.org/support/users/inigoini/)
 * (@inigoini)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307869)
 * Hi,
 * No, you can upgrade Dynamic Options without any problems.
 * I think, only USPS Shipping has a conflict when TheCartPress is deactivate.
 * Best regards
 *  Thread Starter [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * (@wesfoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307870)
 * Thanks
 *  Thread Starter [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * (@wesfoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307884)
 * That worked but now the information about the product is on the side of the image
   instead of below. I would like my image full width since this is a photography
   print website. I went to Look&Feel Theme compatibility. Under How to display 
   Product Details I Selected Product as Post type and Image size in content as 
   full-width. I save the changes and it goes back to thumbnail. I did change the
   button style colors and sizes it changes the info on the product pages but the
   setting still shows Theme default. Is there another setting I am missing?
    Thanks
 *  Plugin Author [Inigo Gonzalez](https://wordpress.org/support/users/inigoini/)
 * (@inigoini)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307894)
 * Hi,
 * uhm, It looks like a bug….let me to take a look..
 * Best regards
 *  Plugin Author [Inigo Gonzalez](https://wordpress.org/support/users/inigoini/)
 * (@inigoini)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307895)
 * Hi,
 * It’s a bug. You could fix it modifying the line 107 in thecartpress/appearance/
   ThemeCompatibilitySettings.class.php
 * Current line:
    $image_size_content = $thecartpress->get_setting( ‘image_size_content’,‘
   thumbnail’ );
 * Change to:
    $image_size_content = $thecartpress->get_setting( ‘image_size_content’.
   $suffix, ‘thumbnail’ );
 * I just add “. $suffix”.
 * Best regards
 *  Thread Starter [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * (@wesfoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307904)
 * Do you mean line 87? I updated but it still looks the same with the image an 
   then Price, Finishes, Sizes, quantity and add to cart on the right instead of
   bottom. I went back to Product Details I Selected Product as Post type and Image
   size in content as full-width and saved. It did say it saved it as full-width
   but no difference. I also changed it to large and no difference.
    For example,
   [http://shop.wesfoto.com/product/e-040/](http://shop.wesfoto.com/product/e-040/)
 * I also found something else in the Wish List widget – the image doesn’t show 
   up when it’s added to the wish list. Works fine with Last Visited.
 * If I inspect the element in Chrome it says
 * `<a class="tcp_size-thumbnail" href="http://shop.wesfoto.com/product/e-040/">
   <img class="img-responsive" src="http://shop.wesfoto.com/wp-content/themes/emphaino/
   images/tcp-no-image.jpg" alt="No image" title="E-040: Sizes: x 10in: Finishes:
   Acrylic" unselectable="on" style="-webkit-user-select: none; -webkit-user-drag:
   none;"></a>`
 * But when it shows up on the last visited it says (and the image appears):
    `<
   a class="tcp_size-thumbnail" href="http://shop.wesfoto.com/product/e-040/"><img
   src="http://i2.wp.com/shop.wesfoto.com/wp-content/uploads/E-040.jpg?fit=250%2C250"
   class="attachment-thumbnail wp-post-image" alt="E-040" unselectable="on" style
   ="-webkit-user-select: none; -webkit-user-drag: none;"></a>`
 * Thanks
 *  Thread Starter [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * (@wesfoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307906)
 * Also the Button Styles reset to Theme Default. If I customize them and save them
   they seem to save because the button show up customized but the settings page
   still says Theme Default. If I change another setting on that page it goes back
   to Theme Default,
 *  Plugin Author [Inigo Gonzalez](https://wordpress.org/support/users/inigoini/)
 * (@inigoini)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307916)
 * Hi wesfoto,
 * Could you contact with using the contact button in our community:
 * [http://extend.thecartpress.com/contact/](http://extend.thecartpress.com/contact/)
 *  [sur](https://wordpress.org/support/users/sur/)
 * (@sur)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307921)
 * Hi wesfoto,
    The template for single product in this version is changed. You 
   can fix your image issue with styles:
 *     ```
       .tcpf .single-product-imagen.col-md-7 {
           width: 100%;
       }
       ```
   
 * For deep customizations note you could copy tcp-single-product.php from thecartpress
   >themes-templates to your theme directory and then customize it as you want.
 * About Buy button styles, you are right, your theme has very specific styles and
   it overwrite TheCartPress styles.
    I´m going to send it to iñigo but at this 
   point you can fix it:
 *     ```
       button[type="submit"].tcp-btn {
         -webkit-box-shadow: none;
         box-shadow: none;
         text-shadow:none;
         height: auto;
         background-image: none;
       }
   
       button[type="submit"].tcp-btn:hover {
         -webkit-box-shadow: none;
         box-shadow: none;
         text-shadow:none;
         height: auto;
         background-image: none;
       }
       ```
   
 * Best Regards
    Luis
 *  Thread Starter [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * (@wesfoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307922)
 * Thanks, I’ll make the updates.
    How about the Wish List issue, are you looking
   into that still?

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

The topic ‘Upgrade to version 1.3.3’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/thecartpress_fefefe.svg)
 * [TheCartPress eCommerce Shopping Cart](https://wordpress.org/plugins/thecartpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/thecartpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/thecartpress/)
 * [Active Topics](https://wordpress.org/support/plugin/thecartpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/thecartpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/thecartpress/reviews/)

## Tags

 * [upgrade](https://wordpress.org/support/topic-tag/upgrade/)

 * 14 replies
 * 3 participants
 * Last reply from: [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/upgrade-to-version-133/#post-4307922)
 * Status: not resolved