Forum Replies Created

Viewing 30 posts - 31,561 through 31,590 (of 34,893 total)
  • Author
    Posts
  • in reply to: Hamburger- Menue – icon #864311

    Hi,
    Wenn ich das richtig verstanden habe, möchten Sie das Burgermenü auf 1280px zeigen. Versuchen Sie diesen Code im Feld Allgemeines Styling> Quick-CSS:

    @media only screen and (max-width: 1290px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Best regards,
    Mike

    in reply to: Very strange and nonse. #864310

    Hey Orkun,
    Perhaps when you attach the image you are not setting the “Attachment Display Settings” to a large image size and using the default small image size. Can you please include a admin login and page url in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: less padding below Enfold Combo Widget #864308

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

    #black-studio-tinymce-13,#avia_combo_widget-2 {padding-bottom: 0px !important;}
    #avia_combo_widget-2 .tabcontainer {margin-bottom: 10px !important; }

    Best regards,
    Mike

    in reply to: iPad Burger menu Overlaps Store Menu Icon #864305

    Hi,
    It looks like you are seeing this on a iPad with Safari? Does it occur in landscape mode also? How about Chrome on the iPad?
    I tested on Firefox, Chrome, and Edge (Window 10) and was not able to reproduce the issue.
    2017-10-14_112112
    But perhaps this will help:

    .cart_dropdown {border-color: transparent!important; }

    Best regards,
    Mike

    in reply to: wrong main content position when using sticky header #864303

    Hi,
    Sorry, I thought it was only on that page.
    Please remove the code and disable the caching plugin (autoptimize) to see if that changes issue.

    Best regards,
    Mike

    in reply to: Responsiveness #864302

    Hey val1503,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Responsiveness #864301

    Hey Fontaine,
    For technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Mike

    in reply to: Menu font color homepage #864298

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    Just thought I should mention the 404 issue :)

    Best regards,
    Mike

    in reply to: Images blurred – poor quality #864297

    Hi,
    Your first image is 320px scaled up to 690px while the second image is 1024px scaled down to 690px
    When adding your images try setting the Attachment Display Settings to a larger size instead of the default size.

    Best regards,
    Mike

    in reply to: Display different views of a product #864295

    Hey Perry,
    How about using the Gallery element with the style set to: “Big image with thumbnails below”
    2017-10-14_104019

    Best regards,
    Mike

    in reply to: Best Practice for Phone Number Hyperlinks on Buttons #864286

    Hi,
    For Cross-platform compatibility (Android + iPhone) you should use this format for your phone links:

    tel://1-555-555-5555

    For making your button not clickable on desktops try adding this CSS:

    @media only screen and (min-device-width : 770px){
      .avia-builder-el-14 a{
       pointer-events: none!important; 
      }
    }

    But that got me thinking that you then have a blue button that is no help for desktop users, so lets add your phone number to the button text so they can easily see your number and call you:

    @media only screen and (min-device-width : 770px){
      .avia-builder-el-14 a{
       pointer-events: none!important; 
      }
    .avia-builder-el-14 a .avia_iconbox_title::after {content: ' (555) 555-5555';}
    }

    Desktop users (no click):
    2017-10-14_100755
    Mobile users (click to call):
    2017-10-14_100952
    Best regards,
    Mike

    in reply to: Menu font color homepage #864281

    Hey bvn1999,
    Try this code in the General Styling > Quick CSS field:

    #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {color: #000 !important;}

    Can I ask if you are using a plugin to create a mobile version of your site? While testing I was redirected to a “m” sub-domain https://m.[your-site] often that gave a 404 error. You may wish to disable that plugin, or redirect script.

    Best regards,
    Mike

    in reply to: buttons not painted (chrome+mac 10.13) #864279

    Hi,
    Glad to hear, we will leave this open for now, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Blog missing since update #864277

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

    Best regards,
    Mike

    in reply to: wrong main content position when using sticky header #864276

    Hey goch,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 766px) { .page-id-62 .avia-builder-el-2 {padding-top: 0px!important; margin-top: -40px!important; }}
    @media only screen and (min-width: 767px) and (max-width: 999px) { .page-id-62 .avia-builder-el-2 {padding-top: 60px!important;}}

    Best regards,
    Mike

    in reply to: White space between header and body #864272

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

    Best regards,
    Mike

    Hey giovannadebenedictis,
    Can you please include a admin login in the private content area so we can take a closer look, the page doesn’t have a password field for the password you provided.

    Best regards,
    Mike

    in reply to: Masonry Portfolio using Ajax #863550

    Hi,
    Please use the Enfold feature request form Thank you.

    Best regards,
    Mike

    in reply to: Fix Social Icons #861705

    Hey T3 Marketing,
    Try this code in the General Styling > Quick CSS field:

    #top #wrap_all .social_bookmarks {height: 50px!important;  }

    Best regards,
    Mike

    in reply to: Hiding Some Menu Items In Mobile #861704

    Hi,
    Sorry at this time you can’t hide certain mobile menu items, they all share the same class. The next update should restore this feature.

    Best regards,
    Mike

    in reply to: Breadcrumb Style #861700

    Hi,
    Can you link to the one you would like so we can match it?

    Best regards,
    Mike

    in reply to: flaticon icon wont show all #861699

    Hey Uroš,
    If you are uploading them a few at a time there maybe a naming conflict, try getting all six in one package and uploading them again.

    Best regards,
    Mike

    in reply to: Change the size of the post title #861698

    Hey pixdetect,
    Sorry I didn’t find “Blog-Beiträge” in order to help, can you add a screenshot of the title you would like larger.

    Best regards,
    Mike

    in reply to: Grid Row, Horizontal Alignment #861695

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

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution, we will look into this. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Slanted/diagonal borders with image do not work #861692

    Hey saveedrow,
    Try using the “Section Bottom Border Styling” in the Color Section
    2017-10-08_162043

    Best regards,
    Mike

    in reply to: Can't update enfold #861689

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

    Best regards,
    Mike

    in reply to: Main Menu Text Color #861688

    Hey mooshonov,
    Try this code in the General Styling > Quick CSS field:

    .header_color .main_menu ul:first-child > li > a {color: #fff !important;}

    Best regards,
    Mike

    in reply to: changeing header #861687

    Hey dith_solanki,
    Go to Enfold Theme Options > Header > Extra Elements tab > Header Phone Number/Extra Info

    Best regards,
    Mike

    in reply to: Add Advanced Layout Editor To Other Themes #861686

    Hey T3 Marketing,
    Sorry the Advanced Layout Editor only works with Enfold

    Best regards,
    Mike

Viewing 30 posts - 31,561 through 31,590 (of 34,893 total)