Forum Replies Created
-
AuthorPosts
-
September 22, 2017 at 4:36 pm in reply to: Color section not limited in height. Goes on behind all content below #855419
Hey sberendss,
I placed your content inside a Color Section element. Please review your website :)
Best regards,
YigitSeptember 22, 2017 at 4:30 pm in reply to: Can't log in to my Admin page and now site is down… #855414Hi,
Can you please contact your hosting provider and ask them to upgrade PHP version to 7?
Best regards,
YigitHey Denis,
I went to Enfold theme options > Advanced Styling and edit “Menu Links in overlay/slide out” and set font colors to orange. Please review your website
Best regards,
YigitHey,
Please go to Enfold theme options > Footer and choose to display 5 columns in footer and then add following code to Quick CSS in Enfold theme options > General Styling and adjust the values as needed
/* 5th column */ #footer .flex_column:nth-child(5) { width: 24%; } /* 4th column */ #footer .flex_column:nth-child(4) { width: 70%; margin-left: 0; } /* First 3 columns */ #footer .flex_column:not(:nth-child(4)):not(:nth-child(5)) { width: 29%; }Best regards,
YigitHi Wes,
Both mobile menu icon and mobile menu items’ color were white therefore they were not visible. I set them to red in Enfold theme options > Advanced Styling and in Enfold theme options > Main Menu. Please review your website :)
Best regards,
YigitSeptember 22, 2017 at 3:14 pm in reply to: Enfold theme updated from 3.2.6 to 4.1 – child theme facing some issues #855395Hey,
Old mobile menu was completely replaced with a newer one therefore enfold/header.php and enfold/includes/helper-main-menu.php files were updated. Please copy fresh copies of those files, move to your child theme and apply the changes you previously applied on those files :)
You can find change log here – http://kriesi.at/documentation/enfold/enfold-changelog/
Best regards,
YigitHey,
Please use following code in functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo_single'); function av_change_logo_single($logo) { if(is_singular( 'portfolio' )) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }Best regards,
YigitSeptember 22, 2017 at 12:59 pm in reply to: how to change the colors of the arrows on the slider #855364Hi,
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,
YigitMerhabalar,
Sorunu cozdugunuze sevindim. Paylastiginiz icinde tesekkurler! Daha once gordugum orneklerde menus sekmesi hic acilmiyordu o yuzden kirik olabilen menu linkini dusunemedim :)
Baska her hangi bir sorunuz veya sorununuz olursa lutfen tekrar iletisime gecmekten cekinmeyin.
Iyi haftasonlari!
Best regards,
YigitHi Jane,
Thanks for contacting us!
Unfortunately we are currently not accepting sponsored posts.
Let us know if you have any other questions and enjoy your weekend!
Best regards,
YigitHey Martin,
It only shows up to logged in admins and not to your visitors. I checked your website and i cannot see any notice on header. Attached a screenshot in private content field.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.lswp-notification.info { display: none; }Best regards,
YigitHey!
Glad it did! Let us know if you have any other questions or issues
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:
#after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6, #after_section_7 { border: none; }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,
YigitSeptember 21, 2017 at 5:35 pm in reply to: [SOLVED] Remove white space top of page with blank template #854966Hey steviger,
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-blank, #top.avia-blank #wrap_all { display: block; }Best regards,
YigitHi,
That is mini cart to show your visitors the content of their shopping carts and you can remove it by adding following code to Quick CSS in Enfold theme options > General Styling
.responsive #top .cart_dropdown { display: none !important; }Best regards,
YigitHey Niguli!
Sure :) Thanks for asking!
Let us know if you have any other questions or issues!
Cheers!
YigitHey,
Please refer to this post – http://kriesi.at/documentation/enfold/updating-your-theme-files/ :)
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:.entry-content-wrapper p, .entry-content p { letter-spacing: -0.01em; }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,
YigitSeptember 21, 2017 at 1:46 pm in reply to: how to change the colors of the arrows on the slider #854848Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-control-minimal .avia-slideshow-arrows a { color: red; } #top .av-control-minimal .avia-slideshow-arrows a:before { border-color: red; }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,
YigitHey!
I removed following code from Enfold theme options > General Styling > Quick CSS
@media only screen and (max-width: 920px) { .container #advanced_menu_toggle, #advanced_menu_hide { display: block; } .main_menu .avia-menu, #header_main_alternate, .fallback_menu { display: none; } }and flushed cache in Autoptimize settings. Please review your website
Best regards,
YigitHi,
No unfortunately. Can you please add new user manually and post login credentials here privately? :)
Best regards,
YigitHi,
I went to Enfold theme options, switched language to English, added social link and custom CSS code in English version. Please review your website :)
Best regards,
YigitHi,
You can post login credentials in private content field below :)
Best regards,
YigitHi,
Welcome back! Hope you had a good one :)
Login page cannot be found on my end. Can you please check it once again?
Best regards,
Yigit -
AuthorPosts
