Forum Replies Created
-
AuthorPosts
-
September 12, 2019 at 12:35 pm in reply to: how to transfer the format ( single-format-video ) to the avia-content-slider #1137496
Maybe this is a nice feature for the next update.
September 12, 2019 at 11:02 am in reply to: how to transfer the format ( single-format-video ) to the avia-content-slider #1137471Sorry found it in the alb Element postslider.php line 500 (Enfold 4.6.2)
on loop-index.php i found that$post_formatfor post-format on that (line 144)
i replaced this line with:$output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$post_format} {$extraClass} {$thumb_class}' $markup>";so now i had a new edited ALB Element
September 12, 2019 at 9:13 am in reply to: Logo not displayed in the browser Mozilla Firefox and Safari #1137426on first load – there is a big fat script behind this logo – do you realy believe that it is necessary to have it here for a 25kb image? (Pagespeed script)
i shortly tested it on my webers-testseite.de with:
but both menus ( in header_main and header_main_alternate) are identical due to helper-main-menu.php.so a simple change of one ID with f.e. jQuery leads to the same ID of both – allthough selector is specific only for one of them. A remove of ID works ( too on both) – but will end in a non working hamburger.
So we had to solve it via source code. –
that is for all heading typs the same:$avia_theme_location = 'avia'; $avia_menu_class = $avia_theme_location . '-menu';and following:
'menu_id' => $avia_menu_class,i do not know how to solve this
this f.e. is always synchronized allthough specific
document.querySelector('#header_main_alternate #avia-menu').id = "newid";-
This reply was modified 6 years, 6 months ago by
Guenni007.
First dear darryllevine : hamburger is part of nav.main_menu so no conflict to nav.main_menu
Only the visibility changes between first part of navigation and hamburger – hamburger is child of ul#avia-menuBut
Yes Ismael – but because the header setting ( logo top – menu under it ) there is that header_main_alternate – which ends as i mentioned above to a nav.main-menu in a display:none. both ul in those containers got the ID: avia-menuIt’s formally a nonvalidity. Because even a display:none does not override this rule.
On hamburger case – the header_main_alternate goes to display none – so no difference here.Only if header setting is logo besides navigation there is no conflict – because hamburger is part of nav.main_menu and no header_main_alternate is present.
You could avoid that on renaming the ID f.e. to
<ul id="avia-menu-alternate" class="menu av-main-nav">
As far as i can see are all css rules set to the classesDas ist jetzt schon die 3. Seite von der ich hier sehe, dass es hie und da wohl mit dem Rocket Plugin Probleme geben könnte.
Das Lazy_Load schein da nicht ganz so zu funktionieren in Verbindung mit Enfold.
Die Seite hat auf Firefox auch noch ein paar Unstimmigkeiten. Muss mal schauen, ob es in einen Testinstallation auch so ist bei mir.
Die Tooltips sind in Firefox nichtrichtig platziert (verschoben – weg von den Punkten) im Chrom sind Sie korrekt platziert.well your image above : https://www.screencast.com/t/thuzomVKxdA
Main Q: For the icon boxes: How do I add numbers instead of image icons.
shows iconlists and boxes – and your question was how to put in numbers instead of icons or images!
Thats my answer about.An elegant way is to add to Enfold an icon-set with numbers so you can use them from the Enfold ALB Elements as the other icons too.
geh in die Einstellungen Dashboard – Einstellungen – Allgemein : Sprache Der Webseite : dort “Deutsch Sie” umstellen
September 11, 2019 at 6:48 pm in reply to: Easy way to address an external button to choose slides or tabs ? #1137180Well i did it in a different way now – your second thought i detached these dots and cloned them into the circles
September 11, 2019 at 10:58 am in reply to: multiline Menu with shrinking header – tutorial #1136976sorry – prematurely shot – here comes a new setting – but first think of all Enfold settings.
-
This reply was modified 6 years, 6 months ago by
Guenni007.
so – i’m Participant as you – you had to wait now
We had to see it – what you mean – maybe a screenshot to see what you like to achive and a link to site would be great.
If you can not make your links public – post it in private content area. then you had to wait til mods are hereAnd – did you have any luck to that.
did you set the custom class on those menu-items? ( 2. Add a custom CSS class name “multilineItem” to the menu item )
and ad the code to quick cssWie sieht es aus? Hats damit geklappt?
Open that masonry element and save it again – save page again.
on my test installation it works this way perfectlySeptember 10, 2019 at 12:29 pm in reply to: Easy way to address an external button to choose slides or tabs ? #1136514thanks – that was the right idea – with trigger click
Go and get rid of these two entries please.
Wenn das eine “ReallySimpleSSL” ein Plugin ist deactiviere das mal.
( Wenn auch du keinen Zugang mehr zu dem Backend hast, kannst du in das mysql hinein? ) Beim Hoster Backend mal anmelden.
https://help.one.com/hc/de/articles/115005593985-Deaktivieren-Sie-WordPress-Plugins-in-phpMyAdmin
_________
Lade dir das htaccess file runter – lösche die oben erwähnten Einträge mal. Benenne das Original file auf dem ftp um in zB: htaccess.bak (ohne punkt davor)
lade das veränderte file hoch.
ich denke, dass sich die beiden redirects loopen.
Wenn es das nicht ist kannst du ja wieder das file löschen und das bak zurück benennen ( dann mit punkt davor – und ohne dateiendung )-
This reply was modified 6 years, 6 months ago by
Guenni007.
Sorry thought this was the snippet that works so far.
which version of enfold do you use?
goto: enfold ▸ config-templatebuilder ▸ avia-shortcodes ▸ av-helper-masonry.phpon Enfold 4.6.1 there is on line 612 :
$img_size = 'masonry';change masonry to : full. so that there is:
$img_size = 'full';Save that av-helper-masonry.php to your desktop ( or where you can find it easy )
to not lost this changing – use a child-theme shortcode folder : https://kriesi.at/documentation/enfold/intro-to-layout-builder/#customization
make a folder called shortcodes in your child-theme folder and put in this edited av-helper-masonry.php
that snippet from the documentation page comes to child-theme functions.php:add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }from now on – the child shortcode with same name in that folder replaces the parent theme files.
du hast jetzt das wichtigste schon erreicht. Leider sind in deinen svgs die Klassen oft gleich, deshalb verändert sich auch die Füllung für cls-1 in beiden svgs (Schwimmer und Gewichtheber) – du musst daher einen Selector finden der nur für das eine svg zutrifft.
damit kommst du wieder zurück auf deine ursprüngliche Füllung.
Das SVG Support Plugin nummeriert die ersetzten imgs auf der seite durch.
Daher :#svg-replaced-0 .cls-1 { fill: #3d7cc9 !important; }leider legt zB auch Illustrator stets mit st die klassen an ( st0, st1, etc) ich bearbeite diese Klassen immer nach, um sowas zu vermeiden.
you can add even media queries for print-style to your quick css like:
@media print { #header, #footer, #socket { display: none !important; } }you can insert this to your child-theme functions.php:
function avia_change_masonry_thumbnail_link($size){ return "full"; } add_filter('avf_avia_builder_masonry_lightbox_img_size', 'avia_change_masonry_thumbnail_link', 10, 1);deutsch hat da vier files drin : jeweils zwei po/mo kombinationen – die eine ist für die formelle Ansprache : “Sie” die andere für das “Du”
und wenn du den entsprechenden file bearbeitet ( den po file bitte öffnen ) hast, dann solltes du diesen über dein Child-Theme laden.dieses kleine Snippent in der child-theme functions.php:
function overwrite_language_file_child_theme() { $lang = get_stylesheet_directory().'/lang'; return $lang; } add_filter('ava_theme_textdomain_path', 'overwrite_language_file_child_theme');dazu legst du in deinem child-theme einen Ordner lang an und packst den bearbeiteten lang file dort rein.
Dann gehen die Veränderungen auch nicht verloren.Trotzdem mal nachgefragt: was genau willst du ändern?
Wenn es nur von Du nach Fromal Sie gehen soll – dafür gibt es im lang ordner extra das de_DE_formal.po ( /mo) file etc. pp. einfach mal genauer beschreiben wohin die Reise gehen soll.Wenn ich mir zB das de_DE.po mit zB poedit öffne sehe ich die Sachen ziemlich alle an der gleichen stelle:

Mit poedit kann man die Sachen bearbeiten (die Übersetzungen) und dann speichern. Beide Files müssen dann in child-theme/css/ rein.-
This reply was modified 6 years, 6 months ago by
Guenni007.
By the way – maybe this is also interesting for you:
https://kriesi.at/support/topic/only-have-header-show-when-user-scrolls-up/#post-1136162
if you run into conflict with your hamburger shift – we had to make the shift of header by postion top!
Edit: Alternative Method – with always have fixed header and scroll away header.
Script for child-theme functions.php :
( maybe on some cases it is necessary to have on document ready function – my test page works without )function hide_header(){ ?> <script> (function($){ 'use strict'; var c, currentScrollTop = 0, header = $('#header'); $(window).scroll(function () { var a = $(window).scrollTop(); var b = header.height(); currentScrollTop = a; if (c < currentScrollTop && a > b + b) { header.addClass("hide"); } else if (c > currentScrollTop && !(a <= b)) { header.removeClass("hide"); } c = currentScrollTop; }); })(jQuery); </script> <?php } add_action('wp_footer', 'hide_header');this to quick css:
( values depends on our header setting).html_header_top.html_header_sticky #header, .responsive.html_mobile_menu_tablet #top #wrap_all #header, .responsive #top #wrap_all #header { position: fixed !important; } #header { top: 0px; -webkit-transition: all 0.5s ease-in; transition: all 0.5s ease-in; } #header.hide { -webkit-transition: all 0.5s ease-in; transition: all 0.5s ease-in; } @media only screen and (min-width: 990px) { #header.hide { transform: translateY(-153px); } } @media only screen and (max-width: 989px) { #header.hide { transform: translateY(-95px); } .responsive #top #main { padding-top:80px !important; margin:0; } }by the way – if you have nav below logo – the nav stayes visible if you like
see testpage: https://webers-testseite.de/guenni/maybe – from this point of view – there had to be a different way to have logo top menu below.
on logo left menu besides – the ul is unique because the hamburger is part of that menu- not in an extra header child container.no – i see on a test installation with that setup – with nav below logo – the id of the ul ( and all others list-items ) are doubled.
So might be not necessary – but better to substitute this in the futur with only classes.Yes – and thats why i ask what version of Enfold you have installed – that of the demo is 4.4 !!!
so look if you got an older one too!You are absolutely right – this will end up in a non valide html markup
Maybe in the future all could be done by classes ?the header fixed on mobile works nice – but only without that script. i do not know why
so media query from 990px on (min-width: 990px) and below header : fixed works. See example page -
This reply was modified 6 years, 6 months ago by
-
AuthorPosts
