Site logo

Archived topic

Issues with elements in Niche theme

9 replies · Started by Marcel on July 17, 2021

Viewing posts 1–10 of 10

I try to apply the elements settings on Niche just for a single product - Screenshot
The issue I have with all other products - video recording
This is a new fresh installation, with no child theme.
I am asking why this happens, as long as on other websites where I use Niche all is working well?
Thank you!

Hi Marcel,

Niche is a relatively complicated template, it's using some custom functions in the Hook elements.

Once you changed those hook elements(including location), the functions will not apply, which causes the product page to display incorrectly.

You can add more Hooks/block elements, but I would suggest keeping the default ones as it is.

Hmmm... I used it on other websites, changed locations, and they works well. The only difference here is I use a multisite. But I don't think this should be a problem. I will investigate more.
Thank you anyway.

I tested on the Niche template itself, if I change the display rule to a specific product, the same issue happens.

Can you tell me what are you trying to achieve? Is modifying the elements necessary?

Let me know :)

1. Solved. The solution is to apply the additional CSS only to those products you want the stacked gallery feature.

2. Now, I would like you to help me - if it's possible - to move the ADD TO CART form and the product meta ( SKU & Category) from left to right. The link for the product I need the modification is on the private information area. It's a matter of CSS (my weakness).

Thank you very much!

Try this CSS:

.single-product .product_meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.single-product form.cart {
    justify-content: flex-end;
}

Thank you so much, Ying.
May I ask how do you find these CSS elements?

Have a great time, and thank you for the awesome support.

Thank you Marcel :)

Have a great weekend yourself!

This archived topic is closed to new replies.