Home Forums Themes Support Gecko Add to Cart and Quick View buttons under product image

Viewing 1 reply thread
  • Author
    Posts
    • #24255

      Hello.

      Is it possible to pput down the Add to Cart and Quick View products under the product pictures in the product listing? I’ll drop a site that is currently doing it with Gecko theme.

       

      Also I’d like to know if its possible to add custom content on the Shop Page. Mostly what I want to do is add custom content on the page where the products are listed with the pagination system. I tried to add the “Product page” shortcode from WPBakery Composer, but it shows as blank content (empty).

      Thanks so much in advance!

    • #24265

      Hi,

      1. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .product-image .db::before {
      	display: none;
      }
      .product-image .add_to_cart_button {
      	overflow: inherit;
      }
      .product-button > * {
      	-webkit-transform: inherit;
      	-ms-transform: inherit;
      	-o-transform: inherit;
      	transform: inherit;
      }
      .product-button {
      	top: inherit;
      	left: inherit;
      	right: inherit;
      	-webkit-transform: inherit;
      	transform: inherit;
      	position: relative;
      	margin-top: 15px;
      }

      2. Please use WooCommerce shortcode https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-6 and this plugin to show pagination with shortcode https://wordpress.org/plugins/shortcode-pagination-for-woocommerce/

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.