-
Search Results
-
Hello:
I just purchased Enfold. I’ve worked with this theme for years and need to design a quick website. It said I purchased Enfold. It downloaded Neve. What’s happening? I need Enfold and the demos.
THank you –
Debra
I am trying to do the right thing and comply with the rule that I purchase Enfold for each website I want to use it on, no matter how small or if it is a nonprofit. I want to do the right thing. But I think I may have misunderstood that rule and installed it on a site a year or more ago without paying for another license. I can’t figure out where I would go to see my purchases so I know whether I purchased it more than once – or actually more than twice since I did buy it again just a few days ago for a third small nonprofit site. These sites are each only 10-15 pages.
It is confusing to me about tokens, too, since I go to one place to get the tokens for several sites I’ve used Enfold on, but those tokens are not really tied to any specific domain as far as I can tell.
Please let me know how I can be sure I’m complying with how this is supposed to work. I don’t want to break any rules, but I’m confused about how to comply.
Hi,
I am encountering an issue after updating enfold to the latest version on the home page:
Fatal error: Uncaught Error: Class “DOMDocument” not found in /home/beautyof/public_html/wp-content/themes/beautyofaction-4/config-layerslider/LayerSlider/assets/classes/class.ls.dom.php:19 Stack trace: #0 /home/beautyof/public_html/wp-content/themes/beautyofaction-4/config-layerslider/LayerSlider/assets/classes/class.ls.dom.php(48): LayerSlider\DOM->__construct() #1 /home/beautyof/public_html/wp-content/themes/beautyofaction-4/config-layerslider/LayerSlider/assets/includes/slider_markup_html.php(674): LayerSlider\DOM::newDocumentHTML() #2 /home/beautyof/public_html/wp-content/themes/beautyofaction-4/config-layerslider/LayerSlider/assets/wp/shortcodes.php(384): include(‘/home/beautyof/…’) #3 /home/beautyof/public_html/wp-content/themes/beautyofaction-4/config-layerslider/LayerSlider/assets/wp/shortcodes.php(279): LS_Shortcode::generateSliderMarkup() #4 /home/beautyof/public_html/wp-content/themes/beautyofaction-4/config-layerslider/LayerSlider/assets/wp/shortcodes.php(86): LS_Shortcode::processShortcode() #5 /home/beautyof/public_html/wp-content/themes/beautyofaction-4/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php(193): LS_Shortcode::handleShortcode() #6 /home/beautyof/public_html/wp-content/themes/beautyofaction-4/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1329): avia_sc_layerslider->shortcode_handler() #7 /home/beautyof/public_html/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare() #8 [internal function]: do_shortcode_tag() #9 /home/beautyof/public_html/wp-includes/shortcodes.php(273): preg_replace_callback() #10 /home/beautyof/public_html/wp-includes/class-wp-hook.php(324): do_shortcode() #11 /home/beautyof/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters() #12 /home/beautyof/public_html/wp-content/themes/beautyofaction-4/template-builder.php(102): apply_filters() #13 /home/beautyof/public_html/wp-includes/template-loader.php(106): include(‘/home/beautyof/…’) #14 /home/beautyof/public_html/wp-blog-header.php(19): require_once(‘/home/beautyof/…’) #15 /home/beautyof/public_html/index.php(17): require(‘/home/beautyof/…’) #16 {main} thrown in /home/beautyof/public_html/wp-content/themes/beautyofaction-4/config-layerslider/LayerSlider/assets/classes/class.ls.dom.php on line 19
Could you please advise how to solve the issue?
Regards
DavidI cloned the existing site to create a staging site but it seems that the theme is not recognised.
Could you take a look please support?
Apologies if this is a really basic question. I’m not a web developer nor am I an expert in WordPress or Enfold. That said, I’m hoping that there might be some suggestions or guidance available to help me understand how to integrate HivePress directory plugins so they work with the Enfold theme.
HivePress has some nice themes but I really would like to wrap it in Enfold so I can keep a consistent page look, feel, and function.
If I’m better off employing someone who knows WP and Enfold, I’m happy to chat with them!
Appreciate any thoughts!
Rick the newbie…
I have recently updated our website (WordPress, Enfold theme), now this page
uses three slideshows. They work fine on PCs, but are not displayed from an Android browser with less width. This mainly affects smartphones and in case tablets. I have not made any settings in the slideshow that it should not be displayed on mobile devices. What could be the reason? Thank you.
I have checked couple of lazy loading seetings (based on https://kriesi.at/support/topic/slide-show-volle-breite-wird-auf-mobilen-geraten-nicht-angezeigt/), but could not find a solution so far.
Hi,
On some pages, we would like to add code in a codeblock. This for a booking system we use.
Code works on other website (with different theme) but not on Enfold. Can you help me out on this?This is the code:
<style> .bootstrap .player-selection-ul li.player-selection-li{ padding: 6px 15px; line-height: 1; } </style> <link href="https://nl.escapeall.com/Content/API/styles.css" rel="stylesheet"> <link href="https://nl.escapeall.com/CustomCss/fun-thrills.css" rel="stylesheet"> <script type="text/javascript"> function updatePlayersOptions(element) { var jThis = ea_jQuery(element); const selectedLanes = parseInt(jThis.find('option:selected').data('quantity')) || 0; const maxPlayers = selectedLanes * 6; jThis.closest(".alert-reservation-added").find('.extra-options-row-2 option').each(function () { const playerCount = parseInt(ea_jQuery(this).val()) || 0; if (playerCount > maxPlayers) { ea_jQuery(this).prop('disabled', true).hide(); } else { ea_jQuery(this).prop('disabled', false).show(); } }); } $(document).ready(function() { $.getScript("https://nl.escapeall.com/Scripts/API/all.js", function (data, textStatus, jqxhr) { GetBookingCalendra('#BookingId', { ServiceId: ['23fa314b-449e-4881-9b8d-3674fa6bdeab'], lang: 'nl', Template: 9, QuantitySelectionAsPlayers: true, FirstWeekDay: 'Monday', InitialQuantity: 1, successReservationSelected: function (reserv) { console.log('hello'); }, success: function () { ea_jQuery('.choose-player-panel h4').text('Aantal banen'); ea_jQuery('.service-time-selection-panel h4').text('Tijd en Prijs'); ea_jQuery('.player-selection-ul li[data-quantity="1"]').html('1<br/><small>1-6 spelers</small>'); ea_jQuery('.player-selection-ul li[data-quantity="2"]').html('2<br/><small>2-12 spelers</small>'); ea_jQuery('.player-selection-ul li[data-quantity="3"]').html('3<br/><small>3-18 spelers</small>'); ea_jQuery('.player-selection-ul li[data-quantity="4"]').html('4<br/><small>4-24 spelers</small>'); ea_jQuery('.service-time-selection-panel h4').text(' Activiteit en tijd'); ea_jQuery(document).on('change', '.multiple-reservation-price', function (e) { updatePlayersOptions(this); }); }, successReservationSelected: function (toBeAppended) { updatePlayersOptions(ea_jQuery(".multiple-reservation-price", toBeAppended)); } }); }); }); </script> <div id="BookingId"></div> <div class="escapeall">Booking System powered by: <a href="https://nl.escapeall.com/">Escape<span>All</span></a></div>
Hello
we are testing recent updates in our staging site. We notice wrong logo dimension in thank you for your order email.
WordPress version: 6.7.2
WooCommerce 9.7.1
Enfold 7.1Please see attachments
Thank you
Mauro
Viewing 30 results - 2,011 through 2,040 (of 243,221 total)