Forum Replies Created
-
AuthorPosts
-
Hey,
Thanks for contacting us!
I just tested share via email button and it works fine on my end. I attached a screenshot in private content field below :)
Best regards,
YigitFebruary 17, 2022 at 5:42 pm in reply to: Masonry Gallery Load More button not working on mobile #1341207Hi,
We are happy that Ismael could help you out! :)
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 :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Thanks for contacting us!
– Please make sure you are using a child theme – https://kriesi.at/documentation/enfold/child-theme/
– Go to /enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.php file via FTP and copy it
– Create a folder called “shortcodes” in your child theme and paste magazine.php file inside that folder.
– Open magazine.php file on your child theme and find following line
$time = get_the_time( get_option('date_format'), $entry->ID );
and change it to following
$time = get_the_modified_time( get_option('date_format'), $entry->ID );
– Add the code shared here – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb into functions.php file of your child theme :)Regards,
YigitHi,
We are glad that Ismael could help you out! :)
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 :)
Enjoy the rest of your day!
Best regards,
YigitHey,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
Have you referred to this post – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot? :)
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 :)
Enjoy the rest of your day!
Best regards,
YigitHi Rixi,
Thanks for the information. I could reproduce the issue in older versions as well and reported the issue to our devs.
As a temporary workaround, please edit your Color Section where you would like to override the background image and give it a custom CSS class “bg-section” in Advanced > Developer Settings. I already added following code to Enfold theme options > General Styling > Quick CSS in your installation so currently it works as expected with custom CSS class
.bg-section.main_color { background-image: unset; }
Best regards,
YigitFebruary 17, 2022 at 4:11 pm in reply to: White space between footer socket and main content #1341188Hi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
I edited the cells and set Background Repeat to “stretch to fit” and Background Image Position to “center center”. Could you please review your website once again? :)
Best regards,
YigitHi Veronika,
I thought you wanted to do the opposite :)
I added following code to bottom of Quick CSS field
#avia-menu { display: flex; flex-direction: column-reverse; } @media only screen and (max-width: 990px) { #top #menu-item-search { margin-top: -30px; } }
Please review your website :)
Best regards,
YigitHi,
Thanks for that. I could see the issue. I noticed that you have already started a thread regarding this issue so I will close this one and reply in your other thread – https://kriesi.at/support/topic/coloursection-colour-is-not-shown/ :)
Best regards,
YigitHi,
Could you please create temporary FTP and WP admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHey Jarno,
Thanks for contacting us!
TTF, EOT, WOFF and WOFF2 are needed as well so I converted your fonts using – https://transfonter.org/ and then re-uploaded them. Please review your website :)
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
YigitFebruary 17, 2022 at 3:24 pm in reply to: White space between footer socket and main content #1341175Hi Stefan,
Thanks! I realized I tried the logins you posted in your initial post :)
I commented out following code in Quick CSS field and that helped
.container .av-content-small.units { width: 100% !important; }
Please review your website :)
Best regards,
YigitFebruary 17, 2022 at 2:14 pm in reply to: White space between footer socket and main content #1341165Hi Stefan,
Login credentials did not work for me. Could you please check them once again? :)
Best regards,
YigitHi Mebi,
We have a private GitHub repository where we develop our theme, track issues etc. We have added your request there and added this thread as reference so when we start working on it or if something changes on your request, we will update you here :)
Best regards,
YigitHi Mebi,
Thanks for contacting us!
No, we have not been able to implement it yet. However it is still open on our GitHub and this thread is added as reference. We will update you here as soon as there are some news :)
Best regards,
YigitHey,
Thanks for contacting us!
Theme options are different in each demo. You can import multiple demos but styling would depend on the latest imported demo. If possible, I would suggest creating sub domains and importing different demos in each of them :)
Best regards,
YigitHey Peter,
Thanks for contacting us!
Shortcodes in Slider caption title unfortunately breaks the captions so I am afraid it is only possible by manually inserting the title.
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Thanks for contacting us!
Could you please go to Enfold > Theme Extensions > Accessibility and install either “One Click Accessibility” or “WP Accessibility” plugins, enable Accessibility Conformance Level and check once again? :)
Best regards,
YigitHi,
I added following code to Appearance > Custom CSS
@media only screen and (max-width: 480px) { #av-burger-menu-ul .menu-item-4053:before { background-size: 150%; } }
Please review your website :)
Best regards,
YigitHey,
Sure, please use the code as following instead
.logo img { padding: 10px 0; }
Cheers!
YigitFebruary 17, 2022 at 1:35 pm in reply to: Background image in burger menue for diffrent resolutions (responsive view) #1341149Hey Jak,
Thanks for contacting us!
You can use media queries to target different resolutions as following and adjust as needed
@media only screen and (max-width: 480px) { #av-burger-menu-ul { background-repeat: no-repeat; background: #ff0197; background-image: url(mydomain/my-mobile-image.jpg); background-position: 50% 100%; background-attachment: scroll; background-size: cover; } }
Regards,
YigitHi Jak,
I found this post – https://contactform7.com/2018/04/16/how-to-make-privacy-friendly-contact-forms/#more-26352
Regards,
YigitFebruary 17, 2022 at 1:25 pm in reply to: How to change color of hover-background in Burger-Menu? #1341143Hey,
Thanks for contacting us!
Please go to Enfold theme options > Advanced Styling, edit “Menu Links in overlay/slide out” and change “Menu Hover BG” as needed :)
Best regards,
YigitHey,
Thanks for contacting us!
Could you please install Envato Market plugin – https://www.envato.com/lp/market-plugin/ and try validating your Personal Token there and check if that works? You might have not set all the required token permissions – https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5. If that is the case, Envato Market plugin would show you that error so you can simply regenerate a Personal Token :)
Best regards,
YigitHi,
We are happy that Ismael could help you out! :)
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 :)
Enjoy the rest of your day!
Best regards,
Yigit -
AuthorPosts