Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry but functions.php file is not writable so i could not apply the changes.
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your image element to give it a custom CSS class (“custom-class” in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-class .image-overlay { display: none !important; } .custom-class:hover a:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; border-radius: 500px; border: 15px solid #eeca6c; content: ""; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; } .custom-class a:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; border: 0 solid #fff; content: ""; -webkit-transition: 0.65s; -moz-transition: 0.65s; -o-transition: 0.65s; transition: 0.65s; border-radius: 500px; z-index: 200; }Best regards,
YigitHi,
If you are using a child theme, please add following code to Functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );and move modified file inside /js folder
Best regards,
YigitDecember 16, 2016 at 10:08 pm in reply to: How to add Julius Sans One and Mrs. saint delafield font #725560Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Enjoy your weekend!
Regards,
YigitHi,
You have following code in your custom CSS
.avia-button-center { display: inline-block!important; }It is causing the issue. Please remove it :)
Best regards,
YigitHey!
Please try de-activating all active plugins and flush browser cache – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If that too does not help, please post FTP logins here privately as well so we can look further into the issueCheers!
YigitHi!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Enjoy your weekend!
Regards,
YigitHey dynamicmindfulness!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitHi Dee007!
Sorry for the late reply. Please note that self posting pushes your query to the end of the queue. That is probably why we overlooked. I am closing this one will continue on your existing thread.
Regards,
YigitHey FatCatJack!
Please go to your Enfold theme child theme > Import & Export and click import parent theme options :)
Regards,
YigitHey!
I added following code to Style.css file of your child theme
::-webkit-input-placeholder { color: #006ec8!important; } ::-moz-placeholder } color: #006ec8!important; } :-ms-input-placeholder { color: #006ec8!important; }Please review your website now
Regards,
YigitHey Alwin!
You can choose to adjust the height depending on the content. That would be the best solution in my opinion.
You can refer to my post here – https://kriesi.at/support/topic/custom-hight-of-color-section/#post-682269 to change one of the predefined heights as wellCheers!
YigitHey!
Thank you for your kind words :)
Can you please create a temporary admin login and post it here privately?Best regards,
YigitDecember 16, 2016 at 5:57 pm in reply to: All sorts of error messages related to the WPML plugins #725487Hi,
Multibyte string should be enabled – http://www.php.net/manual/en/mbstring.installation.php
Please contact your host and they can help youBest regards,
YigitHey jb84,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_cart_buttons { opacity: 1; }Best regards,
YigitHey!
Header is sliding on my end on both Firefox and Chrome. Please go to Enfold theme options > General Layout and make sure that you chose “Always sticky” option – http://i.imgur.com/P10lzVZ.png
Regards,
YigitHey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Enjoy your weekend!
Regards,
YigitHi Holger!
Thank you for contacting us!
Can you please post a link to your page and a link to example page where we can see the hover effect in action? We do not mind taking a quick look however if it requires heavy customization, we are going to need to ask you to hire a freelance developer. Let us check it first :)
Regards,
YigitHi!
Can you please create a temporary admin login, post it here privately and point out the color section element you would like to edit?
Regards,
YigitHi Angelo!
Can you please post a screenshot and show the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Also, which browser and OS are you using?Cheers!
YigitHey MaaikeVVV,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1024px) { body div .avia-testimonial { display: block; width: 100%!important; border: none; }} @media only screen and (max-width: 990px) and (min-width: 481px) { h3.av-masonry-entry-title.entry-title { font-size: 20px!important; }}Best regards,
YigitHi,
Where did you apply the changes? I cannot see the code ( http://kriesi.at/documentation/enfold/custom-social-icons/ ) in functions.php file. I can only see custom CSS however you would need the function in functions.php file as well
Best regards,
YigitHi!
No, as i mentioned issue occurs because of corrupted files. Glad it is working fine now!
Let us know if you have any other questions or issues and enjoy your weekend! :)Regards,
YigitHey!
It should have worked fine but sometimes not all files are overwritten correctly due to temporary hiccups on the server. Updating the theme via FTP should overwrite all files correctly :)
Regards,
YigitHey eKMUch,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your button element and give it a custom CSS class and then add following code to Functions.php file in Appearance > Editor
function avia_custom_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('.your-custom-class a').attr('data-sumome-listbuilder-id','9cc21303-ea2d-4d1f-afed-eb506397e88b'); }); </script> <?php } add_action('wp_footer', 'avia_custom_attr');Best regards,
YigitHi,
Can you please choose not to display header on your homepage – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/ and then add Fullwidth Sub Menu element below your image to display your menu items?
Best regards,
YigitHey Otakar,
Please try adding following code to Functions.php file in Appearance > Editor
add_action( 'after_setup_theme', 'enfold_customization_product_switch' ); function enfold_customization_product_switch(){ add_filter('avf_builder_elements', 'avf_builder_elements_mod'); } function avf_builder_elements_mod($elements) { $counter = 0; foreach($elements as $element) { if($element['id'] == 'layout') { $elements[$counter]['std'] = 'fullsize'; } $counter++; } return $elements; }Best regards,
YigitHey!
You can change the code to following one
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { if(is_page(59)){ $subject = 'xxxxxxxxxxxx - ' . urldecode($new_post['4_3']); } return $subject; }To apply the code on page with ID 59
Best regards,
YigitHey!
In the meantime, we have released Enfold 3.8.4. Can you please update the theme once again – kriesi.at/documentation/enfold/updating-your-theme-files/?
Regards,
YigitHey Alwin!
You can refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and create a Color Section element with 100% container width and place Image element inside and choose to display no padding on your color section :)
Best regards,
Yigit -
AuthorPosts
