-
Search Results
-
Topic: PSD FILES for 11$
Hallo,
ich nutze das Theme ENFOLD schon seit 2016 und bin damit bisher immer gut gefahren, auch weil es sehr stabil ist und durch die Responsive Darstellung der Inhalte immer noch einen guten Eindruck macht. Ich habe gesehen, dass sie auch PSD FILES anbieten für elf Dollar und nun wollte ich wissen, wie ich bei einer bestehenden Homepage diese für den Aufbau einzelner Seiten auf meiner Homepage nutzen kann.Normalerweise kann man zu Beginn ihre Demo-Seiten importieren, dadurch verstellen sich aber alle Einstellungen. Ich möchte natürlich nicht meine laufende Homepage verändert sehen, sondern bestehende Homepage-Seiten schützen und einzelne Teile ihrer Seiten als Vorlage speichern und dann in meine Homepage integrieren.
Ich bin Lehrer und nutze meine Homepage für Schüler und Eltern!
Mit freundlichen Grüßen.
DickerhofHello, i use the Plugin BookingPress for my customers to book services with my customer.
But in the WordPress Backend the site of BookingPress is not loading and furthermore the confirmation mails are not send to me but to the person who books a service.this is the answer of the BookingPress Support.
Can you fix it?„Hello,
Regarding BookingPress not loading in the backend for that, I’ve checked and noticed that the ‘Enfold’ theme block our plugin code and that’s why it’s happening. I’ve provided you with the theme file name that block the BookingPress plugin request.
Theme File path:
wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/lottie_animation/lottie_animation_admin.jsAlso, I’m sharing you the screenshot of the code snippet which blocks the further code execution from the BookingPress.
I recommend you please contact your theme developer and ask them to check further and also ask them not to load their js/css on every page of the admin panel as it’s causing the conflict. You need to ask them to load their JS/CSS only on those pages where it’s required.“
Topic: WPML RTL language
Hey Team – I’m trying to figure out how to add a RTL language to an existing English website using the Enfold theme. The information I have found so far seem to focus on a newly created website in an RTL language, not an English site that is also adding an RTL translation. Is it possible to set RTL in this way using Enfold?
Thanks in advance. -Paul
Dear Team,
Our website employs the Enfold theme, with the current version being 3.8.5. However, when attempting to update the PHP version to the latest iteration (8.0 to 8.2), a fatal error occurs. In an effort to rectify this, we endeavored to upgrade the theme to its most recent version. Regrettably, this resulted in a complete overhaul of our website’s design.
We kindly request guidance on the optimal approach to address this issue. If necessary, I am prepared to provide the development server credentials. Below are the URLs for both the development and live websites:
Your assistance is greatly appreciated.
Topic: Pop Up Builder Not Working
Plugin developer says that something in Enfold is Blocking popups.
What do I do?Topic: A few Questions…:/
Hallo,
ich habe noch einige Fragen, Entschuldigung!
Ein Teil unserer Website sieht so aus: https://www.dropbox.com/scl/fi/2vkz1o3x640l64d508y96/igulhautgi.png?rlkey=bz9xt0gkjlx0j3bjzd0jan9jt&dl=0
Er ist versehen mit einem Mouse-Hover-Effekt. Ist es möglich, dass dieser Effekt auf Touch-Geräten nicht erscheint, sondern von Beginn an so aussieht, wie, wenn man mit der Maus über das Bild fährt? Auf Computern sollte gleichzeitig der Mouse-Hover-Effekt bestehen bleiben. Wie kann man das einstellen?
Nächste Frage: Teilweise deckt das Weiß nicht den rechten Rand des Bildes ab: https://www.dropbox.com/scl/fi/o51d5vf8qphm7tfb2nvic/Screenshot-2023-08-10-111450.png?rlkey=lwsvi74tcj17htdtpr39a757i&dl=0
Habe da nur ich das Problem, oder ist das auf allen Enfold-Websiten so?
Letzte Frage:)
Auf kleineren Geräten werden teilweise Überschriften nicht vollständig angezeigt. Auch dort (https://umwelt-magazin.eu/sondierungspapier/) am rechten Rand beim Eintrag zu Instagram wird da “umwelt_magazin” nicht richtig angezeigt. Kann man das verändern?
Danke, dass Sie immer so nett antworten!
Liebe Grüße TimHey there,
this is kind of a plugin incompatibility caused by “gravityview”. They register a shortcode with the name “gv\widgets\page_size”. Which is totally legit. When you add this shortcode name to your test Regex in class-shortcode-parser.php the “\p” triggers the error as it is a reserved group in Regex:
Warning [2] Error (E_WARNING): “preg_match_all(): Compilation failed: unknown property name after \P or \p at offset 9320“ at
./wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php:607.Obviously you cannot simply add any given shortcode to a regex without sanitizing it first. In this case: escaping possible illegal characters like “\”.
Here is the call stack:
preg_match_all, ShortcodeParser->balance_shortcode, ShortcodeParser->parse_shortcode, ShortcodeHelper::clean_up_shortcode, aviaShortcodeTemplate->shortcode_handler_prepare, do_shortcode_tag, preg_replace_callback, do_shortcode, av_privacy_class->handler_wp_footer_cookie_consent_bar, WP_Hook->apply_filters, WP_Hook->do_action, do_action(<code>wp_footer</code>), wp_footer, require_once(<code>/themes/enfold/footer.php</code>), load_template, locate_template, get_footer, include(<code>/themes/enfold/index.php</code>), require_once(<code>wp-includes/template-loader.php</code>), require(<code>wp-blog-header.php</code>)Running Enfold 5.6.2. But I don’t think you fixed something like this in the more recent versions ;-).
Thanks and best regards,
Jan
Topic: Table styling
Hi
I want to display the image to the full width of my pricing table with the zoom animation
+ the button full width of the table – as per your enfold minimal photo demoPlease advise how to do this.
Thanks
MarcusHi Team,
after update to with new accessibility: added aria-label=’title” or “alt” or “Logo” to logo “a” tag the filter for textlog works no more:
// Textlogo
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “<h1>Musikschule Jüttner & Co.</h1>”;
return $sub;
}
After Update I get an output llike this:
<a href="https://www.musikschule-juettner.de/" aria-label="<img src=" https:="" www.musikschule-juettner.de="" wp-content="" themes="" enfold="" images="" layout="" logo.png'="" height="100" width="300" alt="Musikschule Jüttner & Co." title="">' title='<img src="https://www.musikschule-juettner.de/wp-content/themes/enfold/images/layout/logo.png" height="100" width="300" alt="Musikschule Jüttner & Co." title="">'><img src="https://www.musikschule-juettner.de/wp-content/themes/enfold/images/layout/logo.png" height="100" width="300" alt="Musikschule Jüttner & Co." title=""><span class="subtext avia-standard-logo-sub"><h1>Musikschule Jüttner & Co.</h1></span></a>
Hope you can fix this?!
Thank you and best regards
MikeTopic: Cookies & Schriften
Wenn man eine Website mit Enfold aufbaut, sind dann von Enfold aus bereits Cookies enthalten? Und sind die Schriften von Google (Cookies?!) oder sind das allgemeine Schriften ohne Cookies?
Mit freundlichen Grüßen
Klaus Frimmel-Walser
Viewing 30 results - 14,221 through 14,250 (of 244,614 total)

