Forum Replies Created
-
AuthorPosts
-
i just realised that under Windows10 with IE or Edge there are problems with Basic Auth, so please us another functioning browser and not that Microsoft Bullshit!
Regards
Dieter
yes its working!
Regards,
Dieter
Hello Rikard,
i send you the Link and Admin Account. The form is at https://ladiesclub-nuernberg.de/newsletter/
Regards,
DieterFebruary 4, 2019 at 1:08 pm in reply to: You have installed Enfold 4.5.3. Update now to Enfold 4.5.3 #1062661same problem here, after the update: Du hast Version 4.5.3 installiert. Aktualisiere auf Version 4.5.3.
January 25, 2019 at 11:10 am in reply to: Enfold update version 4.5.3, where's the changelog!? #1058606“A new Version (4.5.3) of your Parent Theme (Enfold) is available! You are using Version 4.5.2.
See what’s new in change log. Do you want to update?” But nothing new in the changelog since 4.5.1 ?
Please update, that we can know what has changed.August 21, 2018 at 3:34 pm in reply to: Can not update to ENFOLD 4.4.1 ( on all our websites ) #999860That was the problem. Works now! Thank you!
August 21, 2018 at 11:54 am in reply to: Can not update to ENFOLD 4.4.1 ( on all our websites ) #999774Same Problem here… from 4.4 to 4.4.1 there is no update possible. i checked the themeforest api keys. but there is no change. And we have enough valid licences. WordPress 4.9.8, PHP 7.0.24
- This reply was modified 6 years, 3 months ago by roeschke.
Ok now there is another Problem:
Google Maps loads the Roboto Fonts as standard, even you have it embedded locally already!
maybe we can include some function to disable this behaviour.Fast solution:
https://stackoverflow.com/questions/25523806/google-maps-v3-prevent-api-from-loading-roboto-fonti have testet it by applying the new script from 2017 to the google-code box in settings. it works!
<— snip code –>
// Preventing the Google Maps libary from downloading an extra font
(function() {
var isRobotoStyle = function (element) {// roboto font download
if (element.href
&& element.href.indexOf(‘https://fonts.googleapis.com/css?family=Roboto’) === 0) {
return true;
}
// roboto style elements
if (element.tagName.toLowerCase() === ‘style’
&& element.styleSheet
&& element.styleSheet.cssText
&& element.styleSheet.cssText.replace(‘\r\n’, ”).indexOf(‘.gm-style’) === 0) {
element.styleSheet.cssText = ”;
return true;
}
// roboto style elements for other browsers
if (element.tagName.toLowerCase() === ‘style’
&& element.innerHTML
&& element.innerHTML.replace(‘\r\n’, ”).indexOf(‘.gm-style’) === 0) {
element.innerHTML = ”;
return true;
}
// when google tries to add empty style
if (element.tagName.toLowerCase() === ‘style’
&& !element.styleSheet && !element.innerHTML) {
return true;
}return false;
}// we override these methods only for one particular head element
// default methods for other elements are not affected
var head = $(‘head’)[0];var insertBefore = head.insertBefore;
head.insertBefore = function (newElement, referenceElement) {
if (!isRobotoStyle(newElement)) {
insertBefore.call(head, newElement, referenceElement);
}
};var appendChild = head.appendChild;
head.appendChild = function (textNode) {
if (!isRobotoStyle($(textNode)[0])) {
appendChild.call(head, textNode);
}
};
})();
<— snip code –>- This reply was modified 6 years, 6 months ago by roeschke.
For me it was no problem to change theme-versions, but i use a child-theme and just replace the whole enfold-folder in themes and for safety do an export of settings. But i don’t know where to get a special release, we just backup every version in our git, so no prob :)
In the Version 4.2.2 it was “officially” fixed, for me it worked only in the 4.2.4 Version, now we have 4.2.6 but there was a problem again, so we sticked to 4.2.4.
Thanks.
February 26, 2018 at 3:22 pm in reply to: Nach Update auf 4.2.4 ist die Videoanzeige mal wieder defekt. #917862Ja kann ich so bestätigen, die Version 4.2.3 war endlich einwandfrei und lief auf allen Browsern unter Windows und OSX auch auf Safari, wurden Backgrund-Videos korrekt angezeigt. In der 4.2.4 gibt es nun wieder diverseste Probleme, Video falsch skaliert oder lädt gar nicht etc,
Zum Glück war es problemlos, wieder auf die 4.2.3 des Backups downzugraden.we all tried the quick css and the functions fixes, but none of them fixed it to the state before the updates where the background-videos played with no problems in every browser. i have no demo sites anymore (had some for many days), because we had to go online without videos.
- This reply was modified 6 years, 11 months ago by roeschke.
I tried but it only works on Edge, Chrome, Firefox (Win10) and Chrome, Firefox but not Safari (OSX 10.12),
- This reply was modified 7 years ago by roeschke.
works on Chrome, Firefox but not on Safari (OSX 10.12)
No the Problem was not related to WordPress 4.9. The video doesn’t play correct in 4.8.3 with Enfold 4.2.
A Video from Youtube is played correct, a local mp4 from Medialibrary not.In WordPress 4.9 there is a new problem with formal German-Language not displaying the Advanced Layout Editor and other minor problems (the internal layerslider plugin update notice shows up again)
you can see a test here http://renelehrieder.de/videotest/
- This reply was modified 7 years ago by roeschke.
We replaced the video-sections with normal background-pictures meanwhile, because we had to go online. But Problem is still there, and we are waiting for a solution.
November 9, 2017 at 1:36 pm in reply to: Color Section Background Video Broke after 4.2 update #874637The crazy thing is, without the QuickCSS it plays small video in one corner, with the .mejs-container it plays correct like in the version before, but only when you’re in Browser-Developer-Mode and have docked it to the bottom, otherwise it displays nothing!
(safari, chrome, firefox on macOS 10.12.6)- This reply was modified 7 years ago by roeschke.
We have the exact same Problem with Background-Videos. On Chorme/Firefox/Edge the MP4 Videos are looping without problems. Only on OSX/Safari it plays only once and stops. (Sierra 10.12.4 / Safari 10.1)
Newest Enfold Version 4.0.4, nothing changed.March 23, 2017 at 12:18 pm in reply to: Video in Color Section Background Not Playing on Mobile #765359we have good looking and very good compressed short videoloops (<200k) and would like to play on mobile too. can i change it in the shortcode-javascript?
-
AuthorPosts