Upgrade to version 1.3.3
-
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…
-
Hi,
Do you have more thecartpress plugins?
Best regards
Dynamic Options, CSV Loader, Frontend, USPS Shipping (activated but not on use), Photozoom is downloaded but not activated.
Hope that helps.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
So deactivate all but The CartPress. Then reactivate. Should I deactivate all when upgrading Dynamic Options as well?
ThanksHi,
No, you can upgrade Dynamic Options without any problems.
I think, only USPS Shipping has a conflict when TheCartPress is deactivate.
Best regards
Thanks
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?
ThanksHi,
uhm, It looks like a bug….let me to take a look..
Best regards
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
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/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
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,
Hi wesfoto,
Could you contact with using the contact button in our community:
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
LuisThanks, I’ll make the updates.
How about the Wish List issue, are you looking into that still?
The topic ‘Upgrade to version 1.3.3’ is closed to new replies.