Forum Replies Created
-
in reply to: Slider problem on mobile
You’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: Cannot import demo slidesI tried but I saw 502 – bad gateway error
Can you please check?
Thanks
in reply to: Column full width imagesThe Shift-drag feature is only for the codeless builder.
You can remove the columns gap on Row -> Columns Gap Option
Thanks
in reply to: Codeless builder overwrites stylesI just tested your site and changed the primary color option, it works.
Can you tell me which options don’t work?
Thanks
in reply to: Slider problem on mobileCheck now please, it looks ok
Make sure to do a hard refresh before
Thanks
in reply to: Slider problem on mobileHi,
I checked your website and it’s a js generated issue related to Responsive Menu.
I need to check it manually on your website.
Can you send me site credentials?
Thanks
in reply to: Error in blog titles in responsive versionYou’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: Specular Responsive imagesadd this:
@media (max-width:767px){ .post_style-modern .span12 > .blog-article > .media{ max-width:100% !important; } }we add them in the update list, so on the next update they will work fine.
in reply to: Upload post on a specific pageHi,
These pages are set up with the builder and not native WordPress categories.
To fix it, modify the pharmacy or innovation page, open Posts Element settings and on Data Settings tab set Narrow data source(categories). Select the categories of posts that you want to show on that page.
Thanks
in reply to: Change image and button textOh, sorry, now I understand
You can modify them separately, the top & bottom of the shop page are set separately. Change the selected page on Customizer -> Shop -> Shop Top Content / Shop Bottom Content.
If you need to modify it just go to the selected page and edit the Codeless Builder or wp bakery.
Thanks
in reply to: Notice MessageThat’s great to know :)
Best Regards
in reply to: Folie – how to scroll with arrow keys?Hi, sorry for the delay
Just checked it, did you fixed it or you moved back to old folie?
I have added it in the new update list so you should not lose it anymore
Thanks
in reply to: Hide title / page headersHi,
Can you please give me a link to understand better this?
I think you should remove the page header or change it from Simple to Modern on Codeless Builder
Let me know, please share a link to better understand
Thanksin reply to: W3 Cache caused broken siteIt’s ready, sorry for the delay
Regards
in reply to: Specular Responsive images1.
@media (max-width:767px){ .span12{ max-width:100% !important; } }2.
p{ word-break: break-all; }Let me know