• Resolved theo10

    (@theo10)


    Hi the plugin worked great. However the codes which were given to show the titles arent working.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Would you please tell me what “codes which were given to show the titles” are you using? What theme are you using? Could you give me a link to your website so I can have a look?

    Thread Starter theo10

    (@theo10)

    Hi,

    Sure. I am using the Martfury theme and my website is http://www.omniverce.com.

    Here is a copy and paste of the codes.

    To display tab titles
    If you wish to display the tab titles, you’ll need to add a custom function, and a line of CSS.

    This would go into a child theme’s function’s.php file.

    add_action( ‘after_setup_theme’, ‘cg_add_desc_tab_title’, 99 );
    function cg_add_desc_tab_title() {
    remove_filter( ‘woocommerce_product_description_heading’, ‘__return_null’ );
    }

    And you could add this to: Appearance > Customize > Additional CSS.

    .panel.woocommerce-Tabs-panel–additional_information h2:first-of-type,
    .panel.woocommerce-Tabs-panel–reviews h2:first-of-type {
    display: block;
    }

    • This reply was modified 2 years, 10 months ago by theo10.
    Plugin Author SilkyPress

    (@diana_burduja)

    I’ve found now these additional codes in the CommerceGurus documentation pages. Maybe you can also ask them for help. We didn’t write these codes.

    If you have an issue with the plugin itself, let me know.

    Thread Starter theo10

    (@theo10)

    Hi,

    The issue with the plugin is that I want it to show the tab titles. Dont you have codes of your own for that?

    Plugin Author SilkyPress

    (@diana_burduja)

    The tab titles should show up by default. I assume the Martfury theme removes the tab titles. But the Martfury theme is commercial, therefore I cannot look into the source code in order to see what is wrong or why the tab titles don’t show up.

    In the CommerceGurus documentation they give a PHP/CSS code for showing the tab titles, but that also seems to be a use case for a specific theme, though they don’t mention for which theme.

    Thread Starter theo10

    (@theo10)

    I understand. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Titles not showing’ is closed to new replies.