Forum Replies Created
-
in reply to: Wide & vertical thumbs product page layout CSS class
Hi,
Can you please send me a screenshot about you’re talking about. As the layout of the product is wide & vertical thumbs so how can we make the image and textbox level.Thanks,
in reply to: Picante ThemeThis reply has been marked as private.in reply to: Logo not updatingHi,
No, I didn’t mean that you have to add your logo image to the page and make it look like a logo. Every header style have a pre-build logo position and features, all you need to do is
Edit your header style with elementor in your case, Erzen header click on the blank logo image, and set your own logo image and it’s done. Your logo is ready to display on your page. You can also edit the header through “Appearance > Codeless header/footer/blocks > header-style-name(in your case erzen header)”.About the menu, if you wanna make Erzen menu (on the left side) arrangement in the rest of the pages all you need is to change the display rule of header style in
“Appearance > Codeless header/footer/blocks > Edit header-style-name(in your case erzen header) > Change display rule from single erzen to entire website”.Please advice
Thanks,in reply to: Have a problem with editingThis reply has been marked as private.in reply to: Demo content errorWelcome!
No need to worry about that, It’s just a little warning. I just resolve it and hope that it’ll never come again.in reply to: Demo content errorHi,
Please check and let me knowThanks,
in reply to: Translate the template .POTHi,
In way of exporting and translating the file, even a little bug gets stuck in file it’ll cost your entire website. That’s why we don’t recommend customization.
For words to translate
Please check and let me knowThanks,
in reply to: Logo not updatingHi,
Sorry for the inconvenience, but It’s due to when we import Remake demo data, by default Remake set logo settings in templates i.e erzen, Lana, etc. These logo settings override the logo settings in the customizer, that’s why you’re facing this problem. The thing you need is to edit the header template with elementor(on which logo is not visible) and add your logo.Thanks,
in reply to: Menu Location/EditHi,
1) Sorry for the inconvenience, but If you wanna add more than four navbar items it’s possible. Please take a look at this image .2) If you wanna add dropdowns you can do it, One way is through customization. The second way is to use different menu layout other than the Erzen menu layout. You can change the header menu style by changing display rule in
Appearance > Codeless header/footer/blocks > Header-name3) We’re trying our best to make both the Elementor plugin and Erzen template compatible with each other.
Thanks,
in reply to: Display captions in a galleryHi,
As I told you before that you can’t add a title or caption on gallery as in the portfolio grid because both are two different widgets and they have their own options.Please advise.
Thanks,in reply to: Wishlist pageHi,
You can access the wishlist page by adding the YITH WooCommerce Wishlist plugin, after that you need to add a link to the wishlist page in your menu.Thanks,
Welcome!
in reply to: Wide & vertical thumbs product page layout CSS classHi,
1) Here’s the code to make image and text box level
.woocommerce div.product .product_title{ margin-top: 0px; padding-top: 0px;}2) Here’s the code for free space between the button and the categories row
.single-product .cl-style-wide .product_meta{ margin-top: 0px;padding-top: 0px;}Thanks,