Forum Replies Created

Viewing 30 posts - 30,481 through 30,510 (of 33,834 total)
  • Author
    Posts
  • in reply to: Issue after WordPress update #864363

    Hi,
    Try to update manually via FTP: WordPress and Enfold
    Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Mike

    in reply to: Hoe can i fix a post #864362

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

    Best regards,
    Mike

    in reply to: space between nav text #864360

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

    Best regards,
    Mike

    in reply to: Still can't manage upload Enfold 2017 Demo #864359

    Hi,
    You are still getting a 500 internal server error on the admin-ajax.php WordPress file. Please try contacting your hosting provider to see what the server issue is.

    Best regards,
    Mike

    in reply to: Problem plug in qtranslateX #864358

    Hi,
    What error do you get, I didn’t see an error.

    Best regards,
    Mike

    in reply to: Child Theme Upload Problems #864356

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.
    Can you also include FTP access, I see you want the Gym demo?

    Best regards,
    Mike

    in reply to: Changing Demo #864354

    Hey tliebl,
    Importing a new demo will overwrite the existing theme options and add the content and menu items from the demo.
    Are you planing to start over or do you want to save your content?

    Best regards,
    Mike

    in reply to: CSS Not Working on First Page Load #864350

    Hey rhascall,
    When your site was on the reseller account was it a https ?
    because you are getting many 404’s for resources pointing to a https, if this is true I would suggest using the plugin Better Search Replace and search for https://www.cnstingrays.com/ and replace with http://www.cnstingrays.com/
    * first test using the setting “Dry Run”
    2017-10-14_160441
    Also check that you are not using a ssl plugin that forces https
    Another thought is that the reseller account still has the domain listed as a add on domain
    2017-10-14_155252

    Best regards,
    Mike

    Hey lenmac08,
    I have not seen this before but they seem to be imported from

    /wp-content/mu-plugins/site-settings/style/scss/imports/_typography.scss

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

    ul li {list-style: none !important; }

    Best regards,
    Mike

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

    Hi,
    Please try this:

    .html_visible_cart .cart_dropdown {
        right: -10px;
    }

    the setting is -2px right now so -10px maybe what you need, but try adjusting to suit.
    (Sorry, I’m on a PC)

    Best regards,
    Mike

    in reply to: How to center logo + main menu on one line? #864339

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

    Best regards,
    Mike

    in reply to: Responsiveness #864338

    Hi,
    Perhaps I misunderstood, do you mean that your site just shows the code on your phone?
    please see screenshot in Private Content area.
    I think this is due to a plugin, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Or Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

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

    Hi,
    Try this for all pages in tablet view:

    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 128px!important; 
    }}

    For the mobile view issue, the only pages that had the issue was FAQ & Support, both which have a empty cell at the top of the page, so try this:

    @media only screen and (max-width: 767px) { .page-id-64 .avia-builder-el-1,.page-id-62 .avia-builder-el-1 {display:none!important;}}

    Best regards,
    Mike

    in reply to: Responsiveness #864332

    Hi,
    Can you explain what is not working for you? When I look it seems to be responding correctly.

    Best regards,
    Mike

    in reply to: How to center logo + main menu on one line? #864331

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

    
    @media only screen and (min-width: 767px) and (max-width: 900px) { div .logo {left: 10%!important; }
    .av-main-nav-wrap {left: -15%!important; }}
    @media only screen and (min-width: 901px) and (max-width: 1024px) { div .logo {left: 15%!important; }
    .av-main-nav-wrap {left: -20%!important; }}
    @media only screen and (min-width: 1025px){ div .logo {left: 30%!important; }
    .av-main-nav-wrap {left: -50%!important; }}

    Please clear your cache and review.

    Best regards,
    Mike

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

    Hi,
    Did the css hide the border box for you?

    Best regards,
    Mike

    in reply to: Hamburger- Menue – icon #864325

    Hi,
    Froh, dass wir helfen konnten, werden wir das jetzt schließen. Vielen Dank für die Verwendung von Enfold.

    Best regards,
    Mike

    in reply to: Remove flags from mobile menu #864322

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

    Best regards,
    Mike

    in reply to: Create a menu with images above the main menu #864321

    Hey Audiolia,
    Try creating a secondary menu and in the “Navigation Label” place your image like this:

    <img src="https://127.0.0.1/wp-content/uploads/image.jpg" />

    Then go to Enfold Theme Options > Header > Extra Elements > Header Secondary Menu and choose your menu.

    Best regards,
    Mike

    in reply to: How to center logo + main menu on one line? #864313

    Hi,
    It looks as though your logo is centered with the menu on both sides, if this is due to the code Victoria gave you can you please remove it so we can give you some new code.

    Best regards,
    Mike

    Hi,
    Using the password you provided earlier, we will also need a username.

    Best regards,
    Mike

    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

Viewing 30 posts - 30,481 through 30,510 (of 33,834 total)