Forum Replies Created
-
AuthorPosts
-
you can download here an uploadable numbers font iconset i made from myriad bold fonts:
one sans-serif and one serif font (myriad and times)

and if you like to adjust font-weight and size:
#top .avia-font-numbers, body .avia-font-numbers, html body [data-av_iconfont="numbers"]::before { font-family: 'numbers'; font-weight: bold !important; font-size: 1.6em; }yes – that is the way – and although this can be done very quickly with e.g. Illustrator with the font of your choice, you can also find free icons.
You can download them as svg and upload them to Fontello. Just drag them into the Custom Icons field.see here f.e. a free iconset – you can download each as svg.
https://www.flaticon.com/free-icon-font/2_8986257PS: i tested that font – Unfortunately, the glyphs there are not properly prepared. Therefore, in such a case, one takes an intermediate step via the icomoon app (link). Upload this svg there and then download the set. The svg contained in the zip can then be uploaded to fontello. They have the correct size now.
you can see here that my old ipad 3 mini (iOS 12.5.7 – that last one i could install on that device) caused some troubles on newer alb element like the before/after image.
https://kriesi.at/support/topic/enfold-options-page/see my comment here on apples philosophy to handle older devices:
https://kriesi.at/support/topic/enfold-options-page/#post-1406649on newest Enfold there is that new option on “Show Advanced Options” see what is there on “Old Browser Support”
Try the option “Support old Browsers”

in the option “only modern Browsers” all f.e. -webkit- prefixes will not be there
– and that might be necessary css for the older iOS 12.5.7 on your iPhoneTest that – but do not forget to refresh all cache and or merged files by enfold
hast du es als Hintergrund Video eingebettet? oder als Video auf der Seite mittels Video Element?
https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/
https://developer.chrome.com/blog/autoplay/
https://webkit.org/blog/6784/new-video-policies-for-ios/Mit Autoplay werden die Filme also stummgeschaltet.
September 21, 2023 at 6:53 pm in reply to: cannot find the Enfold theme. the wordpress only show one theme #1419949Did you use the theme installer zip file only – and not the whole complete zip –
after that – goto dashboard – themes and activate the themeYes – i belong to the Text inside <summary>XYZ</summary>
by the way if you like to have only one details open at the same time:
function only_one_details_open(){ ?> <script type="text/javascript"> (function($){ $('details').on('click', function(){ $('details').not(this).removeAttr("open"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'only_one_details_open');By the way : not your Question – i know but
this is something i miss on default too:
the image sizes generated by enfold are all ( some are squared) in landscape format.
At least one image format should be created in portrait mode, e.g. for team members. Of course, the aspect ratios required for landscape shots are not suitable for such portrait shots. Here, 3:4 or 4:5 would probably be common formats.you can do that by a snippet inside child-theme functions.php:
add_image_size( 'news_size', 175, 260, false ); add_image_size( 'portrait', 900, 1200, false ); add_image_size( 'portrait_small', 450, 600, array( 'center', 'top' ) ); // this is with crop : true and crop properties function my_custom_sizes( $sizes ) { return array_merge( $sizes, array( 'news_size' => __( 'News Size' ), 'portrait' => __( 'Portrait' ), 'portrait_small' => __( 'Portrait small' ), )); } add_filter( 'image_size_names_choose', 'my_custom_sizes' );but: this only works on uploadiing images. If you like to recalculate the existing images – use a recalculation plugin ( force regenerate Thumbnails etc.)
OK
Of course you can replace the details text. (not that one in the tag – but surrounded by the details tag)one way could be the very old way to set something in this html :
<details> <summary>Details</summary> Click here to add your own text </details>you can add that to the team member description field – there are warnings about using tags – but it will work!
Or you do not enter the description to the team member element but in a separate text-block under the team member element.
On newer enfold versions there are options to fold/unfold text-block element just below the content input text area.see both alternatives here:
https://webers-testseite.de/team-member/did you switch on Enfold – Theme Options : near the bottom : “Select Your Editor”.
well I think it’s good that the error occurred. A mod should definitely log in with you.
On the one hand, I think you are loading all the scripts that Enfold has on the current page. Which is not necessary. You can set this in the Enfold settings under Performance – Disabling of Template Builder Elements: Load only used Elements.I don’t know where some of these entries have come from:
<script type="text/javascript" src="data:text/javascript;base64, … " defer=""></script>
i think they come from a plugin trying to optimize or cache existing scripts.
My first advice is : deactivate this lightspeed cache – or any other “optimization” Plugin and see if that corrects the situation. ( Allthough it is installed on the other page too)
After that you can activate one by one – alway flush cache between those trials to see.Please allways use the code tag here on board to post code snippets!
It is hard to read and to inspect only from text input.
Often errors occur if wrong quotation marks are set – but with text mode these are transfrered to slanted one – This particular source of error cannot therefore be properly assessed. etc.Yes – works nice!
how did you insert that #header_main_secondary?
And you do not like what you see? ;)
Gtmetrix uses lighthouse too – so i can not believe that the LCP and FCP is so bad on pagespeed and on Gtmetrix not.A fantastic TTFB !
Given the load times, I wouldn’t care about the number of DOM elements.
PS : that page does not belong to you: https://menainfosec.com/
PPS: brotli is even better than mod_deflate / gzip ;)
Do you belong to your website?
You are still on enfold 4.2 ?
Think of your images on uploading. First do you realy need png files overall? f.e. – your content-slider Mena-Info as png 437kb as jpeg : 53kb.
etc. pp. – if your Partners do offer svg files for their logos ( Global Cyber Aliance) use them instead.You haven’t activated gzip for your homepage!
Ask your provider if modules are installed ( f.e. mod_deflate) if so – we can activate the compression by a htaccess fileIf this is the matter (Self Hosted Fonts) – Mikes way should work.
on uploading the fonts via that Font Manager – the @font-face rules are generated – maybe those are still on those origin path.
Thanks – I can wait until you get it fixed – no rush.
interesting Question – and still relevant after such a long time.
I also wondered about the poorer loading times of a start page – especially these resources were named there for the poorer values (pagespeed insights – lighthouse). It should be possible, with the above-mentioned settings, not to load these resources if you have not selected videos as slides.by the way: to avoid this with nth-child use instead nth-of-type:
https://tympanus.net/codrops/css_reference/nth-of-type/btw: I had a similar experience last week. Everything that was working fine was suddenly showing up as broken on the pages. What I had not considered was that I had changed my bank details in the meantime, but had not updated them on Google. Trivial – but with a big effect.
next: you can exclude some scripts (or css) from merging by:
function avia_exclude_files_from_compression($excluded_files){ // exclude css $exclude_css = array( 'layerslider', 'abc', 'xyz'); // comma separated list of enqueue names $excluded_files['css'] = array_merge($excluded_files['css'], $exclude_css); // exclude js files $exclude_js = array( 'avia_google_recaptcha_front_script', 'abc_script'); // comma separated list of enqueue names $excluded_files['js'] = array_merge($excluded_files['js'], $exclude_js); return $excluded_files; } add_filter('avf_exclude_assets', 'avia_exclude_files_from_compression', 10, 1);f.e. in combination with my borlabs cookie plugin – i had to exclude the recaptcha script of google to work fine:
avia_google_recaptcha_front_scriptdelete the uploaded Font – and reupload it again – that should solve both “errors” the usage of http instead of https and the source link
by the way – a nice migration tool is : duplicator – even in the free version ( only scheduling and some external backup places are missing) will do a very good job
September 14, 2023 at 5:07 pm in reply to: Unexpected : DOMException: Failed to load because no supported source was found #1419177es ist nicht so wichtig die Lösung des Problemes zu finden. Es passiert in den pagespeed insights dann, wenn das mp4 auf autoplay gesetzt ist.
meine Theorie dazu ist, das der play Befehl erfolgt bevor das Video geladen ist. Siehe deine Testseite mit deinem video.Problem ist, das es nicht reproduzierbar ist. Mal meldet Pagespeed den Fehler mal nicht. Daher – verschwende keine Weitere Zeit auf dieses Theme.
Danke fürs reinschauenSeptember 13, 2023 at 5:23 pm in reply to: Unexpected : DOMException: Failed to load because no supported source was found #1419077September 13, 2023 at 1:03 pm in reply to: Unexpected : DOMException: Failed to load because no supported source was found #1419032See Private Content
-
This reply was modified 2 years, 4 months ago by
Guenni007.
please erase that post here – i try to answer to another one that was opend on a different window :)
Try to install that little plugin: https://wordpress.org/plugins/dark-mode-toggle/
Even in the free version there is an option to exclude Elements from dark-mode via class (dmt-filter-1)
so if you insert on child-theme functions.php:function exclude_from_darkmode(){ ?> <script> window.addEventListener("DOMContentLoaded", function () { (function($) { $('.logo, #footer, #socket').addClass('dmt-filter-1'); })(jQuery); }); </script> <?php } add_action('wp_footer', 'exclude_from_darkmode');these elements and all child elements were excluded. The same if you insert to alb element that custom class!
by the way : you can exclude a whole color-section but include again a child by adding the same class to it :lol : -1 x -1 = 1
I don’t know why images on sliders (see example page) are excluded from the outset.Or, to cut a long story short, manually setting up a colour scheme that is responsible for the dark mode would be more time-consuming, but would probably produce better results.
-
This reply was modified 2 years, 4 months ago by
-
AuthorPosts




