Forum Replies Created
-
AuthorPosts
-
Hi,
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,
YigitSeptember 19, 2019 at 1:58 pm in reply to: "please set a mobile fallback image for this video in your wordpress backend." #1139920Hi,
@ceyhunkara, i just replied to your thread here – https://kriesi.at/support/topic/please-set-a-mobile-device-fallback-image-for-this-video-in-your-wordpress-backe/. Let us continue there :)Best regards,
YigitSeptember 19, 2019 at 1:56 pm in reply to: PLEASE SET A MOBILE DEVICE FALLBACK IMAGE FOR THIS VIDEO IN YOUR WORDPRESS BACKE #1139919Merhabalar Ceyhun,
Lutfen elementinizi duzenleyip video slide’ina mobilde goruntulenmek uzere gorsel yukleyin. Alternatif olarak sliderinizi mobilde gizleyip, sayfaniza sadece mobilde gorunen Video elementi ekleyebilirsiniz.
Evet, tek Turk benim :)
Best regards,
YigitSeptember 19, 2019 at 1:47 pm in reply to: Enfold Site in un-responsive due to schedule time out #1139913Hey Ben,
Could you please post WP admin logins here privately so we can look into it?
Cheers!
YigitHi,
Thanks for contacting us!
You can register to our support forum using your purchase code here – https://kriesi.at/support/register/ and start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-postHave you tried de-activating all active plugins and checked if that helps?
Edit: I replied to your thread – https://kriesi.at/support/topic/enfold-site-in-un-responsive-due-to-schedule-time-out/. Let us continue there :)
Cheers!
Yigit-
This reply was modified 6 years, 6 months ago by
Yigit.
September 19, 2019 at 1:44 pm in reply to: Elements in the logo area – on the right – is it possible with Enfold? #1139911Hi,
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 #1139072 -
This reply was modified 6 years, 6 months ago by
-
AuthorPosts
