Viewing 30 results - 83,551 through 83,580 (of 142,642 total)
  • Author
    Search Results
  • #753443

    Hey!

    I thought you’re referring to a mega menu. That’s a standard dropdown and I can’t reproduce the delay. The visibility property is being set to “hidden” as soon as the mouse leave the parent item but there’s a little issue with the opacity. It doesn’t adjust back to zero. You can find the script in the js > avia.js file, look for this code around line 1274:

    currentItem.bind('mouseleave', function()
    					{
    						sublist.stop().animate({opacity:0}, function()
    						{
    							sublist.css({visibility:'hidden'});
    						});
    					});

    As you can see, the animate function has no duration property. What is this code in the Quick CSS field for?

    .sub-menu {
        opacity: 1 !important;
        display: contents !important;
    }

    Best regards,
    Ismael

    def6domadmin
    Participant

    Hi – After months of work building an Enfold-based site, I’m very disappointed to discover that Vimeo embeds that look great in the “easy slider” don’t show up on mobile (!). Why even have a video as a slide option if it only works on desktop?!?

    I’ve tested inserting Vimeo videos in text blocks, the video element in a color section, and via raw embed. But they show up with the titles and bylines! Don’t want!!

    What is the recommended way to insert video easily in the Enfold theme and have it work on mobile and not show Vimeo titles/bylines?

    #753434

    Perfect,

    Thanks for all the support.

    And one more question.

    As you can see, our main top menu is not aligned with the logo, but, when you scroll down, the menu stays at the same line of the logo.

    What are we doing wrong? The logo dimensions are wrong or it is the menu function?

    Thanks!
    Renato

    #753412

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #753404

    Hi,

    Sorry for the late reply. Please read through this thread for possible solutions: https://kriesi.at/support/topic/seo-google-page-insights-blocking-rendering-ressources-above-the-fold/

    Best regards,
    Rikard

    #753403
    Koncium
    Participant

    Hi, I’m currently using the dummy gym theme.

    I’ve been trying to make the header slightly transparent when I first go to the page. I found a CSS code to make it transparent after a scroll, but not initially. Initially it appears to be in a white horizontal box “above” my fullscreen slider image… is there a way to put this header ON the fullscreen slider image (such as in the Health theme).

    Thanks,
    Kyle

    That seems to be the case. I had an issue with Layerslider previously and had to buy/install a standalone version of the plugin to work around it.

    https://kriesi.at/support/topic/why-wont-enfold-import-default-layersliders/

    #753382

    Hi Basilis-

    Thanks for getting back with me. However, please visit the site on desktop- the menu does not open. Please see Testsite.teamitgr.com

    Thank you.

    Hi,

    Try using this css code:

    #top #avia2-menu .sub-menu li > a {
        color: #efd422;
        font-size: 16px;
    }

    Just adjust it as you see fit. Hope this helps.

    Best regards,
    Nikko

    thorntonp72
    Participant

    HI,

    Urgent

    I followed the suggestion in thread #285801 and now it places the side bar on the top, it pushes down everything, such as the header image. It now looks terrible. Any suggestions or css code to fix this please.

    Thanks,

    Paul

    #753351
    mvanbokkel
    Participant

    Hi,

    I developed a new website using the Enfold Theme. The images are looking good on a desktop and laptop but on a smartphone and tablet the images don’t resize enough to be displayed in an acceptable manner.
    Please find in the private content the website and login details.
    I appreciate your advice on how to change settings to achieve a better layout on these platforms.

    Kind Regards,
    Maarten

    #753338

    In reply to: Emails

    Hi,

    The table isn’t compatible for mobile, what we can do is to hide it in mobile and replace it with another. Try to add a class in the table for example put desktoptable as class, then put this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .desktoptable {
        display: none;
      }
    }

    then create 5 tables (with 2 columns and 3 rows each) then will have a class of mobiletable, then the css code I gave, will be changed to:

    .mobiletable {
      display: none;
    }
    
    @media only screen and (max-width:767px) {
      .desktoptable {
        display: none;
      }
    
      .mobiletable {
        display: block;
      }
    }

    I hope this idea helps.

    Best regards,
    Nikko

    #753321

    Hi,

    Try using this css code:

    #top .av-mailchimp-widget p.first_form {
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    
    #top .av-mailchimp-widget p.first_form:nth-child(3) {
        margin-right: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

    #753312

    Hi,

    Sorry for the late response, the reason it’s not working is because this is added on style.css of the child theme:

    #top .title_container .main-title a {
    display: none;
    }

    Please remove this, you might also need to remove this code too:

    .title_container .breadcrumb { left: 50px;
    }
    

    since the breadcrumb and title will overlap after removing the first css code.

    Best regards,
    Nikko

    #753309
    racedo
    Participant

    For some reason my website stopped displaying my sliders, it now has 2 scroll bars, and it doesn’t want to load all the content. I’m not sure what’s happening, but it’s very strange. Earlier today it was fine and now it’s not. Any ideas on what’s happening?

    #753305
    underhill123
    Participant

    Hallo,

    nach dem Enfold-Update heute, funktionieren die Layslider-Slides nicht mehr korrekt.
    Zum Einen stoppen bei Maus-over sämtliche noch zu absolvierende Bewegungen,
    außerdem funktionieren die Links nicht mehr
    Startseite https://www.meier-oel.de; die ersten drei Slides haben eine Verlinkung.

    Ich benötige Eure Hilfe, besten Dank, Gerd.

    #753301

    Hi,

    Try adding this to quick css:

    @media only screen and (max-width: 767px){
    .flex_column.av_one_full.flex_column_div.first.avia-builder-el-63.el_after_av_one_full.via-builder-el-last.column-top-margin{
    padding:0px !important;
    }
    }

    Let me know if this works for you!

    Best regards,
    Jordan Shannon

    #753299
    lucindaholland
    Participant

    Hi there,
    I’m a bit stuck.
    AIM:
    I’d like to have a background radial gradient in my footer but also retain the option to select a custom background overlay image in the Enfold theme settings so I can put a top shadow that repeats horizontally. Is that possible?

    Currently, when I add the radial gradient to the #footer or .footer-color (or many other combinations) CSS, it is in front of the uploaded custom image and the shadow can’t be seen.

    My CSS code:

    #footer {
    background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #DADBE2 100%);
    background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #DADBE2 100%);
    background-image: -o-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #DADBE2 100%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 359, color-stop(0, #FFFFFF), color-stop(100, #DADBE2));
    background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #DADBE2 100%);
    background-image: radial-gradient(ellipse farthest-corner at center top, #FFFFFF 0%, #DADBE2 100%);}

    Custom background image (transparent png) set in Enfold theme settings

    .footer_color {
        background: #ffffff url(" (Email address hidden if logged out) ") repeat-x scroll center top;
        z-index: 1;}

    You will need login credentials to see the site. Below if required.

    #753298

    Update –

    Looks like I used some quick css to remove the top bar “extra info” on mobile using the following

    @media only screen and (max-width: 768px) {
    #header_meta { display: none !important; }}

    Unfortunatly even though it removes the top bar the code keeps the space intact below the header. Causing the space to show between the full screen slider.

    How do I remove the space?

    M

    #753289

    Hey AV,

    What are the sections/divs that you are trying to get rid on mobile devices? Is the dark grey background on the right side based on the screenshot showing on your mobile phone? since I can see the back to top button is on that side as well. I checked this on an old iphone 4s and I don’t see any issue on it.

    Best regards,
    Nikko

    #753276
    Mark Hancock
    Guest

    AAAAAAARRRRRRGGGGGHHHH!!!!!!!! You know what the definition of insanity is? Trying the same thing over and over again and expecting a different result. I have tried logging into Kriesi AT support:

    Using Chrome on my PC
    Using IE on my PC
    From my Samsung Galaxy S5
    From my Bookkeeper’s PC using Chrome
    From my Bookkeeper’s PC using IE

    NONE OF THEM WORK!!!! And all of the links you inlcude in your post require that I be logged in, so I can’t see any of them – they show up as follows (1 example):

    (Purchase code hidden if logged out) – (Purchase code hidden if logged out) /” rel=”nofollow”>https://kriesi.at/support/topic/ (Purchase code hidden if logged out) – (Purchase code hidden if logged out) /

    Notice the (Purchase code hidden if logged out) everywhere – can’t log in so can’t see anything. I am so beyond frustrated and outraged at Kriesi on this. I have done almost everything you, Basilis and Yigit have told me to try and still, over 30 days later:

    My website’s menus are transparent and look awful
    My website’s top menu bleeds over onto the logo
    I can’t use my credentials to log in to Kriesi AT support
    I can’t look up previous topics I have posted

    I pasted the password you claim is associated with my login into both Notepad and Word, made the font Times New Roman so I could be sure of what the letters were, and laboriously and accurately entered in manually on every device and every browser that I tried to use to login and IT DOESN’T WORK! Is there ANY way that we can do some sort of online meeting where I can share my screen and you can share yours and we can get all of my issues resolved?

    And by the way, the link you provided:

    This link will display all the topics started with your username https://kriesi.at/support/profile/emperor_t/topics/

    Only shows 2 topics, and none of the ones I have submitted over the last 30 days nor the ones I submitted last year about the same !@#$% menu problem I am having now. My support login is totally screwed up, and I am 100% certain it is a problem on your side and NO ONE IS HELPING GET IT FIXED!

    And, of course, the originally reported problem of the menus is still being resolutely ignored by Kriesi Support.

    #753274

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1600px) and (min-width:768px) {
      #top.home .no_margin.av_one_fourth {
        min-width: 321px;
        display: block;
        float: left;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #753244

    Hi Basilis

    I can’t see how that can be done – i.e. having only the top of the color section visible a toggle button that opens the color section fully.
    Using the Accordion element, as Jordan suggests, does something similar but it doesn’t go full width and you can’t change the background colour of each accordion element.

    Peter

    #753229

    Hey KellyKilgallon,

    Try adding this to quick css:

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

    If this does not work for you please provide me with admin access so I can log in and take a closer look.

    Best regards,
    Jordan Shannon

    #753211

    In reply to: Theme Support

    Thanks Yigit- Would I just paste that in there at the top of that page or does it need to be in a specific location? I am new to wordpress and know just the basics.

    Thanks :)

    #753163
    goldengate415
    Participant

    Yigit, I just discovered after we closed that thread that “our” mods on that slideshow don’t look very good on mobile…. I have an only_desktop css class… can you tell or where I can add this so that the slideshow still displays on both mobile and desktop, but the quick search box only displays on desktop? Or another approach? I’m fine with the quick search box only showing up on desktop.

    Thanks!!!!

    Rob

    Hi Enfold Support Staff,

    I was just wondering how, in the Enfold Medical Demo, you had the 3 blue boxes a the top of the homepage hovering overtop of the bottom of the fullscreen slider?

    Thanks!

    #753136
    KellyKilgallon
    Participant

    Hello,

    Love the Enfold theme – I use it for all my websites!

    I have a question about a photo placement on the bottom of a section. On the desktop view, the photo in the middle section nicely lays on top of the section with a diagonal section border. See here: http://colinmcgarty.com/wp-content/uploads/2017/02/Screen-Shot-2017-02-28-at-11.20.44-AM.png

    On mobile, the image is floating above the bottom with a significant space appearing. See here: http://colinmcgarty.com/wp-content/uploads/2017/02/IMG_6271.png

    How can I eliminate that space in mobile so it looks like the desktop view. I’d like the image in mobile to rest at the bottom of the section like it does on the desktop view.

    Can you help?

    Thank you.

    #753115

    Hello,

    You can read more about what is included in support here – https://themeforest.net/page/item_support_policy.
    Even though it is not included, we help our users with small customization requests as well.

    Enfold is a very flexible theme so you would be able to create many different looking layouts by simply adjusting theme and elements’ options. You can check out Enfold showcase thread here – https://kriesi.at/support/topic/enfold-showcase/ to see what other users made with the theme. Most websites posted there are made by novice users.

    Let us know if you have any other questions :)

    Cheers!
    Yigit

    #753100

    Thanks for your help on this looks great. Is there a way off aligning content so icons are all top aligned?

Viewing 30 results - 83,551 through 83,580 (of 142,642 total)