-
Search Results
-
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
MauroTopic: Add token to staging site
I cannot get the staging site, which is a sub-domain of the licenced domain, to accept the enfold token.
How can I get it to accept the token?
Please see info in Private Content
Topic: Heading font weight
Hello,
I am trying to use “Enfold — Advanced styling” to set H4 custom settings. I changed font, size etc. It works except Font Weight. I set 900, which means “very heavy”, but on my webpage it is definitely not that weight. Can you help, please?Im Textblock wird der gesamte Text als Link angezeigt und verzweigt auf einen zufälligen Beitrag. Das ist vermutlich seit dem neuesten Update von enfold so. Das war vorher nicht. Es passiert auch nur auf dieser Seite bei diesem einen Textfeld. Ich habe alles durchsucht und nirgends (auch nicht im HTML Code) einen Link gefunden. Es ist die Textbeschreibung von Heinz Grill, ganz unten rechts auf der Webseite. Der Text soll einfach nur als Text angezeigt werden. Ich habe alles mögliche probiert, sogar das Textfeld noch einmal neu erstellt und es passiert wieder. Keine Ahnung warum. Den Cache Speicher habe ich auch mehrfach geleert. Ich weiß keinen Rat mehr.
Unterstützung bitte auf Deutsch. Vielen Dank.
Viewing 30 results - 3,181 through 3,210 (of 244,345 total)


