New Landing How can we help? Themeforest Theme Support Dante Product Description Tabs Mode

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #32910
    maike
    Member
    Post count: 81

    Hi,

    in our current shop we use the custom tabs Plugin. If I enable the Product Description Tabs Mode the Tabs are in the “standard” Woocommerce Tab Design.

    1) Will you change this? It doesn’t look nice and absolutely doesn’t fit into the elegant Theme Style!

    2) Is there a way to let the Tabs begin under the Product Images aligned to the left? If you have longer product descriptions a huge wide space under the images emerges.

    Thanks again ๐Ÿ™‚
    Maike

    #32928
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Yikes, apologies for that! Seems as though we missed out the styling for this. Here is how it’s meant to look, which I’ve just fixed for the update that’s coming tonight – http://cl.ly/Sbyq

    2) Hmm.. Could probably sort something for this. If you’re using the provided child theme, then try adding the following to the functions.php file:

    function dante_product_tabs_override() {
      add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10);
      remove_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 35);
    }
    add_action('init', 'dante_product_tabs_override', 5);

    – Ed

    #32950
    maike
    Member
    Post count: 81

    You rock ๐Ÿ™‚ works perfectly!

    #32960
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Great!

    – Ed

    #34104
    esucces
    Member
    Post count: 80

    Ed, thanks, I was looking for that two!

    Would I be able limit the tab content size to be only on the left column?

    left column = Product image, galleri, Tabs
    right column = Product options (I have alot!),

    Thanks!

    /Jan

    #34304
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Jan,

    Not too sure what you’re getting at – can you show me a visual example?

    – Ed

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register