Home Forums Basel support forum Menu question

Menu question

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

    juliance89
    Participant

    Hi!

    1. I need that the menu can be in the correct place:

    2. how i can edit the “404 page error”?

    3. the search can search for product but i need that this search for categories, how i can make this?

    #3336

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting us.

    1. We suggest you to decrease space between menu items by adding the following code snippet to the Custom CSS section in Theme Settings

    .main-nav .menu>li>a {
        padding-left: 7px;
        padding-right: 11px;
    }

    2. You can edit this page in the file 404.php. Just override it in your child theme and edit.

    3. Unfortunately, WordPress search can work only for some post type (posts, products etc.). It can’t work with categories.

    Regards

    #3374

    juliance89
    Participant

    thank you very much!

    I already edited the 404 page, but i want put in this page a “product grid” i have this shortcode [basel_products items_per_page=”3″ columns=”3″] but this dont work in 404.php.

    How i can make this?

    #3383

    Artem Temos
    Keymaster

    Try to add this shortcode to the 404 page as a following piece of code

    <?php echo do_shortcode('[basel_products items_per_page="3" columns="3"]'); ?>

Tagged: 

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