Forum Replies Created
-
in reply to: Can't edit theme
Hello,
Please update theme and all it’s included plugins. You have a very old version. The latest version is 2.5.4.
Best regards!
in reply to: Social Media IconsHello,
Yes, that plugin. Do you have any other caching plugin installed? If so, deactivate them as well.
Best regards!
in reply to: Embedded SpotifyHello,
I see you have activated the child theme. Please activate parent theme and try again.
Best regards!
in reply to: Contact form field colorsHello,
Add
!importantto the border attribute. Like this:border: 1px solid #ededed !important;This is the css for the other site:
.wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap input[type=tel]{ border: 1px solid #ededed; background: #f7f6f6 !important; }Let me know.
Best regards!in reply to: Text on the "pay" button does not appearHello,
Sorry, can you be more specific? Which buttons? All buttons do not have the same css classes so they need to be specified.
Best regards!
in reply to: WP BAKERY works badHello,
Theme is build with Codeless Builder and it’s recommended to use it in order to have the exact look of the online demo.
The developers are working on a new update and will fix every possible issue with WP Bakery. Also make it possible to switch back and forth from the builders without problem. We kindly ask for your patience till then.
As a stand alone, WP Bakery should not have any problem. Can you post some wp credentials in a private reply? So we can give it a closer look.
Thanks!
in reply to: Video GalleryHello,
Sorry but this is not possible with theme options. I suggest you find a plugin to help you get that video structure.
Best regards!
in reply to: Embedded Spotifyhello,
That’s because the “fab fa-spotify” is a complete different font from the ones used in theme. It’s Font Awesome and it’s font files are not present at all in theme package or code.
Adding it requires additional coding. I recommend keep using theme’s default font icons. The spotify icon code is:
cl-icon-spotify.-Please check the credentials. I tried to login but the password is not accepted.
Best regards!
Hello,
The images are not included in dummy data in order to not increase further the dummy data size. Some hosts have limitations on file upload limit so we try to keep it at the minimum possible.
You can import your own licensed images. Or if you must have the demo ones, then just download them from the online demo.Best regards!
in reply to: Change search placeholder textHello,
Please go to file searchform.php and find this line:
$placeholder = apply_filters( 'codeless_search_form_placeholder', esc_html__( 'Search', 'handel' ) );
Replace with this:
$placeholder = apply_filters( 'codeless_search_form_placeholder', esc_html__( 'Buscar', 'handel' ) );Best regards!
in reply to: How Change font color in the testimonial WidgetHello,
This happens because the column that contains the testimonials, is selected to have light text. A
To make the font black, add this code into your Customizing > General > Custom Codes:.testimonial-entries.style-boxed_small .testimonial_item .content p { color: black; }Best regards!
in reply to: Frozen when importing dummy contentHello,
First of, please make sure to have the latest version of theme installed. Then you need to have all minimal server requirements (see here), make sure to not have WordPress Importer installed.
If you still can not import, send us some valid wp credentials in a private reply. So we can login and check.
Best regards!
in reply to: Contact form field colorsHello,
Please add this code into your custom css box in General Options :
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"] { width: 100%; height: 40px; background: #f7f6f6 !important; }..change the values to your wish. If you want to add a border, add this line too:
border: 1px solid #000;
Change the values to your wish.Best regards!
in reply to: Layout of elements on mobile devicesHello,
Please add some wp credentials in a private reply. So i can check and do it for you.
Best regards!
in reply to: "PHP Time Limit" says 0 despite configuration changeHello,
Folie is compatible with php 7.2 since version 2.4. The latest version is 2.5.4 (check change log here).
What type of server do you have? The nginx or iis server may not display the real time limit in System Status page. But this does not mean it will have any issue in theme functionality. Are you experiencing any problem beside this message?
This does not happen in Apache servers and we will update theme in future for these other server’s as well.
Best regards!