Forum Replies Created
-
AuthorPosts
-
Hey Josh,
Can you try the solution posted by Ismael on this thread: https://kriesi.at/support/topic/video-in-color-section-is-not-repeating/#post-1280574
Hope it helps.Best regards,
NikkoHi mai,
Thanks, I checked the code and it’s missing the backticks (see screenshot in private content).
You can compare it in line 10 of https://pastebin.com/zFsQgcxrBest regards,
NikkoHi maxpellicani,
The next release is almost out, it’s still in the testing phase at the moment.
If the update won’t show up, please use this plugin: https://envato.com/market-plugin/Best regards,
NikkoHi ESWEENEY113,
Yes, whatever settings is applied on WordPress Comments is also applied to the Layout Builder’s Comments.
Best regards,
NikkoHi Daniele,
To be honest, we don’t know the reason for the change you mentioned and also this is the first time I heard of this issue.
I tried to check on the issue on your drafted page with no title, put a Special Heading into it and left the page and checked again but I didn’t see the Special Heading showing up, can you give us steps on how we can reproduce the issue?Best regards,
NikkoHi Lars,
We have added this CSS code in Enfold > General Styling > Quick CSS:
.page-id-5190 .av-equal-height-column-flextable .av-equal-height-column { vertical-align: middle; }Please check if it works properly on your end.
Best regards,
NikkoHi Eleina_Shinn,
Thanks for the screenshot, however, if I check on the link below (private content), you would see the status of PHP ZipArchive is still disabled.
Can you try asking your hosting provider for assistance? since the site does not recognize the module to be active.Best regards,
NikkoHi mosaic,
I have replaced the code above with this one:
@media only screen and (max-width: 767px) { #top .av-large-testimonial-slider .avia-testimonial-meta, #top .av-large-testimonial-slider .avia-testimonial-meta-mini { min-width: 100%; text-align: center; } #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image { float: none; margin-left: auto; margin-right: auto; } }Please review your site.
Best regards,
NikkoHi supporthealthclinic,
I see, we’ll request that to our devs.
For now, just modify the avia_breadcrumbs function in the parent theme.Best regards,
NikkoHi Debra,
I could verify the issue on this demo.
We’ll be reporting this to our devs.Best regards,
NikkoHi Birdster,
Unfortunately, the only workaround we have is the one you mentioned which is to have a separate logo/partner element for mobile.
The ideal solution however would require tweaking a core js code which is outside the scope of our support.Best regards,
NikkoHi Lars,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 23, 2021 at 11:30 am in reply to: Enfold logo center overflow visible, main menu splitted in half. #1283030Hi I-Visio,
Try adding this CSS code:
#top #header .logo, #top #header .logo a { overflow: visible; } #top #header .logo img { transform: scale(1.1); top: 8px; }Just adjust the scale value.
Hope this helps.Best regards,
NikkoHi ESWEENEY113,
Please check the default setting, it might be turned off by default in Settings > Discussion.
Hope it helps.Best regards,
NikkoHi Zest,
We apologize for the inconvenience.
The issue is not ignored however the release of the next version has been delayed.
For now please use the solution posted in this thread: https://kriesi.at/support/topic/problems-after-updating-to-wordpress-5-6-read-this-first/Best regards,
NikkoHey Daniele,
Can you try the solution posted on this article: https://www.trickspanda.com/how-to-disable-wordpress-autosave/
Hope it helps.Best regards,
NikkoFebruary 23, 2021 at 8:27 am in reply to: Flecha de subir (en escritorio en escritorio bien, pero no se ve en el movil #1282990Hi almahabitat,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi blinddrop,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Eleina_Shinn,
Thanks for giving us admin access.
Please enable PHP ZipArchive Extension which is needed when dealing with zip files.
You can enable it using the steps in this article: https://www.shortlearner.com/enable-php-zip-archive-extension/ or you can contact your hosting provider.
You can verify if it’s enabled by going to the link in private content.Best regards,
NikkoHi Markus,
Can you give us the link to your site? and also is it for mobile only?
Best regards,
NikkoHi AlidaKal,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi finchkelsey,
Can you try using this CSS code:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #gif-cut .container { width: 100%; max-width: 100%; } .responsive #top #wrap_all #gif-cut .container p, .responsive #top #wrap_all #gif-cut .container img { margin: 0; padding: 0; } }Best regards,
NikkoHi Gal,
Please use this hook to change how it works: avia_breadcrumbs
Hope this helps.Best regards,
NikkoHi Noucky,
We have applied the solution on your site.
It seems to work properly, please review your site.Best regards,
NikkoHi mosaic,
Try adding this code inside Rikard’s code:
#top .avia-testimonial-meta-mini { text-align: center; }it should look like this:
@media only screen and (max-width: 767px) { #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image { margin-left: 50px; } #top .avia-testimonial-meta-mini { text-align: center; } }Best regards,
NikkoHi Justin,
To insert a text field in the Product Category, you can do the following:
1. Install and Activate Advanced Custom Fields: https://wordpress.org/plugins/advanced-custom-fields/
2. Go to Custom Fields > Add New
3. Add a Title, then click on Add Field button
4. Set the following fields:
– Field Label: Introduction
– Field Name: introduction
– Field Type: Wysiwyg Editor
5. Set Location‘s Rules to: Taxonomy – is equal to – Category (product_cat)
6. Save, then go to Product Category and you should see the Introduction Field.To make it show on the category page, add this code instead in functions.php of your child theme:
function category_intro() { $category_object = get_queried_object(); if (is_product_category()) { echo get_field('introduction', $category_object->taxonomy.'_'.$category_object->term_id); } } add_action('woocommerce_before_main_content', 'category_intro', 12);Best regards,
NikkoHi mai,
Sure, I have inspected the links and the only thing missing is this code: https://pastebin.com/zFsQgcxr
I used chrome’s web inspector to search for it but I could not find it on your site.Best regards,
NikkoHi lech07,
Yes, looking at the screenshot it seems the 404 issue with the flaticon has been resolved.
But just for extra measures, just test the site to make sure everything is working fine.Best regards,
NikkoFebruary 19, 2021 at 8:21 am in reply to: When I upload images I couldn´t see the thumbnails #1282161Hi 4m,
Thanks for giving us admin access.
I have checked the images (an example is the link in private content) and I could see this error:The website is temporarily unable to service your request as it exceeded resource limit. Please try again later.In this case, I think you should contact your hosting provider (most likely you’ll need to upgrade your plan)
Best regards,
NikkoHi Aroremodo687,
Try adding this CSS code as well:
#top #main { background-color: white; }As for the Main Content Heading, is it on the same page? can you give us a screenshot?
Best regards,
Nikko -
AuthorPosts
