Home Forums Themes Support Gecko Add title of product at the top of title bar on Product Details page

Viewing 8 reply threads
  • Author
    Posts
    • #5181

      Is it possible to make the title of the product appear above the breadcrumbs on the Product Details page? I would like the title bar to stay consistent across the site.

    • #5191

      Hi,

      You can add below code to file functions.php in gecko-child included in package you download from ThemeForest

      Regards

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

    • #5225

      Thanks so much. Looks good although I now have two title bars 🙂

      You can see what I mean here http://test.islandprinting.com.au/product/standard-pull-up-banner/

      On another related note… I am wanting to use the WooCommerce Product Addons plugin. Functionally it works fine but I want the dropdowns to appear the same as they do for variable products. Is that something you are able to help with?

      Additionally, when I view the site on my iPhone the logo doesn’t have any padding above or below it when it is in ‘sticky header’ mode… is this meant to do this or should it look the same as the desktop version with a bit of padding to show some white space?

      Finally. The MailChimp signup form in the footer of the site is looking strange do you know why it would be doing this?

      Thanks heaps!

    • #5229

      Could you send us your ftp account as private reply.

      I added some code, now it make new bug.

      Thanks

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

      • #5231
        This reply has been marked as private.
    • #5232

      Hi,

      Your issue fixed.

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

    • #5260
      This reply has been marked as private.
    • #5261

      Hi,

      You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

      .product-addon .form-row {
      position: relative;
      color: #999;
      border: 1px solid #999;
      }
      .product-addon .form-row:after {
      content: ‘\f107’;
      position: absolute;
      font-family: ‘FontAwesome’;
      right: 10px;
      top: 7px;
      pointer-events: none;
      }
      .product-addon .form-row select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      border: 0;
      outline: 0;
      padding: 0;
      color: #999;
      font-size: 14px;
      cursor: pointer;
      width: 100%;
      height: 38px;
      line-height: 38px;
      padding: 0 30px 0 10px;
      }

      You’re welcome.

      Hope our love our theme and consider give us good review and 5 stars rating at https://themeforest.net/downloads we really appreciate.

      Thank and have a nice weekend!

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

    • #5301
      This reply has been marked as private.
    • #5309

      Thank you so much for your rate and your kind words.

      You can add custom css in JanStudio > Theme Options > General Layout > Custom CSS

      .shop_table .product-quantity { display: none;}
      .mini_cart_item .quantity {text-indent: -999em;}
      .mini_cart_item .quantity .woocommerce-Price-amount.amount {text-indent: 0; display: block;}

      Best regards

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

Viewing 8 reply threads

You must be logged in to reply to this topic.