• I been using TheCartPress and and TPC with Weaver II theme with no issues but When I upgraded to latest version of TheCartPress the product image, the price and buy button of every product post disappeared, naturally customers are not able to buy now. Any help will be appreciated.

    As I said TCP with Weaver II is a theme developed by TCP team and recommended for this ecommerce plug in and It was working with no issues before the upgrade.
    Thanks

    http://wordpress.org/plugins/thecartpress/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Inigo Gonzalez

    (@inigoini)

    Hi,

    Could you try with Weaver II? I think, since 1.3.4, you don’t need to use those child themes.

    Best regards

    Thread Starter carlosfb

    (@carlosfb)

    Thanks Inigo I decided to use Weaver II Pro 2.1.2 and is functional but have several issues, and my single product page display the featured graphic twice:
    1-A thumbnail of the featured-image. The size defined in the media settings
    2- The single-product-image (which is the same featured image)

    I set Weaver II not show featured image for full posts and it does it in regular posts but not in products.

    Also, the single-product-image is really big and not uniform. How can I change the size and make it uniform for all the posts?
    I also lost all the media share icons (I have it before)
    Thank you for your response

    Hi Carlos,

    Can you provide an url to take a look?

    Thanks
    Best Regards

    Thread Starter carlosfb

    (@carlosfb)

    Thanks for your response.
    I have also now way to control the automatic display of galleries in some of the posts.
    This is the website (is in Spanish)
    Thanks again

    It is because weaver page include featured image.

    You have 2 easy ways:

    1- Hide weaver featured image in TheCartPress single product page:
    .single-tcp_product span.featured-image {
    display:none;
    }
    (you can paste it in TCP appaerance > Custom styles)

    Or..
    2- Duplicate page.php and call it as thecartpress.php, then open thecartpress.php and search and delete a span wiht the featured-image class.

    Best Regards

    Thread Starter carlosfb

    (@carlosfb)

    Thank you very much. It worked using the CSS!
    Now I have a gallery bellow the product photo. This gallery is a repetition of all the photos of the post, including the featured image and happens when there is more than one photo on the post. (in our website we have the book and in some post the author photo). How can I will not display it?
    Here is an example:
    Thank you again for your help
    Carlos

    .single-product-imagen .tiled-gallery {
    display:none;
    }

    Best regards

    Thread Starter carlosfb

    (@carlosfb)

    Thanks very much for your prompt help. That took care of it!
    Carlos

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘TheCartPress 1.3.4.2 and TPC whit Weaver II Theme’ is closed to new replies.