Forum Replies Created
-
AuthorPosts
-
Hi,
Glad it worked for you! :)
We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.
Best regards,
YigitHi Tarik!
Thank you for contacting us!
Can you please register to our support forum – https://kriesi.at/support/register/ and then start a new thread under Enfold sub forum and attach temporary admin logins in private content field? Also, which demo would you like to import?
Regards,
YigitHi!
Thank you for contacting us!
Enfold would deliever images accordingly. There are many users using Enfold on HTTPS :)
Let us know if you have any other questions!
Cheers!
YigitHey!
Please try updating the theme via FTP manually and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHi!
We have released an update which fixes this issue. Please update the theme to 3.8.3 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ :)
Regards,
YigitMerhabalar!
Please add following code to functions.php file in Appearance > Editor
function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); } add_action('after_setup_theme','avia_remove_main_menu_flags');Cheers!
YigitDecember 13, 2016 at 8:12 pm in reply to: Template Issue after Upgrade to WP 4.7 and Enfold 3.8.2 #723946Hey!
Glad it worked! :)
For future readers, if you are having issues loading templates, please make sure that you are using Enfold 3.8.3 – kriesi.at/documentation/enfold/updating-your-theme-files/ :)
Best regards,
YigitDecember 13, 2016 at 5:45 pm in reply to: Layout builder is no longer working once updated to the latest version #723878Hey!
Sounds like it was a temporary caching related issue. Glad it is working fine now :)
We will keep the thread open and wait to hear from you in case it happens again.
Thread will be on hold until you replyRegards,
YigitHey!
Those are WordPress admin logins. We need access to your server to add following code to wp-config.php file near top
define('CONCATENATE_SCRIPTS', false);You can do it as well :)
Best regards,
YigitHey!
Can you please try adding following code to wp-config.php file near top?
define('CONCATENATE_SCRIPTS', false);Cheers!
YigitHey StormCreek,
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 element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .image-overlay { display: none !important; }Best regards,
YigitHi,
Your site does not load on my end and according to – http://downforeveryoneorjustme.com/ it is currently down. Can you please check the link once again?
Best regards,
YigitHey!
1- For
, please add following code to Functions.php file in Appearance > Editorfunction my_custom_code(){ ?> // Your code goes here <?php } add_action('wp_head', 'my_custom_code');2- Please add following code to Functions.php file as well
function my_body_custom_code(){ ?> // Your code goes here <?php } add_action('wp_footer', 'my_body_custom_code');Best regards,
YigitHey Oliver,
Please see this screenshot – http://i.imgur.com/HS5jKWi.png?1. You can save and load your templates using that button :)
Best regards,
YigitHi!
Glad you figured it out! :)
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 :)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 :)Regards,
YigitHi,
Can you please try adding following code to wp-config.php file near top?
define('CONCATENATE_SCRIPTS', false);Best regards,
YigitHey Vital,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHi,
Please copy layout.css file into your child theme into a /css/ folder, apply the changes and then add following code to functions.php file of your child theme
add_action( 'wp_enqueue_scripts', 'wp_change_layoutcss', 20 ); function wp_change_layoutcss() { wp_dequeue_style( 'avia-layout' ); wp_enqueue_style( 'avia-layout-child', get_stylesheet_directory_uri().'/css/layout.css' ); }Best regards,
YigitHey TriciaWilliams,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHi!
If you are having “Warning: ILLEGAL STRING OFFSET ‘LANGUAGE_CODE’” issue, please update WPML to the latest version 3.6.2.
If you are having issue loading templates, please update Enfold to the latest version 3.8.3 – kriesi.at/documentation/enfold/updating-your-theme-files/ which was released today to fix this issue :)
Regards,
YigitHi!
I flushed cache in Total Cache and flushed browser cache and it does work fine on my end :)
Regards,
YigitHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHi,
Regarding “Access-Control-Allow-Credentials”, please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/
And to enable ALB on your custom post type, please see – http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/
Best regards,
YigitDecember 13, 2016 at 4:36 pm in reply to: After Enfold Update to 3.8.2. the left sidebar menu moved to the buttom! #723798Hi,
Please deactivate all plugins one by one to check which one is causing this issue. It worked fine when i deactivated all plugins. Screenshot in private content field.
By fixing the issue, i meant loading templates one :)
Best regards,
YigitHi Alex!
I will look further into it but can you please firstly update Enfold to the latest version 3.8.3?
By the way, we have added an option for grid cells to set height to 100%, 75%. 50% and 25% instead of the previous px based values only. You wanted this in your previous project :)Regards,
Yigit -
AuthorPosts
