Forum Replies Created
-
AuthorPosts
-
Hi,
@sproutstudio You are currently using a very old version of the theme. Burger menu (you can see here – http://kriesi.at/themes/enfold-creative-studio/) is not available on the version you are using. If you would like to use it, please update Enfold to the latest version 4.0.7 – kriesi.at/documentation/enfold/updating-your-theme-files/ then please go to Enfold theme options > Header and choose to display menu items as icon – http://i.imgur.com/MqlKT49.pngIf you would like to apply the changes on mobile menu, please refer to this post – https://kriesi.at/support/topic/mobile-menu-smaller-height-with-logo-smaller/#post-700831.
If that too does not help, please start a new thread under Enfold sub forum :)
Best regards,
YigitHi,
Glad it does :)
Let us know if you have any other questions or issues!Best regards,
YigitMay 17, 2017 at 8:15 pm in reply to: How to move post meta below the title in the loop and on single posts? #795062Hi,
Please go to enfold/includes/loop-index.php file and replace its content with following one – https://pastebin.com/sfhxViq1
Best regards,
YigitHi Christian,
Sure, you can purchase Enfold here – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi. It costs $60.
After purchasing Enfold, you can register to our support forum here – https://kriesi.at/support/register/ and start new threads under Enfold sub forum whenever you have a question or an issue :)
Let us know if you have any other questions!
Best regards,
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 :)Best regards,
YigitMay 17, 2017 at 7:31 pm in reply to: Main menu the same indicator for child in breadcrumb hierarchy #795049Dzien dobry Krzysztof!
Please add following code to Functions.php file in Appearance > Editor
add_filter( 'body_class', function( $classes ) { if(is_singular('portfolio') && has_term('substrates', 'portfolio_entries')) { $classes = array_merge( $classes, array( 'single-substrates' ) ); } return $classes; });then please add following code to Quick CSS
.single-substrates li#menu-item-191 .avia-menu-fx { opacity: 1; visibility: visible; } .single-substrates li#menu-item-191 a { color: #008B98 !important; }Best regards,
YigitHi,
Please change your code to following one
.av-main-nav ul > li.menu-item-has-children > a:after { content: "\e875"; font-size: 14px; font-weight: bold; float: right; font-family: 'entypo-fontello'; }Best regards,
YigitHi,Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .widget_nav_menu li { font-size: 16px; }Best regards,
YigitHey!
Can you please try downgrading theme version to the older one? Unfortunately, it would be very difficult to troubleshoot issues on very old theme, WordPress and plugin versions.
Best regards,
YigitHi,
You had multiple unclosed media queries in Style.css file of your child theme. I closed them and it helped. Please flush browser cache, refresh your page a few times and review your website
Best regards,
YigitHey Vadivel,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-main-nav ul > li.menu-item-has-children > a:after { content: ">"; font-size: 14px; font-weight: bold; float: right; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHi,
1- Have you increased font size by editing “body” in Enfold theme options > Advanced Styling? If so, please add following code to Quick CSS in Enfold theme options > General Styling tab
@media only screen and (max-width: 990px) { body#top { font-size: 11px !important; }}2- Can you please post a link to your website?
You are welcome! Luckily Enfold community is very helpful :)
@tjswarbs78 Thanks for your help! :)Best regards,
YigitHey!
I created a private testing page and added your #43 slider and it does work fine on my end. Have you figured it out already? :)
Best regards,
YigitHey!
You are using very old versions of the theme on both sites. Please update both sites to the latest version of Enfold which is currently 4.0.7 – kriesi.at/documentation/enfold/updating-your-theme-files/
Since you are using very old versions, please have backups before updating to be on the safe side :)
Best regards,
YigitHi,
Please try using following code and adjust the values as needed
.av-caption-image-overlay-bg { height: 50px; width: 200px; top: 40%; left: 20%; }Best regards,
YigitHey Jacob,
You can use this plugin to translate untranslated strings – https://wordpress.org/plugins/loco-translate/ :)
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.phone-info { font-size: 14px; }Best regards,
YigitShalom! :)
Please add following code to Quick CSS as well
.rtl#top .single-product-main-image .onsale { right: auto; }If that too does not help, please create a temporary admin login and post it here privately
Best regards,
YigitMay 17, 2017 at 6:02 pm in reply to: Avia Layout Builder and Masonry Gallery not working after upgrade to enfold4.0.5 #795007Hi,
Please try adding following code to Functions.php file in Appearance > Editor
add_filter( 'wp_calculate_image_srcset', 'av_disable_srcset' ); function av_disable_srcset( $sources ) { return false; }Best regards,
YigitHi,
Glad you figured it out!
Yes, it would however you can point out the changes you would like to make and we can provide you custom CSS code to decrease font sizes on mobile if necessary :)
Best regards,
YigitMay 17, 2017 at 5:58 pm in reply to: How to move post meta below the title in the loop and on single posts? #795002Hey Kostas,
Can you please post a link to your website and a screenshot showing the changes you would like to make so we can make sure that we are on the same page and provide you an accurate solution? :)
Best regards,
YigitHey!
Please try using the code as following
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { if(is_page(59)){ dynamic_sidebar( 'header' ); } }You can simply replace “59” page ID with your pages ID so widget will be displayed on header only on that certain page.
If that is not what you meant, please elaborate on the changes you would like to make :)
Best regards,
YigitHi,
Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/
Best regards,
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 :)Best regards,
YigitShalom! :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before { font-family: 'entypo-fontello'!important; }Best regards,
YigitHey!
I checked your Estrellitalavaliente site on my iphone and i am able to type into fields, attached a screenshot in private content field. I asked my teammates to check your site on their Android devices. Please kindly wait to hear from them
Best regards,
YigitMay 17, 2017 at 4:53 pm in reply to: Google maps funktioniert nicht mehr nach WP-Aktualisierung! #794966Hey Nic,
Please refer to this post – http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
If that still does not help, please post temporary admin logins here privately so we can look into it :)
Best regards,
YigitHi Gerhard!
Can you please try updating the theme to the latest version 4.0.7 via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/? :)
I am getting following error
Regards,
YigitHi,
Glad you figured it out Annelies! :)
Let us know if you have any other questions or issues :)Best regards,
Yigit -
AuthorPosts
