Hello,
Please provide temporary wp-admin access, so we can take a closer look.
Regards
Hello,
Please provide temporary wp-admin access, so we can take a closer look.
Regards
You’re welcome!
Regards
Static blocks can be edited using WPBakery Page Builder https://www.8theme.com/documentation/xstore/plugins/wpbakery-page-builder/
Regards
Hello,
Could you, please, provide temporary wp-admin access?
Regards
Hello,
Could you, please, provide temporary wp-admin access?
Regards
You’re welcome!
Regards
Hello,
1, 2) Provide us with URL once your site will be live, so we can take a closer look.
3) Theme Options > Styling > Active buttons.
4) Here are examples – https://gyazo.com/8b917c06180dd13b4bbec592d3dd5b8d https://gyazo.com/c6fdff0fb4796b002ff22fbb1a404fd2
If you face any problem with it, check browser console is there any error? Provide us with temporary wp-admin access.
Regards
Hello,
1) Here is what I can see – https://prnt.sc/s2b6x6 How it works for you? Please provide a screenshot.
Maybe there is a cache of some sort, try to clear the cache of browser on mobile.
2) You’re welcome!
3) In this case, products will be displayed like this – https://prnt.sc/s2bd29
But you can add the next code in Theme Options > Theme Custom CSS > Global custom CSS –
@media only screen and (max-width: 992px) and (min-width: 768px) {
.products-grid .product {
width: 25% !important;
}
.products-grid .product:nth-child(4n+1) {
clear: both;
}
}
@media only screen and (max-width: 768px) {
.products-grid .product {
width: 33.33% !important;
}
.products-grid .product:nth-child(2n+1) {
clear: unset !important;
}
.products-grid .product:nth-child(3n+1) {
clear: both !important;
}
}
then you will get 4 items per row on tablets and 3 on mobile.
Regards
Hello,
Do you mean this http://prntscr.com/s2b0ra ?
“Footer Widgets Toggle On Mobile” doesn’t work for footer that is created using static block. On our Default demo -http://prntscr.com/s2b117
https://youtu.be/NSSFa7ukx6I
Regards
Hello,
Theme Options > Header builder > Main header > Min Height (Px)
Regards
Hello,
Please read about Contact Form 7 plugin https://wordpress.org/plugins/contact-form-7/ , you can use it to create a contact form instead of the Legenda contact form.
https://www.8theme.com/demo/docs/legenda/Troubleshooting/How_to_create_a_contact_page
Regards
Hello,
Provide temporary wp-admin access, so we can take a closer look.
Regards
Hello,
Add this code in Custom CSS for page area –
.et-mobile-panel-wrapper {
display: none;
}
Regards
Hello,
Please provide URL and temporary wp-admin + FTP access, so we can take a closer look.
Regards
Hello,
You’re welcome!
Regards
Try to add this code also
.content-product .product-title a,
.content-product .products-page-brands a,
.content-product .price,
.content-product .product-details .button {
font-size: 14px !important;
}
.content-product .product-image-wrapper {
margin-bottom: 5px;
}
or change products per view value in settings of the element on your page.
Regards
Hello,
Thanks for understanding.
Regards
Hello,
It can be SFTP, we just need access to files of the theme and Core plugin.
Regards
Hello,
The problem was passed to our technicians, they will be able to take a close look after the weekend. Sorry for the delay.
Regards
Dear,
1) Where did you add this code http://prntscr.com/s1tnyz ? Find and change this part http://prntscr.com/s1to9h to http://prntscr.com/s1todt
2) Clear browser cache on your mobile and check one more time.
Regards
Hello,
Thanks for contacting us.
Do you use WPML? Please provide temporary wp-admin access.
Regards
Hello,
Please see screenshots – http://prntscr.com/s1tdy6 http://prntscr.com/s1te52 http://prntscr.com/s1tefg http://prntscr.com/s1teku
Regards
Hello,
I can see changes, without the custom code – http://prntscr.com/s1tcqx and now – http://prntscr.com/s1tcys
Regards
Hello,
1) Change this code http://prntscr.com/s1tame to
.et-toggle-mob-sidebars-inner .et-toggle .et-icon {
margin: 0px 3px;
}
.et-toggle-mob-sidebars-inner .et-toggle .et-icon svg {
margin: 0px 12px;
}
2) Use this code as a temporary solution –
.et-toggle-mob-sidebars-inner .et-toggle:before {
content: '';
position: absolute;
left: -10px;
top: -15px;
right: -15px;
bottom: -15px;
}
Regards
There is no such option.
Settings of the Categories widget work fine, for example – https://prnt.sc/s1t0mv > http://prntscr.com/s1t7dt = http://prntscr.com/s1t7od
Regards
Ok. Feel free to contact us.
Regards
Hello,
Click on edit column, the mentioned settings are available there.
Regards
Change this code http://prntscr.com/s1sbaf to
http://prntscr.com/s1sbkd or http://prntscr.com/s1sbpq
.content-product .product-title {
min-height: 70px;
display: flex;
align-items: center;
}
Regards
Try to use this custom CSS code:
.et-toggle-mob-sidebars-inner .et-toggle .et-icon:after {
content: "Filtrele";
}
.et-toggle-mob-sidebars-inner .et-toggle .et-icon svg {
display: none !important;
}
Regards
Hello,
1) No, there is no other option for that, but you can use custom CSS –
@media only screen and (max-width: 992px) {
.woocommerce-tabs.horizontal .wc-tabs {
white-space: unset;
word-break: normal;
overflow: unset;
flex-wrap: wrap;
}
}
2) Thanks for the report, it was passed to our technicians.
Regards