Viewing 30 results - 1,051 through 1,080 (of 142,930 total)
  • Author
    Search Results
  • #1488334

    Hi,

    Thank you for the update.

    To increase the size of the thumbnail, please add this filter in the functions.php file:

    function avf_post_featured_image_link_mod( $image_link, array $current_post, $size ){
      $image_link = get_the_post_thumbnail( $current_post['the_id'], 'full' ); 
      return $image_link;
    }
    add_filter( 'avf_post_featured_image_link', 'avf_post_featured_image_link_mod', 10, 3 );

    Then, include this css code inside the css media query to remove the dotted line:

    .responsive #top #main .sidebar, .responsive .post_author_timeline, .responsive .template-blog .blog-meta {
        display: none;
    }

    Best regards,
    Ismael

    #1488317

    Hi,

    Thanks for that. I’m not sure if that would be possible, but try assigning the ID the divider that you have at the top of the section instead.

    Best regards,
    Rikard

    #1488316

    Not sure if this will help, but I reviewed my browser history and found I referenced this:

    I don’t recall that I added that to the Custom CSS though.

    #1488312

    Hi Ismael.
    Thanks for your reply.
    The images are indeed moved above the title, but they are blurry.
    The theme is probably using a small image, which is enlarged to full screen with the code provided, thus degrading the quality of the photos.
    Furthermore, in landscape view on a smartphone, the image origin is not the center but the top margin.
    And the CSS code provided does not resolve the dotted line issue.
    10c

    #1488311
    This reply has been marked as private.
    #1488300

    In reply to: Fullscreen slider

    Hi Ismael,

    thank u, it works :)
    BUT – only desktop.
    On mobile I’ll be shown a message, that I’Ve to install a fallback-picture.
    In addition, do you’ve any solution for that issue.

    thx in advance
    Andreas

    #1488294
    pelgrimrat
    Participant

    Dear people at the support forum,

    I am creating a website on this domain:

    For translating, I am using the plugin GTranslate.
    It works fine on desktop, however on mobile, clicking the flags in the burger menu doens’t do anything.

    I have contacted GTranslate and this is their respone:

    I see your burger menu is being generated dynamically based on the desktop menu and it is controlled by wp-content/themes/enfold/js/avia-snippet-hamburger-menu.min.js
    Make sure that when it copies language selector elements the javascript events are preserved.

    Is there any code that you can give me to fix this problem?
    Any help will be highly appreciated!

    #1488290

    Dear Enfold Experts, I am not too sure what Envatojlc’s comments have to do with my original question but this has not been addressed so far anyhow, so might have slipped through.

    The situation is the following:
    a) WP Accessibility Plugin activated
    b) small green border configured in WP Accessibility to mark where the Keyboard Tab key jumps to for all Buttons / links that can be addressed via Keyboard
    c) Entering the Home Page
    d) Press Tab Key once => jumps to change contrast button from Accessibility Plugin, green border, all fine. 2nd time Tab key pressed => jumps to change font size from Accessibility Plugin, green border, all fine. 3rd Time Tab pressed => jumps to top of page, no button visible, no green border, looks like a jump into nowhere, totally unclear where the cursor is.

    When checking this with the Firefox Inbuild Dev Tool for accessibility it states for the Header Banner: clickable elements need to be interactive and focused. So there is something in the Header generation that fails. Can you please check? And of course I would like a future feature (similar to the link color configuration in the theme) to configure the Keyboard accessible elements Coloring or Settings in the Enfold theme instead of outsourcing that to WP Accessibility.

    thanks Anja

    #1488285

    All seems to work now!
    but please: https://kriesi.at/support/topic/use-code-tag-for-posting-snippets-e-g-implementing-google-tag-script/

    to check your code it would be easier if you use the code tag here on the board.

    #1488284

    In reply to: Sticky Mobile Header

    is this a transparent header on desktop view?
    then you had to adjust on fixed non-transparent header the padding-top of #main

    #1488281

    In reply to: Fullscreen slider

    Hi,

    Thank you for the update.

    Try to add this css code to prevent the video from showing black bars on screens with different aspect ratios.

    #top .avia-builder-el-0 .av-element-cover iframe, #top .avia-builder-el-0 .av-element-cover embed, #top .avia-builder-el-0 .av-element-cover object, #top .avia-builder-el-0 .av-element-cover video {
        object-fit: cover;
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1488269

    I think I got it. You are awesome. Please check to see if correct :

    /* TEXT SHADOW FOR – Fullwidth Easy Slider – Headline: */
    .avia_transform .av_slideshow_full .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-title
    {text-shadow: 1px 1px 1px #717070;}

    /* TEXT SHADOW FOR – Fullwidth Easy Slider – Caption Text: */
    #top .avia-slideshow .av-slideshow-caption .avia-caption-content p {
    text-shadow: 1px 1px #717070;
    }

    /* TEXT SHADOW FOR – ALL H1 headlines: */
    .av-special-heading h1 {
    text-shadow: 1px 1px #717070;
    }

    /* TEXT SHADOW FOR – SPECIFIC H1 headlines: */
    .av-special-heading.av-nlr5x-bb365aeef7c91c871c871ed41100301d h1 {
    text-shadow: 1px 1px #717070;
    }

    /* TEXT SHADOW FOR – subheading text: */
    #top .av-subheading p {
    text-shadow: 1px 1px #717070;
    }

    #header_meta a, #header_meta span {
    font-size:16px !important;
    }

    .phone-info {
    font-size: 18px;
    }

    @media only screen and (max-width: 1023px) {
    #header {
    position: fixed !important;
    height: 120px !important;
    max-height: 120px !important;
    }

    #top #header.av_header_transparency #header_meta {
    background-color: transparent;
    }

    #header_main {
    border-bottom: none;
    }

    #header:not(.av_header_transparency) #header_main {
    box-shadow: 0 5px 5px rgba(182,182,182,0.75);
    }

    .responsive #top .av-logo-container ,
    .responsive #top .logo a,
    .responsive #top .logo img,
    .responsive #top .logo svg {
    height: 120px !important;
    max-height: 120px !important;
    line-height: 120px !important;
    }

    .responsive #top .av-main-nav .menu-item-avia-special a {
    height: 120px !important;
    line-height: 120px !important;
    }

    .responsive.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
    background-color: transparent !important;
    }

    #top .header_bg {
    background-color: transparent !important;
    }

    #top #header:not(.av_header_transparency) .header_bg {
    background-color: #FFF !important;
    }

    .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate,
    .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo .subtext.avia-svg-logo-sub {
    display: block !important;
    }

    .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > img,
    .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > svg {
    opacity: 0;
    }

    /*** das hier individuell anpassen je nach dem ***/
    #top #header.av_header_transparency #header_meta .phone-info * {
    color: #FFF !important;
    }

    .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner,
    .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::before,
    .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::after {
    background-color: #FFF;
    }
    .html_mobile_menu_tablet .header_color #header.av_header_transparency .menu-item-search a:before {
    color: #FFF;
    }
    .responsive.html_header_top.html_mobile_menu_tablet #top #main {
    padding-top: 120px !important;
    }
    .responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet #top #main {
    padding-top: 0 !important;
    }
    }

    @media only screen and (max-width:1023px) {
    #avia-menu .menu-item {
    display:none
    }
    .av-burger-menu-main.menu-item-avia-special {
    display:block
    }
    }

    @media only screen and (max-width:767px) {
    .responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet #top #main #av_section_1 .content {
    padding-top: 150px
    }
    }

    • This reply was modified 8 months ago by bemodesign.
    • This reply was modified 4 months ago by Yigit.
    #1488268

    In reply to: Enfold theme update

    Hi,

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

    Best regards,
    Rikard

    #1488265

    In reply to: Sticky Mobile Header

    I am using this and it is working, but I am getting a bunch of extra padding under the Logo/burger:
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    position: fixed;
    }

    #1488242

    see the image below – the top is where the anchor link lands now due to sticky and transparent header.
    I’d like it to land like the 2nd image, with the top of the color section at the top of the page (under the header).
    Is that possible?
    thanks
    Nancy

    #1488232

    but for your trials to have sticky header on mobile – my advice is to erases the code and replace it with ( It is difficult to identify the issue with the existing code. Therefore, I would prefer to start over.) :

    @media only screen and (max-width: 1023px) {
        #header {
            position: fixed !important;
            height: 120px !important;
            max-height: 120px !important;
        }
    
        #top #header.av_header_transparency #header_meta {
            background-color: transparent;
        }
    
        #header_main {
            border-bottom: none;
        }
    
        #header:not(.av_header_transparency) #header_main {
            box-shadow: 0 5px 5px rgba(182,182,182,0.75);
        }
    
        .responsive #top .av-logo-container ,
        .responsive #top .logo a,
        .responsive #top .logo img,
        .responsive #top .logo svg {
            height: 120px !important;
            max-height: 120px !important;
            line-height: 120px !important;
        }
    
        .responsive #top .av-main-nav .menu-item-avia-special a {
            height: 120px !important;
            line-height: 120px !important;
        }  
    
        .responsive.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
            background-color: transparent !important;
        }
    
        #top .header_bg {
            background-color: transparent !important;
        }
    
        #top #header:not(.av_header_transparency) .header_bg {
            background-color: #FFF !important;
        }
    
        .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate, 
        .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo .subtext.avia-svg-logo-sub {
        display: block !important;
        }
    
        .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > img, 
        .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > svg {
        opacity: 0;
        }
    
        /*** das hier individuell anpassen je nach dem  ***/
        #top #header.av_header_transparency #header_meta .phone-info * {
            color: #FFF !important;
        }
    
        .html_mobile_menu_tablet .header_color  #header.av_header_transparency div .av-hamburger-inner, 
        .html_mobile_menu_tablet .header_color  #header.av_header_transparency div .av-hamburger-inner::before, 
        .html_mobile_menu_tablet .header_color  #header.av_header_transparency div .av-hamburger-inner::after {
            background-color: #FFF;
        }
        .html_mobile_menu_tablet .header_color  #header.av_header_transparency .menu-item-search a:before {
            color: #FFF;
        }
        .responsive.html_header_top.html_mobile_menu_tablet  #top #main {
            padding-top: 120px !important;
        }
        .responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet  #top #main {
            padding-top: 0 !important;
        }
    }

    and next: synchronise the switch point of your burger menu with those settings for your header.
    means

    @media only screen and (max-width:1023px) {
      #avia-menu .menu-item {
        display:none
      }
      .av-burger-menu-main.menu-item-avia-special {
        display:block
      }
    }

    for your content inside the first section there should be more distance to header on smaller screens! …
    in addition :

    @media only screen and (max-width:767px) {
      .responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet  #top #main #av_section_1 .content {
        padding-top: 150px
      }
    }
    #1488231

    on #main you set the padding-top to zero for all headers – so add that rule in your media query setting

    @media only screen and (max-width:1024px) {
      .responsive .logo img,
      .responsive .logo svg {
        max-height:120px
      }
      .responsive #top #wrap_all .main_menu {
        height:120px
      }
      .responsive #top #header_main>.container .main_menu .av-main-nav>li>a,
      .responsive #top #wrap_all .av-logo-container {
        height:120px;
        line-height:120px
      }
      .responsive.html_header_transparency #top #main {
        padding-top: 0 !important
      }
      .responsive:not(.html_header_transparency) #top #main {
        padding-top: 120px !important
      }
    }
    #1488226

    Hey lauragale2020,

    Thank you for the inquiry.

    You can use this css code to adjust the width of the tab section title:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
      .av-inner-tab-title, .av-tab-arrow-container, .av-tab-section-icon, .av-tab-section-image {
          width: 200px;
      }
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward. Let us know the result.

    Best regards,
    Ismael

    #1488220

    Hey JoStudioDeRijp,

    Thank you for the inquiry.

    Unfortunately, it’s not possible to make the submenu scrollable. Have you tried moving the menu item with the long list of submenu items to the top of the first-level submenu? Another option is to split the submenu items.

    Best regards,
    Ismael

    #1488216

    Hi,

    You can make the header fixed, but it’s not recommended on mobile view. If you still want to proceed, include the following css code in the css media query:

    .responsive #top #wrap_all #header {
        position: fixed !important;
    }

    Best regards,
    Ismael

    #1488186

    Hi,

    I’m not sure which space you are referring to anymore, but this CSS is adding 180 pixels above the sidebar:

    #top .sidebar_right {
      top: 180px;
    }

    Maybe you have added it in Quick CSS?

    Best regards,
    Rikard

    #1488182

    Dear team,
    this is an older post, but I have the same need:

    Pages 1,2,3,ff shall show top menu A
    Pages 4,5,6 ff shall show top menu B

    A,B entries (i.e. which pages affected) I can define via the enfold “Design/Menu” setting

    But I dont find a way to assign them to related pages.

    another participant / Guenni007 recommended this plugin – but it so longer alive:
    https://wordpress.org/plugins/menu-items-visibility-control/

    -> How can I realize the different menus for dedicated pages acc. as described above?
    -> Secondly: I would like to have a different color (red) for menu A vs. menu B (green) -> howto?

    Thx a lot & best regards, Tilman

    #1488179

    In reply to: Fullscreen slider

    This reply has been marked as private.
    #1488178

    In reply to: Enfold theme update

    Hi

    I updated the theme. However, the website now doesn’t work properly on mobile: the headers and menus are not visible, so only the text on the front page can be seen.

    Please can you help? It works fine on desktop. I have updated all plugins.

    Thanks

    KJ

    Hi Ismael,

    Thank you for your reply, but none of those fix this issue with the theme. I need to insert a page into the product description so I have one source of truth across many products. This shortcode clearly works when previewing, but the theme throws issues when it is live.

    As there doesn’t seem to be any support from Enfold devs on this, to get around this, for anyone who finds this thread in future (like I have with many other topics in this forum) and runs into the same issue – I have been able to do exactly what I want using the plugin “Insert Pages” by Paul Ryan.

    #1488161

    Hi,

    Thank you for the update.

    Did you add this css code? This causes layout issues on mobile view, specifically on pages with transparent headers.

    .responsive #top #main {
        padding-top: 80px !important;
    }
    
    .responsive #top #wrap_all #header {
        position: fixed !important;
    }
    

    Please remove the code, then add this css to adjust the size of the logo on mobile view:

    @media only screen and (max-width: 1024px) {
    
      /* Add your Mobile Styles here */
      .responsive .logo img,
      .responsive .logo svg {
        max-height: 120px;
      }
    
      .responsive #top #wrap_all .main_menu {
        height: 120px;
      }
    
      .responsive #top #header_main>.container .main_menu .av-main-nav>li>a,
      .responsive #top #wrap_all .av-logo-container {
        height: 120px;
        line-height: 120px;
      }
    
      .responsive #top #main {
        padding-top: 0 !important;
      }
    }
    

    Best regards,
    Ismael

    #1488127

    Hi,

    Thanks for that. Please try this in Quick CSS to display the featured image on mobile:

    
    @media only screen and (max-width: 767px) {
      .responsive #top #main .sidebar, .responsive .post_author_timeline, .responsive .template-blog .blog-meta {
        display: block;
      }
    }

    Best regards,
    Rikard

    #1488126
    95mc
    Participant

    Hi!

    Hi, I’d like the space between table lines on desktop and mobile to be the same. Attached is an image of the desktop and tablet. I added this, and it’s reduced, but I can’t get it to match.

    @media only screen and (max-width: 767px) {
    .avia-data-table.avia_pricing_minimal td, .avia-data-table.avia_pricing_minimal th {
    padding: 0px;
    }

    On some screen sizes, the table gets messed up, even leaving out the image. I’ve attached images.

    Could you help me?

    Sorry about the SSL I´m checking.

    BR,

    Antonio.

    #1488119

    ok
    Can you tell me how to have it on PC so the links land right at the top of the color section instead of above it like it is now?
    I think my sticky header (height is 80px) is interfering with the position.
    I changed the name of the links – see below
    I tried using this from your link to have a transparent mobile header, but it’s not working:

    /* Transparent Header For Mobile */
    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet #top #wrap_all #header { 
            position: absolute!important;
    }
    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
    	background: transparent!important;
    }
    }

    Can you see what’s wrong there?
    thanks
    Nancy

    • This reply was modified 8 months, 1 week ago by Munford.
    • This reply was modified 8 months, 1 week ago by Munford.
    #1488113

    HERE IS THE FULL CONTENT OF THE FILE:

    <?php /*

    This file is part of a child theme called ProSouth.
    Functions in this file will be loaded before the parent theme’s functions.
    For more information, please read

    */

    // this code loads the parent’s stylesheet (leave it in place unless you know what you’re doing)

    function your_theme_enqueue_styles() {

    $parent_style = ‘parent-style’;

    wp_enqueue_style( $parent_style,
    get_template_directory_uri() . ‘/style.css’);

    wp_enqueue_style( ‘child-style’,
    get_stylesheet_directory_uri() . ‘/style.css’,
    array($parent_style),
    wp_get_theme()->get(‘Version’)
    );
    }

    add_action(‘wp_enqueue_scripts’, ‘your_theme_enqueue_styles’);

    /* Add your own functions below this line.
    ======================================== */
    // Add NextDoor to Social Profiles in Theme Options
    function avia_add_custom_social_icon($icons) {
    $icons[‘Nextdoor’] = ‘Nextdoor’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

Viewing 30 results - 1,051 through 1,080 (of 142,930 total)