Forum Replies Created
-
AuthorPosts
-
September 19, 2019 at 1:44 pm in reply to: Elements in the logo area – on the right – is it possible with Enfold? #1139911
Hi,
You can try using following code
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { echo "<div class='custom_content'><img src='_your_url_'></div>"; }and some additional custom CSS to display the image on the right side of your logo
Cheers!
YigitHey!
Glad you found a workaround. Let us know if you have any other questions or issues :)
Regards,
YigitHey Moniek,
Please login on ThemeForest with the account you purchased Enfold and go to Downloads page to download the latest version of the theme and then refer to this post – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp to update the theme via FTP.
Cheers!
YigitHi,
Thanks for contacting us!
You are currently using a very old version of the theme which is not compatible with your WordPress version. Please update Enfold to the latest version 4.6.2 via FTP – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
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 :)
Cheers!
YigitHey,
Thanks for contacting us!
We have reset your forum account. Please see private content field below for details :)
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:
CSS Snippet:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: none !important; transform: none !important; }Best regards,
YigitHi,
Sorry, my bad. That is true, “avia3” is footer menu and “avia2” is secondary menu.
Glad you figured it out though! Let us know if you have any other questions or issues :)Best regards,
YigitSeptember 19, 2019 at 12:22 pm in reply to: WordPress sends message about technical problem with Enfold #1139874Hi,
You are welcome! We are always happy to help :)
1- It is the one you have created. I have not uploaded a child theme, i only installed Enfold parent theme.
2- I have not made any changes on parent theme, i just installed it. What kind of issues were you having? If they reoccur, could you please let us know so we can see the issue? :)
Best regards,
YigitHi,
Could you please try disabling ModSecurity in your cPanel and check if that helps? If you cannot find the option, you can contact your hosting provider and they can help locating it :)
Best regards,
YigitHi,
I changed “uF1E9” to “ue804” in functions.php. Please review your website :)
Best regards,
YigitHey,
Please try using the code as following
add_filter('avf_portfolio_sort_first_label','new_first_label'); function new_first_label() { if (get_locale() == 'en_GB') { $first_item_name = "New All Text English"; } if (get_locale() == 'de_DE') { $first_item_name = "New All Text German"; } return $first_item_name; }Best regards,
YigitHi Sandra,
I checked your website and it definitely works :)
You are welcome!
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHey,
Please use the code as following
/* Display a different menu for registered users */ add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' ); function my_wp_nav_menu_args( $args = '' ) { if($args['theme_location'] === 'avia3') if( is_user_logged_in() ) { $args['menu'] = 'THE NAME OF YOUR LOGGED IN MENU HERE'; } else { $args['menu'] = 'THE NAME OF YOUR LOGGED OUT MENU HERE'; } return $args; }Best regards,
YigitHey,
Could you please post WP admin logins here privately so we can look into it?
Best regards,
YigitHi,
I tried adding a button element to the bottom of your testing page and it worked. Then i deleted the element. Attached a screenshot in private content field below.
Has the issue resolved already?Best regards,
YigitHi,
It should help as PHP 7.3 handles almost 3 times as many requests per second compared to PHP 5.6 according to Kinsta’s benchmarks – https://kinsta.com/blog/php-benchmarks/
Best regards,
YigitHi,
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 :)
Best regards,
YigitHey,
If you have not inserted Personal token in Enfold theme options, please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#what-is-an-envato-personal-token and insert it. Then you can update the theme from WordPress dashboard.
If you are using a version older than 4.5 or uploading new version on existing version, please install this plugin – https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/ and upload updated version of the theme in Appearance > Themes > Add New > Upload
Best regards,
YigitHey,
Thanks for contacting us!
If you found a demo that is closer to your design, we would recommend going with that one as you can simply replace the content.
If none of Enfold demos fit your design, i would recommend – https://kriesi.at/themes/enfold-law/ simply because it looks professional :)I hope that helps!
Best regards,
YigitHey,
Thanks for contacting us!
1- Yes, please do so. Then you can also register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum whenever you have a question or an issue.
2- It should not break unless you have modified theme files. Have you modified any?
Cheers!
YigitHi,
Thanks for contacting us!
Have you modified any theme files?
If you have not, you can simply download pre-built child theme here – https://kriesi.at/documentation/enfold/child-theme/, activate it and import parent theme settings in Enfold child theme options > Import & Export.
Cheers!
YigitHi,
Could you please contact your hosting provider and ask them to upgrade PHP version to 7.x?
Best regards,
YigitHi,
Please post FTP and WP admin logins here privately so we can look into it :)
Best regards,
YigitSeptember 17, 2019 at 12:19 pm in reply to: Changing text "Search" from the search on header #1139072Hi,
@GWS Please use following code instead
function av_delete_search_text(){ ?> <script> jQuery(window).load(function(){ jQuery("#search-3 input").attr("placeholder", ""); }); </script> <?php } add_action('wp_footer', 'av_delete_search_text');Best regards,
YigitHi,
Thanks for contacting us!
You are currently using a very old version of Enfold and the issue you are having must be related to old version. Updating the theme to the latest version should fix the issue.
Please update Enfold to the latest version 4.6.2 – https://kriesi.at/documentation/enfold/theme-update/If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum so we can gladly try and help :)
Cheers!
YigitHi,
Thanks for contacting us!
Since purchase and download processes are managed by Envato, they should have emailed you the invoice. In case they have not, please contact them :)
Cheers!
YigitSeptember 17, 2019 at 10:19 am in reply to: WordPress sends message about technical problem with Enfold #1139042Hi,
I installed Enfold parent theme via FTP and activated Enfold child theme. Please review your website :)
Best regards,
YigitSeptember 16, 2019 at 12:32 pm in reply to: WordPress sends message about technical problem with Enfold #1138793Hi,
Sure, please post FTP and WP admin logins here privately so we can look into it :)
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 and flush cache:
CSS Snippet:
.html_header_sidebar #header .av-main-nav > li:hover > a .avia-menu-text, .html_header_sidebar #header .av-main-nav > li.current-menu-ancestor > a .avia-menu-text, .html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text { color: #2d5c88 !important; }Best regards,
Yigit -
AuthorPosts
