Forum Replies Created
-
AuthorPosts
-
August 25, 2018 at 8:16 pm in reply to: Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Download fehlgeschlage #1001755
Hi,
@brandreach_at – wie ich nachgesehen habe, war der Code noch nicht inkludiert. Die URL kannst Du leider nicht sehen, da Du den Thread nicht erstellt hast (habe ich nicht bedacht). Bitte einfach im WordPress Administratorbereich unter Dashboard > Aktualisierungen einfach das Update/Download starten.
@Innovie – in 4.4.1 ist das Update noch nicht enthalten. Der Fehler wurde erst nach dem Release der 4.4.1 Version gemeldet, daher wird erst das nächste Update diesen Fix enthalten.Best regards,
DudeHi,
Please add this code to the child theme style.css or quick css field (Enfold > Theme Options > Styling) to hide the flags:
#top .av-main-nav li.av-language-switch-item { display: none; }
Best regards,
DudeHi,
Thanks for the suggestion. We’ll look into it if we get more requests for 410 templates.
Best regards,
DudeHi,
This is a bug of the local seo plugin (see https://kriesi.at/support/topic/tag-pages-posts-nothing-found/ ). I fixed it on your website too.
Best regards,
DudeHi,
Please create us an admin account and we’ll look into it.
Best regards,
DudeAugust 25, 2018 at 6:21 pm in reply to: Wie kann ich Bilder so einfügen, dass es sich jedem Gerät anpasst? #1001711Hi,
Bitte entschuldige die späte Antwort. Meiner Ansicht nach kann dies nur am Browser Cache liegen. Dieser kann jedoch auf Android ( https://de.wikihow.com/Auf-einem-Android-Ger%C3%A4t-den-Browser-Cache-leeren ) und IOS ( https://de.wikihow.com/Den-Browser-Cache-auf-einem-iPhone-leeren ) Geräten manuell geleert werden.
LG,
DudeHi,
Great, glad it works now :)
Best regards,
DudeHi!
You could replace it with this code:
if(classes && classes.match(/is_email/)) { if(!value.match(/^[\w|\.|\-]+@\w[\w|\.|\-]*\.[a-zA-Z]{2,20}$/)) { surroundingElement.removeClass("valid error ajax_alert").addClass("error"); send.validationError = true; } else { var emailReg = value.match( /@\w[\w|\.|\-|ÄÖÜäöü]*\.[a-zA-Z]{2,20}$/ ); var domain = emailReg[0].split('.'); var country = domain.slice(-1).pop(); var block_countries = ['cn', 'ru']; for (var i = 0; i < block_countries.length; i += 1) { if (country.toLowerCase() == block_countries[i]) { surroundingElement.removeClass("valid error ajax_alert").addClass("error"); send.validationError = true; break; } else { surroundingElement.removeClass("valid error ajax_alert").addClass("valid"); } } } nomatch = false; }
to block domains ending with cn or ru.
Best regards,
PeterHi!
Kannst Du mir bitte einen Admin Account einrichten, dann sehe ich mir das näher an. Bei mir im Browser funktioniert der Code, vielleicht ist es ein Cache Problem.
LG,
PeterAugust 24, 2018 at 8:11 am in reply to: WPML TypeError in slideshow.js only on secondary language #1001056Hi,
In this case you need to talk to the wpml support team. They tested our theme (dev version) with their wpml (dev version) plugin and they told us it should work now. Basically we had to replace the get_post() function with get_posts() in enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php because wpml does not hook into get_post(). However I checked the code on your website and wpml still doesn’t return the translated slides/images for unknown reasons. I also checked the ids of the slides (media attachment ids) and they’re valid and exist – so there’s no obvious reason why the get_posts() query doesn’t work with wpml.
Best regards,
DudeHi,
Please create us an admin account and post a link to your website. Maybe we can find the culprit.
Best regards,
DudeAugust 24, 2018 at 7:44 am in reply to: Exclude post, page or product from Enfold's AJAX search? #1001053Hi,
Yes you can use Relevanssi with the ajax search. See https://kriesi.at/support/topic/is-there-a-searchbar-working-togehter-with-woocommerce/#post-990568Best regards,
DudeHi,
Im Code war eine Klammer zu viel – ich habe diesen korrigiert und in das Quick CSS (ganz oben) eingefügt. Falls Du auch jetzt keine Änderungen siehst bitte den Browser Cache löschen.LG,
DudeAugust 24, 2018 at 7:35 am in reply to: Google Search Console 403 error on directory wp-content/themes/enfold/framework #1001048Hi,
Add this code to your child theme functions.php:
function avia_custom_head_script() { ?> <!– Google Analytics –> <?php } add_action('wp_head', 'avia_custom_head_script');
and replace:
<!– Google Analytics –>
with your Google code.I.e. include your Google analytics code or add the verification meta tag.
Best regards,
DudeHey Mike,
You could add the “Social Share Buttons” and “Comments” elements to your post template. You’ll find these elements in the “Content Elements” section.
Best regards,
DudeHi,
Du solltest den Kalender mit folgenden CSS Code zentrieren können:
#top .ecwd_148.ecwd_theme_291:not(.calendar_widget_content) { width: 75% !important; margin: auto; }
LG,
DudeAugust 23, 2018 at 9:05 am in reply to: Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Download fehlgeschlage #1000617Hey!
@brandreach_at – ich habe die Änderung (wie oben beschrieben) eingefügt und das Update wird nun angezeigt. Du kannst es nun manuell starten/anstoßen (benütze hierzu die Url im Private Content Feld).LG,
PeterAugust 23, 2018 at 8:32 am in reply to: Rename blog heading from English 'archive' to German 'Archiv' #1000604Hi,
Thanks for your comment. Tbh I don’t think this is a question of grammar or spelling but how you define an archive. I’ll look into it and probably change it with one of the upcoming updates – however the next update will not include this change because of technical reasons. For now you can use Loco Translate to change the headline on your websites.Best regards,
DudeHey gavinstockden,
This issue should be fixed with the next update. You can hide these warnings by adding this code to the very top (after the
error_reporting(0);
Best regards,
DudeAugust 21, 2018 at 1:33 pm in reply to: Partner logo element problem (repeating / looping image) #999812Hi!
These changes were required to debug the theme and plugin code. Mike already deactivated the debug mode, I removed the plugin “Theme editor”. Personally I’d recommend to leave the media translation plugin activated, but you can try to deactivate/remove it if you think it’s not required for your purposes. The plugin I deactivated altered the default workflow how attachments are handled, thus I had to deactivate it to check what causes the wrong translations.
I’m sorry your clients “freaked out” but with your setup it’s impossible to help you without touching the code and plugins. Next time please set up a clone of your website where we can test/debug without affecting your client.
Cheers!
PeterHi,
No, but you could use ftp to download the wp-content/uploads/ folder. Then use ftp to transfer the uploads folder to your new server (just go to the wp-content folder and drag’n’dop your uploads folder into it).Best regards,
DudeHi,
1) The sorting feature is part of the accordion element (there’s no special element for sortable accordions).
First you need to activate “sorting” (screenshot: http://s3.amazonaws.com/feather-files-aviary-prod-us-east-1/5c5f873d5/2018-08-21/fcc3051750674c3c84aa6053116cbfd2.png ). Then click on the toggle elements and assign one or more tag(s)(separated with a comma) to each accordion toggle. Each tag will be displayed as filter above the accordion (screenshot: http://www.clipular.com/c/6459847256834048.png?k=kKy5iIKHUMAtkI4zKe3vGCa6kJ0 ).2) Yes that’s correct.
Best regards,
DudeAugust 21, 2018 at 12:42 pm in reply to: Rename blog heading from English 'archive' to German 'Archiv' #999795Hey Knallfrosch3,
It’s already the German term. In English the widget is called “Archives” which translates to “Archive” in German (Plural Nominativ von Archiv – https://www.duden.de/rechtschreibung/Archiv ). If you want to change the term you can use a plugin like Loco Translate: https://de.wordpress.org/plugins/loco-translate/ to modify the German language files.Best regards,
DudeAugust 21, 2018 at 12:26 pm in reply to: Can not update to ENFOLD 4.4.1 ( on all our websites ) #999790Hi,
Maybe the issue is caused by a known bug in the themeforest api. To fix it use the theme editor (Appearance > Editor) and edit Enfold. Go to enfold/framework/php/auto-updates/ and open the class-pixelentity-theme-update.php file. Clear the entire file (remove the code) and copy the entire code from here https://pastebin.com/raw/epetJ1SG into the blank file. Afterwards save the file and the update should work.
You can also use ftp to update the file. Save the code from here: https://pastebin.com/raw/epetJ1SG to a file called class-pixelentity-theme-update.php. Then connect to your server via ftp, go to the directory wp-content/enfold/framework/php/auto-updates/ and overwrite the class-pixelentity-theme-update.php with the updated file you created before.
Best regards,
DudeAugust 21, 2018 at 12:10 pm in reply to: Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Download fehlgeschlage #999784Hi,
Bitte schreibe die Daten (URL, User und Passwort) in das Private Content Feld. Die E-Mailadresse ist egal.
LG,
DudeHey Cherryadvertising,
I checked your website with gtmetrix (see url in private content field) and everything seems to be well optimized. If you want to solve the query string notice you can try another cache plugin like: WP Rocket or Borlabs Cache. The CDN notice isn’t easy to fix and you would need to invest some money. You could i.e. use cloudflare as cdn provider. I could not find any errors.
Best regards,
DudeAugust 21, 2018 at 11:47 am in reply to: Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Download fehlgeschlage #999770Hi,
Nein leider keine einfache Lösung. Kannst Du mir bitte einen WordPress Admin Account erstellen – dann sehe ich mir die Sache an.LG,
DudeAugust 21, 2018 at 11:44 am in reply to: Partner logo element problem (repeating / looping image) #999768Hey!
The plugin devs said they already released an update for their plugin, you can download our developer build with the WPML fixes by using the url in the private content field. Make sure your WPML version is up to date, otherwise the fixed theme files won’t work.
I’d recommend to use ftp to install the theme update.
Best regards,
PeterAugust 21, 2018 at 11:41 am in reply to: WPML TypeError in slideshow.js only on secondary language #999767Hi,
Versuche einmal diesen Code
.sub_menu_socket{ float:left!important; width:100%!important } #avia3-menu li{ width:33%!important; } #top #avia3-menu li#menu-item-236{ text-align:left !important; padding-left: 0 !important; margin-left: -5px; } #top #avia3-menu li#menu-item-86{ text-align:center !important; } #top #avia3-menu li#menu-item-91{ text-align:right !important; }
LG,
Dude -
AuthorPosts