Forum Replies Created

Viewing 30 posts - 33,121 through 33,150 (of 34,945 total)
  • Author
    Posts
  • in reply to: Animated column jumping #812464

    Hi,
    I have changed and tested this code on FF54, please try:

    .av-animated-generic.right-to-left {
         -webkit-animation-fill-mode: forwards!important; 
         animation-fill-mode: forwards!important; 
    }

    Best regards,
    Mike

    in reply to: Updating to WordPress 4.8 admin page 500 #811926

    Hey joeldaigle1252,
    Are you getting a 500 server error?
    Your host may need to update your php

    Best regards,
    Mike

    in reply to: Animated column jumping #811923

    Hi,
    There is a bug in FF, yet this may help:

    .avia_transform .avia_start_delayed_animation {
         -webkit-animation-fill-mode: forwards; 
         animation-fill-mode: forwards;
    }

    The other option is to disable the animation until the next FF update:

    .avia-mozilla.avia_transform .avia_start_delayed_animation.right-to-left {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Best regards,
    Mike

    in reply to: Suddenly with comment-metadata #811920

    Hey digitalprint2222,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hey CY,
    Please try going to your widgets and adding the search widget.

    Best regards,
    Mike

    in reply to: Google Maps Not Working #811918

    Hey Geoffdoyle,
    Please try to get a new API key, and enter it. I know your key should work, but this has fixed the issue for some people :)

    Best regards,
    Mike

    in reply to: Fullscreen Slider #811916

    Hi,
    Your best bet would be to resize the image to fit the slide area, something like 1900px x 900px, with a 100px space at the top because the image fits under the header. With the other slides you don’t notice the scaling, but this one has text so you do.
    Wish I was more help :)

    Best regards,
    Mike

    in reply to: Full size logo not centered #811915

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

    .logo {height: 165px!important; max-height: 165px!important; width: 782px!important;}

    Best regards,
    Mike

    in reply to: Fullscreen Slider #811910

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

    .slide-6 {background-size: contain!important; background-repeat: no-repeat!important; background-attachment: initial!important; background-color: #000 !important;}

    It targets that one slide, so you can read all the text on it. It looks ok on tablets and laptops, but on desktop it has some borders. I added a black background color to help make it easier on the eyes.

    Best regards,
    Mike

    in reply to: Removing image counter #811908

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

    .mfp-counter {display:none !important;}

    Best regards,
    Mike

    in reply to: Adding a third footer widget? #811904

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

    Best regards,
    Mike

    in reply to: Menu is covering top part of anchor points content #811868

    Hi,
    Try replacing with this code:

    .anchor {
      display: block!important; 
      height: 100px!important;
      margin-top: -100px!important;
      visibility: hidden;
    }

    Best regards,
    Mike

    in reply to: WooCommerce catalogue images are blurry #811863

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Menu No Longer Offering Column or Rows #811862

    Hi,
    Perhaps there is a conflict, try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: CONTACT FORM INSIDE GRID ROW | ADJUST SIZE #811300

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

    .page-id-305#top fieldset {margin: 10%!important; }

    2:

    .page-id-305 .flex_column_table.av-equal-height-column-flextable {margin-top: -125px!important; }

    Best regards,
    Mike

    in reply to: Problem with widget in the header. #811295

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

    Best regards,
    Mike

    in reply to: Images Compression #811292

    Hi,
    Please see this post: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176

    Best regards,
    Mike

    in reply to: Widget Header Location Moved After Update #811290

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

    Best regards,
    Mike

    in reply to: change font size for fonts in shop #811288

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

    Best regards,
    Mike

    in reply to: Logo Spacing #811287

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

    .header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
    min-height: 65px !important;
    }

    Best regards,
    Mike

    in reply to: change font size for fonts in shop #811281

    Hi,
    I can see a difference,
    Please clear your cache: [http://www.refreshyourcache.com/en/home/]
    postimage

    Best regards,
    Mike

    in reply to: Link to '#next' page within a Content Slider #811278

    Hey davidgogel,
    You can enter a hash tag followed by a number to link a layer to another slide. For example #3 will switch to the third slide when someone clicks on this layer. This video explains – https://www.youtube.com/watch?v=SOTh1RASTa8

    Best regards,
    Mike

    in reply to: Picture in mobile version #811273

    Hey derarbeitspsychologe.at,
    I believe you have some css in your General Styling > Quick CSS field or in another custom css area that looks like this:

    @media only screen and (max-width: 736px) {
    .av-parallax-inner.main_color.avia-full-stretch {
    background-position: -70px 100px !important;
    background-size: 120% 100% !important;
    }}
    

    Please change to this:

    @media only screen and (max-width: 736px) {
    .av-parallax-inner.main_color.avia-full-stretch {
    background-position: -550px 100px !important;
    }}

    Please clear your cache: [http://www.refreshyourcache.com/en/home/]

    Best regards,
    Mike

    in reply to: change font size for fonts in shop #811272

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

    h2.woocommerce-loop-product__title {font-size: 18px!important; }

    feel free to change the font size to suit :)

    Best regards,
    Mike

    in reply to: Enfold Menu No Longer Offering Column or Rows #811271

    Hey adelanteabroad,
    I’m not sure I understand, I looked at your sub-menu, but it looks fine to me. Please see in Private Content area and advise.

    Best regards,
    Mike

    in reply to: Widget Header Location Moved After Update #811266

    Hey bradlangan,
    The solution was to adjust the plugin’s settings, I enabled “Use Container” and set the top margin to -48px.
    Please feel free to adjust further if needed, but we typically don’t offer support for 3rd party plugins :)
    Please clear your cache: [http://www.refreshyourcache.com/en/home/]
    postimage
    postimage

    Best regards,
    Mike

    in reply to: Blog Page – Replace Read More with Full Text/Summary #811264

    Hey pnguevarall,
    On your blog page, try setting your Blog Element to show full content in the Blog Content length option, and in each post, ensure you don’t have any “more” elements or any content in the “Excerpt” field, which is viewed by checking it in the “Screen Options” at the top of your post page. Note that the Blog Content length option is not available if you choose “Grid Layout” as your Blog Style.
    Another way is to use the “Excerpt” field, which is viewed by checking it in the “Screen Options” at the top of your post page. This overrides the other settings.

    Best regards,
    Mike

    in reply to: Logo Spacing #811259

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

    span.logo a img {max-height: 65px!important;}

    Best regards,
    Mike

    in reply to: Images Compression #811255

    Hi,
    Thanks for the feedback, it looks like 138×81 is the size of your magazine element images. When you are ready to check your Gzip compression you can use this tool: https://varvy.com/tools/gzip/

    Best regards,
    Mike

Viewing 30 posts - 33,121 through 33,150 (of 34,945 total)