Forum Replies Created
-
AuthorPosts
-
Hello,
These questions you are asking are not technical questions about the theme, these are customization requests, which aren’t included in the support. You’re mistaken if you think the theme license includes customization services. Please read the Item Support Policy ( https://themeforest.net/page/item_support_policy ) carefully.
Regards,
YigitHello,
This is not a theme issue that requires a fix but a customization request for a third-party plugin. This isn’t included in the support.
Please read the Item Support Policy ( https://themeforest.net/page/item_support_policy ) carefully and feel free to request a refund.
Regards,
YigitHello,
Customization is out of the scope of our support ( https://themeforest.net/page/item_support_policy#whats-not-included-item-support ). Please hire a freelance developer for your customization tasks.
Regards,
YigitHello,
Please hire a freelance developer who can fine-tune these customizations for you.
Regards,
YigitHello,
Please refer to this post https://kriesi.at/documentation/enfold/contact-form/#troubleshoot if your contact form isn’t working.
Regards,
YigitHello,
This isn’t something we can help you with. If you need assistance regarding your site’s SEO, please hire an SEO expert.
Best regards,
YigitHello,
-upload for a long time (without send)
-contact form disappeared after long timePlease try deactivating all active plugins and check if that helps.
Again; the message when you enter wrong email is little, white background and not readable. Where can I change that?
Please add following code to bottom of Quick CSS field and adjust as needed:
.av-fields-with-error { font-size: 20px; color: orange; background-color: black; }
Again; the border after clicking “send” become colored (yellow maybe..). Where can I change that color?
Please go to Enfold theme options > General Styling > Main Content and change the “Highlight Color”.
Best regards,
YigitHello,
I added the code I provided to you here https://kriesi.at/support/topic/submenu-buttons/#post-1419867 and it worked. I attached a screenshot in the private content field below.
We are providing you custom CSS codes, even though it is out of the scope of our support, providing you instructions on how you can add them but you are asking us to do it. Whenever we do it, it works.
We are not a customization service and we will not be providing you any help with customization from now on.
Best regards,
YigitHello,
You can use Enfold’s Mailchimp Signup element to do that. Please refer to this post: https://kriesi.at/documentation/enfold/mailchimp-signup/.
Regards,
YigitHello,
Please add the following code to Quick CSS
#custom_html-12 { width: 40px; z-index: 99; } @media only screen and (max-width: 767px) { #custom_html-12 { position: fixed; top: 0; padding-top: 20px; } }
Regards,
YigitHello,
No, we didn’t change anything. After fixing your CSS errors, CSS is now correctly applied and you are seeing the results of your custom CSS code.
You can remove the following code from the Additional CSS field to fix this:
.responsive #top .av-logo-container, .responsive #top .logo a, .responsive #top .logo img, .responsive #top .logo svg { height: 60px !important; max-height: 60px !important; line-height: 60px !important; }
Cheers!
YigitHello,
You should add a widget area to your header as well. Here are the instructions for it: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area.
If you need assistance with that, please hire a freelance developer for the task.
Best regards,
YigitHello,
The issue was errors in your CSS as I suggested earlier.
Please hire a freelance developer for these tasks.
Regards,
YigitHello,
You can use the code as the following to add border-radius ( https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius ):
.mc4wp-form-basic input[type="submit"] { background-color: orange; color: red; border-radius: 20px; }
Regards,
YigitHello,
As I mentioned in two of your threads, there were CSS errors in both the Quick CSS field and in the Appearance > Customize > Additional CSS ( https://i.imgur.com/VCnbPvo.png ).
I fixed them and added this custom CSS code ( https://kriesi.at/support/topic/widget-image-dimensions-only-phone/#post-1419863 ) and it works as expected.
Regards,
YigitHello,
You can add the following code to the Quick CSS field to change the color and background color of the button:
.mc4wp-form-basic input[type="submit"] { background-color: orange; color: red; }
Please note that we are not a customization service and customization is out of the scope of our support. If you need further customization services, please hire a freelance developer.
Best regards,
YigitHello,
As I replied in your other thread, there might be an error in your CSS.
Please make sure there aren’t any CSS errors in your custom CSS. You can use this website http://csslint.net/ to check for errors.
If there aren’t any errors, make sure to clear plugin-based and server-side caches.
Regards,
YigitHello,
Please make sure there aren’t any CSS errors in your custom CSS. You can use this website http://csslint.net/ to check for errors.
If there aren’t any errors, make sure to clear plugin-based and server-side caches.
Regards,
YigitHello,
You can add the following code to the Quick CSS field to increase the size of the WPML flags in the menu:
.avia-menu .lang-item img { width: 32px !important; height: 22px !important; }
Regards,
YigitHello,
You can try decreasing the width by adding the following CSS to the Enfold theme options > General Styling > Quick CSS:
@media only screen and (max-width: 767px) { #custom_html-4 img { max-width: 150px; } }
Regards,
YigitHello,
That is because you have the following custom CSS code:
@media only screen and (max-width: 989px) { .responsive #top #wrap_all #header { height: 50px !important; max-height: 50px !important; } }
Try changing it to the following:
@media only screen and (max-width: 989px) { .responsive #top #wrap_all #header { height: 90px !important; max-height: 90px !important; } }
Best regards,
YigitHello,
You can refer to this post https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and add a widget area to the header.
Then, you can add an Image widget to your Header widget area and link it to an email ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#linking_to_an_email_address ).
Best regards,
YigitHello,
To use Enfold’s Mailchimp Signup element, please refer to this post: https://kriesi.at/documentation/enfold/mailchimp-signup/.
Enfold doesn’t have a built-in popup. If that’s something you’d like to see in Enfold, please feel free to request it at https://github.com/KriesiMedia/Enfold-Feature-Requests.
If you’d like to set up a popup, you’ll need to use a third-party plugin.
Regards,
YigitHi,
Please try using the code as the following:
function av_custom_inline_script() { // apply inputmode to datepicker wp_add_inline_script( 'jquery', " (function($) { $('.avia_datepicker').attr('inputmode', 'none'); $('body').on('av_resize_finished', function() { $('.avia_ajax_form + .ajaxresponse').scrollTo(-50); }); })(jQuery); " ); } add_action( 'wp_enqueue_scripts', 'av_custom_inline_script' );
Our developers addressed this issue and the fix will be included in the upcoming version.
Best regards,
YigitHey Fazius,
Thanks for reaching out to us.
You can purchase an Enfold license at https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990.
After that, you can generate a Personal Token ( https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token ) and insert it in Enfold theme options to receive auto updates.
If that doesn’t work, you can try using the Envato Market ( https://www.envato.com/lp/market-plugin/ ) plugin to update the theme.
If that doesn’t work either, please update the theme via FTP ( https://kriesi.at/documentation/enfold/theme-update/ ).
I hope this helps. Let us know if you have any other questions.
Best regards,
YigitHey,
You have the following custom CSS code
#top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul{background-color: #000000 !important;}
Please change it to the following:
@media only screen and (min-width: 768px) { #top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul{background-color: #000000 !important;} }
If you have any other questions, please start new threads under Enfold subforum ( https://kriesi.at/support/forum/enfold#new-post ).
Regards,
YigitHi,
No, the size is incorrect. The favicon must be 48px square ( https://developers.google.com/search/docs/appearance/favicon-in-search#guidelines ).
Regards,
YigitHey,
You have a custom function in the functions.php file of your child theme that overrides the default link. Please remove the snippet from the functions.php file.
Best regards,
Yigit -
AuthorPosts