Forum Replies Created
-
AuthorPosts
-
August 2, 2017 at 11:31 am in reply to: My footer does not change using the Enfold Theme Options #833347
Hi,
Can you please post FTP and WP admin logins here privately so we can register new font for you?
Best regards,
YigitHi,
Please change the code to following one
.html_av-submenu-hidden .av-submenu-indicator:before { content: "+"; font-weight: bold; font-size: 16px; }Best regards,
YigitAugust 2, 2017 at 11:28 am in reply to: wordpress ask for update but nothing appear in update's page with enfold #833343Hi,
Please go to wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php file via FTP and insert following code on 13th line
// Remove LayerSlider's update notifications add_filter('site_transient_update_plugins', 'av_remove_ls_update_notification'); function av_remove_ls_update_notification($value) { if($value) { unset($value->response[plugin_basename(__FILE__)]); return $value; } }Best regards,
YigitHi,
The last file is not one of theme files therefore i cannot comment however others are simply demo files and you can remove them.
Best regards,
YigitHi Wael!
Thanks for contacting us!
Each domain requires a separate license therefore you would need to purchase 4 license in total for 4 websites.
Since purchase and downloaded processes are managed by Envato/ThemeForest, it would be better if you contacted them and ask if you could have a discount when making multiple licenses.Let us know if you have any other questions :)
Best regards,
YigitHey!
There seems to be syntax error. Please go to public_html/wp-content/themes/enfold/functions.php via FTP and correct it.
Best regards,
YigitHey Amy!
Thanks for contacting us!
No, you would need to download the installable theme files from ThemeForest after purchasing the theme. Then you can install the theme just as any other WordPress theme, in Appearance > Themes > Add New. We can also install the theme for you :)
Let us know if you have any other questions!
Cheers!
YigitHi,
@klaragrunsberg You are currently using a very old version of the theme. Please update Enfold to the latest version 4.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_RefreshAfter updating the theme, you can simply edit those elements and change colors as needed :)
I am closing this thread as it is pretty old. Please feel free to start a new thread under Enfold sub forum if you have any other questions or issues
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,
YigitHi,
@Tamosch Please start a new thread under Enfold sub forum and attach temporary admin logins there and elaborate on the changes you would like to make.
Since this is an old thread, we are closing this one :)Best regards,
YigitHi,
Please see it highlighted on the right side in my screenshot below
Best regards,
YigitHi 2SINN!
Please remove following code from Functions.php file of your child theme
/* Temp Google Maps Fix */ function ava_googlemaps_apikey() { $prefix = is_ssl() ? "https" : "http"; wp_deregister_script('avia-google-maps-api'); wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk', array('jquery'), '3', true); wp_enqueue_script('avia-google-maps-api'); } add_action('init', 'ava_googlemaps_apikey');Cheers!
YigitHey!
Login credentials did not work for me as well – “FOUT: Ongeldige gebruikersnaam. Wachtwoord vergeten?”
Please check them once again.Regards,
YigitHi!
Please edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to your print.css file
#your-unique-id { display: none; }Best regards,
YigitHi,
There was a missing curly bracket in your Quick CSS field. I added it and now your custom CSS would work fine.
You can go to Enfold theme options > General Layout > Dimensions and change container widths however we would not recommend it in your case as logo would overlap menu items in smaller screen sizes.
Best regards,
YigitHi!
We will keep the thread open and wait to hear from you. Thread will be on hold until you reply :)
Cheers!
YigitHi!
You are welcome David!
To update the theme, you would need access to ThemeForest account that was used while purchasing the theme. If you do not have access to it, i am afraid, you would need to purchase another license ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi ) to receive updates and full support.Let us know if you have any other questions! :)
Cheers!
YigitHi!
I thought that solved the issue with Google maps.
Can you please post FTP logins here privately as well?Cheers!
YigitAugust 1, 2017 at 3:03 pm in reply to: How to change the From email address in messages sent from Enfold contact form #832916Hi,
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_form_from', 'avf_form_from_mod', 10, 3); function avf_form_from_mod($from, $new_post, $form_params) { $from = " (Email address hidden if logged out) "; return $from; }Best regards,
YigitHi!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Also, you are using a very very old version of the theme, 2.2 while the latest version is 4.1.2. We would strongly recommend you to update the theme. You can check out highlighted new features on our blog – http://kriesi.at/blogBest regards,
YigitHi!
Glad you figured it out!
Could you please contact plugin authors as they should have better insight on what could be causing the issue? :)
Best regards,
YigitSalut :)
1- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) { .avia-button-center { padding: 10px; }}2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_av-submenu-hidden .av-submenu-indicator:before { content: "+"; }Sub menus work fine on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitHi!
Can you please try de-activating all active plugins and check if that helps?
Best regards,
YigitHi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
/* 1- This is related to your plugin */ #zoom-window { z-index: 99; } /* 2 */ #top.single .price span { font-size: 25px; } /* 3 */ #top.single .price { display: block; margin-bottom: 20px; } /* 4 */ #top div.product .woocommerce-tabs { padding-top: 10px; }5- Please refer to this this post.
6- Please elaborate on the changes you would like to make.
7- Seems like you figured it out already. For future readers, please see – https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/
8- Please go to Enfold theme options > Shop Options and choose “default” in “Product layout on overview pages”
9- Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/In your future threads, please do not include this many questions in one thread. From the past experience we are certain that it only gets confusing for both parts and makes it more difficult to make some progress. You can start a new thread for each question :)
Best regards,
YigitHi,
You are currently using an older version of the theme. Please update Enfold to the latest version 4.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh and check once again
Cheers!
YigitHey!
Do you have a code similar to following one in functions.php file of your child theme?
function ava_googlemaps_apikey() { $prefix = is_ssl() ? "https" : "http"; wp_deregister_script('avia-google-maps-api'); wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk', array('jquery'), '3', true); wp_enqueue_script('avia-google-maps-api'); } add_action('init', 'ava_googlemaps_apikey');If so, please remove it. Since Editor is missing under Appearance tab, we could not check
Cheers!
YigitHi dear Marc,
Glad it does! Let us know if you have any other questions or issues :)
Cheers!
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,
Yigit -
AuthorPosts
