Forum Replies Created
-
AuthorPosts
-
Hi Sascha,
Please add the code @Guenni007 shared here – https://kriesi.at/support/topic/unlink-all-blog-post-titles/#post-1303189
@Guenni007 Thanks for your help! I will pass it to Günter :)Best regards,
YigitHi,
FTP logins are not working for me. Could you please check them once again? :)
Best regards,
YigitJune 1, 2021 at 12:11 pm in reply to: mobile footer menu items not showing after WordPress update #1303397Hi Lisa,
1- I see. You can use the code as following as well so it would only target menu items in header
@media only screen and (max-width: 900px) { #header .menu-item { display: none; } }2- Please do so and let us know if you need further assistance :)
Best regards,
YigitHi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#footer-page .avia-icon-list { max-width: 260px; margin: auto; } #footer-page .avia-icon-list li:nth-child(3) .iconlist_icon { margin-right: 0; }I thought you wanted to center the icons within circles but that should do it :)
Best regards,
YigitHi,
Then you can insert it in footer section. Please add following code to functions.php file of your child theme
//------------------------------- // Custom script in footer //------------------------------- function custom_script_name(){ ?> <script> // Your script here </script> <?php } add_action('wp_footer', 'custom_script_name');Best regards,
YigitHi,
Thanks!
Please see private content field. I did not delete anything but CSS was not loading so I disabled some options in Performance tab however you can enable them again and it still should load fine :)
Best regards,
YigitHi Franz,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px){ .responsive #top .av-logo-container .avia-menu { padding-right: 10px; }}Best regards,
YigitHi @BrendaSarg,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#footer-page .avia-icon-list .iconlist_icon { line-height: 60px; }Best regards,
YigitHi,
Following media query was missing a closing curly bracket
@media only screen and (min-width: 768px) {I added it right before the second media query you have in your code and that helped.
Please review your website :)
Best regards,
YigitHi,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/
Best regards,
YigitHi Iben,
Thanks for contacting us!
You are currently using an old version of Enfold 4.2 which is not compatible with your WordPress version. Updating the theme should solve the issue.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.3.Also, I noticed that you have modified footer.php and header.php files on your child theme. Those might need updating as well. If you have not noted the changes you made on those files, please let us know so we can send you a copy of these files from version 4.2 to compare differences :)
Regards,
YigitHey Franz,
Thanks for contacting us!
Please add following code to bottom of Quick CSS field as well
.av-catalogue-list .av-catalogue-content { color: red; font-size: 14px; } #top .av-catalogue-list .av-catalogue-item { padding-bottom: 5px; }Regards,
YigitHey Franz,
Thanks for contacting us!
1- Please go to Enfold theme options > Main Menu > Burger/Mobile Menu > Menu Icon Style and choose “Small”
2- Please go to Enfold theme options > Main Menu > Burger/Mobile Menu Styling > Menu Icon Color and change it to white :)Best regards,
YigitHey,
Thanks for contacting us!
I tested it on my local installation and it works as expected on my end. Have you enabled page attributes on posts? If not, please add following code to functions.php file of your child theme as well
add_action( 'admin_init', 'av_post_custom_order' ); function av_post_custom_order() { add_post_type_support( 'post', 'page-attributes' ); }Best regards,
YigitHi,
I commented following code out in functions.php file of your child theme and that helped
/* add_filter('body_class', 'pwm_woocommerce_cart_status'); function pwm_woocommerce_cart_status( $classes ){ global $woocommerce; //Body class for items in cart // if( $woocommerce->cart->cart_contents_count > 0 ): // $classes[] = 'woocommerce-items-in-cart'; // else : // $classes[] = 'woocommerce-cart-empty'; // endif; // return $classes; } */Please review your website :)
Best regards,
YigitMay 31, 2021 at 4:24 pm in reply to: Removing the "That's Me: Alicia Enfold" from Enfold Lifestyle Blog Theme #1303227May 31, 2021 at 4:05 pm in reply to: Media element 'Video' shows black square since Enfold 4.3 #1303220Hi,
@mercury88 Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.3.
If that does not help, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it :)Best regards,
YigitHey David,
Thanks for contacting us!
I cannot see logins. Could you please post temporary FTP and WP admin logins here privately so we can look into it? :)
Best regards,
YigitHi Jeff,
The code Rikard posted above should have worked. Could you please use this website – csslint.net/ and check your custom CSS code for errors? Also, please make sure to flush cache.
If that does not help, please post temporary admin logins here privately so we can look into it :)
Best regardsA
YigitHey,
Thanks! However I cannot see a section with a background video on your homepage. I just see a video element and that autoplays on my end. Am I missing something? :)
Regards,
YigitHey Seb,
Please edit your Social Buttons element and give it a custom ID in Advanced > Developer Settings (“custom-share” in example below) and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#custom-share .av-share-box .avia-related-tooltip { top: 360px !important; } #custom-share .avia-related-tooltip .avia-arrow-wrap .avia-arrow { top: -60px; }If that does not help, please post a link of your page :)
Best regards,
YigitHey,
Thanks for contacting us!
Logo size adapts to header height. Could you please go to Enfold theme options > Header and increase header height and check if that helps and if that does not help post a link to your website? :)
Best regards,
YigitHey,
Thanks for contacting us!
Could you please switch user role to administrator? :)
Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day!Best regards,
YigitHi Bernhard,
Thanks for the update!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us and sorry for the late reply!
Could you please try adding the code Ismael shared here – https://kriesi.at/support/topic/custom-map-marker-image-size-wont-display-at-80x80px/#post-1012163 to the bottom of functions.php file of your child theme?
Best regards,
YigitHey,
Thanks for contacting us!
I adjusted your code a bit and then added following code to Quick CSS field in Enfold theme options > General Styling tab
#top #header_meta #searchform { float: right; margin-left: 10px; } #top #header_meta #s { padding: 5px 47px 5px 5px; } #top #header_meta #searchsubmit { line-height: 30px; }Please review your website :)
Best regards,
YigitHey Guenter,
Thanks for contacIing us!
I just tested it again on my test installation and arrows show up for me. It did not show up at first but after choosing not to display arrows, updating the page and then choosing to display buttons helped.
Could you please try doing that as well? :)Best regards,
YigitHi,
Thanks for contacting us!
Are you checking source code? If so, you would see it however it should not be displayed on mobile devices. If you have it to not display on smaller screens and still see it on those screens, please create temporary admin logins, post them here privately and point out your page :)
Best regards,
Yigit -
AuthorPosts
