Forum Replies Created
-
AuthorPosts
-
Hey Claudia,
Thanks for contacting us!
Could you please post FTP logins here privately as well? :)
Regards,
YigitHey,
Thanks for contacting us!
Transparent header is disabled on mobile and since you have a white logo, it is not visible.
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header.av_header_transparency { position: absolute; background: transparent; }}That would display transparent header on mobile as well however it would overlap the content. Please edit your homepage and add Whitespace element to the top of the page and choose to hide it on large and medium sized screens in Advanced > Developer Settings tab – https://i.imgur.com/iO2u0vV.png :)
Best regards,
YigitHi Tim,
As it turns out, Günter already had a very similar idea and already posted on our GitHub but I must have missed it. As always, we added this thread as reference and will update you here :)
Thanks, you too have a great day!
Regards,
YigitHi,
Thanks for the update! :)
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,
YigitJanuary 13, 2022 at 3:58 pm in reply to: Bug?: Background-Color of Socket appears in margins of sections #1335441Hi Vera,
We could not reproduce the issue on our installations however Rikard pointed it out and we were able to fix it. We have already applied the fix on your installation and it will be included in upcoming version.
Please review your website :)
Best regards,
YigitHey Kevin,
Thanks for contacting us!
Which element are you using? If you are using grid style on Blog Posts element, please add following code to bottom of Functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Best regards,
YigitJanuary 13, 2022 at 3:05 pm in reply to: add to card button : remove div.quantity and enlarge p.price #1335431Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.single-product .price bdi, .single-product .price bdi span { font-size: 16px; } .single-product .quantity { display: none; }If that does not help, please create temporary admin logins and post them here privately so we can look into it :)
Best regards,
YigitJanuary 13, 2022 at 3:02 pm in reply to: Links are not showing withing blog post on home page view #1335429Hi,
I noticed it works for Grid layout however you can edit your post, click “Screen options” on the top right corner and check “excerpt” and then insert your excerpt manually in excerpt field. Links would automatically work then :)
Best regards,
YigitHi,
I cleared it manually in plugin settings.
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
We are glad that Rikard 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 :)
Enjoy the rest of your day!
Best regards,
YigitHey,
You are welcome! Thanks for updating your review :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHey Tim,
I will forward your request to our devs however I would like to mention 2 existing alternatives:
1- WooCommerce’s Store Notice that can be enabled in Appearance > Customize > WooCommerce > Store Notice
2- Notification element which offers cookie options. You could paste its shortcode into “Phone Number or small info text” in Enfold theme options > Header > Extra Elements tab :)Best regards,
YigitHi Marcus,
I believe it was related to cache. I cleared cache and now your website loads fine. Could you please review it once again?
Best regards,
YigitJanuary 12, 2022 at 7:11 pm in reply to: Links are not showing withing blog post on home page view #1335312Hi,
It worked on my local installation – https://imgur.com/a/Ngs0N3m
Could you please enable ALB debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and share the shortcode of your element using – https://pastebin.com/? You can copy the shortcode from the debug window right below Advanced Layout Builder.
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,
Great! :)
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 Mike,
No, HTML codes just have to be inserted in text tab. You could quickly switch to text tab, insert the HTML, switch back to Visual tab and continue.
Best regards,
YigitHey Mike,
Thanks for contacting us!
I added following code (https://pastebin.com/0rmjTgqw) in text tab of Text Block element and I was able to edit the element after that
<span>⌚</span>Please see screenshots – https://imgur.com/a/RU1YMRr
Best regards,
Yigit-
This reply was modified 4 years, 1 month ago by
Yigit.
Hey,
Thanks for contacting us!
Is CSS file merging and compression enabled in Enfold theme options > Performance tab? If so, please try to disable it, save theme options, refresh your page a few times and check if that helps. After that you can re-enable the option. If you are using a cache plugin, please clear cache as well :)
Best regards,
YigitHi,
You are welcome! I am happy that I 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 :)
Enjoy the rest of your day!
Best regards,
YigitHey,
Thanks for contacting us!
Please see private content field below :)
Regards,
YigitJanuary 12, 2022 at 5:31 pm in reply to: Search box: 2 small issues with translations missing #1335283Hi,
You are welcome, A! :)
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,
Thanks for contacting us!
Could you please try adding following code to bottom of Functions.php file of your child theme in Appearance > Editor and check if that helps?
add_filter('avf_datepicker_dateformat', 'new_date_format'); function new_date_format() { $date_format = "mm/dd/yy"; return $date_format; }Best regards,
YigitHey!
Could you please replace the previous code with following one?
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even { margin-left: 4%; } .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first, .responsive #top #wrap_all .slide-entry { width: 33%; } #top .avia-logo-grid .slide-entry-wrap { display: flex; } } @media only screen and (max-width: 480px) { #avia-icongrid-61def0d63b5fe.avia-icongrid-tooltip li article { padding: 4em 0; }}That should fix social media links on mobile as well :)
Regards,
YigitJanuary 12, 2022 at 5:15 pm in reply to: Search box: 2 small issues with translations missing #1335277Hey,
That is weird. Yes, I simply clicked sync and saved. Just to make sure, is your profile language Italian?
Have you tried de-activating all active plugins and check if that helps with the search results title?
Regards,
YigitHi Marcus,
Could you please post FTP logins for this website as well?
Best regards,
YigitHi,
You are welcome, Tilman! :)
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,
YigitJanuary 12, 2022 at 4:48 pm in reply to: Search box: 2 small issues with translations missing #1335271Hey,
I installed Loco Translate plugin and re-saved the translations and that helped with “View all results” text however page title in search result page is still in English. By default it should say “Search results for …” but on your installation it says “You searched for …” so I think that might be related to a plugin.
Regards,
Yigit -
This reply was modified 4 years, 1 month ago by
-
AuthorPosts
