Viewing 30 results - 6,451 through 6,480 (of 142,908 total)
  • Author
    Search Results
  • #1431911

    Topic: tables column widths

    in forum Enfold
    ausgesonnen
    Participant

    Hi there, I am trying to format a text using tables.
    See here:

    At the top is the table version
    below is a normal text box version but the text overflows.
    I would like the first column of the table version to be more narrow. Where can I specify this? Where can i set colums width? The setting option in the backend are a bit limited. Please send css.

    Thanks you.
    Peter

    #1431906

    In reply to: Date-Color on Timeline

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1431899

    Topic: Masonery gallery

    in forum Enfold
    liesbethp1
    Participant

    Hi all,

    I ve got a question regarding white spaces to create a more interesting view in my opinion.
    When creating a masonry gallery the top pictures all align on the first row. I would like some pictures to be lower and some stick out relative to the rest. Working with eg a top margin would probably push the first picture over the one below it and on a small screen, it would create empty space above the images, any ideas or tips? Thanks, Frank.

    I would like something like this.

    Second question, I was hoping the masonry gallery would have the option to create a template, so the settings like, link title showing on hoover, gallery 4 columns wide etc would be set in a template. When I however use the tab customize and save a customized setting, the settings don t seem to run on a new page. Is that not created for that purpose?

    • This topic was modified 2 years, 2 months ago by liesbethp1.
    #1431897

    Ok perfect, thanks. One last thing… I created the slides with Layer Slider , but if mobile the texts all overlap. How can I change my location on mobile? for example now I have set the first text to be 40% from the top, on mobile I would like it to be 10%.

    #1431894

    that video is a background-video or a placed video element?

    On video element try to set up a pseudo container – but best would be to set a custom class to the video

    .avia-video .avia-iframe-wrap:after,
    .avia-video .mejs-container:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left:0;
      background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(6,133,229,1) 80%);
      opacity: 0.8;
      z-index: 5 !important;
      pointer-events: none;
    }
    #1431882

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1431878

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1431873
    Emma
    Guest

    As an avid reader of kriesi.at. I would love to read more topics related to your previous masterpieces, and I think your other readers would as well.

    Your content is great, but I think you can tie it all together by blogging more.

    I know you are probably busy and won’t blog on it, so I’m going to make you an offer you can’t refuse. ;) How about I write a masterpiece for you? Don’t worry, I’m a great blogger and have had my posts featured on https://venturebeat.com and https://www.ibm.com/.

    Let me know if you are interested. I already know your blogging style, plus I understand what your readers love… as I am one. ;)

    Look forward to hearing from you,
    Emma

    #1431861

    In reply to: Issues on iPad

    Hey northorie,

    Thank you for the inquiry.

    1.) You can add this css code to adjust the height or size of the image containers inside the cells.

    .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner {
        height: 100%;
    }
    
    .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container {
        height: 33%;
    }
    
    .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner, .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap, .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner, .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    2.) You can edit the Grid Row element and set the Advanced > Responsive > Fullwidth Break Point settings to the section option. For the columns, you can edit the first column in the row, then adjust the Fullwidth Break Point settings in the Row Settings > Row Screen Options toggle.

    Best regards,
    Ismael

    #1431860

    Hi Ismael, thanks for your answer.

    Consider that in the site I use WPML and that the Header Extra Elements are arranged in this way.

    With your css, this is the result in the desktop (it’s ok)

    But on mobile I continue to have the double display of the social icon.

    I saw that if I place social icon in the Main Header Area, your css also works correctly on Mobile.
    But in my case I would like to keep both the social icon and the wplm flags positioned at the top bar left of the header. If this is possible…

    Best regards
    Oriano

    #1431859

    In reply to: Date-Color on Timeline

    Hey northorie,

    Thank you for the inquiry.

    The advanced styling of the h2 element overrides the custom style of the timeline date. You may need to adjust the advanced styling of the element or you can add this css code to adjust the color of the date.

    #top #wrap_all .all_colors h2.av-milestone-date {
        color: #000000;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to ensure that the changes take effect.

    Best regards,
    Ismael

    #1431855
    bemodesign
    Participant

    I’ve had this issue before and it was not resolved. There are 3 of the same video on the link included in Private.
    The top on works because I added the You Tube code.
    The other 2 videos on this page are not showing when I use the Enfold Video “media element”. I even tried both style links.

    Please help on why this is happening and why I can’t use Video options.

    thanks

    #1431851

    Hey Oriano,

    Thank you for the inquiry.

    Please remove the previous modification, then use the following css code instead.

    @media only screen and (max-width: 989px) {
      /* Add your Mobile Styles here */
      .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block;
      }
    }

    Best regards,
    Ismael

    #1431847

    In reply to: Submenu Custom Icon

    Hi,

    Thank you for the info.

    You can add the top css property to the previous css code to adjust the vertical position of the icon.

    #menu-item-39 span.avia-menu-text:before {
        content: url(https://img.icons8.com/color/17/wordpress.png);
        display: inline;
        padding-right: 10px;
        vertical-align: sub;
        top: 1px;
        position: relative;
    }
    

    We tried to apply this modification to the site but the account above is not an admin.

    Best regards,
    Ismael

    #1431844

    Hi,


    @Guenni007
    : Yes, the script should work regardless of the burger menu settings. You may need to add a few more conditions if you need to prevent the submenu from sticking when the burger menu overlay is active.

    function ava_custom_sticky_sub_menu()
    { ?>
        <script>
      (function($){
        var width = $(window).width();
        var $stickyTop = $('#sub_menu1');
        if (width <= 767) {
            $stickyTop.waypoint(function(direction) {
                if (direction === 'down') {
                    $stickyTop.addClass('sticky-top');
                }
                if (direction === 'up' || $('.av-burger-overlay').is(':visible')) {
                    $stickyTop.removeClass('sticky-top');
                }
            }, {
                offset: '0%'
            });
        }
        })(jQuery);
      </script>
        <?php
    }
    add_action( 'wp_footer', 'ava_custom_sticky_sub_menu', 99 );
    

    Best regards,
    Ismael

    #1431843

    Hey xfacta,

    Thank you for the inquiry.

    If you want to fully display the image on mobile view, you can set the Styling > Background Image > Background Repeat to Scale to fit. This will contain the image and make it fully visible inside the color section container. Another option is to add another Color Section and upload a different background image appropriate for the mobile size. Then, toggle the Advanced > Responsive > Element Visibility settings to control the visibility of the new section and the other Color Section. Essentially, you’ll have two versions of the same Color Section, one for desktop and another for mobile view.

    Best regards,
    Ismael

    #1431842
    xfacta
    Participant

    Hi there I am wanting my colour section to be responsive but cant get it to work. I have seen another post but that was with the parallax effect – I just have my image set on scroll. I’m wanting the full width and height of the image to display on mobile as it does on desktop.

    Cheers
    Natasha

    #1431841
    antdesign01
    Participant

    Hi, Im trying to add a gradient overlay to an Avia Video Element containing a vimeo video, but some also are self hosted. The end result I am after is an 80% colour at the base fading up to a 0% colour at the top). I’ve tried several methods without success. Is this a possibility?

    #1431831

    In reply to: Positioning on mobile

    Hi whdsolutions,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    
      .responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell .flex_column {
        margin-bottom: 0;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1431830

    Hi frb1,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top .flex_column_table_cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1431826
    TBant
    Participant

    Hi

    There is an option in “sidebar settings” > “Sidebar Separator Styling” which displays sidebar nagivation for subpages automatically. How do I add this type of navigation to a full-width page.

    I want to add a sidebar in a layout element on a full-width page. I’ve had a look at some support topics and they’ve mentioned about adding a “widget area” element which would be fine but I’m using the automatic “Sidebar Separator Styling” so my menu format is not selectable from widgets. what’s the solution. You will find an image in private content… I’m trying to achive having the navigation and title/description in a row, with the remainder of the page in a full-wdith format.

    Hey Ishmael,

    thx for your feedback and the hint for the site loading speed! I didn’t want to deal with that until the very end…. but now I have already started with it ;-)

    In the meantime, I’ve also tested the site on another PC and, like you, the problem didn’t occur… apparently it’s only on this one laptop!?… strange… but if it only appears there, I can definitely ignore it ;-)

    So feel free to close this topic!
    Have a great day… see ya

    #1431793

    does that solution work if burger menu is active?

    on menu.js we got this setting:

    /**
     * If we have burger menu active we ignore sticking submenus
     */
    if( burger_menu.is(":visible") )
    {
    	this.css({top: 'auto', position: 'absolute'}); fixed = false;
    	return;
    }

    so – if i like to have that – i prepare to have child-theme alb elements ( unfortunately some settings in menu.css are set to important, so that you have to drag along menu.php and menu.css as well. Actually only a menu.js would be necessary.)

    #1431789

    see: https://kriesi.at/support/topic/still-fighting-with-managing-default-image-sizes/#post-1418393

    or: https://kriesi.at/support/topic/bilder-speicher/#post-1422743

    Read the comments carefully in those snippets – some image-sizes are needed for backend to work.

    #1431787

    Topic: Issues on iPad

    in forum Enfold
    northorie
    Participant

    Hi,
    I have two questions:
    1. on the iPad is a space at the top and at the bottom of the pictures on the main page. How to get rid of them? They are not visible on dektop
    2. how to force the mobile version on iPad portrait mode?

    Webpage on private content.

    Thanks in advance! Best regards :)

    #1431785
    Yory
    Participant

    Hi
    I tried several versions of code in functions.php in child , suggested in threads dealing with this issue but I’m still seeing multiple image file versions are created. It’s a clean wp install , enfold and no plugins.

      Are these created by Enfold or WP?
      How best to stop it?
      Does it make sense to work with a setup that stores a single image, as uploaded, and I’ll create my own versions for any content element as needed?
      If so where can I find a list of image sizes per content element?

    Screen-Shot-2024-01-23-at-14-45-21

    #1431783

    In reply to: Import Demo

    Hi Rikard,
    You can close the topic.
    Many thanks,
    Best regards

    Thanks a lot, Ismael.
    You can close the topic now.
    Kind regards,
    Veronika

    #1431776

    Topic: Positioning on mobile

    in forum Enfold
    whdsolutions
    Participant

    For some reason the content is not vertically centered in the white space on mobile – can you help?

    Whats-App-Image-2024-01-23-at-11-42-50-52a46305

    It looks great on desktop, just not on mobile.

    #1431769

    Hi Ismael
    When we want to select an image size in the shop on the desktop, it looks fine.
    But when we want to select an image size in the shop on the tablet (landscape) it looks strange. The image size dropdown then goes to the middle of the screen and on the right side there is a red area.
    See screenshots.
    Best regards
    Mike

Viewing 30 results - 6,451 through 6,480 (of 142,908 total)