Hi all,
Is
themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php
also the document I need to modify if I want the Product List element to have a button with the text ‘View training’ instead of the price?
Or is there perhaps a snippet I can use?
This is what I would like to achieve:
https://ifra.nl/wp-content/uploads/2022/05/Schermafbeelding-2022-05-05-om-17.24.41.png
Update:
Maybe I should have opened a new topic instead of replying to this old one? Just did: https://kriesi.at/support/topic/button-instead-of-price-at-product-list-element/
-
This reply was modified 3 years, 11 months ago by
ifranl.
Hi,
Great, I’m glad that we could help you out. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi birros,
Could you try updating the theme to the latest version (4.9.2.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Oh yes! That fixed it, that you so much for you tenacity!
Amazing, I extended my support subscription, after which a kriesi moderator tells me it is not possible what I want to do and you stick at it and help me fix my problem, of what is apparently out of the box functionality which was broken in the enfold version I had :). Maaan, spent so many hours on this haha, I hope the mods take note, I can’t be the only one having this issue!
Weird thing was that I had checked the version, even linked my envato key and it said it was up to date, only after you mentioned it I realized that part of the plugin was apparently also broken.
(i fixed it on staging, i’ll push it to live in a bit).
Thanks again big time!
you are still on Enfold 4.8.3 can you try the newest one? 4.9.2.2
maybe with a fallback to your old enfold – Look: https://kriesi.at/support/topic/update-procedure-with-easy-rollback/#post-922839
So weird, I’ve disabled all plugins, cleared all caches, in browser, on hosting providers site, in enfold and I keep getting the noLightbox thing.
Thanks for your help so far, I’ll keep investigating.
these two classes : aviaopeninbrowser noLightbox will only be there if you choose the 3rd or 4th option.
so if you got caching tools – refresh all caches you have. If you have js and css merging on enfold active – refresh them too.
I have 9 photos divided into 3 rows of 3 columns.
If I switch to mobile view then Enfold jumps from 3 photos in a row to 1 photo in a row (not a row anymore of course..)
However, I would like to have an intermediate step to 2 photos in 1 row first (for iPad screens).
And only on small mobile screens the photos in 1 row (below each other).
Is this possible?
Thanks,
Alwin
Hi,
Thanks for that. First off, could you try updating the theme to the latest version (4.9.2.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#main a, #footer a, #footer a strong {
color: #ff9100;
text-decoration: none;
}
#main a:hover, #footer a:hover, #footer a strong:hover {
color: #d67900;
text-decoration: underline;
}
Best regards,
Rikard
Hi Ismael,
Problem’s been solved. You’re 100% right. Front page wasn’t set properly and apparently also the maintenaince mode was turned on in (Enfold (EN) > Theme Options). Everything works perfectly fine now, thank you so much.
Best regards,
Dominic
Hi,
Yes, you can add the css in the Enfold > General Styling > Quick CSS field or include it in the style.css file within the child theme directory. You may also need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css. And please purge the cache or remove the browser history before testing the page.
Best regards,
Ismael
Hey jberg1,
Thanks for using Enfold. A theme license is valid for life, updates don’t end the initial support period. We don’t have any way of knowing which licenses you have used on which sites unfortunately, I would recommend that you keep a record of that somewhere on your local machine for example. For the sites which are not receiving updates, please try to install and configure this plugins, to see if that helps: https://envato.com/market-plugin/
Best regards,
Rikard
Hey metalbuildingoutlet,
Thanks for the login details. First off, could you try updating the theme to the latest version (4.9.2.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please try to deactivate all plugins to see if that changes anything.
Best regards,
Rikard
Hi,
Thank you for the update.
The front page for the EN language was not set properly (Enfold (EN) > Theme Options). Please note that each language has its own theme options, which has to be configured separately. (see private field)
Best regards,
Ismael
Hey acardell887,
Thanks for the login details. I’m not sure I understand the problem you are having, are you looking to change the background of the footer? If so, then that can be done under Enfold->General Styling->Footer.
Best regards,
Rikard
RoanneGuest
Hi there, I was trying to post a support question regarding Enfold in the forum, and have since paid for the above update, but I keep getting an error message saying:
——-
We are very sorry but it seems your Theme License has expired on March 1st, 2016
In order for you to post support questions you need to enter a new valid themeforest license code
You can purchase a new license on themeforest or if you purchased one recently simply download it on themeforest
Your current, expired license key is: xxx
Your key still seems to have expired. If you recently purchased a support license on themeforest you might need to wait a few minutes for it to work
——
I’ve paid for a 6 month support renewal but I still can’t access the forum?
Can you please let me know what is happening?
Thanks
Roanne
Hello
I look after a number of websites all created with Enfold. The most recent websites I have built are both not showing the latest update as available. One website is Enfold 4.8.7.1 and the other on Enfold 4.9 and when I click the CHECK MANUALLY button they both say ‘you are running the latest version!’ Both have the Envato private token entered with the correct permissions. This isn’t happening across all the websites I manage.
I noticed on another ticket it was suggested to “Please try to install and configure this plugin: https://envato.com/market-plugin/” – will this fix my issue and do I need to do this for all websites I build with the Enfold theme from now on?
I have the two websites that are affected in the private content section.
Thank you for your help
Peta
Hi Elvira,
I apologize for that.
The mastodon logo is not available in fontello, so you’ll have to add this code in functions.php (in the documentation it is under Using images or non-Fontello icons)
function avia_add_custom_social_icon($icons) {
$icons['Mastodon'] = 'mastodon';
return $icons;
}
add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
Then go to Enfold > General Styling > Quick CSS and add this CSS code (in the documentation this is under In case of using an image)
#top #wrap_all .av-social-link-mastodon a:before{
content: "";
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
background: url(https://website.com/wp-content/uploads/2022/05/mastodon.png) no-repeat center center;
background-size: contain;
}
Finally replace this URL in the code http://website.com/wp-content/uploads/2022/05/mastodon.png with the correct URL pointing to your mastodon logo image.
I hope this helps.
Best regards,
Nikko
Hello, Question on version updates for Enfold.
1. Are theme updates and auto updates available past the initial support period that is purchased with license?
2. I have several Enfold licenses (23), and on a few of my sites (with proper license) I’m not getting available theme updates from the WordPress backend, even though I’m certain that a newer version exists. What could be causing this issue? Several sites seems to update just fine, and all are using the latest Envato API key and they are registering correctly.
3. Is there any place to see and manage what domains have been registered under my API key? To make sure I’m using the licenses properly.
Thank you for any help you can provide.
Hoping I don’t have to go back to manually update those that are not updating.
The background color is not working on color section or any other page element in enfold. Its very strange that it stopped working. When i click preview it shows up corectly but when i hit update it will not show the color on the background. It stopped working on all pages. Please look at the color sections and other sections and see where there is a color set and it is not showing up. Alos do a preview and see it is showing up there but not on the live page.
Please help.
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Yes it does, thank you. I see that the server is responding with a 403 forbidden error on the WordPress file in private, I’m not sure exactly why that is though. Please enable debug mode, so that we can copy the content to a new page: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. We can do it for you, if you give us permission to do so.
Best regards,
Rikard
Hey tanjatheiler,
Please try the following in Quick CSS under Enfold->General Styling:
.template-blog .post-meta-infos {
display: none;
}
Best regards,
Rikard
Hi there Ismael,
I’m sorry for the delay, had to update my support license. We had a maintenance plugin that wasn’t being used, I deleted this plugin last week. The front page is set properly in Enfold theme options. The non-translated pages work perfectly fine, no issues whatsoever. But as soon as you try to use the menu language switcher it gives you a white page with a maintenance message on it. Also if you try to visit the /en/(page) manually by entering the links in the browser, you get the same maintenance message.
Best regards,
Dominic
Hi Enfold-Team,
i´m wondering where i can translate this privacy-text:

Regards Michael
Hello Enfold team
Since I do not place a date or an author in the posts, two lines simply appear between the posts. Can these be deleted? Or place a line so that it is centered under the posts? The lines are shifted to the left by default (see website below).
Thanks and Greetings
Tanja
Hallo Dirk,
Thanks for contacting us!
Yes, The Events Calendar is used in Church demo.
Enfold is fully compatible with both The Events Calendar and Events Calendar Pro plugins :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
Yigit