Forum Replies Created
-
AuthorPosts
-
Hi eulogic!
I replied you here – https://kriesi.at/support/topic/blog-use-the-advance-layout-editor-for-the-blog-page-not-working/
Please be patient and do not start duplicated threads as it is making it harder for us and other users to follow.Cheers!
YigitApril 21, 2017 at 12:51 pm in reply to: BLOG "Use the advance layout editor for the blog page” not working #781146Hi,
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 add following code to Functions.php file of your child theme
function add_tooltip_js() { wp_enqueue_script( 'tooltip-js', get_template_directory_uri() . '/js/tooltip.js', array(), '1.0.0', true ); } add_action( 'wp_enqueue_scripts', 'add_tooltip_js' );then place tooltip.js file inside /js folder on your child theme. You do not need to copy header.php file to your child theme to enqueue that script :)
Best 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 :)Best regards,
YigitHi Theresa!
Thanks for contacting us!
Due to our agreement with Envato/ThemeForest, we are not allowed to sell/distribute themes directly. Themes can be only downloaded from your ThemeForest account.
If they will not share those details with you, one alternative would be purchasing your own license here – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi
Let us know if you have any other questions!
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 :)Good night :)
Best regards,
YigitHey!
I added an API key @vinay generated into your Enfold theme options and it worked. If you would like to replace it with your own, please refer to this post – http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Cheers!
YigitHey M,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.responsive #header .social_bookmarks li { border: none!important; }Best regards,
YigitHi,
I added the code once again and purged caches on W3 Total Cache plugin. Please review your website now
Best 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,
Yes, it will. To be on the safe side, please have a backup of your installation first then you can overwrite all files.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start a new thread under Enfold sub forum :)
Best regards,
YigitHi,
Can you please switch user role to administrator so we can see Enfold theme options? :)
Best regards,
YigitHi,
Code is not being applied at the moment. If you do not mind, please create a temporary admin login and post it here privately so we can look into it :)
Best regards,
YigitApril 20, 2017 at 4:18 pm in reply to: Page editor is Loading and Loading and well just never stops Loading #780619Hi Erwin,
Purchases are linked to ThemeForest/Envato accounts. You can try contacting Envato support however as far as i know, it is not possible to transfer licenses between accounts. They can simply provide you ThemeForest username (of the account they used to purchase the theme) and API key. Otherwise you will not be able to download the latest version of the theme.
Other option would be creating a new ThemeForest/Envato account and re-purchasing the theme however as i mentioned above, you can receive the update if you insert username and API key in Enfold theme options :)
Best regards,
YigitApril 20, 2017 at 4:13 pm in reply to: How to use Avia Layout Builder in custom post types (made with Toolset-plugin)? #780616Hey!
Glad you figured it out and thanks for sharing your solution. Here is a post from our documentation for future readers – http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/ :)
Let us know if you have any other questions or issues!
Regards,
YigitHey Oli,
Sorry it is still wrong. Can you please replace content of functions.php file with this one – https://pastebin.com/2jhV62a5
Best regards,
YigitHey Mauro,
Thanks for contacting us!
We have not tested Enfold with mentioned plugin therefore we cannot guarantee. Can you please contact plugin authors and ask if they had any experience with Enfold to be on the safe side? :)
You can use Advanced Layout Builder to create your blog posts and add Color Section element with 100% height or Fullscreen Slider element to the top of your post :)
Let us know if you have any other questions!
Best regards,
YigitHey!
You are welcome :)
Let us know if you have any other questions and enjoy the rest of your day!Cheers!
YigitHey Eike,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-magazine .av-magazine-no-thumb .av-magazine-content-wrap { text-align: center; }Best regards,
YigitHi,
Can you please add following code only
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Right below following line near top
if(isset($avia_config['use_child_theme_functions_only'])) return;Best regards,
YigitApril 20, 2017 at 4:00 pm in reply to: Disable AJAX menu in the header and replace it with the default search function #780596Hi,
Please refer to this post – Please refer to this post – https://kriesi.at/support/topic/grid-style-search-results-with-sidebar/
Best regards,
YigitHey Harris,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
iframe[name="google_conversion_frame"] { display: none; }Best regards,
YigitHi,
No no they are full versions. Once you import demos, they will import dummy content and media items and your site look as the demo you chose – http://kriesi.at/themes/enfold-overview/ :)
Let us know if you have any other questions :)
Best regards,
YigitHi,
Can you please try enabling debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/? Functions.php file is not writable on WP dashboard that is why i could not add the code there
Best regards,
YigitHey!
Can you please refer to @rysargroup’s post above? I looked into it however could not figure out yet. It definitely seems to be related with this warning “Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.”
@rysargroup thanks for your help :)Cheers!
YigitHey Amar,
Thanks for contacting us!
Please go to WooCommerce > Settings > Products > Display and increase product image sizes and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Best regards,
YigitHi Anonymous!
Thanks for contacting us!
Please see private content field.
Best regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor to remove flags
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');Best regards,
YigitHi,
@mmagnani Please try adding following code to Quick CSS as well@media only screen and (max-width: 767px) { .html_header_top.html_header_sticky #header, .responsive #top #wrap_all #header { width: 100% !important; } }Best regards,
Yigit -
AuthorPosts
