Home Forums Basel support forum double menu header

double menu header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22048

    andreims
    Participant

    hello,

    i set up the double menu header for some pages on my website, but on the product shop page we didn’t find where to change. can you help me?

    i attach you 2 pictures to see how it looks.

    thank you!
    andrei

    Attachments:
    You must be logged in to view attached files.
    #22055

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using Basel for your web-site. I hope you will be happy with it.

    Unfortunately, there is no such option for our product pages. You can do this globally for all products by adding the following code snippet to the functions.php file in the child theme

    function basel_poduct_header() {
        global $basel_options;
        if ( is_product() ) $basel_options['header'] = 'split';
    }
    add_action( 'wp', 'basel_poduct_header', 100 );

    Kind Regards
    Xtemos

    #22057

    andreims
    Participant

    it’s work! thank you Xtemos for you fast answer

    #22058

    Artem Temos
    Keymaster

    You are welcome, we are always happy to help you, write us when you have any difficulties or issues with our theme.

    And we would be glad if you will rate our theme with 5 stars on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads

    Thank you in advance 🙂

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

The topic ‘double menu header’ is closed to new replies.