Forum Replies Created
-
AuthorPosts
-
Hi,
Ich habe nun herum getestet, da mir der Fehler nicht erklärlich war und letztendlich liegt es am Child Theme. Wenn ich Enfold aktiviere – sodass der Child Theme Code nicht geladen wird – funktioniert das Kontaktformular. Ich nehme daher an, dass der Code in der Child theme functions.php das Kontaktformular stört. Ich persönlich habe die “wordpress_get_post” Funktion im Verdacht, bin dem aber nicht mehr nachgegangen.
Ich würde daher empfehlen auf Enfold zu wechseln und das smtp plugin zu deaktivieren. Dann teste das Kontaktformular – zB hier: https://ulimco.de/test/
Geht es nicht, aktiviere smtp und teste erneut. Bei mir hat es jedenfalls mit smtp funktioniert, ohne habe ich es nicht getestet.
Geht es, überprüfe bitte deinen child theme code.
LG,
DudeHi,
I’m sorry – I thought it’s a support request :)
We don’t offer such a shortcode but you can use a third party plugin like https://de.borlabs.io/borlabs-cookie/ to block the scripts of third party plugins. This plugin is currently not compatible with our maps element but you could use our gdpr features for our theme elements (maps, contact form, newsletter, instagram, etc.) and use the borlabs cookie settings to block all other third party scripts if necessary. I’m in contact with the Borlabs developer and maybe we can offer an integrated solution in the future.Best regards,
DudeHi,
Can you please create me an admin account and I’ll look it it. I need to add/apply the js code directly to check which layer blocks the menu button.
My guess is the overflow:hidden attribute needs to be set manually for #menu-item-31 menu item like
jQuery('.menu-item-mega-parent').trigger('mouseleave'); jQuery('#menu-item-31 a').removeClass('open-mega-a'); jQuery('#menu-item-31').css( "overflow", "hidden" );
but maybe some other steps are required.
Best regards,
DudeHi Stefan!
For support please use our support forum here: https://kriesi.at/support/ . The contact form is just intended for presale questions.
Regards,
PeterHi!
Glad we could help you!Cheers!
PeterHey mkuzman,
I activated the easy smtp plugin. Please try to configure it and to send a test e-mail (link in private content field).
Best regards,
DudeHi,
Yes, you can use this code instead:
.postid-1584 #wrap_all #header_main nav.main_menu{ display: none; }
Best regards,
DudeHi,
But I think you must set up a billing account – according to the FAQ (I post it in German):
Kann ich die Google Maps Platform kostenlos ausprobieren, bevor ich mich endgültig entscheide? Ja. Wir möchten, dass du dich von der Geschwindigkeit, Genauigkeit und umfassenden Abdeckung von Maps, Routes und Places überzeugen kannst. Du benötigst zum Einstieg zwar ein Rechnungskonto, aber du erhältst pro Monat ein Guthaben von 200 $ und kannst entsprechende Nutzungsgrenzen festlegen, damit dieser Betrag nicht überschritten wird.
Best regards,
DudeHi,
Please add this Code to thé quick css field or chiild theme style.css file:
#top #wrap_all div.av-player.av-player-Container{ border-color: transparent; }
Best regards,
DudeHi,
Please try this Code:
.postid-1584 #wrap_all #header_main { display: none; }
Best regards,
DudeHey DianaLoola73,
From a technical point of view this can be done but to be honest it requires time intensive customization and intensive tests (responsive design, touch screen workflow, etc.). This can not only be done with css but it requires JavaScript and probably PHP code too. A list of all available Layouts/Demos can be found here: https://kriesi.at/themes/enfold-overview/ , I’d recommend to use the photography layout with a left sidebar menu as a starting point: https://kriesi.at/themes/enfold-photography/ . You could use rgba background colors to make the sidebar menu transparent and use “placeholder” menu items to generate the gaps between the menu links.
Best regards,
DudeHi,
Google will not necessarily charge you (it depends on the number of requests) but you need to set up a billing account. More information: https://cloud.google.com/maps-platform/user-guide/pricing-changes/
Best regards,
DudeHey!
You can use a plugin like https://de.wordpress.org/plugins/conditional-menus/ to hide or show the menu on certain pages. If you want to use css to hide it please post a link to the Donation page and we’ll provide the css code.
Best regards,
PeterHey jmorley88,
I checked the element settings and the option “Autorotation active? Check if the logo slider should rotate by Default” was set to “No”. I changed it to “Yes” and the slider is now auto rotating :)
Best regards,
DudeHey Yvonne_1211,
Ich würde bei einer lokalen Installation das Memory Limit jedenfalls auf 128M setzen.
Probiere bitte das Theme erneut herunterzuladen, wobei nur die Theme-Dateien benötigt werden (siehe: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/ ) und entpacke dieses manuell. Dann kopiere den entpackten enfold Ordner nach wp-content/themes/ und stelle sicher, dass im wp-content/themes/enfold/ Ordner eine style.css-Datei enthalten ist.
Wenn auch dies nicht hilft, dann installiere bitte: https://de.wordpress.org/plugins/health-check/ und poste die Log-Daten.
LG,
DudeAugust 7, 2018 at 11:43 am in reply to: additional loaded fonts referred by http instead https #994352Hey Wynnphotodesign,
Please create us an admin account and we’ll look into it.
Best regards,
DudeHi,
To be honest I haven’t tested any review plugins because for most users the standard WooCommerce reviews are sufficient. You could try this plugin https://woocommerce.com/products/woocommerce-product-reviews-pro/ which comes with a 30 day money back guarantee if it doesn’t work. If you notice any errors please report back and I’ll check the code again.
Best regards,
DudeHey e-plugins,
Please send the plugin to (Email address hidden if logged out) – we’ll fordward it to our developer and ask him to look into it.
Best regards,
DudeAugust 7, 2018 at 11:15 am in reply to: unexpected T_FUNCTION, expecting ')' in enfold/[…]//class-avia-font-management #994327Hi,
Great, glad it works now :)
Best regards,
DudeAugust 7, 2018 at 11:14 am in reply to: Un-selected categories appearing in blog when using the masonry content elements #994324This reply has been marked as private.Hi!
I added this code to your child theme functions.php to fix the issue:
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if ( is_single() ) { unset($trail[1]); } return $trail; }
Best regards,
PeterAugust 7, 2018 at 10:52 am in reply to: unexpected T_FUNCTION, expecting ')' in enfold/[…]//class-avia-font-management #994314Hi neopsstudio!
Please ask the server administrator/host to upgrade your PHP Version to PHP 7. The error is probably triggered by an outdated PHP version.
Best regards,
PeterThis reply has been marked as private.Hey ricedean,
No, this needs to be done by the server administrator/hoster. The error indicates your php version is not compatible with the installed imagick module and you need to install a compatible version. More information can be found here: https://stackoverflow.com/questions/46251863/2-php-startup-imagick-unable-to-initialize-module-module-compiled-with-api-2 but the solution really depends on the server OS and software you use.
Best regards,
DudeHey marsh1984,
No, unfortunately this is not possible out of the box and there’s no easy/quick hack we could provide.
Best regards,
DudeHi,
I read some articles now and it seems like the svg images won’t behave like standard links (a href). Our smooth scrolling script and tab selector script does not support the structure of svg images at the moment. I’ll tag this thread for our devs and ask them to look into it but I can’t promise we’ll support svg soon.For now I’d recommend to use the xlink:href attribute which won’t conflict with our scripts. You could then add some custom javascript code (i.e with a child theme) to add svg support. A good starting point would be this tutorial: https://danielleleong.com/blog/2015/06/03/svg-anchor-links.html
Best regards,
DudeAugust 6, 2018 at 9:12 pm in reply to: Probleme mit Bilddarstellung in Farb-Section-Umgebung #994103Hi,
Ja, dies ist im vorliegenden Fall die bessere Wahl, da er sich dynamisch an die Bildschirmgröße anpasst und nicht nur ein Hintergrundbild setzt :)
LG,
DudeAugust 6, 2018 at 9:09 pm in reply to: PARSE ERROR: class-avia-font-management-base.php on line 429 #994100Hi!
Ja, denke ich mir auch manchmal :)
Regards,
PeterHi,
Glad you found the culprit :)
Best regards,
DudeHi,
You can add images to tabs without any additional css code. Just add a “Tab section” to a page. Then hover over the “Tab section” title of the element and select the right icon (“Edit tab section”). Then select “Display Tabs below content” in the popup (screenshot: http://s3.amazonaws.com/feather-files-aviary-prod-us-east-1/5c5f873d5/2018-08-06/7c7bd9d87c8c488c9f4816424280b811.png ). Save the settings.
Then click on a tab, i.e. “Tab 1” and another popup will open. At the very bottom you’ll find an option called “Tab Symbol” – there you can select an image or icon. If you select “image” some new options will fade in, including a “Insert image” button which enables you to upload or select an existing image from the media gallery (screenshot: http://www.clipular.com/c/5175036126953472.png?k=66XRvfvFvFM4cSFNb3uMIZY8w4U ). You can repeat this for every tab and set different icons or images for each tab.
Best regards,
Dude -
AuthorPosts