Forum Replies Created

Viewing 30 posts - 28,771 through 28,800 (of 34,572 total)
  • Author
    Posts
  • in reply to: Footer/Fußzeile bearbeiten #917554

    Hey kletterfreak,
    Versuchen Sie, der Fußzeile neue Widgets hinzuzufügen, damit die Platzhalter-Widgets nicht mehr angezeigt werden.

    Please try adding new widgets to the footer and the placeholder widgets will disappear.

    Best regards,
    Mike

    in reply to: Demo Import #917551

    Hi,
    You import the database like in the video, and I will upload the files via FTP.
    If you want me to import the database, I will but I will need your Strato login to get to PHPmyAdmin.
    I also need your wordpress login.

    Best regards,
    Mike

    in reply to: Issues on upgrading to Enfold 4.2.4. #917545

    Hi,
    Glad to hear, we will leave this open to hear back from you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Demo Import #917538

    Hi,
    Oh I forgot here is a video on how to import the database,
    Here is a video on how it works

    Best regards,
    Mike

    in reply to: Demo Import #917530

    Hi,
    I understand, I have worked on a few Strato installs now, and for some reason the demos need to be manually. In each case Strato has not been helpful in tracking down the reason.
    What I suggest is that I upload the files needed for the manual install via FTP, and give you the database that you will need to import via PHPmyAdmin. How does that sound?
    I was able to login FTP with the new user and password, but not wordpress?
    Please check the url in Private Content area to make sure I’m going to the right place.

    Best regards,
    Mike

    in reply to: Issues on upgrading to Enfold 4.2.4. #917509

    Hi,
    I see your PHP Version: 5.3.10, this PHP version has been known to cause many errors since the new wordpress recommendation is version 7.
    Please ask your webhost to update your PHP.

    Best regards,
    Mike

    in reply to: Login details #917498

    Hi,
    Your email has been updated.

    Best regards,
    Mike

    in reply to: Enfold Page Builder Really Slow #917493

    Hi,
    I see that your PHP settings seem fine, but your site is Waiting (TTFB) 359ms for the server to respond with admin-ajax.php
    2018-02-25_112906
    Please check with your webhost if they see a reason for the long wait to respond.

    Best regards,
    Mike

    in reply to: Urgent: Need Enfold 4.2.3 download Link #917481

    Hi,

    @loxoma
    I attached the link in the Private Content area of this thread: post-917480

    Best regards,
    Mike

    in reply to: Video Element and Video-Slider Problem #917480

    Hi,
    The link you requested is in the Private Content area.

    Best regards,
    Mike

    in reply to: Sticky Header on Mobile #917478

    Hi,
    Glad Victoria was 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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Category pictures in webshop different sizes #917477

    Hi,
    Glad to hear, we will leave this open for now for your update.

    Best regards,
    Mike

    in reply to: Update to 4.2.4 has lost button formatting #917475

    Hi,
    Glad to hear it is solved, we are looking into this situation.
    We will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Single Page – Scrolling speed/elegance #917474

    Hey Verdaccio,
    I believe what you are looking for can best be addressed with a plugin such as Page scroll to id It has adjustable scrolling animation duration and easing over 30 types across different browsers. It has also been reported to work well with Enfold.

    Best regards,
    Mike

    in reply to: How to Bold Special header #917471

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

    .av-special-heading-tag {font-weight:bolder !important;}

    This code is very general and will change all of them, we can target only one page or section if you like but we will need to see the page first.

    Best regards,
    Mike

    in reply to: Update to 4.2.4 has lost button formatting #917469

    Hi,
    Please do, I have been testing this situation and this method has been solving.

    Best regards,
    Mike

    in reply to: Enfold 4.2.4 self-hosted video bug back…. #917467

    Hi,
    Thanks again for using Enfold, have a great day.

    Best regards,
    Mike

    in reply to: Demo Import #917466

    Hi,
    Sorry for the confusion, I thought Victoria had ended her day. Anyways I will help.
    We only get your info though the Private Content box below.

    I was able to FTP in, but the wordpress login didn’t work. Please check.
    Also what webhost are you using, Strato webhost?
    Which demo do you want to install?

    Best regards,
    Mike

    in reply to: Change color of "Special Heading" text #917459

    Hi,
    To change the whole Headline Rotator to bold, try this code in the General Styling > Quick CSS field:

    .av-rotator-container-inner {
        font-weight: bold!important; 
    }

    To change only the rotating text to bold, try:

    .av-rotator-text {
        font-weight: bold!important; 
    }

    You can use “bold” or “bolder” in the code.
    As earlier, This code is very general and will change all of them, We can target only one page or section if you like but we will need to see the page first.

    Best regards,
    Mike

    in reply to: Enfold 4.2.4 self-hosted video bug back…. #917454

    Hi,
    I understand your choice, and thanks for your kind words. I also like how you have a staging site to test updates, I recommend this to everyone.
    It is a incremental change, but as you see the updates are faster now.
    If you don’t mind, I’d like to close this before we get a dozen people posting here :)

    Best regards,
    Mike

    in reply to: Menu Bar Scroll Trasparent #917439

    Hey denisj77,
    To have your menu and header color partially transparent when scrolled,
    try this code in the General Styling > Quick CSS field:

    
    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color:rgba(255, 255, 255, 0.5) !important;
    }
    
    .header_color.av_header_transparency .header_bg, .header_color.av_header_transparency .main_menu ul ul, .header_color.av_header_transparency .main_menu .menu ul li a, .header_color.av_header_transparency .pointer_arrow_wrap .pointer_arrow, .header_color.av_header_transparency .avia_mega_div, .header_color.av_header_transparency .av-subnav-menu > li ul, .header_color.av_header_transparency .av-subnav-menu a {
    background-color:transparent !important;
    }

    To have your mobile partially transparent when it opens, try adding this code:

    @media only screen and (max-width: 992px) { 
    .html_av-overlay-side #top .av-burger-overlay-scroll {
      background-color: rgba(255,255,255,0.5)!important; 
    }
    }

    Best regards,
    Mike

    in reply to: Update to 4.2.4 has lost button formatting #917405

    Hey waveseven,
    Can you please tell us how you updated, though FTP or WordPress?
    I believe to solve your issue try deleting your enfold theme folder via FTP at:
    /wp-content/themes/enfold
    then upload the new enfold folder that you download from Theme Forest to upgrade.
    don’t try to overwrite your old theme folder.
    Please note that the standard name your the theme folder is /enfold/ yet if yours is named differently you will nee to match the name.
    If you are unsure of this process, please include ftp and admin access in the Private Content area.

    Best regards,
    Mike

    in reply to: Demo Import #917403

    Hi,
    Perhaps it is a server issue, we can assist better with a admin login.

    Best regards,
    Mike

    in reply to: Contact Formular is not orking right #917400

    Hi,
    Glad to help, just let us know if we can offer any other assistance :)

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Add entypo icon to copyright text #917391

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Enfold 4.2.4 self-hosted video bug back…. #917255

    Hi,
    Please don’t disable avia-footer-scripts-51bd723933befe683d1d5abe554ef146.js, it is a minify collection of js that the site needs to work properly, and is part of future options that will be making your site have a smaller footprint and run faster.
    Perhaps since these two options worked to solve your issue:
    1: disable the “Fast Velocity Minify” plugin
    or 2: go to the “Fast Velocity Minify” plugin settings and choose “Disable JavaScript processing”
    That they are the best options for now?
    I believe that with the new features coming you will find that you won’t need the plugin at all :)

    Best regards,
    Mike

    in reply to: Add entypo icon to copyright text #917223

    Hey luanapost,
    Try adding this code between your links

    ·

    Best regards,
    Mike

    in reply to: Change color of "Special Heading" text #917218

    Hey awjensen,
    Yes you can change the color of the special heading text with this code in the General Styling > Quick CSS field:

    .av-special-heading-tag {color: red !important;}

    This code is very general and will change all of them, but to only change the h1 special heading use this:

    h1.av-special-heading-tag {color: red !important;}

    to change the h2 ones replace the h1 in the code.
    We can target only one page or section if you like but we will need to see the page first.
    Hope this helps.

    Best regards,
    Mike

    in reply to: Demo import didn´t working (2) #917217

    Hi,
    It seems that Nikko now has the 2017 demo installed and working good with out errors. Has this been resolved?

    Best regards,
    Mike

Viewing 30 posts - 28,771 through 28,800 (of 34,572 total)