Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1035943

    Hallo,

    tolles Theme und tolles Forum, dass die meisten Fragen schon beantworten konnte. Zwei sind noch offen:

    1. Ich habe ein 4-spaltiges Portfolio Grid und möchte (nur!) zwischen den Items einen Abstand erzeugen.
    Euer Tipp: .grid-entry.flex_column {padding-right: 20px;}
    funktioniert. Bewirkt aber auch, dass das letzte Item einen Abstand zum rechten Rand hat. Das ist nicht gewünscht. Das erste und vierte Item soll die Position nicht verändern.

    2. Wie ändere ich den mousover-effect (derzeit Kreis mit Pfeil) ?

    3. Es sind im Backend noch einige Texte in englisch. Ist die Übersetzung in Deutsch nicht vollständig?
    Danke

    ====
    great theme and great forum that could answer most questions already. Two are still open:

    1. I have a 4-column portfolio grid and would like to (only!) Create a gap between the items.
    Your tip: .grid-entry.flex_column {padding-right: 20px;} works. But also causes the last item to have a distance to the right edge. That’s not wanted. The first and fourth items should not change the position.

    2. How do I change the mousover-effect (currently circle with arrow)?

    3. There are some texts in English in the backend. Is the translation in German not complete?
    Thank you

    #1036265

    Hey hz2014,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1036411
    This reply has been marked as private.
    #1037741

    Hi hz2014,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1037930

    OK

    #1038526

    Hi hz2014,

    Here is the css rule that can round corners
    https://www.w3schools.com/cssref/css3_pr_border-radius.asp

    Make square images and let’s see what can be done from there.

    Best regards,
    Victoria

    #1038547

    Hi Victoria,

    the css formatting for a circular presentation is already available for the enfold theme and can be selected via the image design.
    This function will generate this code:

    <div class = “flex_column av_one_third flex_column_div avia-builder-el-7 el_after_av_two_third el_before_av_hr” style = “background: # f6f6f6; padding: 30px; background-color: # f6f6f6; border-radius: 0px;”> <div class = ” avia-image-container av-hover-grow avia-builder-el-8 el_before_av_textblock avia-builder-el-first avia-align-center “itemprop =” ImageObject “itemscope =” itemscope “itemtype =” https : //schema.org/ImageObject “>

    <div class = “avia-image-container-inner”>
    <div class = “avia-image-overlay-wrap”> <span class =” image-overlay overlay-type -image “style =” left: -5px; top: 0px; overflow: hidden; display: block; height: 295px; width: 305px; “> <span class =” image-overlay-inside “> </ span> < / span> </ div> </ div> </ div>

    The question is: as with the presentation of the portfolio items the already existing css class for a circular representation can indicate.
    Die Frage ist: wie bei der Darstellung der Portfolio Items die bereits bestehende css-Klasse für eine Kreisdarstellung angegeben werden kann.
    ===
    Please answer me also the question about the column distance of the portfolio items.
    Thank You.

    #1040147

    Hi,

    Thanks for the update. Looks like you’ve managed to accomplish what you need. Did you add this css code?

    .grid-entry.flex_column {
        padding: 0 20px 40px 20px;
    }
    

    Best regards,
    Ismael

    #1040626

    Hi,
    yes, I add the css code. But it is not the desired result because the css-code generates unequal distances. These should be the same.
    The same question have been asked here in the forum by three other users.
    thanks
    ===
    Hi,
    Ich habe den genannten Code eingefügt. Aber es ist nicht das gewünschte Ergebnis, weil der CSS-Code ungleiche Abstände erzeugt. Diese sollen aber gleich sein.
    Dieselbe Frage wurde hier im Forum schon von drei anderen Usern gestellt….
    mfg

    #1042872

    Hi,

    Try to adjust the padding of the parent column.

    .flex_column.av_one_full.no_margin.flex_column_div.av-zero-column-padding.first.avia-builder-el-10.el_after_av_hr.el_before_av_section.avia-builder-el-last {
        padding: 0 10px;
    }

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    #1046202

    Hi Ismal,

    it works! In combination with the .grid-entry.flex_column code, uniform columns can be created. Many Thanks
    ===
    .flex_column.av_one_full.no_margin.flex_column_div.av-zero-column-padding.first.avia-builder-el-10.el_after_av_hr.el_before_av_section.avia-builder-el-last {padding: 0 20px;}
    .grid-entry.flex_column {padding: 0 20px 40px 20px;}
    ===

    Can you also answer the first part of my question?
    In: Portfolio: Images style can be a circle formatting select. can this css function also be used for the layout element: “Portfolio grip”?

    #1047057

    Hi,

    That option is not available for the portfolio grid element. But you can use css to make the portfolio images rounded.

    .grid-image {
        border-radius: 100%;
    }

    Best regards,
    Ismael

    #1047196

    Hi Ismael.
    Thank’s again.

    Yes, border-radius: 100%; is a possibility.
    But that comes out of you. see screenshot. https://iomo-de.prossl.de/temp/egg.png
    The pictures are distorted. The distortion takes place somewhere between 400 – 500 px.

    However, my pictures have 600 x 600 px so this way is not usable. On the other side it can correctly execute your system in the portfolio.
    very confusing… ?!!
    how should I solve the problem on the user side?

    best regards

    #1048641

    Hi,

    Have you tried to change the image size in the media library?

    Best regards,
    Vinay

    #1049758

    Hi Vinay,

    not sure what you mean. the portfolio images are taken from the post pictures. And the post pictures can not specify a size.
    The problem should also occur with you, if you adjust it.

    best regards

    #1050720

    Hi,

    Do you have a test page where we can see the distortion? I don’t see the issue when I add the css via the browser inspector.

    Best regards,
    Ismael

    #1050817

    Hi Ismael,
    ok. das Problem wurde glöst. Man muss beim Portfolio > Benutzerdefinierte Bildgröße ein quadratrisches Format wählen.
    Verrwirrend war, dass es mit Bildern unter 450 px immer richtig scaliert wurde.
    Danke.
    ===
    OK. the problem was solved. It have to choose a square format for Portfolio> Custom Image Size.
    The confusing thing was that it was always scaled correctly with pictures under 450 px.
    Thank you.

    #1050866

    Hallo hz2014,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    LG,
    Rikard

    #1050867

    My inquiries were answered. Thank you

    #1050918

    Hi,

    Great! Glad it’s fixed. We’ll close the thread now.

    Best regards,
    Ismael

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Portfolio Grid Abstand / Padding / mousover effect’ is closed to new replies.