Viewing 30 results - 5,401 through 5,430 (of 142,869 total)
  • Author
    Search Results
  • #1439227
    This reply has been marked as private.
    divinecurio
    Participant

    Hi there, my client who has the website http://www.movewithmaria.co.uk wants to have her icon list big on desktop and smaller on mobile, I have gone in, changed all of the rows, all of the icon systems everything to be “responsive” and to not show on mbiles with the big version and then only show the small version on mobile to no avail.

    Please can you help – i don’t know why it isn’t working.

    #1439196

    Some other pictures about H3 showing in a different style (on a laptop)

    Hi Nikko, dear Kriesi team,
    sorry for my very late reply and I hope the topic is not closed yet. In between we handled the issue as discribed above:
    – delete the custom fonts in the theme options
    – switch to standard fonts in the general styling, which may not be necessary
    – load the custom fonts from the mediathek again
    – change the font settings to custom fonts again

    But this is not a solution and now the issue appears very often. The problem mainly occurs on the English domain new.coinsweekly.com.
    I can’t clone the website because it is too big and too complex. Switching filters for “Custom Font Display Behaviour (Global Layout)” to “Swap” did not solve the problem. If nothing helps we will change to GoogleFonts instead of self hosted fonts.

    Any Ideas?
    Best regards
    Anne

    #1439174

    Hi,

    Thanks! Disabling autoptimize solved the problem!

    Regards,

    Erwin

    #1439170
    StephenStamp
    Participant

    I have installed a plugin called Chaty for direct online chat on the website.
    This is not functioning properly because of layerslider

    There seems to be some script on the website which triggers HTML body click frequently. Please check the video below and you can see the count of console log.
    https://drive.google.com/file/d/1R9GKiBADC-vngycKoB3XHerwBkCqmmfb/view?usp=sharing

    We’re not really 100% percent sure but it looks like this script https://taratec.co.za/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/static/layerslider/js/layerslider.kreaturamedia.jquery.js?ver=7.9.1.
    From the LayerSlider plugin.

    Please advise as this is needed urgently on the website as clients are using it daily.

    I did get rid of all other errors that were showing, some were wooCommerce tacking , which I stopped.

    Hi,
    The same problem….I was wondering if the disappearing content and not saving revisions was related to this problem in the screenshot which you might recognise? We have deactivated all plugins and reinstated and perhaps this was something that was an isolated ‘glitch’.

    The screenshot is the only thing I can document as something being “wrong”. I have also tested being able to insert content from a saved template which has worked and having started building a new front page from scratch on a new page everything seems to be working normally.

    If the screenshot doesn’t bring any specific cause to mind, I will close the topic.

    Regards,
    Annemarie

    Hey TBant,

    Thank you for the inquiry.

    You can add this css code to disable the hover animation or fadein effect for the mega menu container and make it a bit more snappy:

    #top #header .avia_mega_div {
      opacity: 1 !important;
      display: none !important;
    }
    
    #top #header li:hover .avia_mega_div {
      opacity: 1 !important;
      display: block !important;
    }
    

    The code above should override the transition created by the avia.js script.

    Best regards,
    Ismael

    #1439158
    John Lapig
    Guest

    Hi,

    Following on the email regarding the topic below:
    Linked: https://kriesi.at/support/topic/update-of-theme/?avia_support_contact=avs_660b78f506d4b2.79246595_1438948

    We aren’t in communication with the previous agency so this isn’t an option. So I want to inquire what is needed for us to purchase the updated theme?

    Thank you
    John

    #1439157

    In reply to: Responsive

    Hi,

    You can align the content to the center by adjusting the padding of the catalogue and column container.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-catalogue-container.av-97hmxr-301bb1c6948008b057bb3f52570c7b0a {
        padding: 0;
      }
    
      .flex_column.av-9f5qr3-599781cc99ea2052a986d82c23483122 {
        padding: 0;
      }
    }

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1439144

    Hey Erwin,

    Thank you for the inquiry.

    We’ve found a script error in the browser console that could be the cause of the issue. Did you insert this script?

    <script type="text/javascript" id="layerslider-js-after">
        jQuery(function() {
            /// more here
        });
    </script>

    Please try to temporarily deactivate the Autoptimize plugin and disable the Enfold > Performance > File Compression settings. Let us know of the result.

    Best regards,
    Ismael

    #1439133
    mvi
    Participant

    Hello,

    I had another thread that have been closed but it is not completed: https://kriesi.at/support/topic/dynamic-css/

    Today we experiencethat min. 5 websites lost their styling and we even tried to add the function that you guys suggested but it did not fix it until we cleared cache.

    Can you please take a look at this again?

    #1439130

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    Hey Scott,

    Apparently, I misunderstood you. I thought you wanted a button to unmute the video on mobile. Our developers might add a button to unmute the video on mobile but it is not possible to autoplay an unmuted video as Ismael mentioned.

    It’s a bad user experience to auto-play a video with sound. That’s why browsers are disabling it.

    If you really need that, please hire a freelance developer to implement it.

    Regards,
    Yigit

    Hi,
    Try changing your css to this:

    #top .layout-wholebox:hover .layout-image {
        filter: grayscale(100%);
        transition: all 0.4s ease-in-out;
    }

    Best regards,
    Mike

    #1439098

    In reply to: Accessibility

    Hi Mike,

    Thank you for the advice I seem to have got the skip links function working well with WP Accessibility Settings and your CSS helps to highlight the button well.

    I usually use the Fullwidth Easy slider at the top of the start page so I would be thankful if you can shed more light on how I can change the font setting from H2 to H1 here.

    Many thanks
    Nick

    #1439095

    Hi, Ismaël
    Thanks for your answer.
    Sorry but it seems to make no difference. This is what I have I write in the Quick CSS box;
    /* Add your Mobile Styles here */
    @media only screen and (max-width: 480px) {
    .header_color .header_bg {
    background-size: 100% 100%;
    }
    }

    .responsive #top #wrap_all .container {
    width: 90%;
    max-width: 90%;
    }
    }
    Any mistake somewhere ?

    #1439088

    In reply to: X icon (former icon)

    This reply has been marked as private.
    #1439081

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    TBant
    Participant

    Hi

    I’m using the construction theme and have a couple of menus and mega menus. I’d like the menus to be snappy. Currently there is a delay / transition which I feel is unappealing.

    Looking through the forums there are a few topics.

    #top #avia-menu .sub-menu {
    opacity: 0 !important;
    }

    #top #avia-menu li:hover > .sub-menu {
    opacity: 1 !important;
    }

    ^^^^ the above code creates the desired effect for standard menu dropdowns but breaks the mega menu (all links are hidden / black)

    #top #avia-menu .avia_mega_div {
    opacity: 0 !important;
    }
    #top #avia-menu li:hover > .avia_mega_div {
    opacity: 1 !important;
    }

    ^^^^^ the above code fixes the mega menu breaking, however there is still a delay (without fade effect) moving between mega-menu dropdowns. The normal menu dropdowns are now snappier but still have a transition effect applied.

    js > avia.js, look for this code around line 1202:

    sublist.stop().css({visibility:’visible’}).animate({opacity:1});
    sublist.stop().animate({opacity:0}, function()

    ^^^^^ the above code is recommended to be included in the avia.js file which removes the timing components of the fade animation in/out completely.

    I’d like to test the javascript edit – but with my child theme, what is the best way to implement this? I have only style.css and functions.php when I go to “theme file editor”.

    Additionally, if there is a CSS fix like the first example which also works for the mega menu that may be useful to me and anyone else who stumbles upon the topic :)

    … generally in cases such as this, if there is a fix via JS or CSS, which is typically the better solution? I am assuming the JS fix is the more proper remedy unless for example there are elements you want to use the effect and others you do not… and you would then use CSS as an on/off switch of sorts.

    Still learning appreciate all your help

    Hey!

    To test this, we disabled Autoplay on the Video element. The video has sound by default when played manually, even in mobile view. You cannot control the volume using the video controls, but you can adjust it using the physical volume controls of your phone.

    Best regards,
    Ismael

    #1439070

    In reply to: Enfold and Woocommerce

    Hey Lukasz,

    Please continue here: https://kriesi.at/support/topic/woocommerce-enfold-2/

    Best regards,
    Ismael

    #1439063

    Hello Ismael,

    it getting somehow a little bit urging ..

    The first pages went down to this unpached plugin. We are not able to update this plugin unless we buy it on top of enfold.
    How many days will we have to live with a security leak like this in our systems?

    Is it possible to deactivate this plugin somehow ??? It is not listed …

    Ok Found it — Enfold — Layout Architekt — Bundled Plugins —

    Site looks awfull now, but at least its save.

    Thanx

    • This reply was modified 1 year, 12 months ago by Sushipro.
    #1439055

    Hey Christy,

    Thank you for the inquiry.

    You can add this css code to adjust the position of the arrow inside the box:

    #top #wrap_all .avia-slideshow-button, #top .avia-button, .html_elegant-blog .more-link, .avia-slideshow-arrows a:before {
        border-radius: 5px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0;
        padding-bottom: 15px;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    Best regards,
    Ismael

    #1439052

    In reply to: Responsive

    Hi,

    Thank you for the update.

    Have you tried adjusting the value of the padding and font size properties to make the pills smaller?

    @media only screen and (max-width: 479px) {
    
      /* Add your Mobile Styles here */
      #top .av-pill-tabs .av-section-tab-title {
        margin-right: 10px;
        padding: 0 !important;
      }
    
      .av-pill-tabs .av-inner-tab-title {
        color: #FFFFFF;
        font-size: 0.7em;
        margin-bottom: 0px !important;
        line-height: .5em;
        padding: 4px !important;
      }
    }
    

    Best regards,
    Ismael

    #1439049

    Hi,

    Thank you for the info.

    You can place the css code that we previously recommend below your own modifications. This should override the previous styles and fix the positioning of the arrows.

    .grid-content .avia-arrow, .tag .grid-content .avia-arrow {
        z-index: 10;
        border: none;
        top: -5px;
    }
    
    .grid-content .entry-content-header {
        z-index: 20;
        position: relative;
    }
    
    .tag .grid-content {
        position: relative;
    }
    
    .tag .grid-content .avia-arrow {
        border: none;
        top: -11px;
    }
    

    Best regards,
    Ismael

    #1439048

    Hi,

    Thank you for the inquiry.

    You can add the following css code to adjust the width of the header container on mobile view. This should also move the burger icon slightly to the right.

    @media only screen and (max-width: 480px) {
      .responsive #top #wrap_all .container {
        width: 90%;
        max-width: 90%;
      }
    }

    Best regards,
    Ismael

    #1439047

    In reply to: Contact form

    Hey Stefan,

    Thank you for the inquiry.

    There is no option for this by default but you might be able to use the avf_form_send filter to check the content of the contact form fields before sending the email. Usage examples can be found in the links below:

    // https://kriesi.at/support/topic/contact-form-submit-button-hook/#post-1370093
    // https://kriesi.at/support/topic/form_submit-event-not-fired-with-enfold-form/#post-1425948
    // https://kriesi.at/support/topic/work-with-variables-sent-by-enfold-form-avia_process_form_data/#post-1070392

    Best regards,
    Ismael

    #1439043

    Hi,

    Thank you for the update.

    This might help with the scroll offset issue: https://kriesi.at/support/topic/scroll-margin-top-scroll-padding-top-css-properties/#post-1432926

    Best regards,
    Ismael

    #1439037

    In reply to: Bug in Enfold

    Hello
    It seems strange to me that you say the behaviour is “expected” when in fact it leads to the incorrect images being shown!
    I did try “Load More” on the B&W tab only but that also has a bug. You can see the very top of the first “load more” images that have been loaded but when you try and scroll down, the scrolling does not work.
    Anyway, I have resolved my issue by using 2 separate web pages and not using the TAB Section.
    I really don’t know how you can say it’s not a bug though. It cant be used with a Gallery in each of the tabs unless you show all images in all tabs by default

Viewing 30 results - 5,401 through 5,430 (of 142,869 total)