Forum Replies Created
-
AuthorPosts
-
Hey Danny,
1- I still believe there might be an issue with your database as there should not be such issue. Do you have this issue on your other sites as well?
2- You could choose one of the color schemes #3 however that would update the colors you defined in Enfold theme options > General Styling.
3- Color value on buttons is #c3512f which is used in Enfold Classic and Boxed Orange color schemes so you might be using one of those. I am guessing it is Enfold Classic color scheme.Regards,
YigitHi,
I de-activated “AX Social Stream” plugin and it helped. I noticed there is a new version of plugin. Please try updating as it may help. If it does not, please contact plugin authors.
Please review your website :)
Cheers!
YigitHey,
Can we delete older versions of theme as well?
Best regards,
Yigit-
This reply was modified 6 years, 1 month ago by
Yigit.
Hey,
Could you please contact your hosting provider and ask them to whitelist api.envato.com. They might be blocking it for security reasons.
Another user who was having the same issue contacted their hosting provider and replied:
our hoster has updated the Linux distribution of the server.
The cause of the problem was probably the incompatibilities of the versions of OpenSSL with cURL.Now the token API works :-)
This happens when there is connection issue between your host and Envato API. This is not related to Enfold, it is related to server settings.
Regards,
YigitHi,
I just checked your website and ALB loads fine on my end. Attached a screenshot in private content field below. Have you figured it out?
I noticed you have 3 Enfold installations in total. Please delete older versions and keep only the latest version.
Regards,
YigitHi Katarzyna,
Thanks for contacting us!
Yes, you can use Video and Image in fullscreen slider, the element we have used in Consulting demo :)
Let us know if you have any other questions!
Cheers!
YigitHey Daniel,
Thanks for contacting us!
You are currently using a very old version of Enfold which is not compatible with your PHP and WordPress versions. Updating Enfold to the latest version 4.7.2 would solve the issue – https://kriesi.at/documentation/enfold/theme-update/
Only way to access updated theme files is to have an access to your ThemeForest account so please contact Envato support and recover your account. Then you can generate a Personal Token – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token to receive auto updates in WordPress dashboard. You can also register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads whenever you have a question or an issue.
I hope that helps! Let us know if you have any other questions!
Best regards,
YigitJanuary 31, 2020 at 3:34 pm in reply to: Is Enfold GDPR-ready and does the Cookie-modal work? #1180282Hi,
1- Yes, i asked our dev Günter for confirmation and forwarded you his response.
2- The difference is you are accepting cookies from Youtube on one domain but when you go to another domain, you are going to need to accept them again as cookies set by X site will not be carried over when you visit Y site.
3- I could not test this as i am having a server issue on my test site however i believe this would help – https://stackoverflow.com/a/23086139. I will test it when i hear back from my hosting providers and if it works, i will explain how you can apply on your sites :)Best regards,
YigitHey,
Most stock images are purchased from https://photodune.net/ and as stated in their FAQ section, it is not mandatory to give the author credit.
I hope that helps! Let us know if you have any other questions :)
Cheers!
YigitJanuary 31, 2020 at 10:09 am in reply to: Is Enfold GDPR-ready and does the Cookie-modal work? #1180197Hey,
The answer to your question in #1178737 is:
3- That would not work since browser detects them as two different domains and you cannot access cookies on another domain due to security reasons.
Regards,
YigitHi,
Filter you used is for placeholder and the one i posted it to change date format. If you say it works like a charm, it is definitely not necessary. If it is not broken, why fix it, right? :)
Shall we mark this thread as resolved then? :)
Best regards,
YigitHi,
Glad Nikko could help! :)
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,
YigitHi,
Glad you figured it out and thanks for sharing your solution! :)
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 Mauro,
You can add a widget area to your header by referring to this post – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and display it only on mobile and fixed at the bottom of the screen using custom CSS.
Let us know if you need help after adding your widget to header.
Cheers!
YigitHi,
Could you please post a link to your website where we can see the issue?
We might also need temporary admin logins so if you do not mind, please share them in private content field as well :)Regards,
YigitHi,
You are welcome, glad we could help! If you have any other questions or issues, please feel free to start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)
Regards,
YigitHi,
Could you please let us know which demo you would like to import? :)
Best regards,
YigitJanuary 30, 2020 at 5:25 pm in reply to: Is Enfold GDPR-ready and does the Cookie-modal work? #1180023Hi,
I cannot think of any other plugin that adds cookies at the moment but setting up WooCommerce does not take that long. After installing you can simply import dummy data – https://docs.woocommerce.com/document/product-csv-importer-exporter/dummy-data/ by referring to this post – https://docs.woocommerce.com/document/importing-woocommerce-sample-data/
Best regards,
YigitHi,
It shows up fine on my end. I attached a screenshot in private content field. Could you please try clearing browser cache on your mobile browser as well?
Regards,
YigitHi,
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,
Which demo would you like to import? Can we try importing it for you? :)
Best regards,
YigitHi,
Please add following code to bottom of Functions.php file as well
add_filter('avf_datepicker_dateformat', 'new_date_format'); function new_date_format() { $date_format = " dd / mm / yyyy"; return $date_format; }Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHey,
Thanks for contacting us!
I added following code to bottom of Quick CSS field
#top .av-main-nav ul.sub-menu > li:first-child a { border-top: 1px solid #99cc00; } .html_header_sidebar #top #header .social_bookmarks a { border: 1px solid #99cc00!important; }Please review your website :)
Best regards,
YigitHey,
Login credentials did not work for me. Could you please check them once again?
Also, please try going to Enfold theme options > Performance and disable CSS file merging and save then flush cache and check if that helps. If it helps, you can enable it once again. If it does not, we will look into it once we get login credentials :)
Cheers!
YigitHi,
Please add following code to Quick CSS as well
#top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items { clear: both; }Best regards,
YigitJanuary 30, 2020 at 4:23 pm in reply to: (Blog) Post Slider: Remove next + previous buttons ? #1179961Hi,
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,
YigitJanuary 30, 2020 at 4:22 pm in reply to: Sidebar showing under page content on one page only #1179960Hi,
Could you please try adding 1/1 Column element below your slider and insert your content inside it? If that does not help, please create temporary admin logins and post them here privately so we can look into it :)
Best regards,
YigitHey Charlotte :)
Please refer to this post – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section
//------------------------------- // Custom script in head section //------------------------------- function custom_script_name(){ ?> <meta name="agd-partner-manual-verification" /> <?php } add_action('wp_head', 'custom_script_name');Cheers!
Yigit -
This reply was modified 6 years, 1 month ago by
-
AuthorPosts
