Viewing 30 results - 7,531 through 7,560 (of 142,939 total)
  • Author
    Search Results
  • #1422896

    In reply to: gutenberg excess code

    I have to do this on 1500 enfold pages?
    I followed your instructions
    I just added an image to an old enfold built page. Still got the image Jumping.
    again, got all this crap code.

    [av_textblock fold_type='' fold_height='' fold_more='Read more' fold_less='Read less' fold_text_style='' fold_btn_align='' textblock_styling_align='' textblock_styling='' textblock_styling_gap='' textblock_styling_mobile='' size='' av-desktop-font-size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' 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='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-lmklw2w5' sc_version='1.0' admin_preview_bg='']

    #1422895

    In reply to: Table Width On Enfold

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

    #top.home .avia-table {
        width: auto;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1422888

    Hi Ismael,

    Thank you, that works! I tried to add some code to adjust size and position to social bookmarks, but it does not work:

    @media only screen and (max-width: 479px) {
    /* Add your Mobile Styles here */
    .responsive #top #wrap_all #header .social_bookmarks,
    .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
    display: block;
    left: 30px !important;
    font-size: 20px !important;
    }
    }

    Also, I would like to adjust position of the burger icon. Also without luck. Could you point to info or specify for me where i need to put adjustment code? Heres relevant code:

    /* Activate burger menu */
    @media only screen and (max-width: 1100px) {
    #top #header .av-main-nav > li.menu-item {
    display: none !important;
    }

    #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
    }}

    /* Burger menu thickness*/
    .av-hamburger-inner,
    .av-hamburger-inner:before,
    .av-hamburger-inner:after {
    height: 1px;
    }

    /* Burger menu icon color on transparent header */
    @media only screen and (max-width: 479px) {
    #header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner,
    #header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner:before,
    #header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner:after {
    background-color: #232323 !important;
    }}

    @media only screen and (min-width: 1100px) {
    #top nav .social_bookmarks {
    margin-right: 120px;
    float: right;
    left: 1px;
    }}

    @media only screen and (max-width: 479px) {
    /* Add your Mobile Styles here */
    .responsive #top #wrap_all #header .social_bookmarks,
    .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
    display: block;
    left: 30px !important;
    font-size: 20px !important;
    }
    }

    #1422883

    Hey Michael Heavner,

    Thank you for the inquiry.

    The new icon will be available in the next patch. In the meantime, please try to do the steps that we provided in the following thread.

    // https://kriesi.at/support/topic/new-icon-twitter-to-x/#post-1422330

    Best regards,
    Ismael

    #1422878

    Hello Ishmael,
    That’s great that you’re working on the problem. I just can’t understand why you don’t see what happens when you scroll up when you click on a tongle.
    when you enter the following in the browser:

    then scroll down to the section
    “Why train with us?
    10 reasons to become a roofer”

    and if you click on the first tap of the Accordion on the right, you can see that the page automatically jumps to the top of the page.

    And that’s the case on desktop and mobile

    You are welcome to deactivate the plugins to test

    Hi,

    Thank you for the inquiry.

    You can try to adjust the element style with css modification instead. Please try this code in the Enfold > General Styling > Quick CSS field.

    .av-magazine .av-magazine-top-bar .av-magazine-top-heading {
        font-size: 2em;
        color: blue;
    }
    

    Best regards,
    Ismael

    #1422859

    Hey frb1,

    Thank you for the inquiry.

    The social icons are hidden on smaller screens by default but you can display them back by adding this css code. You might have to adjust the position of the icons a bit.

    @media only screen and (max-width: 479px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header .social_bookmarks,
      .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
      }
    }
    

    Best regards,
    Ismael

    #1422858

    Hi rosiet5,

    Parallax is activated on those columns, I just turned it off and then added this in Quick CSS:

    #service .content {
        padding-top: 0;
    }

    Please review your website.

    Best regards,
    Nikko

    #1422851

    In reply to: gutenberg excess code

    Hey daves1997,

    Thank you for the inquiry.

    Did you add a text block at the very top of the page? Please switch the builder to debug mode, then try to manually remove the text block shortcode from the shortcodes field.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    #1422838
    This reply has been marked as private.
    #1422824

    Hi,

    Perhaps if you find that this helps and there is a pattern to most of your pages we can make some recommendations, for example, if it is always the first color section on a page you could try this css:

    #top.page #av_section_1 .av-parallax-inner.alternate_color {
    	background-color: #000;
    }

    note the #top.page #av_section_1 this might help your team resolve this for most of the pages if not all.

    Best regards,
    Mike

    #1422818
    jb84
    Participant

    exactly the same problem as him:

    cURL error 28: Connection timed out after 10000 milliseconds

    Tested will short code and xml file. Not solve it.

    Find enclosed credentials
    Need demo law
    Regards

    #1422815
    frb1
    Participant

    Hi Kriesi,

    Social bookmarks are important for us – also on mobile. I wish to show my social bookmarks “on top” of the flyout menu on mobile. How do i make sure they there?

    Right now they show below the mobile flyout window, when I adjust the size of my browserwindow on a desktop computer, but they’re not there when I preview on my phone? I’ve added some custom CSS that might (but should not) interfear.

    NOTE: I need it to work both on transparant and normal header. Hope you can help

    BR Frederik

    #1422809

    Topic: gutenberg excess code

    in forum Enfold
    daves1997
    Participant

    All this code at top of my site page is making my image jump.
    Why is it there? I never put it there.

    [av_textblock fold_type='' fold_height='' fold_more='Read more' fold_less='Read less' fold_text_style='' fold_btn_align='' textblock_styling_align='' textblock_styling='' textblock_styling_gap='' textblock_styling_mobile='' size='' av-desktop-font-size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' 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='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-lmtkgn50' sc_version='1.0' admin_preview_bg='']

    #1422807

    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

    #1422801

    Hey chuepfner,

    I see that you are running an old version of the theme, could you try to update to the latest version (5.6.6) to see if that helps please? The update to 5.6.6 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 new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.

    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

    #1422796

    Hi,

    Thank you for the screenshot.

    The following css code should adjust the styles of the privacy buttons.

    #top .main_color .avia-cookie-consent-modal-buttons-wrap a:nth-child(1) {
        background: #cc1818;
        color: #ffffff;
        border-color: #eb5c23;
    }
    
    #top .main_color .avia-cookie-consent-modal-buttons-wrap a:nth-child(2) {
        background: #696969;
        color: #ffffff;
        border-color: #616161;
    }
    
    #top .main_color .avia-cookie-consent-modal-buttons-wrap a:nth-child(3) {
        background: #0dfb9a;
        color: #075013;
        border-color: #93ff27;
    }

    Adjust the color values as you wish, then toggle or temporarily disable the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

    #1422794

    Hi Rikard,

    the code should work on all screen widths, from normal large screen, to laptop, tablet and I-Phone. The buttons should always be for example 10-15% from the bottom without covering the text above. Maybe there is another solution.

    Many greetings,
    Sabine

    PS. I am not very good at understanding all the HTML and CSS programming. Some easy things I get right, others I don’t – I’m a self-taught programmer. But I learn again and again

    Translated with http://www.DeepL.com/Translator (free version)

    #1422790

    Hello Ishmael,

    Unfortunately it does not work. Now the page jumps to the top of the page when you click on a toggle. It now does this on the desktop too.
    It can’t stay like this. Please take another look at what’s causing this. If you test it yourself you will notice that it doesn’t work that way. Thanks for the help

    #1422776

    Hi,

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

    Best regards,
    Rikard

    #1422774

    Hello Ismael,
    thank you for the info. The three options in the panel are a bit confusing and I thought “Original slider plugin is used” meant the separate plugin.
    The problem appeared due to a major LayerSlider plugin update on October 12th and was solved after the following update yesterday.
    Thank you for your patience and you can close the topic.
    Best regards
    Anne

    Hey Xiscoj,

    Thank you for the inquiry.

    Looks like the issue also occurs on desktop view. There’s a slight delay in loading the “avia-merged-styles” file, causing styling issues, including the color section height. Did you install a compression or cache plugin recently?

    Best regards,
    Ismael

    #1422744

    Hey Markus,

    Thank you for the inquiry.

    You can use the Navigation Menu widget to create a custom menu. In the Appearance > Widgets panel, create a new widget area, add the navigation widget, then insert it in any of your pages using the Content Elements > Widget Area element.

    To add the arrow, you can use the following css code.

    #top .widget_nav_menu li:before {
        content: "--->";
        float: left;
        margin-right: 8px;
        top: 4px;
        position: relative;
        left: 0;
    }

    Just replace the content value with the image URL.

    #top .widget_nav_menu li:before {
        content: url(image.jpg);
        float: left;
        margin-right: 8px;
        top: 4px;
        position: relative;
        left: 0;
    }

    Best regards,
    Ismael

    #1422743

    In reply to: Bilder Speicher

    Hey janbornemann44,

    Thank you for the inquiry.

    We can disable some of the registered thumbnails or image sizes using the remove_image_size function in order to save some storage space. Please add this code in the functions.php file.

    // Disable loads of Enfold & WP image sizes upon upload
    // do image sizes manually, double-size with high compression for retina screens
    // use Photoshop to set exact double size and quality between Q30 and Q40
    add_action('init', 'remove_enfold_image_sizes');
    function remove_enfold_image_sizes() {
    // do NOT remove widget size, is used in backend portfolio items!
    // remove_image_size('widget');
      remove_image_size('square');
      remove_image_size('featured');
      remove_image_size('featured_large');
      remove_image_size('portfolio');
      remove_image_size('portfolio_small');
      remove_image_size('gallery');
      remove_image_size('magazine');
      remove_image_size('masonry');
      remove_image_size('entry_without_sidebar');
      remove_image_size('entry_with_sidebar');
      remove_image_size('shop_thumbnail');
      remove_image_size('shop_catalog');
      remove_image_size('shop_single'); 
        remove_image_size('shop_gallery_thumbnail');
    }
    // Remove unneeded WP image sizes
    add_filter( 'intermediate_image_sizes_advanced', 'prefix_remove_default_images' );
    // Remove default image sizes here. 
    function prefix_remove_default_images( $sizes ) {
    // do NOT remove small and medium sizes, they are used in backend Media Library!
    // unset( $sizes['small']); // 150px
    // unset( $sizes['medium']); // 300px
     unset( $sizes['large']); // 1024px
     unset( $sizes['medium_large']); // 768px
     return $sizes;
    }
    

    After adding the code, use the following plugin to regenerate the thumbnails.

    // https://wordpress.org/plugins/force-regenerate-thumbnails/

    IMPORTANT: Please make sure to create a site backup or a restore point before proceeding with the steps above.

    Related threads:

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

    Best regards,
    Ismael

    #1422741

    In reply to: Video in colorsection

    Hey rixi,

    Thank you for the inquiry.

    This is possible but we may need to scale up the video a bit. Please add this css code, then temporarily disable the Enfold > Performance > File Compression settings.

    #top .avia-section.av-7xsqm-822489101bcd45d57472a11918cbd5cb .avia-slideshow-inner {
        height: 100% !important;
        transform: scale(1.5) !important;
        top: -180px;
    }
    

    Best regards,
    Ismael

    #1422734
    gb
    Participant

    Hi,
    I would like to keep my sites design the same when it is viewed on a mobile device as it looks in desktop view.

    Can someone remind me how to do this.

    Here is site link for reference:

    Thanks,

    GB

    #1422729

    open for example: https://www.colorzilla.com/gradient-editor/
    copy the given gradient code from my code: linear-gradient(to bottom, rgba(0,0,0,0.8) 10%,rgba(0,0,0,0.1) 30%);
    under the preset gradient there is a “button” import css –
    enter the code and click “import”
    now you can play with the settings.

    the “to bottom” means the linear gradient is from top to bottom – so the left value is the top color.
    the rgba value is the color with an opacity e.g.: rgba(0,0,0,0.8). is a black with 80% opacity
    the value after the rgba is the position : here 10% ( top to bottom) from the top.

    Steve Webgecko
    Participant

    Hi Support Theme

    ENFOLD offers «Datenschutz und Cookies» Settings in Theme (GDRP Settings) which is very practical. My question:
    Using a Multilanguage Website with POLYLANG, is it possible to set the Cookie Banner text for each individual Language?
    When Switching Language Menu on Top, the Cookie Banner must appear with the related Language.
    Also the Links to GDRP should change, like «more Infos» –> GDRP_DE, GDRP_EN or GDRP_FR

    Is this possible with ENFOLD Settings or do I need to install a Thirdparty Cookie Compliance Plugin?

    #1422696

    one final question? I’m so sorry. The very top looks solid. If I wanted to reduce the opacity there just a tad, which number would I change?

    #1422691

    this is a selfhosted video ?
    ( it is always best to see the corresponding site )

    .dark-overlay-on-section .avia-slide-wrap .mejs-container:after {
      content: "";
      position: absolute !important;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.8) 10%,rgba(0,0,0,0.1) 30%);
      background-size: cover;
      background-repeat: no-repeat;
    }
Viewing 30 results - 7,531 through 7,560 (of 142,939 total)