Forum Replies Created

Viewing 30 posts - 25,411 through 25,440 (of 34,558 total)
  • Author
    Posts
  • in reply to: HTML-Attribut title (optional) #996951

    Hi,
    Danke für das Login. Ich habe diesen Code zu Ihrem: Enfold Theme-Optionen> General Styling> Quick CSS-Feld hinzugefügt
    Bitte löschen Sie Ihren Browser-Cache und überprüfen Sie.

    ———–

    Thank you for the login. I added this code to your: Enfold Theme Options > General Styling > Quick CSS field
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Transparent and glassy header – tablets #996949

    Hi,
    Please check your child theme stylesheet for this code:

    @media only screen and (max-width: 767px) {
    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #3399ff;
    }
    }

    and change the “767px” to “990px”
    if you can’t find the code, you try to add this to override it:

    @media only screen and (max-width: 990px) {
    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #3399ff !important; 
    }
    }

    or you can post a admin login in the Private Content area so we can correct the code.

    Best regards,
    Mike

    in reply to: Bullets for Recent Posts Widget in Sidebar? #996948

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    li#recent-posts-6 a {
    font-size: 12px !important;
    font-weight: bolder !important; 
    color: #5D1E15 !important;
    }

    Please adjust the font size, color, & weight to suit.

    Best regards,
    Mike

    Hi,
    Please check.
    Please clear your browser cache and check the hr’s in the url in the Private Content area.

    Best regards,
    Mike

    in reply to: Inner Padding on Element fix for mobile and tablet #996943

    Hi,
    Glad to hear, Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Border around add to cart button #996529

    Hey morelon,
    Please include the url to the page in question so we can write the correct css for you.

    Best regards,
    Mike

    in reply to: Enfold Gaming #996527

    Hi,
    You can access it in the WordPress dashboard panel, under Appearance > Editor
    or in your cPanel file manager,
    if you are using a child theme it would be: \wp-content\themes\enfold-child\functions.php
    without a child theme it would be: \wp-content\themes\enfold\functions.php

    Best regards,
    Mike

    in reply to: Transparent and glassy header – tablets #996526

    Hey Keith,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 990px) { 
      .responsive #top #main {margin-top: -93px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I took a look at your site and added this code in the General Styling > Quick CSS field to enable the mobile menu:

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
        display: block !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: RTL Problem with, Masonry and horizontal gallery #996520

    Hey kasem-online,
    For the horizontal gallery, it seems that the controls are working as you describe for the RTL page, pressing the right arrow goes to the left image, which is the reverse of the LTR page.
    Would you prefer if we switch the arrows on the RTL page?

    Best regards,
    Mike

    Hi,
    Please see this post, I think it will help explain

    Best regards,
    Mike

    in reply to: Color Scheme not working #996517

    Hi,
    Thanks for the login and screenshot, yet when I look at your site it seems to be using the black theme.
    Perhaps it was a caching issue, when you check now does it look correct?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: display for desktop screens under 20 inches #996515

    Hi,
    If I understand correctly, the space between your products is too large, I took a look and while I couldn’t find the same page in your screenshots, the pages I did see seemed fine.
    Please see the screenshot in Private Content area of what I see.

    Best regards,
    Mike

    in reply to: Partner logo element problem (repeating / looping image) #996512

    Hey GabrielSenn,
    When I look at your site there is a 404 error for a image that may be from the carousel.
    Perhaps this is causing the loop.
    I seems that the error is in the url for the image, please check.

    Best regards,
    Mike

    in reply to: Change Subtitles Font for the Enfold #996509

    Hi,
    Thank you, I uploaded the Great Vibes font to your site at: Enfold Theme Options > Import/Export > Custom Font Manager
    and added the rule to use it for your sub-heading in your css.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Headlines stuck in all caps #996507

    Hi,
    This Chrome extension has good reviews: Classic Cache Killer
    I also recommend disabling any cache plugin until your site is done, and also disable: Enfold Theme Options > Performance > JS & CSS file merging and compression.

    Best regards,
    Mike

    in reply to: circle border around icons in man navigation #996494

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: make hamburger nav white on specific page #996492

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Scale to fit image size #996491

    Hey Freek,
    I tried to match your setup on my localhost and found that 6800×3200 seemed to work fine
    Please try the image in the Private Content area, if it is still a not right for your 5k screen then make the image wider but not any higher.

    Best regards,
    Mike

    in reply to: How to change the sorting of the Magazine Element. #996484

    Hey DROR,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_magazine_entries_query', 'avf_magazine_entries_custom_query');
    
    function avf_magazine_entries_custom_query ( $query ) {
    $query['orderby'] = 'rand';
    return $query;
    }

    Please see Order & Orderby Parameters for more options

    Best regards,
    Mike

    in reply to: mobile easy full with slider #996483

    Hey Grafischinvorm,
    I took a look at your site, and see that your slider images of the people have their heads clipped a little, to minimize the amount of clipping we could make your mobile header transparent with this css, please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 766px) { 
      .responsive #top #main {margin-top: 0px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }

    which makes your logo a little hard to read.

    Another option is to adjust this code a little to push the images down a little, so the header looks black and your images are maximized.

    @media only screen and (max-width: 766px) { 
      .responsive #top #main {margin-top: 80px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }

    Please these a try and let us know if either of them help, or if you would like a different option.

    Best regards,
    Mike

    in reply to: Show featured image on Single blog post in full size #996480

    Hey fabienneBESD,
    Please install the Simple Image Sizes plugin, and go to WordPress > Dashboard > Settings > Media > Media Settings
    and adjust the “entry_without_sidebar size” height size to suit, such as 600px.
    2018-08-12_130322
    After you do that, regenerate the thumbnails with the option below the settings

    Best regards,
    Mike

    in reply to: Desconfigured site #996475

    Hi,
    Ok, Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Desconfigured site #996470

    Hi,
    Glad to hear it is resolved, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Change Subtitles Font for the Enfold #996469

    Hi,
    Thanks for the login, but unfortunately it doesn’t have admin rights, so I can’t see the theme settings.
    Please adjust the account.

    Best regards,
    Mike

    Hi,
    To change the opacity of the overlay, go to the slide in the layerslider, and look for the “overlay” slide, then choose the “styles” tab, and change the “background” color. It is in rgba format, so adjust the last number “0.6” to suit.
    2018-08-12_113704
    To change the text opacity, in the “styles” tab, look for the text color and make your adjustments.
    2018-08-12_114526

    Best regards,
    Mike

    Hi,
    Thank you for the login, I should explain that the “single small” layout with the image on the left of the article is only available when a sidebar is present, otherwise the image center aligns above the article. So for your blog page and archive (category) page a sidebar is active but hidden.
    I saw that the image you choose to use for when a post has no featured image is a transparent white icon that doesn’t show without a background color, so I added light gray to your css, which you can change or remove if you wish.
    This is the updated css in your Quick CSS:

    #top.archive .sidebar,#top.page-id-344 #main .sidebar {
    display: none !important;
    width: 0px !important;
    }
    #top.archive .sidebar_right .container .av-content-small.units,#top.page-id-344 .sidebar_right .container .av-content-small.units {
    width: 100% !important;
    }
    
    #top.archive .blog-meta a.small-preview,#top.page-id-344 .blog-meta a.small-preview {
     background: url(https://your-site.com/wp-content/uploads/2018/05/marker.png)center center no-repeat; 
    background-size: cover;
        background-color: lightgrey;
    }
    #top.archive .small-preview .iconfont,#top.page-id-344 .small-preview .iconfont {
        display: none !important;
    }

    Please clear your browser cache and check, and let us know if there are any other adjustments you would like.

    Best regards,
    Mike

    in reply to: How to change Secondary Menu color? #996447

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Inner Padding on Element fix for mobile and tablet #996397

    Hi,
    I have taken a look and using the second link, which you like on desktops, as the starting point, I notice that you have a left padding of 210px to make the columns look centered.
    Now we will reduce that padding for tablet and mobile, with this code:

    @media only screen and (min-width: 767px) and (max-width: 1024px) {
    .page-id-1183 .flex_column_div.first.avia-builder-el-8 {
    padding-left: 10% !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .page-id-1183 .flex_column_div.first.avia-builder-el-8 {
        padding-left: 0px !important;
        display: flex !important; 
        justify-content: center !important; 
    }
    .page-id-1183 .flex_column_div.avia-builder-el-10 {
        display: flex !important; 
        justify-content: center !important; 
    }
    }
    @media only screen and (max-width: 550px) {
    .page-id-1183 .flex_column_div.first.avia-builder-el-8 {
        margin-left: -3% !important; 
    }
    }

    This code is for the second page only to see if this is what you are looking for.

    Best regards,
    Mike

    in reply to: Desconfigured site #996394

    Hi,
    I took a look at your site, and it matches your before image.
    2018-08-11_220446
    I assume you resolved this, or it was a caching issue that is resolved.
    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 25,411 through 25,440 (of 34,558 total)