Forum Replies Created

Viewing 30 posts - 5,611 through 5,640 (of 11,929 total)
  • Author
    Posts
  • in reply to: Transition speed in slider ALB. #1220011

    by the way : you can delete the
    CUstom Element Options from Guenni007 – https://webers-testseite.de/edited-enfold-alb-elements/
    on Github – after Günter has implemented most of these changes – it is no longer necessary to have these edited ALB Elements. So Page does not exist anymore

    you can do it via quick css:
    go and edit the before pseudo container:
    e.g:

    #scroll-top-link:before {
      content: '';
      width: 100%;
      height: 100%;
      top:0;
      left:0;
      position:absolute;
      background-image: url(/wp-content/uploads/YOUR-ICON.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
    }

    play with positioning top and left

    in reply to: i want to keep company name next to logo #1219858

    yes – quick css is good place for it – and fast changed.
    Looks nice now! even on Iphone5

    btw: No need to call me sir – El Supremo is quite enough :lol: ;)

    no – i’m just kidding – you are welcome – and i think it is good netiquette and common in communities to be on familiar terms.

    • This reply was modified 5 years, 7 months ago by Guenni007.
    in reply to: Transition speed in slider ALB. #1219725

    Wow !!!

    Thank you very much for this!
    You have to admit that it looks more harmonious already, right?

    in reply to: i want to keep company name next to logo #1219555

    How did you try to implement this code above?
    Do you work with a child-theme ?

    in reply to: SVG for image with hotspots element #1219476

    every svg image is handled in media-library as if it has dimension of 0 x 0 px
    so you had to give an absolute width on that svg to have better browser support:

    e.g.:

    
    img[src*="svg"] {width: 2000px }

    and let the visible width decide the surrounding container.

    If you have inline svg it is similar to that.

    BUT: yes, even if this works the first time you edit it – if you try to edit the image again, the svg will be deleted from the preview.

    • This reply was modified 5 years, 7 months ago by Guenni007.

    It is a pitty that enfold changes it to a parallax container with scroll. because that workaround will do the trick even here.
    On grid-cells you can see that it worked : https://webers-testseite.de/
    those wordpress signs on the left.

    and here on the bottom color-section with background : scroll but with the trick over :before with class : bg-fixed:
    https://webers-testseite.de/background-fixed/

    • This reply was modified 5 years, 7 months ago by Guenni007.

    for mobile there will be nearly no alternative to let them scroll away.
    but some desktop browsers even got troubles with it too: e.g: Safari13

    the background-attachment: fixed runs often not as expected.
    But there is a workaround to fix this:
    https://kriesi.at/support/topic/theme-is-shaking-a-lot-in-safari/#post-1207474

    the trick is not to have that background-attachment:fixed – but a container below ( and the pseudo container : before fits well for that ) that has position:fixed
    : see link above

    by the way if you need more browser support: https://autoprefixer.github.io/

    and use then in the link above better :

    .bg-fixed {
      clip-path: inset(0 0 0 0);
      background-size: 0 !important;
    }
    
    .bg-fixed:before {
      background-image: inherit !important;
      background-repeat: no-repeat;
      content: "";
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;  /*** depends on your wanted settings ***/
      will-change: transform;
    }
    • This reply was modified 5 years, 7 months ago by Guenni007.
    in reply to: child theme download failed #1219418

    Next piece of advice: If you’re planning a major update, I wouldn’t go that way through the dashboard.
    An interrupted update there or an update that runs through but then doesn’t work properly is irreversible.
    My tip: https://kriesi.at/support/topic/some-hints-and-advice-to-update-enfold/#post-1056107

    On smaller Updates i sometimes use the Plugin: Update Themes and Plugins from zip files

    This littel Tool can make a Database backup and you can roll back if you must do.

    in reply to: child theme download failed #1219414

    There is no need to update a child-theme – The child theme initially consists of three files.
    It can contain more – but does not have to.
    A style.css with the information about the parent theme
    An initially empty functions.php and a thumbnail to have a preview on appearance – themes.


    @mexinsurance
    : he is talking about a child-theme file – not the enfold parent-theme.
    The things you get from themeforest is the parent-theme

    On that you should pay attention what you like to download :
    there is a full-package with psd file , documentation.html etc. pp and enfold.zip ( this complete package has approx: 63MB) and the enfold.zip is part of it and the installable file ( red underlined )

    and there is an installable zip file with only the theme. ( this is the uploadable file and has about 17MB ) ( blue underlined )

    Next: why have you two child-theme images in your themes folder ?

    in reply to: show main menu under slider #1219413

    unter meinem Nick oder Avatar auch , verbirgt sich bei denen die es mit angaben eine HomeUrl – da hast du meine Kontaktdaten.
    Gerne auch per E-Mail – wenns nicht ausufert. ;)

    Ich entferne jetzt mal wieder die Bilder und das Logo – lasse andere Bilder und Text drin.

    OK Now i got it.
    This is only if you are not working with the advanced layout builder ( f.e. on posts ).

    Somehow this makes sense; otherwise you would have the chance to place a 1/1 container in a p-tag which is even in a 1/2 container and so on.

    in reply to: show main menu under slider #1219351

    Lieber Franz – gerne helfe ich weiter, aber du hast offensichtlich noch nicht verstanden, das wir beide nur Teilnehmer hier sind.
    Wenn du die Links nicht veröffentlichen kannst, weil der Kunde das nicht möchte oder du bedenken hast, dann geht es nur über diesen Private Content, dann kann ich dir aber nciht weiterhelfen, denn diese Inhalte sehe ich nicht.
    Sorry – dann musst du auf Moderatoren hier warten.

    in reply to: show main menu under slider #1219336

    könnten wir die Lösung besser deutsch weiter diskutieren?
    Vorschlag : https://webers-testseite.de/pureinstall/negele/
    ist aber nicht ganz einfach umzusetzen.
    Wobei die fixierte Navigation wenn Sie den oberen Rand erreicht nicht unbedingt sein muss. Die also mit wegscrollt.

    ______

    If someone is also interested in the solution and doesn’t understand German, please let me know – I will translate it as good as I can.

    in reply to: show main menu under slider #1219310

    first:

    please remove these login-datas as soon as possible.
    the link itself is for me enough !!!

    put it in the private content area that only mods can see the login datas.

    in reply to: show main menu under slider #1219267

    please remove these login-datas as soon as possible.
    the link itself is for me enough !!!

    ___________

    then : do you realy need the slider as advanced layer-slider. It seems that an Enfold Slider ( maybe a full-width slider ) would be more than good for the setting.

    ____________

    what should happen on scrolling down: header should be seen and fixed on top – but slider is above?

    • This reply was modified 5 years, 7 months ago by Guenni007.
    in reply to: 6th column creation #1219259

    you like to have 6 1/6 columns besides ?
    in one custom-section?

    give a custom ID or custom-class to your color-section : on top you have #custom-section ( custom-section in the unique ID field )
    drag 6 containers in the color-section ( it’s a matter of taste what you take. I put 6 1/5 containers in there. But in the end it doesn’t matter, because the width is generated differently) .

    Give a custom-class to those containers f.e.: one-sixth
    and do not set it to equal-height : this also is done bei flex-layout
    align-items: stretch is normal behavior.

    on this test-page i decided to have und 990px 3col besides and 2 rows
    under 768px 2cols besides and 3 rows
    under 480px one col full width:

    #custom-section .entry-content-wrapper {
      display: flex !important;
      flex-flow: row wrap;
      justify-content: space-between;
    }
    
    #custom-section .entry-content-wrapper::before, 
    #custom-section .entry-content-wrapper::after {
      display: none !important;
    }
    
    #custom-section .entry-content-wrapper .flex_column {
      flex: 0 1 auto;
      margin: 0 0 4% !important;
      width: unset !important;
    }
    
    #custom-section .entry-content-wrapper .flex_column.one-sixth {
      flex-basis: 16%;
    }
    
    @media only screen and (max-width: 989px) {
      #custom-section .entry-content-wrapper .flex_column.one-sixth {
        flex-basis: 30%;
        width: unset !important;
      }
    }
    
    @media only screen and (max-width: 767px) {
      #custom-section .entry-content-wrapper .flex_column.one-sixth {
        flex-basis: 48%;
        width: unset !important;
      }
    }
    
    @media only screen and (max-width: 479px) {
      #custom-section .entry-content-wrapper .flex_column.one-sixth {
        flex-basis: 100%;
        width: unset !important;
      }
    }

    see here: https://webers-testseite.de/cynthia/macika/

    • This reply was modified 5 years, 8 months ago by Guenni007.
    in reply to: show main menu under slider #1219028

    The only thing i want to mention is that i’m willing and able to help – but i do not see links if they are in private content.
    That field under the input field :

    Private Content (link to your website, login credentials, FTP credentials, etc – only visible for moderators)

    so if you couldn’t make your example page public you had to wait til mods are here.

    And please provide the solution not only in private content area!
    i recognized the same – first i believed that it is caused by Setting on Performance – only load elements when needed. But that does not work.

    in reply to: show main menu under slider #1218956

    Again : if there is private content – i can not see – because i’m participant as you are.

    in reply to: show main menu under slider #1218870

    if there is private content – i can not see – because i’m participant as you are.
    But maybe you can make the link public or – find f.e. a demo page of enfold where the situation is like on your page

    in reply to: Layout #1218865

    nearly impossible to have this responsive – and if the text line will break to a two-liner it is gone.

    Ich denke das ist schwer zu realisieren. Auf deiner Beispielseite wird auch feige sehr früh in einen One-Column umgebrochen.

    https://webers-testseite.de/samo-shoes/

    in reply to: child theme download failed #1218855

    First : the topic is a little bit confusing: the download works ! if you click on that green button.
    Second: Child-Theme folder and Parent-Theme folder are siblings on the themes-folder! – Is that in your installation that way?
    Third: you didn’t rename the Parent-Theme folder?

    4th: how did you install the child-theme. : i just upload that folder to the themes folder via ftp.

    in reply to: show main menu under slider #1218847

    What kind of header setting you have choosen?
    Logo left menu below ?

    in reply to: icon boxes not equal height #1218793

    by the way: why is the right column set smaller than the others?
    : there you have on that column set :

    Element {
        padding: 0px 10px 0px 10px;
        border-radius: 0px;
    }

    On the others not !

    in reply to: icon boxes not equal height #1218789

    That’s just a tangled web.
    Another way to achieve this and in your case where it is now suddenly possible to publish the page link, the only chance is to imitate the iconbox.
    Because you like to have an image background with heading on top. Then flex layout will not work properly.

    Enfold provides the tools to give columns the same height. So why not use this tool to create an iconbox.
    We just put the iconbox in the column like you did, but give the iconbox a transparent background and no border!
    To have now a look-alike iconbox we can shift the whole iconbox over the top-border of the column.
    The rest is a bit of Enfold styling options : background-color, border, and border-radius etc.

    You can see here what is the trick at the bottom – you see the iconboxes that are with different height.
    But if you make them transparent and shift it to the top they will look like iconboxes.

    See here: https://webers-testseite.de/equal-height/
    Solution is in Source-Code ;)

    give to the columns or to a parent-container a custom-class f.e: equalboxes

    /**** play a bit with the shift values ***/
    .equalboxes .iconbox.iconbox_top  {
    	position: relative;
    	top: -100px;
    	margin-bottom: -100px;
    	padding-bottom: 60px;
    	background-color: transparent !important;
    }
    
    /**** maybe for buttons to have them on the bottom ***/
    .equalboxes .avia-button-wrap.bottom-button {
    	position: absolute;
    	bottom: 0;
    	right: 10px;
    }
    
    /****** media-query depends on your breaking-point for responsive layout ************/
    @media only screen and (max-width: 767px){
    	.equalboxes {
    	   margin-bottom: 80px !important;
    	}
    }
    in reply to: Burger menue #1218776

    on documentation page it nearly allways quick css.

    in reply to: Burger menue #1218759

    if you are using logo left – menu right – you can have a multiline menu!
    https://kriesi.at/documentation/enfold/menu/#multiline-menu

    But with a lot off sublevel menu it is best if you place the first-level menus without submenu on top

    in reply to: Layer slider text (line height) not working #1218753

    übrigens unter dem Tab: Link und Attributes – kannst du klasse und ID einem Layer zuordnen. Fiel mir gerade ein. Dann kann man sich das abzählen sparen:

    in reply to: Layer slider text (line height) not working #1218745

    schick mir doch mal den Link bitte dann schau ich rein.
    Wie es geht weiss ich. Nur der Selector weicht bei jedem Layerslider halt ab.

    Der Layerslider macht je nachdem aus Textblöcken einzelne Zeilen!

    Dann kommt da ein div noch extra hinzu – wie es oben Rikard schon erwähnte mit der Klasse: line
    Du musst aber spezifisch bleiben, da die auch bei fetten überschriften etc. greift.
    Also bleibt einem nur, dann die div.ls-wrapper:nth-of-type(x) oder child methode um es selektiv zu haben .

    hier zB macht er das nicht mit den lines: https://layerslider.kreaturamedia.com/sliders/architecture-slider/

    • This reply was modified 5 years, 8 months ago by Guenni007.
Viewing 30 posts - 5,611 through 5,640 (of 11,929 total)