Viewing 30 results - 96,031 through 96,060 (of 142,831 total)
  • Author
    Search Results
  • Hello!
    Why difficult? As I understand, the whole thing is about z-index. Just define it in a right way for Slider.
    In the theme I mentioned above, there is solution
    https://kriesi.at/support/topic/wp-enfold-layerslider-how-to-put-static-content-above-the-slider/
    but it doesnt work for me. I dont know why.
    I cant satisfied with form inside slider because I need static form, and also there are some bugs with form if it is inserted in a slide =(

    #629744

    Hi!

    Those are the old modifications (https://kriesi.at/support/topic/updated-enfold-wordpress-woocommerce/#post-563759) that we provided before but it’s not going to work any more because the woocommerce configuration was revised. Please follow the instructions in the following link if you want to have a left or right sidebar: https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    Best regards,
    Ismael

    #629731

    Hey mcraig77,

    use this code in Quick CSS field:

    .av-special-heading {
    margin-top: 12px !important;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    Yes, it is, but if you scroll down only a few milimeters it is not anymore and the next 100% color section automatically will not be 100%, too. Then there will always be some little of the color before/after at top/bottom of the screen visible.
    Like here: https://www.dropbox.com/s/wa06lu4dn06dbla/scrolling_problem.PNG?dl=0
    So my question is: is there a way to automatically correct that? So that when scrolling down the page a 100% color section is at least one time perfectly fits the screen?

    Thank you!
    Gerke

    #629714

    Hi,

    on desktop it seems fine to me. For iPhone screen size use this code inside of Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .av-submenu-container {
    height: 225px !important;
    }}
    

    and adjust as needed.

    Best regards,
    Andy

    #629700

    Hey!

    Alright. We can see the site now and we found a few errors. We found that there is an unwanted character (Â) added in the js > avia.js and shortcodes.js file, line 1910 and 2940 of the files respectively:

    if(position == "top" || position == "bottom")
    
    var redirect_to = form.data('avia-redirect') || false,
    

    Please get a fresh copy of those files then replace them via FTP.

    Best regards,
    Ismael

    Hey Krilille,

    Thank you for using Enfold.

    Will you consider removing the header background on mobile view? And then display the actual logo? There’s not enough space to contain an image that large on mobile view. Please replace the following code:

    .responsive .logo img {
        display: none !important;
    }
    

    .. with:

    @media only screen and (min-width: 989px) {
    .responsive .logo img {
        display: none!important;
    }
    }
    
    @media only screen and (max-width: 989px) {
    .header_color .header_bg {
        background: #ffffff;
    }
    }

    The code will hide the actual logo only on desktop view and then remove the logo background on mobile view.

    Best regards,
    Ismael

    #629689

    In reply to: Logo

    Hi,

    Ok great, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #629687

    Hey tremblayly,

    Thank you for using Enfold. Sorry for the late response.

    Please use this in the Quick CSS field:

    #top .woocommerce-tabs form .form-row input.input-text, #top .woocommerce-tabs form .form-row textarea, #top .woocommerce-tabs #content .form-row textarea {
        background-color: #ffffff;
        color: #000000;
    }

    Add the “!important” declaration after the css value if it’s not working.

    This short article will help: http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016

    Best regards,
    Ismael

    #629676

    Hi,

    I see the same when opening your website on iPhone, but anyway, if you want to get rid of the gap then change this code which you are using:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 80px;
    }
    

    to a smaller value, like:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 11px;
    }
    

    If you want your menu to open up on a different position, then use this code:

    #header .avia_mega_div {
    top: 77%;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    Hi,

    Ok, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    Hi,

    Sorry for the delay. We checked the site on IE8 and the layer slider is not visible at all. This is an old version that is going to be fully obsolete in the near future but the layer slider should still work on it nonetheless. This is probably because of the new jquery update. Please refer to this link for a possible fix: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    Best regards,
    Ismael

    #629657

    In reply to: Reducing spacing

    Hey anyone_officechanges,

    Thank you for using Enfold.

    We need to see the actual page so that we can inspect it. This is probably cause by the separator’s bottom margin and the first column’s top margin. If you want to be able to inspect the elements, this short article will help: http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016

    Best regards,
    Ismael

    #629653

    In reply to: Polylang Help

    Hi,

    Sorry for the delay!

    I answered your question in the new topic you opened:https://kriesi.at/support/topic/polylang-help-2/

    Best regards,
    Jordan

    Hey!

    LAYER-SLIDER
    I use an image lets say 1366 x 466 with a logo to the very left and a persons face to the very right. When I choose this image in a layer fullwidth 100% I neither can see the logo in full nor the face in full in a browser resolutin for 1366×768. This is something I do not get. Then I thought about using it in a layer as the bottom layer. Then I have always a white vertical bar of around 50pixel to the left, although layer settings are: top:0px; left: 0px. How can I fix this as I see you sometimes use header images of 1920 x 1280pixel, which are even bigger and it works somehow.

    Imagine a box 100px wide and 50px tall (slider container) and then another box (image) 200px wide and 200px tall. Is it possible to contain the second box to the first box without distorting it? The slider tries to retain the aspect ratio of the images so it creates a few size adjustments which is just enough to cover the whole slider container. At the cost of retaining the aspect ratio, the slider has to cut off parts of the background image. Actually, the hidden parts of the images overflows outside the first box or the slider container. We can allow the whole image to be visible inside the color section or slider container or set its dimension to adapt to the parent container (slider container) but it will be distorted on particular screen sizes. Which one do you prefer?

    Cheers!
    Ismael

    #629635

    Hi,

    Not quite what I’m asking. I need the desktop fullwidth menu to have the logo, with that code – but than need a mobile menu that is acts like a normal mobile menu…. do you understand that? If I edit that code that than the logo will not be in the fullwidth desk menu… make sense?

    If that is what you want then the code Yigit suggested is exactly what you needed because it will only apply the logo on desktop view.

    Best regards,
    Ismael

    Hey Julie,

    Thank you for using Enfold.

    The page id of the “about” page is “page-id-18” and the id of the “group-retirement” is “page-id-2330”. Append that to the existing selectors above. And you don’t need to declare multiple css media queries if they are targeting the same screen width. For example, the code above can be replace with:

    
    @media only screen and (max-width: 480px) {
    /* adjust slider height on small mobile portrait views */
    #full_slider_1 .avia-slideshow-inner, #full_slider_1 img{
    height: 120px !important;
    }
    
    /* adjust caption locations on small mobile portrait views */
    .caption_bottom .slideshow_caption {
    top: 150px !important; left: 1.5px !important;
    bottom: auto !important;
    }
    
    /* adjust slider caption title font size on small mobile portrait views */
    .responsive #top .slideshow_caption h2 {
    font-size: 16px !important;
    }
    
    /* adjust slider caption font size and line height on small mobile portrait views */
    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content {
    font-size: 10px;
    line-height: 12px;
    }
    }
    

    Best regards,
    Ismael

    Hi,

    Please add this css code to move the color section upwards:

    @media only screen and (max-width: 767px) {
    .responsive #top #main {
        padding-top: 0 !important;
        margin-top: -43px;
    }
    }

    Best regards,
    Ismael

    #629608

    Hi,

    1.) I’m sorry but you can’t add custom css class attribute to the widgets but they will get a unique id automatically. The id of the custom nav widget is “#nav_menu-4”.

    2.) What indent? I don’t see any space with or without the code.

    3.) Use this to fix the border:

    #top .content .flex_column .widget_nav_menu li:last-child {
        border-bottom: 0;
    }

    Best regards,
    Ismael

    Matt
    Participant

    After updating to 3.5.4 the animations (sliders, gallery, etc) stopped working. I am on the latest version of WordPress.

    Site admin details in private content as per moderators request from another thread.

    Please help. Thanks!

    #629562

    Figured it out. There might be a better way, but this works.

    #top .avia-gallery .avia-gallery-thumb a:hover {
    opacity: 1;
    }

    Same thing happened to my site. I did a hard cache clear and nothing.
    URL in private content. You can see a slider at the top of the page is not loading. Please help.

    #629548

    In reply to: tema Enfold duvidas

    debora
    Guest

    Jordan boa noite não consegui resposta nos topicos do suporte varios usuarios que compraram estão com o mesmo problema meu site endereço http://joojihato.com/home/
    Meu Layerslider wp parou de funcionar com a compra do tema Enfold preciso resolver esse problema ja que o tema inclui o produto, em meu painel do wordpress ele da uma mensagem que meu site não esta autorizado a receber plugin de update!!! E solicita código de compra como resolver esse problema por favor agora que comprei o tema não consigo trabalhar enquanto estiver bloqueado!!
    Ja interagi no seu suporte mas não obtive resposta agradeço se puder me responder caso contrario terei que cancelar a minha compra!!!
    Aguardo urgente
    Obrigada pela ajuda
    Debora
    (Email address hidden if logged out)

    #629547

    In reply to: tema Enfold duvidas

    debora
    Guest

    Jordan boa noite não consegui resposta nos topicos do suporte varios usuarios que compraram estão com o mesmo problema meu site endereço http://joojihato.com/home/ Layerslider wp parou de funcionar com a compra do tema Enfold preciso resolver esse problema ja que o tema inclui o produto, em meu painel do wordpress ele da uma mensagem que meu site não esta autorizado a receber plugin de update!!! E solicita codigo de compra como resolver esse problema por favor agora que comprei o tema não consigo trabalhar enquanto estiver bloqueado!!
    Ja interagi no seu suporte mas não obtive resposta agradeço se puder me responder caso contrario terei que cancelar a minha compra!!!
    Aguardo urgente
    Obrigada pela ajuda
    Debora
    (Email address hidden if logged out)

    #629543
    simonparker
    Participant

    Hi, our previous marketing company built our website for us using your theme, http://www.coolcaraircon.co.uk but noticed now that the accordion content element no longer works. Example page is http://www.coolcaraircon.co.uk/contact-us/solihull/.

    I registered this issue as a pre-sale and advised it’s probably caused by my theme being out of date. Seeing as the company who built the site no longer exist I’ve thought it easier to buy the theme which I’ve no done but not installed it. I gather installing it will fix the issue as I’m running version 3.0.4 it seems but I’m not at all technical and know if i install/update it something else will go wrong or stop working so are you able to help?

    I see you do an installation service for $50 but I don’t need it installing, just updating. Hopefully this will fix the issue and not cause others so can you help and advise the best way forward? I’m happy of course to pay for your service to rectify the issue so maybe we can come to some sort of agreement on cost to update the theme, and fix any issues that arise, and possibly check for any performance issues which i see you also do?

    endoradigital
    Participant

    I’d like to change the size of the author photo on the author archive page. It’s at the top next to the author’s photo. Do I need to do this with CSS or is it a setting in a widget.

    #629535
    Doron
    Participant

    hello
    my client needs full navigation capability in the top menu (only on desktop screen)
    for example he showed me this website (link in the private content)
    if you press the tab key ..and than keep pressing it few more times:
    1. you can see right away where the keyboard focus is while navagting the main menu with your keyboard
    2. you can also navigate sub menus (level 2 of the menu) and not just the main menu
    can this be done in enfold too?

    • This topic was modified 9 years, 10 months ago by Doron.
    #629524

    Hi mobilesolutions!

    We have already replied to your last thread here – https://kriesi.at/support/topic/single-menu-in-top-header-with-button/
    You can check out your threads here – https://kriesi.at/support/profile/mobilesolutions/topics/.

    Cheers!
    Yigit

    #629509
    marilusnm
    Participant

    Hi. I’m working with WooCommerce and do not want popups. I found this post and made the changes:

    The problem is when the product has several pictures , I need to see each one in the box. This css code prevents popups but cant select and see the images of the gallery. Can you please help me? I need to see all pictures Product image + gallery images (without popup).

    Thanks a lot and best regards.

    #629498

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Stylign tab

    #top #review_form #respond .comment-form-rating {
        position: static;
    }

    Best regards,
    Yigit

Viewing 30 results - 96,031 through 96,060 (of 142,831 total)