Forum Replies Created
-
AuthorPosts
-
Hey aaron,
I am building a wooCommerce shop website for myself so do I class as a Regular License for $59.00?
Yes, if you use the theme on one domain or subdomain. You need a regular license for each wordpress instance.
Next is if I purchase the enfold theme can I install it in a testing website location example first at http://www.zedmail.net (just for self training) and get used to using it and once I have it all figured out can I then install it in the desired web address I am buying it for? example .. http://www.exampleshopingenfoldsite.com
Yes just make sure you don’t run the theme on both domains simultaneously. You can test/build the website on one domain and then transfer it to the staging server/domain without buying a second license.
Best regards,
DudeHi!
Please try following fix – open up wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js and replace line 135
options = clicked.data();
with
options = clicked.data(),
Best regards,
PeterHi,
I’ll close this ticket. We’ll continue here https://kriesi.at/support/topic/issue-with-license-code-registration/ . After your license renewal please create a new thread in the support forum.
Best regards,
DudeJuly 30, 2018 at 9:56 pm in reply to: Layer Slider WP in Woocommerce Kat. anzeigen mit shortcode funktioniert nicht #991730Hi,
Freut mich, dass eine Lösung gefunden wurde :)
LG,
DudeHey Max !
Yes if you renew your support license you can start a new topic in the forums.
Regards,
PeterHey!
Personally I wouldn’t recommend this fix. The problem is the blocked ajax request and not the gray “loading overlay”. The gray overlay just indicates the website is processing data in the background. Removing the overlay does not solve the issue – you just sweep it under the carpet and the data request is still not processed (properly) in the background. To be honest I don’t know if the ajax request is really necessary but I would at least talk to the plugin author before ignoring it.
Regards,
PeterHi,
1) I corrected the font files urls to absolute urls. The relative urls you were using gave me 404 errors.
2) Two font files are still missing:
https://www.bridal-boutique.de/wp-content/themes/enfold-child/fonts/open-sans/open-sans-regular/open-sans-regular.woffand
3) You need to translate the images like posts/pages. Please install the media translation plugin and translate the images to use them on the English website.
Best regards,
DudeHi,
Ah ok, I didn’t test the website without user account. Now I could reproduce the bug, however it’s not a theme issue. If I switch to TwentySeventeen (default wordpress theme) the calendar is also grayed out and doesn’t work. I’d recommend to check the htaccess and firewall configuration of the server – maybe the access to the wp-admin/ folder is blocked somehow. If not please contact the plugin author and ask him for support.
Best regards,
DudeHi,
I tried to log in to investigate the problem but I just got the error message “FEHLER: Cookies sind wegen einer unerwarteten Ausgabe gesperrt. Hilfe findest du in dieser Dokumentation oder wende dich an das Support-Forum.”
Can you please check if a firewall is active or if the wp-config.php is not saved in utf-8 (see https://www.innotag-internetagentur.de/geloest-cookie-probleme-beim-wordpress-login/ )
Best regards,
DudeHi,
Ok I’ll close it :)
Best regards,
DudeHi,
You can use backup plugins like https://de.wordpress.org/plugins/backupwordpress/ to make regular backups of the database. These backups will help you to restore the menus if something goes wrong.
Best regards,
DudeJuly 30, 2018 at 7:56 pm in reply to: Default Editor and Text editor in avia layout builder not working #991690Hi,
You need to set the right reading/writing permissions via ftp – see https://codex.wordpress.org/Changing_File_Permissions
Best regards,
DudeJuly 30, 2018 at 7:53 pm in reply to: Working method for Breadcrumbs vs. front- and blogpage setting #991689Hi,
The code for the breadcrumb can be found in enfold\framework\php\class-breadcrumb.php. Basically the WordPress Settings > Reading settings are used for the breadcrumb (line 209+). The theme settings may overwrite the selected front page template, see enfold\includes\helper-template-logic.php (line 11+) but afaik this doesn’t affect the breadcrumb.
Best regards,
DudeJuly 30, 2018 at 7:29 pm in reply to: Bilder können nicht mehr über Galerie oder Bildfeld eingefügt werden #991681Hi,
Nach einigen Tests konnte ich den Fehler finden und beheben. Ich habe in wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js bei Zeile 135 den Codeoptions = clicked.data();
mit
options = clicked.data(),
ersetzt, um den Fehler zu beheben. Dieser Fix wird im nächstn Update enthalten sein.
LG,
DudeHi,
Glad we could help you :)
Best regards,
DudeHi npmcgrew!
I switched the theme to TwentySeventeen and then back to Enfold and the calendar seems to work again:
https://fairwaysmembership.com/product/18-with-cart-oberlin-golf-club/
Best regards,
PeterJuly 30, 2018 at 3:17 pm in reply to: What's the best Multi-language plug-in for Enfold theme? #991536Hey cosmstudio!
We recommend WPML which is the only officially supported plugin. Other plugins are probably not fully compatible with Enfold yet.Best regards,
PeterHey Jelican,
1) Please try to re-upload the theme files – maybe one or more files were not transferred properly and are corrupt.
2) If this doesn’t help check if the wp memory limit i set to 128M or more ( https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP ).
3) If 2) doesn’t help please create us a wp-admin account and ftp account and post the login credentials – we’ll then look into it.
Best regards,
DudeHi,
Please try this code and add it to your child theme functions.php file:
add_action( 'template_redirect', 'redirect_404_to_any_url' ); function redirect_404_to_any_url() { if ( is_404() ) { $url = 'https://mekongtrails.com/404'; $lang = pll_current_language('locale'); switch ($lang) { case 'en_GB': $url = 'https://mekongtrails.com/404EN'; break; case 'de_DE': $url = 'https://mekongtrails.com/404DE'; break; } wp_redirect( $url ); exit; } }
You need to replace https://mekongtrails.com/404 and https://mekongtrails.com/404DE with the url of your standard 404 page and https://mekongtrails.com/404EN with the url of English version of the 404 page.
Best regards,
DudeJuly 29, 2018 at 6:50 pm in reply to: Layer Slider WP in Woocommerce Kat. anzeigen mit shortcode funktioniert nicht #991165Hi,
Ich habe bei meinen Tests leider keine (schnelle) Möglichkeit gefunden. Ich gehe schon davon aus, dass es technisch machbar ist, aber zeitaufwendig wäre (man müsste sich ansehen, warum LayerSlider nicht funktioniert und eine Lösung finden). Eine Einbettung mittels iframe wäre denkmöglich, aber habe ich noch nicht ausprobiert und kann auch keine Anleitung dazu anbieten. Sofern es euch ein wichtiges Anliegen ist, würde ich empfehlen einen Entwickler auf Werkvertragsbasis mit der Implementierung beauftragen.
LG,
DudeHi,
Glad we could help you :)
Best regards,
DudeJuly 29, 2018 at 6:41 pm in reply to: Exclude category or tag from Masonry pull/avoid duplicate posts on frontpage #991158Hi,
I haven’t tested it but you can try to use the css class field to apply the code to certain magazine elements only.
1) Activate the css class option field: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements
2) Insert the css class “avf_remove_duplicate_cats” (without the quotes) into the field (magazine element you want to filter)
3) Save the elements/page
4) Add this code to the funtions.php file
add_filter('avf_magazine_entries_query', 'avia_magazine_custom_query', 10, 2); function avia_magazine_custom_query( $query, $params ) { if(!empty($params['class']) && strpos($params['class'], 'avf_remove_duplicate_cats') !== false) { $exclude_cat = array("category__in" => array(1), "category__not_in" => array(2)); $query = array_merge((array)$exclude_cat, (array)$query); } return $query; }
and replace 1 and 2 with your category ids.
Best regards,
DudeHi,
Enfold doesn’t come with the WPBakery page builder. We created our own page builder (called Avia Layout Builder) which is not compatible with WPBakery. If you want to embed a layerslider with our Avia Layout Builder go to the editor page, click on “Advanced Layout Editor”, then select the “Media Elements” tab and click on the “Advanced Layerslider” button to select a Layerslider.
Best regards,
DudeHi,
These bots may bypass our javascript validation and so they’re able to send the form without ticking the checkbox. We’ll look into it and check if we can block this – but to be honest this is a low priority issue at the moment and it will take some time.
Best regards,
DudeHey Joakim,
Copy the file wp-content/themes/enfold/includes/loop-index.php to your child theme folder (the file path should be wp-content/themes/enfold-child/includes/loop-index.php). Then open up the copied file and search for
echo "<div class='blog-meta'>";
(should be around line 139). You can add your ad banner code above this code line.
Best regards,
Dude- This reply was modified 6 years, 5 months ago by Dude.
Hi,
Das Passwort beginnt mit dg und endet mit WB. Die Sternchen sind Teil des Passworts.
LG,
DudeHey Innovie,
We’ve forwarded your request to our developers.
Best regards,
DudeJuly 29, 2018 at 5:23 pm in reply to: [Custom Element] Adding multiple "Image" inputs within a single custom element #991110Hey sethkhouri,
I can’t review your code and tell you why it’s not working but I’d recommend to use the “Easy Slider” shortcode file (wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.php) as a starting point for your custom element. It contains the image selector and a second popup with a text field (where the user can enter the caption).
Best regards,
DudeJuly 29, 2018 at 5:15 pm in reply to: Layer Slider WP in Woocommerce Kat. anzeigen mit shortcode funktioniert nicht #991104Hey!
Bitte füge diesen Code am Ende der functions.php ein, um Shortcodes auf den Produktarchivseiten darstellen zu können:
add_action( 'init', 'avia_process_woocommerce_taxonomy_archive_description' ); function avia_process_woocommerce_taxonomy_archive_description() { remove_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 ); add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_taxonomy_archive_description', 11 ); } function avia_woocommerce_taxonomy_archive_description() { if ( is_product_taxonomy() && 0 === absint( get_query_var( 'paged' ) ) ) { $term = get_queried_object(); if ( $term && ! empty( $term->description ) ) { echo '<div class="term-description">' . do_shortcode($term->description) . '</div>'; } } }
Es sind leider nicht alle Shortcodes mit diesen Seiten kompatibel, dies trifft auch auf Layerslider zu. Du kannst aber stattdessen zB einen “Easy Slider” oder Akkordeon-Slider einfügen.
LG,
PeterHi,
Ok, Günter wird sich ggf ebenfalls melden.
LG,
Dude -
AuthorPosts