Forum Replies Created
-
in reply to: Problem with header and slider backgrounds
Hello,
We will launch an update today with the image issue fixed if you want to fix by yourself without waiting for the update please try to replace this line 1108 in this file : themes / folie / includes / codeless_customizer / js / cl-cssbox-control.js
find this line:
‘image’ : ‘kirki-image’,
replace with:
‘image’ : ‘kirki-input-image’,Regards!
in reply to: Responsive Bug / WP Bakery Single ImagesHello,
Yes please provide to me your WordPress credentials through a private reply or directly write them in your profile details.
So we can login and try to fix these issue for you.
Let us know.
Regards!
in reply to: Problem with header and slider backgroundsHello,
Tried to access your website but isn’t possible. Please try to remove the Kirki plugin and install the old one version. Give us access so i can try to fix the issue for you.
We will also launch a new update soon that will fix this issue.
Regards!
in reply to: Page title on top of menuHello,
There 4 ways to fix this:
1. Make the logo smaller
2. Make the menu font size smaller
3. Remove some of the items of the menu and organize them into submenus
4. Make the header container fullwidth.Best Regards!
in reply to: Burger Menu DisappearsHello,
Please can you send to me your online link and private reply or in your profile information so we can check the issue closer.
Regards!
in reply to: Burger menu invisible on low resolutionHello,
Please try to add this line:
@media (max-width: 340px){ .extra_tools_wrapper { visibility: visible !important; } }Let us know.
Regards!
in reply to: Contact Form 7 – Response Box – CenterHello,
Ok you can add the line below to fix the problem with the responsive:
@media(max-width:767px){ div.wpcf7-mail-sent-ok{ margin:0 !important; } }Regards!
in reply to: Translate the word "reviews" into your subjecthello,
This isn’t a translation that can’t be done at the theme. You can translate this with Loco translator or you can check this article:
Let us know.
Regards!
in reply to: one page css doesn''t workHello,
You can add custom css into Customizer > General > Custom Code. Or you can create a child theme and add your custom styling
Let us know.
Regards!
in reply to: Contact Form 7 – Response Box – CenterHello,
Please try to add this line into of code:
div.wpcf7-mail-sent-ok { margin:40px !important; width:100% !important;}Regards!
Hello,
I have tried lot of things. The problem is that i can’t see no reason why of this issue.
We will try to check it again tomorrow.
We will find a solution asap.
Regards!
in reply to: Responsive Bug / WP Bakery Single ImagesHello,
1. To activate the Sticky header please login in the Dashboard > Specular > Header Options > Sticky Nav > Sticky Header
Switch On the Sticky Header
2. Find the /wp-content/themes/specular/includes/core/codeless_elements.php or write you wp and ftp credentials on profile so we can do this for you.
3.Try to add this line on Specular > Custom Css
@media(max-width:480px){ .swiper-slide { background-position:50% 15%;} }4. You can use po/mo file to translate or with loco translator. To access the string manually you have to edit the file includes/view/page_header.php
Best Regards!
Hello,
When you see this blank page mean that you have an php error. In that case you have to activate error reporting on your server. Also you can add this directive on your wp-config.php file:
define(‘WP_DEBUG’, true);
After see the error that was generated we can find a solution for that. Please try to rename all the plugins and check if it works.
Let us know.
Regards!
in reply to: Folie WP theme not loading on staging websiteHello,
When you see this blank page mean that you have an php error. In that case you have to activate error reporting on your server. Also you can add this directive on your wp-config.php file:
define(‘WP_DEBUG’, true);
After see the error that was generated we can find a solution for that. Please try to rename all the plugins and check if it works.
Let us know.
Regards!
in reply to: Contact Form 7 – Response Box – CenterHello Edgar,
Please provide to me your online link so i can give you the right code to fix that.
Regards!