Okay
  Public Ticket #1225480
remove "category:" from product image
Closed

Comments

  • shopvintro started the conversation

    Hi

    I cannot see the option to remove the "category:" from my product page, shown in screenshot as category:archive.

    Is this an option on the theme or should I be looking on woocommerce?

    Thanks

  • [deleted] replied

    Hi shopvintro

    Can you provide us with Wp Credentials, we have to look from close view.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Thank you.

  •   shopvintro replied privately
  • shopvintro replied

    Hi,

    Also having the following issue:

    I am trying to edit some of the code on my  Website. When I click on the tab that says “Text” to edit the code, is does not allow me to access the Text tab. I’m stuck on the “Visual” tab. 

    Could you also look at this

    Thanks

  • [deleted] replied

    Hi shopvintro

    1) To remove Category from product page you have to place some code below in function.php, read the article before you go on.

    add_action( 'after_setup_theme', 'kalium_after_setup_theme' );
    function kalium_after_setup_theme() {
        remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 21 );
    }
    

    2) Tabs on VC: please watch the video tutorial to see how to use Tabs, Tours and Accordions on VC.

    Thank you.

  • shopvintro replied

    Thanks.

    1) Worked great, perfect

    2) Could I simply turn Visual Composer off and edit using the text tab method? Or is VC a necessary plugin for the theme? I installed it as it was on the required/recommended plugins.

    Thanks again

    Adam

  • [deleted] replied

    Hi shopvintro

    I logged in to your site but you have to disable any plugin that is causing the trouble.

    What was the issues?!

    I couldn't use VC, basically one plugin or more is crashing your site, please disable a third party plugin that are not included in Kalium Theme.

    After you fixed please take screen shot of which section you are having difficulty to edit.

    Thank you.

  • shopvintro replied

    what plugin would that be, that I have to remove that isn't apart of the theme? 

  • shopvintro replied

    Hi Eroll, 

    It maybe easier for me just to remove visual composer as I wont really need it, but would removing it cause other knock on problems with the site? Or is it just used for editing?


    Thanks

  • [deleted] replied

    Hi shopvintro

    Is your choice what you want to keep on your site active.

    My previous answer , for example third party plugins that are included on Kalium theme are Visual Composer, Rev. Slider, Portfolio. Well the other plugins that you have installed my not be compatible with most recent version of WordPress, Kalium and Conflict with other plugins.

    For list of plugins you can learn more in article we wrote Installing and Updating Premium Plugins

    Thank you.