Viewing 30 results - 1,291 through 1,320 (of 142,836 total)
  • Author
    Search Results
  • #1485820

    Hey tonyiatridis,

    Thanks for reaching out.

    Please try this css code to adjust the font color of the sorting buttons:

    #main .main_color #js_sort_items a, #top .main_color #js_sort_items a.active_sort {
        color: #ffffff;
    }
    
    #main .main_color #js_sort_items a:hover {
        color: #bbe2ff;
    }
    
    .main_color .text-sep {
        color: #e1e1e1;
    }

    Example:

    View post on imgur.com

    Best regards,
    Ismael

    #1485819

    Hi,

    You can try this css code to adjust the top spacing of any text block element next to a code block.

    .avia_codeblock_section + .av_textblock_section {
        padding-top: 50px;
    }

    Best regards,
    Ismael

    #1485818

    Hey navindesigns,

    Thank you for the inquiry.

    1.) You can adjust the Min. Mobile Font Size in the Style > Text & Typography panel, as shown in the screenshot below. You can apply a custom css class in the Attributes tab and control the font size using custom css.

    View post on imgur.com

    2.) Please try this css code to adjust the width and position of the SVG wave separator.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .avia-section.av-wxcp-c90200cb46284bf3caa8c1c1fbba7cb6 .avia-divider-svg-top svg {
        height: 50px;
        width: calc(100% + 300px);
        left: 20%;
      }
    }

    Let us know the result.

    Best regards,
    Ismael

    #1485817
    navindesigns
    Participant

    1- How can I make the button “View Services” in the top section larger on mobile?
    2- also on mobile how can stretch out the waves so it’s more subtle? screenshot here – https://i.ibb.co/svP1g1Rp/image.png

    Hi Rikard,

    yes I know because when I change that code and publish, all content blocks except the top block disappears as you can see in the Loom.

    Best
    Michiel

    #1485778

    if you like to bing those arrows to the center of the gallery height:

    #top div .avia-gallery {
      position: relative;
    }
    
    .avia-gallery.av-slideshow-ui .avia-slideshow-arrows {
      width: 100%;
      height: 60px;
      top: calc(50% - 30px);
    }
    
    #top .avia-slideshow-arrows a {
      top: 0;
    }
    #1485773

    Hi,
    The ID “#after_section_1” is now missing, perhaps you updated the page? So I added the ID “#add_50_px_pading” to the element:
    Screen Shot 2025 06 22 at 7.43.40 AM
    and this css:

    .page-id-4128 #add_50_px_pading  {
             padding-top: 50px;
    }

    Now it is working, please clear your browser cache and check.

    Best regards,
    Mike

    Hi Rikard,

    Thanks for your response. Unfortunately that didn’t solve the issue. I even completely removed all <> in the titles on the page but still all content blocks are being removed after publish, except the content block on the top.

    Best
    Michiel

    #1485765

    maybe put each of those elements in a separate 1/1 container. The icon-box and the gallery.

    or try in quick css:

    #top div .avia-gallery {
      position: relative;
    }
    #1485753

    Hey John,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .page-id-4128 #after_section_1 {
    	 padding-top: 50px;
    }

    adjust to suit.

    Best regards,
    Mike

    #1485750

    or – more flexible in styling for complete control over the whole screensize ranges – working with grid layout:

    #top #wrap_all .avia-custom-gallery .avia-gallery-thumb {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      grid-auto-flow: row;
      gap: 20px;   /*** if you like to have a space between the images ***/
    }
    
    #top #wrap_all .avia-custom-gallery .avia-gallery-thumb a {
      width: unset !important;
    }

    when images are less than 180px – a new row will be created

    #1485749

    on 6 items besides each other the setting vor less than 767px is allready set to 33% – and this looks nice to me.

    Maybe you only like to influence the range inbetween:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
      #top .avia-custom-gallery .avia-gallery-thumb a {
        width: 25% !important;
      }
    }
    #1485748

    In reply to: background color

    best would be to have a custom class on that element f.e. bg-colored-sub-menu

    #top .av-submenu-container.bg-colored-sub-menu {
      background-color: lightblue;
    }

    this will only have an effect on the submenu – if you like to have the same bg-color for the list items:

    #top .av-submenu-container.bg-colored-sub-menu a {
      background-color: lightblue;
      color: #000;
      border-color: darkblue
    }
    #1485747

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main .avia-gallery.av-mb6m8z6a-b9f99ac9fd31fe48d94c453aabd891f1 .avia-gallery-thumb a {
        width: 50%;
    }

    Then disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1485746

    is it a gallery or a masonry gallery?

    Rikard’s code should do the job – but the specificity is the same as the original rule. So you need to be more specific in your selector or override it with !important.

    @media only screen and (max-width: 767px) {
       #top .avia-gallery .avia-gallery-thumb a {
         width: 50% !important;
       }
    }

    or

    @media only screen and (max-width: 767px) {
      #top #wrap_all .avia-gallery .avia-gallery-thumb a {
        width: 50% ;
      }
    }

    if you do like to have it only on that gallery – use a custom class to that element.

    Ernst Grubbauer
    Guest

    Ich habe vor einigen Jahren die Betreuung der Website su-hartpurgstall.at übernommen. Zum Käufer und ursprünglichen Administrator von Enfold zur Website, Sonja Winkelbauer, gibt es keinen Kontakt mehr. Die Website ist bei Easyname registriert. Nun soll ein Upgrade der PHP-Version auf 8.x erfolgen. Dazu wird die aktuelle Version des Themes benötigt, laut Beschreibung https://kriesi.at/support/topic/fatal-error-unparenthesized-a-b-c-d-e/ !
    Wo und wie erhalte ich die neue Version?
    Müssen wir eine neue Lizenz erwerben?
    Für das Kriesi-Supportteam wurde ein temporärer WordPress-User angelegt.
    MfG Ernst Grubbauer
    Rückmeldungen an (Email address hidden if logged out) – +43 664 4051545

    #1485730

    Eventuell wird es dir auf dieser Seite deutlicher. https://webers-testseite.de/sticky-sidebar/

    Das unmittelbare Elternelement zu dem Sticky Element ( bei Columns in einer Color-Section ist es der entry-content-wrapper ) muss der Flex-Container sein. Und auf deiner Seite muss gelten:

    .responsive #top {
        overflow-x: visible;
    }
    
     #top #wrap_all {
        overflow: visible;
    }

    Da es nur Sinn macht, wenn die Columns nebeneinander liegen, setzt man die Flex Bedingung am besten nur für diesen Fall ein; also für screens die größer sind als der Umbruchpunkt (768px oder 990px)

    Hi there,
    yes, I need still some help. My CSS is working quite well in desktop mode, but it is not really responsive. When switching to tablet and mobile view, the background image is getting compressed.
    Any idea for a good looking solution?

    Best regards
    Bettina

    #1485719

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top .avia-gallery.av-mb6m8z6a-b9f99ac9fd31fe48d94c453aabd891f1 .avia-gallery-thumb a {
      width: 50%;
    }
    }

    Best regards,
    Rikard

    #1485717
    kalla77
    Participant

    Hi
    as you see here the navigation controls for the gallery are “far out”.
    Image:
    https://gwup.org/temporaer/enfold-navi-bug.jpg

    Live:

    They are supposed to be IN the gallery and not miles above.
    This bug can be reproduced.
    Please tell me how to fix it (and fix it in your next update!)

    Here is the shortcode to reproduce it:
    [av_section min_height='100' min_height_pc='25' min_height_px='500px' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' padding='default' margin='aviaTBmargin' custom_margin='0' custom_margin_sync='true' av-desktop-custom_margin='' av-desktop-custom_margin_sync='true' av-medium-custom_margin='' av-medium-custom_margin_sync='true' av-small-custom_margin='' av-small-custom_margin_sync='true' av-mini-custom_margin='' av-mini-custom_margin_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' fold_type='' fold_height='' fold_more='Weiterlesen' fold_less='Read less' fold_text_style='' fold_btn_align='' color='main_color' background='bg_color' custom_bg='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' src_dynamic='' attach='scroll' position='top left' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='1' overlay_color='#003833' overlay_pattern='{{AVIA_BASE_URL}}images/background-images/diagonal-thin-dark.png' overlay_custom_pattern='' custom_arrow_bg='' fold_overlay_color='' fold_text_color='' fold_btn_color='theme-color' fold_btn_bg_color='' fold_btn_font_color='' size-btn-text='' av-desktop-font-size-btn-text='' av-medium-font-size-btn-text='' av-small-font-size-btn-text='' av-mini-font-size-btn-text='' fold_timer='' z_index_fold='' css_position_z_index='' av-desktop-css_position_z_index='' av-medium-css_position_z_index='' av-small-css_position_z_index='' av-mini-css_position_z_index='' id='' custom_class='backgroundvilla' template_class='' aria_label='' av_element_hidden_in_editor='0' av_uid='av-fhey3j' sc_version='1.0']
    [av_icon_box icon='ue80b' font='entypo-fontello' title='Lorem Ipsum' position='top' icon_style='' boxed='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' custom_title_size='' av-desktop-font-size-title='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' custom_content_size='' av-desktop-font-size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' heading_tag='div' heading_class='biszu' link='' link_dynamic='' linktarget='' title_attr='' linkelement='' id='' custom_class='' template_class='' av_uid='av-c6iolb' sc_version='1.0' admin_preview_bg='']
    <h1>Lorem Ipsum dolor sid amend dolores</h1>
    Weit hinten, hinter den Wortbergen, fern der Länder Vokalien und Konsonantien leben die Blindtexte. Abgeschieden wohnen sie in Buchstabhausen an der Küste des Semantik, eines großen Sprachozeans. Ein kleines Bächlein namens Duden fließt durch ihren Ort und versorgt sie mit den nötigen Regelialien. Es ist ein paradiesmatisches Land, in dem einem gebratene Satzteile in den Mund fliegen. Nicht einmal von der allmächtigen Interpunktion werden die Blindtexte beherrscht – ein geradezu unorthographisches Leben. Eines Tages aber beschloß eine kleine Zeile Blindtext, ihr Name war Lorem Ipsum, hinaus zu gehen in die weite Grammatik.
    [/av_icon_box]

    [av_gallery ids='12076,12077,12078,12079,12080' ids_dynamic='' style='big_thumb lightbox_gallery' preview_size='no scaling' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='medium' columns='12' thumbs_hover='' control_layout='av-control-default' slider_navigation='av-navigate-arrows' nav_visibility_desktop='av-nav-arrows-visible' nav_arrow_color='' nav_arrow_bg_color='' imagelink='lightbox' link_dest='' lightbox_text='no_text' lazyload='avia_lazyload' img_scrset='' html_lazy_loading='disabled' alb_description='' id='' custom_class='' template_class='' av_uid='av-mb5at8df' sc_version='1.0' admin_preview_bg='']
    [/av_section]

    kind regards
    Andrè

    #1485713

    Hi,

    Thank you for the update.

    To hide the post tags, you can add this code in the Quick CSS field or the style.css file:

    #top #wrap_all .slide-meta-tags {
        display: none;
    }

    Let us know the result.

    Best regards,
    Ismael

    #1485703

    Hey Sebastian,

    Thank you for the inquiry.

    Apply a Custom CSS Class name (e.g “avia-custom-gallery”) to the Gallery element in the Advanced > Developer Settings panel, then add this css code to adjust the width of the items on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .avia-custom-gallery .avia-gallery-thumb a {
        width: 25%;
      }
    }
    

    Best regards,
    Ismael

    It is only one slide as a static graphic that the desire is for that graphic to butt up to the top menu bar.

    It only appears in tablet and smartphone dimensions, but does not appear in desktop dimensions.

    Hopefully this answers your question.

    Thanks!

    Thank you for the quick reply!

    The occurrence happens when viewing on my desktop screen with at least 1200 pixels wide on the browser setting. When I collapse the screen width to tablet and smartphone sizing the slider appears, but not on the desktop.

    I look forward to your feedback.

    Thanks again!

    Hey guylene1,

    I see that you are running an old version of the theme, could you try to update to the latest version (7.1.1) to see if that helps please? The update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1485676

    Topic: z index

    in forum Enfold
    limedrop
    Participant

    Hello, since I have a positioned text on the main image in top that lays on top of the blue field (where the button is), part of the Botton is not clickable. How to position only the Botton to be on top?

    #1485672
    xeovision
    Participant

    Hi,
    i am using the gallery on the page with images. On desktop it is fine for me but on mobile i would like to change the grid. From actually 6 images in row to e.g. 4 images. Reason is to show them little bigger. There is no setting in the gallery addon right? How can i change the grid only on mobile?

    screenshot
    screenshot

    • This topic was modified 9 months, 1 week ago by xeovision.
    • This topic was modified 9 months, 1 week ago by xeovision.
    • This topic was modified 9 months, 1 week ago by xeovision.
    kblankinship
    Participant

    I’m stuck with the Fullwidth Easy Slider. It only works in smartphone and tablet environments, but not desktop. I will supply a private link for your review. I hope that you can point me the way.

    Thank you!

    #1485660

    Hi,

    Thank you for the update.

    and when I set it to “scale to fit”, it doesn’t show on mobile.

    The background is set to “scale to fit” and it’s still visible on smaller screens when we checked. If the issue still occurs on your end, try to duplicate the section, adjust the background size settings, one using “scale to fit” and the other “stretch to fit”, then toggle the sections’ visibility for different sizes using the Advanced > Responsive > Element Visibility options.

    View post on imgur.com

    You can also add this css code to manually adjust the background size to “cover” or “stretch to fit” on smaller screens:

    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      #top #wrap_all .flex_cell.av-m7hqe6b7-0a95c68b280818d6da5bb44681988588 {
        background-size: cover !important;
      }
    }

    Best regards,
    Ismael

    #1485657

    Hi,

    We can’t reproduce the issue with the section backgrounds. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.

    View post on imgur.com

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

Viewing 30 results - 1,291 through 1,320 (of 142,836 total)