Forum Replies Created
-
AuthorPosts
-
Hey marqattack,
Try this code in the General Styling > Quick CSS field:input#gifting_0_option {width: 10px !important;}
Best regards,
MikeHey jeroenvandessel,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #header_meta.av_extra_header_active { display: none !important; } }
Best regards,
MikeHey hingex,
Is it the “SEE THE CULTURE BEHIND THE COMPANY” video link on the homepage?
Because it auto play for me.Best regards,
MikeHi,
Glad Yigit was able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad Ismael was able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
I will try to see if there is anything different about that demo vs the others, thanks for the feedback.Best regards,
MikeHi,
Sorry I see that is correct, WordPress doesn’t offer a.m.
Perhaps there is a plugin that will do it but I couldn’t find one.Best regards,
MikeHi,
Do you use a firewall? This is strange because I use a portable wamp, and import the demo about 3 times a week. Here’s the settings I use:
I imagine how frustrating this must be for you, I’m willing to try importing this for you the way I described earlier so you can start working on your site. I know you said no, but I wanted to offer again.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look an run a couple of tests.Best regards,
MikeHi,
Sorry I now see when I was testing I was clicking on the screen and not the button, but this should solve:.avia-fullscreen-slider .av-click-overlay { z-index: 90!important; }
in your testing let us know if you find this code interfering with any other elements.
Best regards,
MikeMay 10, 2018 at 12:21 pm in reply to: Enfold/WooCommerce "Back to shop" button code regards to the product page #954497Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry you had such issues, but we are glad we could help. Thank you for using Enfold.
We would like to close this, were you able to login to the site?Best regards,
MikeHi,
I have replied to that post.
Glad we were able to help with this one, we will close this now. Thank you for using Enfold.Best regards,
MikeHey DROR,
Do I need to login as the user? I don’t see the same screen, Please see screenshot in Private Content area.Best regards,
MikeHi,
I was able to install the demo, please login with the details in the Private Content area.
Please create your new users then delete the demo user.
Then go to WordPress > Settings > General and change the default site email address to your own, also check all other settings.
Please let us know if there is there anything else we can assist with on this.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
I’m not sure what “mediathek” is, ” Media library”? I’m surprised that Better Search Replace for http > https didn’t solve this for you. Same with Really Simple SSL
Please check for a .htaccess file in the /wp-content/uploads/ folder and endure that any http is changed to https, also check your root .htaccess file.
I also found this function:function have_https_for_media( $url ) { if ( is_ssl() ) $url = str_replace( 'http://', 'https://', $url ); return $url; } add_filter( 'wp_get_attachment_url', 'have_https_for_media' );
perhaps it will help.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
If you would like, we could try to assist with a manual demo import. We would need ftp access, please note that all content, settings, etc will be lost with the import.Best regards,
MikeMay 10, 2018 at 6:11 am in reply to: Buttons on mobile should be displayed one below the other #954332Hey J.,
This is because the buttons are set to display: inline-block;
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .avia-button-wrap { display: table-row !important; } }
This will make them line up for mobile screens:
But this code is too general, it could affect other buttons on your site, please add a custom class or ID for this element and add it to the code. Let us know if you want some help with doing that.Best regards,
MikeMay 10, 2018 at 5:54 am in reply to: My Date Picker in a form isn't showing the date options #954322Hey johnosjourney,
I see you are getting this error:Uncaught ReferenceError: jQuery is not defined
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Best regards,
MikeMay 10, 2018 at 5:50 am in reply to: Enfold Latest Version Update Not Available in Dashboard #954316Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts