Forum Replies Created
-
in reply to: Can’t edit with WPBakery Page Builder
PS: You can find (and reinstall at anytime) all zip files of the included plugins inside the “plugins” folder in your theme folder!
Regards!
in reply to: Can’t edit with WPBakery Page BuilderThis reply has been marked as private.in reply to: Folie – Architecture TemplateThis reply has been marked as private.in reply to: My cart doesn't work in theme "June"Hello,
Can you please send us some wp credentials in a private reply? So we can give it a closer look.
Thanks!
in reply to: lightbox menu.Hello,
I understand. Can you please send us some wp credentials in a private reply? SO we can check this out.
Best regards!
in reply to: How can i add Houzz link to social icon linksHello,
All the available socials in theme, you can see them listed in this file. Just add your own social in each group of code (add your social to the array).
Example:$email = empty($instance['email']) ? '' : $instance['email']; $email = empty($instance['houzz']) ? '' : $instance['houzz'];Do the same for all other snippet codes. Just copy the code of one existing social (example: facebook) and replicate it for your case.
Best regards!
in reply to: Mega Menu goes off screenHello,
Can you please send us some valid wp credentials in a private reply? So we can give it a closer look.
Thanks!
in reply to: All icons and any default colorsHello,
You should not remove the entire line:
<span><?php esc_html_e( 'Signup & get Free Promo codes of upto $50', 'june' ); ?></span>But edit only the string in it. Example:
<span><?php esc_html_e( 'Here was the text to sign up and get the free codes', 'june' ); ?></span>Best regards!
in reply to: Prices backwards for variable productsHello,
@PoeNedge,
I am sorry you don’t like it. We have only acted according to requests. We can’t please everyone.
Let us know if we can do anything for you.Best regards!
in reply to: WPML page template problem on secondary languageHello,
This happens because the site can only have one blog page and that is the main language blog page. So the blog layout is assigned to it. To make the translated blog page in the same layout, please try adding this code into your Custom Css box in General Options:
.page-id-1128.full-width-content .span_12 { width: 1583px !important; float: left; margin-left: -22% !important; } .page-id-1128 #comments { display: none !important; } .page-id-1128 .blog-article.standard-style .content h1 { display: none; } .page-id-1128 .single .blog-article.standard-style { margin-top: -85px !important; }Let us know.
Best regards!
Hello,
Yes, you can have a sidebar with filter to filter out your products. See demo pages:
https://codeless.co/june/default/?post_type=product&shop_page_layout=right_sidebar
https://codeless.co/june/default/?post_type=product&view_style=list&advanced_list=yesJust go to your page’s settings > Page Options > Page Layout, select with sidebar. Then select below the sidebar to use.
See screenshot: https://postimg.org/image/j1u5xgmyv/Let us know.
Best regards!
in reply to: custom code blockHello,
Can you please send us the name of the plugins you tested? Usually we do not offer third party plugin support, but we can give this a look and let you know for an alternative.
Let us know.
Best regards!
Hello,
Yes, the included visual composer plugin is the latest version in the time of theme release! It is completely tested and fully compatible with theme.
After updating theme, proceed in updating the plugins. So you get the latest versions installed.-To keep the font customization, save a copy of the listed files. And also save the added file in: tower/css/ext-font.css and tower/fonts/ -> MyFont files added here.
In short, just keep a copy of old css and fonts folder. Then add back the files not present in the new theme’s css and fonts folders.
Let us know.
Best regards!
This reply has been marked as private.This reply has been marked as private.