Viewing 30 results - 100,351 through 100,380 (of 142,904 total)
  • Author
    Search Results
  • #584671

    Hi!

    This line:

    offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($(".av-submenu-container").outerHeight()) + ($(".html_header_sticky.html_header_unstick_top_disabled #header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10),
    

    Change it to:

    offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($(".av-submenu-container").outerHeight()) + ($(".html_header_sticky.html_header_unstick_top_disabled #header_meta").outerHeight()) + 1 + 51 + parseInt($('html').css('margin-top'),10),
    

    Cheers!
    Josue

    #584657

    Hi Jon!

    I can’t really answer for a third-party plugin as it would be considered outside of our scope, you can create a topic in their public forums though:
    https://community.nextgenthemes.com/

    Cheers!
    Josue

    #584650

    Hi Wizard247 – have responded on the thread I started here: https://kriesi.at/support/topic/windows-phone-support-update/#post-584647.

    #584640

    Hi!

    well, if it’s working fine for you, then there is nothing do for you but enjoying the theme :). Let us know if you still need help with this topic and feel free to open a new ticket for a new issue/question related to the theme. We are happy to assist you.

    Best regards,
    Andy

    #584633

    Sorry but i dont see how either of those plugins help?

    I just think the simplest thing to do would be: if view = mobile show menu a or if view = desktop show menu b ? that way i can create a menu that works with your “Hide Mobile Menu Submenu Items”

    Currently i dont see how Hide Mobile Menu Submenu Items is a useful feature?

    #584627
    Haybazak
    Participant

    So there was an old topic of mine which is the exact same issue
    https://kriesi.at/support/topic/layout-issues-on-old-internet-explorer-versions/

    But since then i’m not importing (@import) my fonts – but they are on my server using @font-face

    Also I have font fallback activated if it is supposed to help with anything

    The problem persists and my website still looks realy bad on IE9

    ie9 issue

    #584614

    Hi!

    Click on the style and adjust the top and left value for each image so they line up correctly.

    Regards,
    Vinay Kashyap

    jan_reilink
    Participant

    Hi,
    I’m not sure whether this is an Enfold theme, a WordPress error or a bad configuration, but having jQuery v1.12.0 in wp-includes/js/jquery/jquery.js, with WordPress version 4.5-alpha-36536 produces errors:

    [body#top.home.blog.logged-in.admin-bar.stretched.open_sans.merriweather.customize-support, selector: "body", prevObject: n.fn.init[1], context: document]0: body#top.home.blog.logged-in.admin-bar.stretched.open_sans.merriweather.customize-supportcontext: documentlength: 1prevObject: n.fn.init[1]selector: "body"__proto__: Object[0]
    Uncaught Error: Syntax error, unrecognized expression: .main_menu .menu li > a[href*=#]
    'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.

    The console log for avia.js:893 is too large.

    This makes the Enfold combo widget, and other jquery stuff non functional, URL: https://www.saotn.org

    #584567
    Spiv
    Participant

    Hi,

    I use the fullscreen slider for showing short vimeo videos.
    I noticed on iPad and any touch device it falls back to the image.

    Is there a way to overrule this fallback and make the vimeo video in the slider work just like on desktop? Mobiles and certainly tablets nowadays are not anymore like 3 years ago, when this theme was released.

    I understand it autoplay is natively disabled on these devices, but why not simply show the play button? Just as youtube/vimeo does? Could I achieve this instead of the fallback image? I understand this happens in shortcode.js but I don’t see the play button when I turn the mobilefallback at false and it doesn’t work properly.

    Thank you

    S

    • This topic was modified 10 years, 1 month ago by Spiv.
    #584566

    In reply to: Unexpected 1px borders

    Hey!

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

    .av-extra-border-element.border-extra-arrow-down { 
    position: relative;
    top: -1px; 
    }

    Regards,
    Yigit

    #584556

    Hi!

    Please add following code to Quick CSS as well

    #header {
        margin-top: 0!important;
    }

    Cheers!
    Yigit

    #584531

    Hi tumold!

    We are not aware what are of the custom changes applied to the theme. However it normally do not take 10sec to show send email and show the conformation. Please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you better.

    The ajax confirmation message is in white color on a white background to change text color add the below code to enfold > general Styles > Quick CSS

    
    #top .av-light-form, #top .av-light-form + .ajaxresponse * {
        color: #000!important;
    }

    Regards,
    Vinay Kashyap

    #584520

    Hi Manfred,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #584491

    In reply to: Separators size

    Hi,

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

    Thanks,
    Rikard

    #584486

    Hi Yigit,

    I’ve tried deactivating all active plugins – still no luck.

    Also, i followed the instructions here: https://kriesi.at/support/topic/child-theme-settings-are-not-working/

    ….and changed all the permission settings and still no luck.

    Feel free to deactivate the plugin, however we can’t have them deactivated for more than 20 min because we have visitors who may make purchases.

    Hi,

    Great, glad you found the problem. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #584470

    Hi Ryan,

    Great, glad @Guenni007 could help you out. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #584462

    Josue,

    Thanks a ton the plugin you recommend A.R. Video Embedded worked great on desktop, tablet and laptop.
    EX: http://www.bigboytravel.com/europe/germany/munich/oktoberfest/most-popular-songs/

    On mobile it wouldn’t autoplay when I click the cover/poster image for the video and required a second click. Because of this I had to use the standard YouTube coding with a custom CSS class to make it responsive while allowing rel=o instead. It’s not really ideal on mobile as I’d rather be able to have a custom cover/poster image show for each video so it can then lazy load the video with autoplay on click.
    Desktop is working great so far, but is there a way to do this on mobile too?

    Thanks again
    Jon

    #584449

    Hi flymotions,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top #wrap_all .main_color h3 {
    line-height: 32px !important;
    }

    Thanks,
    Rikard

    Hi Josue,

    Can I please ask you one last question: Could you please give me any code and tell me where to place this code for getting more then 2 buttons on the main area within the fullscreen slider?

    I have asked this in another topic, but no one is really responding.

    Regards,
    Anthony

    jacobdubail
    Participant

    Hi,

    I notice that the Portfolio code doesn’t have many (any) filter or action hooks to which I can add custom functionality. I need to add a custom taxonomy, modify how the filters look/work, add new filters for the new taxonomy, change the look and content of the Portfolio post blocks.

    Is there any documentation, I couldn’t find any, on this topic?

    Thanks!
    -Jacob

    #584411

    Hi Vinnie

    I appreciate your response. I did as you suggested with deactivating all the plugins and that didn’t seem to have made any difference.

    I also created a page identical to the one I was having problems with and used the default template layout and simply removed the header and the footer. This page seems to scale well just as the rest of the website does. The only problem is that there is a large space at the top of the screen, where the menu usually would be.

    So to compare – this page uses the “Blank – No header, no footer template” and does not scale well
    http://www.web4business.com.au/marriage-celebrants-welcome/

    This new page uses the Default Template and has header & footer removed (but also has a big gap at the top) but scales well
    http://www.web4business.com.au/marriage-celebrants-welcome-4/

    I have purchased over 20 copies of the Enfold theme as I use it for many of my clients and I am keen to figure out what the problem is, as I plan to create many more landing pages, not only for me but also for my customers,

    As such I would greatly appreciate if you could figure out what is causing the problem with scaling on the “Blank – No header, no footer template”.

    I have created an admin user for you.

    Many many thanks
    Ivana

    #584390

    You can close this topic. Thank you again! :)

    #584389

    In reply to: Contact form on footer

    You can close this topic, thank you again! :)

    #584384

    You can close this topic. Thank you again! :)

    #584379
    kvpacs
    Participant

    Hello,

    I’m trying to apply custom styles to a post slider. The slider I would like to target is on our homepage, in the Facility Rentals section 2/3 down the page. I’ve entered a class called rca-rental-slider in the custom css field of the slider, and would now like to make the following changes:

    .entry-content-header { min-height: 60px; }
    .blog-categories minor-meta { display: none; }
    .avia-content-slider .slide-entry-title { color: #fff; padding-top: 10px; }

    Would you mind guiding me in how to add .rca-rental-slider to the above styles, to target this slider only? I’ve had no luck.

    Thanks so much

    #584364

    In reply to: Installing font

    Hey yes9310!

    Please take a look here, on how to load the custom font:
    https://kriesi.at/support/topic/new-custom-font/

    change the color of the calendar links with the following

    table.em-calendar td.eventful a {
    color: #fff !important;
    }

    Cheers!
    Basilis

    #584360

    I have the same problem. All transitions have stopped working for me though.

    #584355
    wsackley
    Participant

    Any reports of Layer Slider transitions (from slide 1 to slide 2, etc.) stopping from working automatically on web pages?

    sitedesyne
    Participant

    On this site listed below in the Private field, I have a top header bar with a secondary menu on the left side. The main menu is displaying as responsive, but the secondary menu doesn’t appear at all. Also in that top bar is a phone number, and that is appearing on mobile devices, just not the menu. I need that menu to appear and be responsive too. Can you please tell me how to make that happen. If custom work is necessary, please advise the details on how that works. Bottom line, I need that menu to appear on mobile devices as well as the main menu.

    thank you in advance.

Viewing 30 results - 100,351 through 100,380 (of 142,904 total)