Forum Replies Created
-
in reply to: Problem with June Woocommerce Template
Hi,
check the video: https://streamable.com/0lfgj3
Is it what you need?
It works, please try with incognito, or clear any WordPress cache from plugins
Thanks
in reply to: Background image responsiveHi, when setting the background-size cover, the image tries always to fill the device screen size. So if the device is small it should extra zoom to fit in the new image rate.
you can fix it by adding a new bg image only for responsive. Try this:
Add a CSS class to that section. Than open custom CSS code and add this code:
@media (max-width:991px){ .css_class .bg-layer{ background-image:url('https://link to you image.jpg') !important; } }Make sure that the new image has a vertical aspect ratio, this should fix your issue.
or you can try this code:
@media (max-width:991px){ .css_class .bg-layer{ background-size:100% !important; } }but it should not fit totally the background in height.
Let me know
Thanksin reply to: background color for fullwidth layoutYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
in reply to: Sub-menu is behind page contentYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
in reply to: June template import stuckHi, this is caused by a misconfiguration on the server. We have a trick for this.
Do not retry, but instead, import using Tools -> Import -> WordPress
Select XML file from june/includes/codeless_dummy_data/demo/content.xml
After this, go again for the Codeless importer. It should be work this time.
Thanks
in reply to: Folie Theme cannot be updatedHi, this problem may be caused by the wrong text-domain when creating the template for translation. Do not use ‘codeless’, use ‘folie’ instead
This will fix the issue.
Thanks
in reply to: Problem with June Woocommerce TemplateHi, I think I have fixed it. Please make a hard refresh and recheck.
Thanks
in reply to: Visual Composer Tool no workPlease, use CSS Tool option from each option. It’s faster.
Open the element, ROW/COLUMN/OTHER ELEMENTS
Design Tab, CSS Tool, add margin/padding top/bottomThanks
in reply to: View Cart Button no workYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
Meanwhile please check pages and let me know if any other page has issues
Thanks
Sure
Yes, please one reply per time.
Give me credentials so I can check it. No need for a fresh install
Thanks
Hmm, I see something strange with your header. Did you set it as a vertical header or left/right header?
Please give me credentials, I can fix it.
Thanks
Hi,
can you please be more concrete on the issue you are facing?
On Service page, I don’t see an issue. Please add a menu widget on the left sidebar to make it exactly like preview and install tablepress plugin for tables.
Thanks
Hi, yes, you can use a plugin.
Go to plugins and search:
Custom Post type orderIt’s easy to rearrange the order with these plugins.
Thanks