Forum Replies Created
-
AuthorPosts
-
Hi,
That is true. It was gone for a while but now it is back.
I am afraid disabling the notice on child theme will not be easily possible. However, we will inform our devs regarding the issue. Notice should have been disabled out of the box. I believe it will be corrected in upcoming update :)
Best regards,
YigitDecember 5, 2017 at 11:46 pm in reply to: Advanced Editor Not working with Custom Type Posts #885257Hi,
Thanks for your understanding!
Since you have custom post types, it would be the best if you provided FTP and WP admin logins to your staging site, if you have one. If you do not and do not mind posting FTP logins here, please do so, so we can edit files there. As i mentioned, this issue should not have happened but if we can access your server and edit files there, we will not face issues like that and even if we do, we will simply undo the changes as quick as we can so you and your visitors will not experience any issues.
Also, i checked all of your custom post types and ALB is enabled on all of them except for “Investors”. Could you please check once again and confirm?
Best regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
add_filter('site_transient_update_plugins', 'av_remove_ls_update_notification'); function av_remove_ls_update_notification($plugins) { $layerslider = str_replace( '\\', '/', get_template_directory() . '/config-layerslider/LayerSlider/layerslider.php' ); if($plugins) { unset($plugins->response[ $layerslider ] ); return $plugins; } }Best regards,
YigitDecember 5, 2017 at 4:20 pm in reply to: Internal Server Error after WordPress update 4.9.1 – Enfold Child Theme #885125Hi!
If you do not mind, could you please post FTP and WP admin logins here privately so we can look into it?
@mensmaximus Thanks for your input as always :)Best regards,
YigitHi,
I added following code to Quick CSS however it is not being applied
#advanced_menu_toggle, #advanced_menu_hide { background-color: #ffffff; color: #b1ad30 !important; border-color: #b1ad30 !important; }Please try adding it to enfold/css/custom.css file via FTP and check if that helps.
Also, you are currently using a very old version of the theme. We would recommend you to keep your theme updated. You can check out Enfold change log here – https://kriesi.at/documentation/enfold/enfold-changelog/ and update your theme by referring to this post – kriesi.at/documentation/enfold/updating-your-theme-files/.
To be on the safe side, please create a testing installation and update the theme there to check if anything breaks. That may happen as there have been many major changes in the theme. For example, mobile menu was replaced with a totally new one :)
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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHi Leo,
Thanks for contacting us!
Your purchase code seems invalid. Please make sure that you are using your Enfold purchase code. Please see screenshot below to find your purchase code

Cheers!
YigitHey,
Please add following code to Functions.php file of your child theme
function wp_change_shortcodesjs() { 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_shortcodesjs', 100 );then go to Enfold/js/shortcodes.js and copy it inside enfold-child/js/ folder, open the file and find
transition: 'slide'and change it to
transition: 'fade'Best regards,
YigitHi!
Please go to Users > Add New and create a new user with “Administrator” role. You can use (Email address hidden if logged out) as email however please post logins here privately so any available moderator can look into it.
Cheers!
YigitHey
You are welcome Demaup, we are always happy to help!
Let us know if you have any other questions and enjoy the rest of your day :)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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHi Mike,
You are welcome and thanks for your kind words. Glad it is working fine now and thanks for sharing your solution. Will be a hint for us in case any other users have the same issue :)
Thanks, you too have a nice day!
Best regards,
YigitHi Demaup,
You had following code in Quick CSS field
.html_header_top.html_header_transparency #header { position: absolute; left: 50%; transform: translateX(-50%); }I changed it to following one
@media only screen and (min-width: 768px) { .html_header_top.html_header_transparency #header { position: absolute; left: 50%; transform: translateX(-50%); }}Please review your website :)
Best regards,
YigitDecember 5, 2017 at 12:01 pm in reply to: How to set Custom Social Icons background color when mouse on hover? #884995Hi,
Glad you figured it out :) Let us know if you have any other questions or issues!
Best regards,
YigitHey,
Replied to your thread here – https://kriesi.at/support/topic/problem-with-a-colors-in-my-dropdown-menu/.
We reply to each thread on our support forum so please avoid creating duplicated threads as it makes it more difficult for us and for other users to follow :)Best regards,
YigitHey,
We have replied to your thread here – https://kriesi.at/support/topic/problem-with-a-colors-in-my-dropdown-menu/. Let us continue there.
Best regards,
YigitHey!
Can you please create a temporary admin login and post it here privately so we can look into it?
Cheers!
YigitDecember 5, 2017 at 11:44 am in reply to: Menu is overlapping the logo when resizing the screen #884982Hey!
You are welcome :) Let us know if you have any other questions or issues!
Best regards,
YigitHey,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class input[type='submit'] { background-color: rgb(255,0,232); }Best regards,
YigitHi Mats,
I think there is misunderstanding here. Theme you are using is not Enfold.
Please contact theme authors :)Regards,
YigitHey Petra,
I adjusted your code in Functions.php file. Please review your website :)
Cheers!
YigitHi!
Please use the code as following instead
.page-id-2025 .slide-meta { display: none; }Cheers!
YigitDecember 5, 2017 at 11:03 am in reply to: Menu is overlapping the logo when resizing the screen #884966Hi Florian,
I added following code to bottom of Style.css file of your child theme in Appearance > Editor
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul > li > a { font-size: 18px; }}Please review your website :)
Best regards,
YigitHi Mike,
I enabled debugging mode – https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and copied your pages shortcodes to my local installation but i cannot reproduce the issue there.
Removing PDF links helps however copying them gives “unavailable for legal reasons” error. Could you please contact your hosting provider and ask if they have any insights on this? I will ask my teammates as well.
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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHey!
Code is not being applied. Please try flushing cache in cache plugin you are using and refresh your page a few times. If that too does not help, please create a temporary admin login and post it here privately.
Cheers!
YigitHey,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .single-product .sidebar { display: none !important; } }If that does not help, please post a link to your website.
Regards,
YigitHi Emilio,
Thanks for contacting us!
Please see private content field below :)
Best regards,
YigitDecember 4, 2017 at 8:35 pm in reply to: Menu is overlapping the logo when resizing the screen #884773 -
AuthorPosts

