Forum Replies Created

Viewing 3 posts - 301 through 303 (of 303 total)
  • Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    January 27, 2016 at 13:50

    I prefer to rename the tab with the cod there:

    add_filter( ‘woocommerce_product_tabs’, ‘woo_rename_tabs’, 98 );
    function woo_rename_tabs( $tabs ) {

    $tabs[‘description’][‘title’] = __( ‘More Information’ ); // Rename the description tab
    $tabs[‘reviews’][‘title’] = __( ‘Ratings’ ); // Rename the reviews tab
    $tabs[‘additional_information’][‘title’] = __( ‘Product Data’ ); // Rename the additional information tab

    return $tabs;

    }

    where do I need to put it?

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    January 27, 2016 at 13:44

    yes, I just now successes to do it, but the side bar need to be on the right side
    on the team option I mark the right side…
    what to do to change it?

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    December 7, 2014 at 11:30

    Hi,
    When I purchased the template is included
    Visual Composer for wordPress
    Now after I’ve updated the template and wordpress Unfortunately it’s does not work and requires me a code
    When I am implementing my purchased template code, I accept Note that the code is invalid

    In the past, I could see the visuals and text on it, now I do not see visual only the texts
    And when I go into the page through the Edit with Visual Composer
    I see things the natural way and not the size that I created, so it’s hard to build the page as I please.

    However, when I create a new page, I see that it works
    I would appreciate your help

  • 1 2 3 9 10 11
    Viewing 303 results - 301 through 303 (of 303 total)
Viewing 3 posts - 301 through 303 (of 303 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.