-
AuthorSearch Results
-
April 9, 2021 at 1:54 pm #1293510
In reply to: Modal Pop Up Window on Mobiles
Hi Ismael,
Thank you for the update, but it’s not working as expected.
Premise: no cache plugins, browser cache always empty, enfold minifications all disabled.
Added “a” to your code:
jQuery(‘open-popup-link-button a, .open-popup-link’).addClass(‘no-scroll’);
jQuery(‘open-popup-link-button a, .open-popup-link’).magnificPopup({The strange thing is that the code works every now and then. Let’s say once every 15/20 attempts. In another installation I have it never works.
My code now is:function popup_inline() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('.open-popup-link-button a, .open-popup-link').magnificPopup({ type:'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); }); </script> <?php } add_action('wp_head', 'popup_inline'); function no_background_scroll_on_lightbox_open(){ ?> <script type="text/javascript"> (function($) { jQuery(window).load(function(){ jQuery('open-popup-link-button a, .open-popup-link').addClass('no-scroll'); jQuery('open-popup-link-button a, .open-popup-link').magnificPopup({ type:'inline', midClick: true, callbacks: { beforeOpen: function () { jQuery('body').css("overflow-y", "hidden"); }, close: function() { jQuery('body').css("overflow-y", "auto"); }, }, }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'no_background_scroll_on_lightbox_open');If you want to take a look, in private content you will find the credentials to enter the website.
Best Regards
ManuApril 9, 2021 at 1:24 pm #1293503read carefully: https://kriesi.at/support/topic/changing-avia-iconbox-title-to-h2/#post-1261597
the child-theme usage of edited enfold alb elements – works if you insert to your child-theme functions.php :
function avia_include_shortcode_template($paths){ $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; } add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);The trick is to have a copy of the alb element ( in your case: buttons_fullwidth.php ) in a subfolder of your child-theme folder: shortcodes and to edit this copy.
Because this child-theme folder is untouched on an update of the parent theme – entries and edited alb elements are not influenced.
But if there are major changes on the parent file – you had to synchronize these edited elements again by new edited files.
But that is something which did not change the layout – it can cause that this alb element didn’t have the new features of the parent element.April 9, 2021 at 12:45 pm #1293495In reply to: Cookie consent bar buttons not displayed anymore
Hey fcp,
Thanks for contacting us!
I disabled JS merging in Autoptimize plugin and noticed Side Cart WooCommerce plugin in console. De-activated the plugin, went to Enfold theme options > Privacy and Cookies > Cookie Handling and saved theme options then I cleared cache in your plugins and they showed up. After that, I activated Side Cart WooCommerce plugin and enabled JS merging in Autoptimize, cleared cache and buttons are still there :)
Please review your website.
Best regards,
YigitApril 9, 2021 at 10:24 am #1293473Topic: changes in buttons_fullwidth.php are lost after Enfold Update
in forum Enfoldmsteid
ParticipantHi guys,
I started the following topic. https://kriesi.at/support/topic/changing-avia-iconbox-title-to-h2/
I did some changes in the buttons_fullwidth.php section. In particular I mean the following change:
– Go to /enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth and copy buttons_fullwidth.php file to your child theme inside /shortcodes/ folder
– Open buttons_fullwidth.php file on your child theme and find following line$content_html .= “<span class=’avia_iconbox_title’ >{$atts[‘label’]}</span>”;
and change it to following
$content_html .= “<h2 class=’avia_iconbox_title’ >{$atts[‘label’]}</h2>”;
After updating Enfold all changes are lost.
I am now tired of making the changes again after each update. Is there a solution to this that the changes are retained?Thanks for your help.
April 9, 2021 at 9:16 am #1293452In reply to: Plugin conflict removes kitchen sink from wysiwyg
Hi,
Thanks for coming back.
You may need to ask the “Memberships” author if the plugin is using the mce_buttons or the mce_buttons_2 filters to adjust the items in the tinymce toolbar.
Or try to temporarily edit the enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php, and comment out line 1610..
new avia_tinyMCE_button( $tiny_lb );.. and line 1629.
new avia_tinyMCE_button( $tiny );See if it changes anything or it makes the kitchen sink icon display back again. Please note that this will remove the insert shortcode button in the text editor.
Best regards,
IsmaelApril 8, 2021 at 5:42 pm #1293359In reply to: Theme cannot be updated
Hey comprompt,
Please follow the steps below:
Make a backup:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Option 1: Use Envato Market to update your site
– link: https://envato.com/market-plugin/Option 2: Update manually
1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
2. It should generate a new folder, open it and look for the enfold folder
3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
4. Log in to WordPress as and Admin.
5. Install and activate a maintenance plugin and put your site in Maintenance mode.
6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
7. Click on the ADD NEW button.
8. Click on the UPLOAD THEME button.
9. Click BROWSE and choose enfold.zip file
10. Click the INSTALL NOW button and switch to Enfold or your child theme.
11. Remove the maintenance mode then deactivate and remove the maintenance plugin.Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.Best regards,
NikkoApril 7, 2021 at 6:46 pm #1293127Topic: Cookie message jumping in and immediately out
in forum EnfoldAndreas
ParticipantHi
I noticed a new behaviour for the cookie consent message pop-up, with a refreshed cache or visiting the website the first time the cookie consent message pop up and stays till a button is pressed. This step is like expected. But when choosing another page via the menu, at the new page cookie message jumps in and immediately out.
Before the current Enfold version 4.8, I never recognised this jumping in and out. Another recognised point is slower page load by 30% since the new version measured by pingdom.com.
Any idea would be greatly anticipated.
Andreas
April 7, 2021 at 6:11 am #1292983Hi,
Thanks for the clarification. I think I missed it last time since I had the browser inspector up, and that was blocking it. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .postid-5000 button.single_add_to_cart_button { position: fixed; bottom: 0; left: 0; } }Best regards,
RikardApril 6, 2021 at 10:08 pm #1292915Topic: Change default text Woocomerce Product Button / Back To Shop
in forum EnfoldDeliciousBologna
ParticipantHi there,
I’d like to change customize few texts ,links on my Enfold child theme related to woocommerce products. Probably not a big change on the functions.php file, but I need some help, if possible. Maybe someone already had the same problem.
1) Basically, we have installed a plugin to select a product with variables on quick view mode, and stay on the same page. So instead of “Scegli” under each “add to cart” product, we’d like to change to “Dettagli” or another phrase. Using the inspection tool, it’s easy to localize the text. But how to implement it on the website?
2) Same on the cart page, when this is empty. There is a button link that redirects you to the default shop page. As we created an alternative shop page, how is it possible to change the “href” in this button? And also here we’d like to change the “Ritorno al negozio” text into something else.
I’ve had a look at your guide here: https://kriesi.at/documentation/enfold/woocommerce-shop/ Custom WooCommerce Shop Overview, but even following point 1, on the empty cart this redirect default button option stays . As the layout editor is disabled on the default shop page.
3) Are you aware of a way to display a minimum advertised price for each product instead of the minimum – maximum range price on variable products?
Many thanks for your help!
RegardsApril 5, 2021 at 10:57 pm #1292621In reply to: Slider not working properly
UPDATE: I found it! Advanced > Link settings. No response needed :)
Hi, I’m using the Enfold Gym demo (import) which I LOVE – thank you. On the home page, in the demo, there is the button “give it a try now” and I can’t see where in the editor to find/change this button. Thanks so much in advance!-
This reply was modified 4 years, 12 months ago by
CorrinaGB.
April 5, 2021 at 4:31 pm #1292542In reply to: change colour of boxed menu option
Hi bauchope,
Try adding this CSS code in Enfold > General Styling > Quick CSS:
#top #header #avia-menu .av-menu-button .avia-menu-text { color: black; }just change the color from black to anything that you’d like.
Best regards,
NikkoApril 5, 2021 at 3:42 pm #1292520Hi bobfurgo,
Please follow the steps below to update.
Make a backup:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Option 1: Use Envato Market to update your site
– link: https://envato.com/market-plugin/Option 2: Update manually
1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
2. It should generate a new folder, open it and look for the enfold folder
3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
4. Log in to WordPress as and Admin.
5. Install and activate a maintenance plugin and put your site in Maintenance mode.
6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
7. Click on the ADD NEW button.
8. Click on the UPLOAD THEME button.
9. Click BROWSE and choose enfold.zip file
10. Click the INSTALL NOW button and switch to Enfold or your child theme.
11. Remove the maintenance mode then deactivate and remove the maintenance plugin.Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.If you still want us to do the updates, then please backup your site and give us FTP access.
Best regards,
NikkoApril 5, 2021 at 9:42 am #1292442when you open that drop down list to choose the telegram option – it is not placed in alphabetical order – it is at the bottom of that list.
scroll a little to “Using images or non-Fontello icons” if you like to use an image on that – and not a font-icon
April 5, 2021 at 7:42 am #1292431In reply to: Buttons disappear in mobile device view
Hi Markus,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .responsive .avia_responsive_table .avia-data-table .avia-button-row { display: block !important; } }Best regards,
NikkoApril 5, 2021 at 5:00 am #1292412In reply to: Increase button size in length
Hi wealthyone,
We apologize for the delayed response.
If no changes happen, please disable CSS file merging and compression in Enfold > Performance (clear out caching and minification cache if you have one).
As for having certain length, just add min-width property.
So the code should be like:#top .special-button .avia-button { border: 2px solid white; min-width: 200px; }If there’s still no changes then please give us a temporary admin access.
Best regards,
NikkoApril 4, 2021 at 9:28 pm #1292369Topic: A "how to" on making Mash Share work with Enfold
in forum EnfoldSynthea79
ParticipantIf you find your bottom placed Mash Share buttons get thrown off (mine end up in the sidebar somehow), just make sure you enter a HTML space which is this code:
either at the bottom of the HTML editor, or as a code block at the very bottom if using the visual editor. I fought with this for days, with support being slow these days, I didn’t want to ask. Almost gave in before I accidentally stumbled on this.I am referring to this free add-on. I selected it because it is super light weight, it doesn’t slow my site down at all.
-
This topic was modified 4 years, 12 months ago by
Synthea79.
April 4, 2021 at 7:10 pm #1292365In reply to: Social media button in footer's widget
Hey Antiquaritaly,
Thank you for your patience and the link to your site, do you want buttons that links to facebook and instagram in a footer widget, if so then add this shortcode to a custom html widget:[av_buttonrow alignment='center' button_spacing='5' button_spacing_unit='px' alb_description='' id='' custom_class='' template_class='' av_uid='av-kn3eudx6' sc_version='1.0' admin_preview_bg=''] [av_buttonrow_item label='Facebook' icon_select='yes' icon='ue8f5' font='entypo-fontello' link='manually,http://' link_target='' size='small' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' av_uid='av-kn3etr2k' sc_version='1.0'] [av_buttonrow_item label='Instagram' icon_select='yes' icon='ue909' font='entypo-fontello' link='manually,http://' link_target='' size='small' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' av_uid='av-kn3eu7yf' sc_version='1.0'] [/av_buttonrow]You can create and customize your own buttons using the Magic wand tool using the instructions in the theme documentation.
If you want to add the Social Share Buttons to a footer widget, you could add this shortcode to a custom html widget:[av_social_share title='Share this entry' buttons='' share_facebook='aviaTBshare_facebook' yelp_link='https://www.yelp.com' style='' alb_description='' id='' custom_class='' template_class='' av_uid='av-1a8ccp' sc_version='1.0' admin_preview_bg='rgb(255, 255, 255)']But adding this to the footer will lead to incorect back links when users use these because it is in the global footer and not in a specific post, and instagram is not an option in the Social Share Buttons.
Best regards,
MikeApril 3, 2021 at 8:26 pm #1292128In reply to: Footer typography
Hey eggmedia-salient,
Thank you for your patience and for the link to the site, I believe I recognize this as the Enfold Theme Options > Performance > JS & CSS file merging and compression showing an older css cached version.
Please try turning this option off and at the bottom of the same option page look for Enfold Theme Options > Performance > Delete old CSS and JS files and enable this, and then save the theme settings via the big blue button, the clear your browser cache and check again.
The current css causing this is in the merged css file targeting.footer_color aso you could use this to override it in the quick css if you wished:#footer.footer_color a { color: #fff; }but I believe clearing the merged files will solve.
Best regards,
MikeApril 3, 2021 at 7:50 pm #1292127In reply to: Open image link behind button in new tab
Hi,
Thank you for your patience, I was not able to log into your test site, but I was able to log into your live site and I reviewed your page/marketing/social-media-materiaal/and both of these buttons opened the download prompt for me:

but I recognize from experience that this doesn’t always occur for every browser and device, typically this is corrected by editing the .htaccess file as explained in this article. There are also some that suggest using the “download” attribute but I have not experienced a need for this in the past. I have heard elsewhere, not specifically from Enfold, that on some iPhones users will experience this issue, but this is how iPhone handles certain types of links to prevent security issues with forced rouge files. I’m not sure if this has anything to do with your issue, but I thought I would share the info, I don’t have an iPhone to test with, but as I pointed out above, both of your links opened the download prompt for me.Best regards,
MikeApril 2, 2021 at 7:46 pm #1292023In reply to: Child theme does not bring Enfold configuration
I guess I found the way to solve this. First, I apologize for not being so clear, because I’m using Spanish version of Enfold and have to be translating to English for your understanding, what causes sometimes I use wrong terms.
By default, when you open Advanced Styling section, no elements to customize are present for edition (what makes sense, of course). You must select which element you want to change from “Select an element go customize” list, then choose “Edit element”.
So, if I want to use different attributes for active state menu item and default state (the rest of not active items) separately, I had to select “Main menu links” from the list and click on “Edit element” button TWICE in order to have two Main menu links editing areas. After that, I stablished default state color into the first area, then stablish active state color into second area checking, this time, “Apply only to active state” box.
Best regards,
EduardoApril 1, 2021 at 5:55 pm #1291853In reply to: Update from 4.7.6.4 doesn't work
Hi Saru82,
Please follow the steps below to update.
Make a backup:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Option 1: Use Envato Market to update your site
– link: https://envato.com/market-plugin/Option 2: Update manually
1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
2. It should generate a new folder, open it and look for the enfold folder
3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
4. Log in to WordPress as and Admin.
5. Install and activate a maintenance plugin and put your site in Maintenance mode.
6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
7. Click on the ADD NEW button.
8. Click on the UPLOAD THEME button.
9. Click BROWSE and choose enfold.zip file
10. Click the INSTALL NOW button and switch to Enfold or your child theme.
11. Remove the maintenance mode then deactivate and remove the maintenance plugin.Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.Best regards,
NikkoApril 1, 2021 at 5:53 pm #1291851In reply to: Increase button size in length
Hi wealthyone,
Please try to do the following steps (edit the button):
1. Go to Content (tab) > Show Button Icon set to Display icon to the right and select the icon.
2. Go to Styling (tab) > Button Color set to Custom Color then change the Custom Background Color to any color you like.
3. Go to Advanced (tab) > Developer Settings > Custom CSS Class put: special-button
4. Go to Enfold > General Styling > Quick CSS, add this code:#top .special-button .avia-button { border: 2px solid white; }Hope this helps.
Best regards,
NikkoApril 1, 2021 at 4:25 pm #1291817In reply to: Reduce size of blogpost font
Hi kfranck,
1. Would you like this to apply on all Blog Posts? or only on specific pages?
Can you try to go to Enfold > Advanced Styling > (Select an item to customize) then choose Widget Links then click Edit Element button.
It should open up a box which contains font size.
2. Are you referring on the ‘Also on Your SOURCE’ box?
3. I have checked the order of posts and the Blog Post and it seems to be in correct order based on date in descending order.And lastly, try adding this CSS code in Enfold > General Styling:
#top .avia-builder-widget-area .widget li a { font-style: normal; font-family: Arial, Helvetica, sans-serif; }Best regards,
NikkoApril 1, 2021 at 3:58 pm #1291805To clarify:
an autostart of a video is only possible on desktop and muted videos!
on mobile devices the browsers do not autostart even on this setting options.due to that – Enfold does not offer on color-section the interaction with the video at all.
On the video alb element – there are options – and the possibility to have audio. – But on mobile you had to start the video yourself.On your first topic – you said that it has to be not full-width – now you got the fullwidth version ?
What now – is your setting ?If it is possible – your png is not the first choice – because the starting video play button is at that position wher your chess-figure (king) is in front over the film. To have influence in a iframe only to that play-button to have partially a higher z-index – will not be possible.
see again : https://webers-testseite.de/video-behind-a-hole/
April 1, 2021 at 11:05 am #1291744In reply to: Modal Pop Up Window on Mobiles
Hi
First of all I wanted to thank Yigit for having already answered me in another thread (https://kriesi.at/support/topic/popup-on-click/#post-1291561). He is always very kind and often finds solutions, like all the staff members. So thank you for the support you give to users. It is no coincidence that I have often advised my customers to buy Enfold.Said that, today I am in trouble with customers who cannot update the website due to various issues that Enfold has had since WordPress 5.6 was released.
Let’s get to the point: as Yigit also saw, there is a problem with scrolling on mobile phones.
Yigit: “WordPress 5.7 was the final stage of jQuery version update in WP core and in Enfold 4.8 we have updated deprecated jQuery functions so I am guessing one of those updates caused the scroll issue.”Dear Rikard I have prepared a subdomain for you (on my site I had to downgrade to be able to see the popup also on mobile phones): https://enfoldtest.fabiobaldanello.com/
Here you will find three buttons: FIRST TEST BUTTON, SECOND TEST BUTTON and THIRD TEST BUTTON.
FIRST TEST BUTTON is on top of the page so you won’t face any problem.
SECOND TEST BUTTON is Yigit solution with iframe. I tried it but is far away from what I need for many reasons that would be to long to explain.
THIRD TEST BUTTON is in the middle of the page (under SECOND TEST BUTTON before OUR STORY). Here you can see the weird behavior on mobiles. The page scrolls to the top and the Modal Popup is not visible anymore until you manually scroll down.I hope that the Enfold team will be able to solve the problem and restore the functions of the modal popup as in previous versions in a short time. For the next releases it would be usefull to have the possibility to set a modal popup directly from ALB.
Best Regards
ManuApril 1, 2021 at 10:29 am #1291740In reply to: Button pinned to the screen
Hey Severin,
Please try adding your button to a widget in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area, then place the widget in a fixed or absolute position using CSS.
Best regards,
RikardApril 1, 2021 at 4:29 am #1291656In reply to: How to get Placeholder to correctly output shortcode
Hi,
Sorry for the late response, have been away for some days. Would you mind posting the login details again so that we could check this? The filter that we are referring to, if it is available, should be inside the function that the plugin is using to the output or render the content.
Have you tried using the new Custom Elements option from the theme? It should give you more flexibility with the button content and allow you to create custom dynamic elements, which can be modified globally.
// https://kriesi.at/documentation/enfold/custom-element-templates/
Best regards,
IsmaelMarch 31, 2021 at 9:03 am #1291509Topic: Delete fixed facebook button (class side-menu) on right side
in forum Enfoldmakeck
ParticipantI have taken over a website with Enfold and am new to the theme. There is a fixed Facebook button here (class side-menu) which must come from the Enfold theme or? Have now searched everywhere in the settings and found nothing how I can delete this facebook button.
Thanks for help!
March 30, 2021 at 8:14 pm #1291446In reply to: Question on licencing
Hi Andrew,
Thanks for contacting us!
The license is connected to ThemeForest/Envato account that was used when purchasing the theme. Without having an access to that account, you would not be able to download the theme.
Your website is currently using the latest version of Enfold and has Personal Token inserted in Enfold theme options > Theme Update however it seems like it was not validated. Please go to Enfold theme options > Theme Update and click validate button to validate it so you can receive future updates in WordPress dashboard. If it works fine, you would not need the access to the ThemeForest account.
We do provide support through our support forums however you would need a purchase code to register. Please contact the person who have purchased the theme and ask for the purchase code so you can register – https://kriesi.at/support/register/ and start new threads under Enfold sub forum whenever you have a question or an issue.
If validating Personal Token does not work and you cannot get the purchase code from previous developer, I am afraid you would need to purchase a new license. License costs $59 – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and includes free lifetime updates 6 months of support. Extending support is optional when it expires.
Let us know if you have any other questions :)
Regards,
YigitMarch 30, 2021 at 2:42 pm #1291369Hey M1000000,
Sorry for the late reply – but I was tagged for this topic today.
At the moment there is no way out of the box.
If you add to your functions.php file (in child theme):
add_theme_support( 'show_advanced_custom_element_options' );in theme options – Custom Element tab you find a checkbox “Show advanced options” and there you find an option Custom Element Shortcode Buttons where you can select to group the custom elements similar to the normal elements.
If you have programming skills:
enfold\config-templatebuilder\avia-template-builder\php\element-templates.class.php line 2283:
usort( $tab, array( $this, 'sortByOrder' ) );is the place where the default sort order is created in $tab.
We can add a filter here in the next release if this helps you.
Best regards,
Günter -
This reply was modified 4 years, 12 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi guys,
I started the following topic. https://kriesi.at/support/topic/changing-avia-iconbox-title-to-h2/
I did some changes in the buttons_fullwidth.php section. In particular I mean the following change:
– Go to /enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth and copy buttons_fullwidth.php file to your child theme inside /shortcodes/ folder
– Open buttons_fullwidth.php file on your child theme and find following line$content_html .= “<span class=’avia_iconbox_title’ >{$atts[‘label’]}</span>”;
and change it to following
$content_html .= “<h2 class=’avia_iconbox_title’ >{$atts[‘label’]}</h2>”;
After updating Enfold all changes are lost.
I am now tired of making the changes again after each update. Is there a solution to this that the changes are retained?Thanks for your help.
Hi
I noticed a new behaviour for the cookie consent message pop-up, with a refreshed cache or visiting the website the first time the cookie consent message pop up and stays till a button is pressed. This step is like expected. But when choosing another page via the menu, at the new page cookie message jumps in and immediately out.
Before the current Enfold version 4.8, I never recognised this jumping in and out. Another recognised point is slower page load by 30% since the new version measured by pingdom.com.
Any idea would be greatly anticipated.
Andreas
Hi there,
I’d like to change customize few texts ,links on my Enfold child theme related to woocommerce products. Probably not a big change on the functions.php file, but I need some help, if possible. Maybe someone already had the same problem.
1) Basically, we have installed a plugin to select a product with variables on quick view mode, and stay on the same page. So instead of “Scegli” under each “add to cart” product, we’d like to change to “Dettagli” or another phrase. Using the inspection tool, it’s easy to localize the text. But how to implement it on the website?
2) Same on the cart page, when this is empty. There is a button link that redirects you to the default shop page. As we created an alternative shop page, how is it possible to change the “href” in this button? And also here we’d like to change the “Ritorno al negozio” text into something else.
I’ve had a look at your guide here: https://kriesi.at/documentation/enfold/woocommerce-shop/ Custom WooCommerce Shop Overview, but even following point 1, on the empty cart this redirect default button option stays . As the layout editor is disabled on the default shop page.
3) Are you aware of a way to display a minimum advertised price for each product instead of the minimum – maximum range price on variable products?
Many thanks for your help!
RegardsI have taken over a website with Enfold and am new to the theme. There is a fixed Facebook button here (class side-menu) which must come from the Enfold theme or? Have now searched everywhere in the settings and found nothing how I can delete this facebook button.
Thanks for help!
