Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi
We want to use a WooCommerce shortcode like described here:
On the page described below, we used it like this
[products columns="3" on_sale="true" paginate="true"]
This should show all product on sale with a pagination, but there is no pagination.
When we us it like this
[products columns="3" limit="12" on_sale="true" paginate="true"]
it shows only 12 products but also without pagination.
Also the dropdown, how much products should be shown (15, 30, 45) in the header does not work.
Our question is, if this is an Enfold problem or a WooCommerce problem?
Thanks very much.
Best regards
Mike
Hallo
Ich habe das Spa Theme installiert und soweit ist alles klar.
Nur ein Problem habe ich da noch betr. dem Slider auf der Homepage.
Ich wechselte die Bilder im Slider doch das Logo von Enfold Spa ist immer noch darauf ersichtlich obwohl ich im Enfold Dashboard das Logo ausgewechselt habe. Ok im Moment ist nur ein Bild drinnen.
Es bleibt einfach. Wenn ich runterscrolle kommt zwar mein Logo, aber ich wäre froh, wenn es auf dem Slider auch kommen würde. Was muss ich tun?
Einfach die Bilder spa-logo neu gestalten oder gibt es eine andere Lösung.
Vielen Dank jetzt schon für die Antwort.
Hi Ismael,
I can confirm the problem occurs in stock enfold.
You can see it in the test area shared in the private data
Let me know if we can get a fix – It has caused us a problem on some existing sites that suddenly started animating even when disabled.
Hi Mike,
Sorry for the duplication – I forgot I had a thread on this already. I have posted this on both threads.
Unfortunately what you have suggested doesnt work. BUT IT SHOULD!!!
Using the documentation guide – This works:
add_action( 'ava_after_main_title', 'enfold_customization_blog_widget_area', 50 );
function enfold_customization_blog_widget_area() {
$check_tjnewswidget = true;
if ( is_home() ) {
$check_tjnewswidget = false;
}
if( !$check_tjnewswidget ) {
dynamic_sidebar( 'blogheaderwidget' );
}
}
Not quite as per documentation but I like using the true and false method of determining if something is a particular thing.
Hi Mike,
Unfortunately what you have suggested doesnt work. BUT IT SHOULD!!!
Using the documentation guide – This works:
add_action( 'ava_after_main_title', 'enfold_customization_blog_widget_area', 50 );
function enfold_customization_blog_widget_area() {
$check_tjnewswidget = true;
if ( is_home() ) {
$check_tjnewswidget = false;
}
if( !$check_tjnewswidget ) {
dynamic_sidebar( 'blogheaderwidget' );
}
}
Not quite as per documentation but I like using the true and false method of determining if something is a particular thing.
-
This reply was modified 1 year, 7 months ago by
thinkjarvis.
Hi Ismael,
I’ll fire up a blank Enfold theme and double check. Our standard setup however is pretty much Stock Enfold. The plugins we use don’t alter the core Enfold system.
Will reply once Ive set it up.
Hi Ismael,
sorry the page doesn’t exist on the staging but every other page should also work.
Right now the enfold setting is set to always load so the error is not there right now.
I’ve added a login link to the private content tab so you can change the setting yourself.
But the actual problem only appear randomly when the setting is switches to smart loading. So I don’t know how you could get the problem to appear consistently.
Best regards,
Gerry
Hey tcampaner,
Thank you for the inquiry.
Did you extract the actual enfold.zip file from the downloaded package? If you still encounter issues, please try reaching out to your hosting provider for more info.
Best regards,
Ismael
Hi,
Thank you for the update.
1.) To align the captions to the top, please try this css code:
#top .aviaccordion-preview-title {
display: table-cell;
vertical-align: top;
}
3.) Unfortunately, this is not possible without significant modification in the enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js file.
Best regards,
Ismael
Hey pnamroud,
Thank you for the inquiry.
It looks like you’ve asked this before here: https://kriesi.at/support/topic/using-the-universal-wp-lead-tracking-plugin-with-enfold-contact-form/#post-1413109.
Please let us know if this works.
Best regards,
Ismael
Hey sparkyj,
Thank you for the inquiry.
Have you tried temporarily disabling the Enfold > Performance > File Compression settings? Please share the live link so that we can check the issue further.
Best regards,
Ismael
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
I am running the LOCAL app when designing my site with Enfold.
When I got to view the site vis the Live Link feature (showing the client the progress) most of the images are not showing.
There appears to be a css setting that needs to be addressed. I am reading there is a problem when using Elementor or DIVI .
In DIVI you are supposed to “disable Static File generation”.
https://community.localwp.com/t/background-images-not-loading-over-live-links-when-using-divi/27717
Is it the same with this Enfold theme? If so, where do i disable this feature so when trying to show a local versiuon of my WordPress design on a separate computer, the images are there?
thanks!
-
This topic was modified 1 year, 7 months ago by
sparkyj.
Hi,
Thanks for the link to your site, I looked at all of your page and see that your “footer” as a page is not showing on any of them, typically this is a conflict with Elementor Pro that I see you are loading via muilti-site.
Try disabling Elementor Pro completely and check again, if you still have trouble leave Elementor Pro disabled so we can check, we were not able to disable.
Please note that Enfold and Elementor Pro are note designed to work together.
Best regards,
Mike
This reply has been marked as private.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Thanks for the update. I’m not sure exactly what text you are referring to? If you want to edit the line height for the paragraph element for example, then you can do so under Enfold->Advanced Styling.
Best regards,
Rikard
Hi,
You can submit a feature request here, but there’s no guarantee that it will make it into the theme.
You can try using the shortcodes in Code Block element, it might work better there. The reason why it won’t work in the Layout Builder is because only theme shortcodes will be processed.
Best regards,
Rikard
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
I placed a script in a footer widget and i see quite some padding/margin around this element. I’m not sure if this is due to the script, or due to enfold, hence I’d like to check here.
If it is enfold, then how do i get right of the margin/padding around it? Ideally the content of the script nicely aligns with the titel of the widget (content aligned left without box around it)
https://schoonheidsinstituutdiane.nl/ (is salonized review element under ‘reviews’ in the footer)
script in private content
BTW, I took all of the pages known to be using (Enfold) short codes and placed them in Draft mode. That didn’t fix the problem.
There are a couple of pages that use shortcodes (e.g.: mailing list forms). Would this need to be checked?
Hi Mike,
Since the pages without shortcodes are not working as well, does this mean that whenever I use shortcodes it may break Enfold child?
Hello Enfold Team,
I have added a video to the widget of my site, but it is only visible on the homepage. On all other pages, you see the “play” icon, but clicking it doesn’t do anything.
Thanks for your help.
-James
In the site admin, on a regular page, we re using the table feature for some content. Within the content boxes of the tables we have been using a small svg image icon next to a link. The source code for the svg in the code is 24px. At some point a few versions back on Enfold, when you go edit these tables we see a really large Icon image just showing in the admin. It makes it very difficult to make edits. On the front end of the site, things are ok. When inspecting the element this is what you see:
.avia-modal img[src*=”.svg”] {
width: 1500px;
}
The source location for the css is here:
themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.min.css?ver=6.6.1-6.0.3
I try putting in CSS overrides at the Enfold level, and WordPress customize, and that didn’t work. I also tried a child theme and then tried the CSS directly in that and it didn’t work. Please advise what can be done to override this correctly.
This reply has been marked as private.
Hi,
This seems to be a duplicate thread, please see your other thread:
You could add a check for the page that you want you show it on, for example if the page ID is “1028” use this:
add_action( 'ava_after_main_title', 'enfold_customization_blog_widget_area', 50 );
function enfold_customization_blog_widget_area() {
if ( is_page(1028) ) {
dynamic_sidebar( 'blogheaderwidget' );
}
}
or you can use the page slug like this:
add_action( 'ava_after_main_title', 'enfold_customization_blog_widget_area', 50 );
function enfold_customization_blog_widget_area() {
if ( is_page('your-page-slug') ) {
dynamic_sidebar( 'blogheaderwidget' );
}
}
The WordPress Conditional Tags documentation state:
There is no conditional tag for the blog page. You have to use both is_home() and is_front_page() to detect this page, but those functions can be misused.
They offer a different solution, try reading it, but I think the two solutions above will work fine.
Best regards,
Mike
Hi,
You could add a check for the page that you want you show it on, for example if the page ID is “1028” use this:
add_action( 'ava_after_main_title', 'enfold_customization_blog_widget_area', 50 );
function enfold_customization_blog_widget_area() {
if ( is_page(1028) ) {
dynamic_sidebar( 'blogheaderwidget' );
}
}
or you can use the page slug like this:
add_action( 'ava_after_main_title', 'enfold_customization_blog_widget_area', 50 );
function enfold_customization_blog_widget_area() {
if ( is_page('your-page-slug') ) {
dynamic_sidebar( 'blogheaderwidget' );
}
}
The WordPress Conditional Tags documentation state:
There is no conditional tag for the blog page. You have to use both is_home() and is_front_page() to detect this page, but those functions can be misused.
They offer a different solution, try reading it, but I think the two solutions above will work fine.
Best regards,
Mike