Forum Replies Created

Viewing 30 posts - 20,701 through 20,730 (of 34,221 total)
  • Author
    Posts
  • Hi,
    You will want to add a custom class to your image, and then use that custom class in the first line of the css:
    2019-05-16-121653
    Please try setting up a test page on your site with a custom class that we can see, and we can demonstrate the adjustments.

    Best regards,
    Mike

    in reply to: Need to add buttons above the main menu #1101175

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Menu mail icon background color change #1101172

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: 3 issues #1101171

    Hi,
    Thanks for the login, I didn’t see the 1px white line in your screenshot, but I took a look at your “Quick CSS” and found a few errors which I corrected based on your statement:

    when it worked that also solved the one line issue on mobile

    Please check if this helped.

    Best regards,
    Mike

    in reply to: Favicon not appearing #1100818

    Hi,
    I took a look at your site and I see you are getting a 404 error on the favicon.
    I also see that your favicon is in this format:
    favicon.jpg
    As a rule of thumb, browsers look for the favicon as “favicon.ico” in your root directory, I recommend using this online converter to upload your “favicon.jpg” and convert to “favicon.ico” and then upload to your root folder, the same place as your wordpress “index.php”

    Best regards,
    Mike

    in reply to: Text appearing behind sticky menu #1100801

    Hey Arrastia,
    Sorry, I also don’t see your earlier request, can you elaborate about your issue with a link to a page showing the issue?

    Best regards,
    Mike

    in reply to: Menu mail icon background color change #1100797

    Hey macika,
    This is the css, please adjust to suit:

    #top #wrap_all .av-social-link-mail:hover a {
        background-color: #9fae37 !important; 
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Update to WordPress 5.2 and latest Enfold #1100796

    Hey macika,
    Thanks for your question, with these version numbers please first update WordPress and ensure your PHP version is at least v5.6
    Then update Enfold via FTP to v4.5.7
    Please note that you should rename the “enfold” folder in /wp-content/themes/ to “enfold-old” via FTP, then upload the new “enfold” folder, once you see the new “enfold” is working you can delete the “enfold-old” folder.
    Otherwise if it crashes, rename the new enfold folder to “enfold-new” and rename the “enfold-old” back to “enfold”.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    Hey ftt123,
    Thanks for the link, this is created by this css:

    .m_banner.banner-node-86 .m_banner_image {
        -webkit-animation: cssAnimation5 26s infinite ease-in-out;
        -moz-animation: cssAnimation5 26s infinite ease-in-out;
        -o-animation: cssAnimation5 26s infinite ease-in-out;
    }
    
    @-webkit-keyframes cssAnimation5 {
        0% {
            -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        }
    
        35% {
            -webkit-transform: rotate(0deg) scale(1.25) skew(0deg) translate(4%,0);
        }
    
        50% {
            -webkit-transform: rotate(0deg) scale(1.25) skew(0deg) translate(4%,0);
        }
    
        85% {
            -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        }
    
        100% {
            -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        }
    }
    
    @-moz-keyframes cssAnimation5 {
        0% {
            -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        }
    
        35% {
            -moz-transform: rotate(0deg) scale(1.25) skew(0deg) translate(4%,0);
        }
    
        50% {
            -moz-transform: rotate(0deg) scale(1.25) skew(0deg) translate(4%,0);
        }
    
        85% {
            -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        }
    
        100% {
            -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        }
    }
    
    @-o-keyframes cssAnimation5 {
        0% {
            -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        }
    
        35% {
            -o-transform: rotate(0deg) scale(1.25) skew(0deg) translate(4%,0);
        }
    
        50% {
            -o-transform: rotate(0deg) scale(1.25) skew(0deg) translate(4%,0);
        }
    
        85% {
            -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        }
    
        100% {
            -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        }
    }
    

    If you adjust the classes you can use it for any image on any site, hope this helps

    Best regards,
    Mike

    in reply to: Mobile Menu not visible #1100792

    Hey webprodigy,
    Thanks for the login, I took a look at your page and found that you had a few css errors in your Quick CSS, which I corrected.
    I also found that you had this css to hide the burger menu, which I removed:

    @media screen and (max-width:1150px) {
    	nav.main_menu {
    		display: none !important;
    	}
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Author's name #1100765

    Hi,
    Thanks for the login, but I was not able to login via FTP, please check.

    Best regards,
    Mike

    in reply to: error404.php Sprache ändern in de_DE.po #1100327

    Hi,
    Glad you were able to translate everything with the Poedit.
    To be clear are you replacing text with your “new sentence” or adding a totally “new sentence”?
    If it’s a new line of code and sentence, please try to add only in your language.

    Best regards,
    Mike

    in reply to: Author's name #1100325

    Hi,
    Can we have ftp access and admin login to investigate?

    Best regards,
    Mike

    in reply to: Aligning text in colour section #1100317

    Hi,
    Very good, so this sounds like we can close this now?

    Best regards,
    Mike

    in reply to: Restaurant-One Page Demo Import Failed #1100314

    Hi,
    Very good, so this is resolved and we can close it?

    Best regards,
    Mike

    in reply to: Place content elements within media elements #1100304

    Hi,
    Sorry, I don’t think I was as clear as I should have been, when you create your shortcode within the wand, then replace the shortcode within the function above and add it to your functions.php
    2019-05-13-153200
    then you can add this new shortcode to your slider
    “[icon_short_code]”
    Perhaps I could demonstrate better with an admin login and a test page?

    Best regards,
    Mike

    in reply to: Can't install Enfold demo files #1100295

    Hi,
    Thanks for the FTP access, I tried uploading the demo, but I’m not sure this ftp account is actually correct, I was also not able to login to your dashboard.easywp.com, It says the login is not correct. Do you have this with “namecheap”?
    Please verify your login details.

    Best regards,
    Mike

    in reply to: Need to add buttons above the main menu #1100269

    Hi,
    Sorry, but I’m not seeing a difference between your original screenshot and now. But you can change the height of the images in the code above. When I look at your site the header has to accommodate your logo.
    How much smaller do you want the header?

    Best regards,
    Mike

    in reply to: Can't install Enfold demo files #1099871

    Hey innobuilder,
    Thanks for the login, what is your webhost? Some hosts have security settings that block our demo import.
    Please check your PHP settings to see if the secure options are activated.
    “allow_url_fopen, “allow_url_include” and “register_globals” are “off”
    Try turning these “on”.
    Then please use the wp-reset plugin to reset your install before importing a new demo.
    If this doesn’t help, please include ftp access in the private content area so we can help install the “2017 Demo” for you.
    This is the one you want, correct?
    Also, please update to v4.5.7

    Best regards,
    Mike

    in reply to: Aligning text in colour section #1099867

    Hey Niklas,
    Thanks for the link, but I’m not sure that I see the issue, please see the screenshot in Private Content area.
    If you could provide a screenshot of the issue it would help, thanks.

    Best regards,
    Mike

    Hey uribinsted,
    Thanks for the link, but unfortunately your screenshot lead to a 404.
    When I look at your page the layerslider is working, is this resolved?

    Best regards,
    Mike

    Hi,
    Are you still having this issue? When I look at your site on mobile the logo is on the left and the burger menu is on the right, Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: socket text color almost not visible #1099857

    Hi,
    Glad Rikard 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
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Breadcrumbs on the right side #1099856

    Hey Michaela,
    Thanks for the link, but when I look at your site it seems your breadcrumbs are to the right, is this resolved?
    Please see the screenshot in Private Content area.

    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
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: contact form field not align on wpml translation site #1099852

    Hey Roger,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 767px) and (max-width: 990px) { 
    #element_avia_6_1,#element_avia_3_1 {
    width: 29% !important;
    }
    #element_avia_1_1 {
    width: 36% !important;
    }
    }

    Best regards,
    Mike

    in reply to: Enfold line under menu #1099851

    Hey Peter,
    I believe you are asking about the lines in the screenshots in the Private Content area, so in this case Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .container_wrap {
    border-color:transparent !important;
    }
    .av_minimal_header_shadow {
        box-shadow: none !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Hide blog date #1099842

    Hey sarah82,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    time.slide-meta-time.updated {
    display:none !important;
    }

    Best regards,
    Mike

    in reply to: Image Zoom #1099840

    Hi,
    Sorry, I don’t know of a plugin for this. But you could add a custom class to all of the images you want the above css to work on.

    Best regards,
    Mike

    in reply to: Image Zoom #1099776

    Hey gharry79,
    This is not built in, but it can be achieved with css, an example is:

    .item:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    it is basically the same rule for the top 3 browsers, and you can adjust the “1.1” to suit.
    If you would like help making this work for you, please include an admin login in the Private Content area, and a link to the page

    Best regards,
    Mike

Viewing 30 posts - 20,701 through 20,730 (of 34,221 total)