Viewing 30 results - 1,081 through 1,110 (of 11,204 total)
  • Author
    Search Results
  • Hi,
    Thank you for your patience and the link to the GitHub project, I first noticed that the project has an option to define a button on line 72 by adding the attribute to the shortcode like this:
    [mfp_post_popup post_slug_id="3460" popup_id="1" link_text="Popup Button" button="true"]
    in the project on line 105 you will see it has an image attribute image_link so it will allow an image like this:
    [mfp_post_popup post_slug_id="3460" popup_id="2" link_text="" image_link="/wp-content/uploads/2015/07/portfolio-2-2-260x185.jpg"]
    notice the link_text=”” is empty for the image, without the empty attribute the default is “Click Me”
    2022-07-02_008.jpg
    Now considering that your goal is:

    to create a portfolio page style by clicking on the image from the main page, then loading the pop-up window in which more detailed information is shown as a scrolling popup window.

    I tested this GitHub project on some portfolio items and found that full width elements break it and display some the target page below the footer on the trigger page, it works fine if the target page has no full width elements.

    If you are going to have full width elements on the target page why not just use a button or image with ?iframe=true in the link?
    2022-07-02_143424.jpg
    you could use css like this to make the lightbox larger:

    .mfp-iframe-scaler {
        width: 100% !important;
        max-width: 100% !important;
        height: 300vh !important;
        max-height: 300vh !important;
    }
    .mfp-iframe-holder .mfp-content {
        max-width: 90vw!important
    }
    

    and use the theme options to hide the footer and header on the target page:
    2022-07-02_013.jpg

    So since you want to create a grid of images that link to pages that show in a lightbox, I don’t see an advantage to using this GitHub project to create a grid of shortcodes when you could use the image elements to do it without errors.
    Another built-in option would be to use the portfolio ajax, true it’s not a lightbox but it loads the content on the same page.

    For the example page you linked to, I didn’t find any lightbox popups on it, each grid image that I clicked loaded a new page, perhaps you meant to link to a different page.

    Best regards,
    Mike

    #1357063

    In reply to: License renew

    Hey Gabriel ,

    Thanks for contacting us!

    Please login to your account on ThemeForest and go to Enfold’s page – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and click “Renew support” button on the right hand side.

    After that, you can go to https://kriesi.at/support/forum/enfold#new-post and re-validate your purchase code :)

    Best regards,
    Nikko

    #1357029

    Hi sebzh22,

    We apologize for the delayed response.
    It is possible for the product name to be positioned at the top left and the price at the bottom left, however the whole product item is linked to specific product page and there’s no option to show the button. Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-product-slider-container .woocommerce-loop-product__link {
        position: relative;
    }
    
    #top .avia-product-slider-container .woocommerce-loop-product__link .inner_product_header {
        position: static;
        text-align: left;
    }
    
    #top .avia-product-slider-container .woocommerce-loop-product__link .inner_product_header .woocommerce-loop-product__title {
        position: absolute;
        top: 4px;
        left: 12px;
    }

    Hope it helps.

    Best regards,
    Nikko

    To follow up, the shortcode as above is incompatible with the Enfold Advanced Layout Builder. As that is how the whole site is built, it won’t work. The PHP is from – https://gist.github.com/HuxburyQuinn/85af6bdf043bdfceb1f9e754abc59987

    The shortcode does this and I can load a page into the popup, but it is incompatible with the Advanced Layout Builder and will not work as a button or image link. Here is a test page — https://dev.blaircomm.us/6194-2/ – click the link “creative.”

    I want the same inline popup style triggered by a button and an image, see – https://www.behance.net – how they show portfolios in an inline popup triggered by an image. This is to create a portfolio page style by clicking on the image from the main page, then loading the pop-up window in which more detailed information is shown as a scrolling popup window. As I said, the shotcode does this but is unworkable as an image link and within the Advanced Builder.

    I have gone over other posts where it looks like this can be done, but don’t see a comprehensive post with all the steps/code that I can get to work. I looked at https://www.youtube.com/watch?v=ezR27jB7zL8, but it is from 2018 and I can’t get it to work.

    Is there a way this can be done working within the Advanced Layout Builder?

    hypergolica
    Participant

    Dear Support,
    Only one page of my Enfold website does the following:
    a) changes the footer
    b) throws a warning telling me the avia_builder_button failed to initialize. (If I click ‘update’, I get the warning; if I hit ‘refresh’ it goes away.)
    Any idea how I can fix both?
    Please advise. Link to page and credentials in private content.
    Thank you,
    Tim

    #1356878

    In reply to: avia layout gone!

    Hi Lefteris,

    Please try to add this CSS code in Enfold > General Styling > QUick CSS:

    @media only screen and (max-width:767px) {
      #top #wrap_all #full_slider_1 .av-q3q9qn-53925e4809ef013df04d16b8e3d727c0 .slideshow_caption {
        padding-top: 28px;
      }
    
      #top #wrap_all #full_slider_1 .av-q3q9qn-53925e4809ef013df04d16b8e3d727c0 .slideshow_caption .avia-caption-title {
        line-height: 1em;
      }
    
      #top #wrap_all #full_slider_1 .av-q3q9qn-53925e4809ef013df04d16b8e3d727c0 .slideshow_caption .avia-slideshow-button {
        margin: 12px 0 0;
      }
    
      #top #wrap_all #av_section_1.av-mhok2n-638bda690f6640ff90af9e62788881c3 .content {
        padding-top: 40px;
      }
    
      #top #wrap_all #av_section_1 .flex_column_table.av-kf05nz-46eaca2763ddd7be847a91efb3dfdb63 {
        margin-top: 0!important;
      }
    }

    It’s specific to the page you posted.
    Hope it helps.

    Best regards,
    Nikko

    #1356730

    I added a link below in the „private content“. There you can see a composing of how it shall look like (here the mobile view). I mean the Button on the right „Termin buchen“.
    Maybe you know the best way to realize this with enfold?.
    Thank you in advance.
    CC

    #1356698

    In reply to: Support

    Hey Ivan Glaser,

    Please use this link to open a new thread, or click this button on the Enfold sub forum: https://imgur.com/a/AnoSPNb.

    Best regards,
    Rikard

    #1356691
    CC2022
    Participant

    Need your help: I read the documentation about this topic, but still do not understand, how to create and configure a floating button, that appears on each page of the enfold-Installation. I work with a child-theme.
    Thanx in advance
    CC

    Hey finchkelsey,

    Thank you for the inquiry.

    Did you install a pinterest or a social sharing plugin? Please deactivate the plugin temporarily, then toggle the Enfold > Performance > File Compression settings to regenerate the scripts and stylesheets. Let us know if that helps remove the unwanted pinterest button.

    Best regards,
    Ismael

    #1356515

    In reply to: Lightbox Animation

    see: https://enfold.webers-webdesign.de/#portfolio

    main part is – i think for you to slow down the transition between – maybe you try first only:

    .mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
        opacity: 0; /*** here you can influence the transition opacity - test with 1 to see the difference ***/
        -webkit-transition: all 2s ease-out;
        transition: all 2s ease-out;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    ___________________________________
    – on my page i had :

    
    .mfp-ready .mfp-figure {
      opacity: 0;
    }
    
    .mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
        opacity: 0; /*** here you can influence the transition opacity - test with 1 to see the difference ***/
        -webkit-transition: all 2s ease-out;
        transition: all 2s ease-out;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-zoom-in.mfp-bg,
    .mfp-zoom-in .mfp-preloader {
      opacity: 0;
      -webkit-transition: all 2s ease-out;
      transition: all 2s ease-out;
    }
    .mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .mfp-zoom-in.mfp-ready.mfp-bg,
    .mfp-zoom-in.mfp-ready .mfp-preloader {
        opacity: 0.85;
    }
    .mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        opacity: 0;
    }
    .mfp-zoom-in.mfp-removing.mfp-bg,
    .mfp-zoom-in.mfp-removing .mfp-preloader {
        opacity: 0;
    }
    .mfp-iframe-scaler{ overflow: visible; /*so the close button is shown*/}
    .mfp-zoom-out-cur { cursor: auto; }
    .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }

    the scale-factor is up to you – maybe a scale-factor nearby the 1 looks better

    #1356398

    Hey cristinagrafik,
    Thanks for your question, you can add more social profiles by following the steps outlined here in our documentation.
    Unfortunately I don’t believe that Fontello has a Tiktok icon yet so please see this thread specific for creating the Tiktok social icon.

    Best regards,
    Mike

    ellamac
    Participant

    Hi there!
    I have applied a widget to a header based on this and am wanting to use a different header as this doesn’t work very well at all for mobile devices.
    https://kriesi.at/support/topic/buttons-in-header-above-menu/
    Is that possible?
    Or will I need to change all of the CSS to only apply to desktop – https://kriesi.at/documentation/enfold/add-button-elements-to-your-header/#toggle-id-2
    Many thanks!!

    #1355997

    In reply to: Enfold 5 and ECP

    Hi Jason,

    CSS fixes in TEC plugin are related to top filter bar on events page and calendar dropdown button. If you would like to apply it on your installation, please go to Appearance > Editor and replace /enfold/config-events-calendar/event-mod-css-dynamic.php file with this one – https://pastebin.com/ymsTrkKi and then replace /enfold/config-events-calendar/event-mod.css file with this one – https://pastebin.com/wCbitu5v.
    After updating the files, please save Enfold theme options and clear cache.

    Enfold is the only theme we are developing so we will make sure that it adapts to changes made in WP core. Regarding the roadmap, even though we released Enfold 5 recently, Enfold 6 is in sight and it will be the greatest release of Enfold ever. Kriesi said that he has not been this excited since the initial release of Enfold. Though, great things take time so unfortunately there is no ETA or feature reveals yet :)

    Best regards,
    Yigit

    schnelletexte.de
    Participant

    Hallo,
    plötzlich – ich habe nichts geändert oder installiert – funktionieren auf meiner Seite https://johannesfaupel.com/
    keine Ankerlinks mehr – wie hier: https://johannesfaupel.com/ueber-sie/#konflikte-im-team

    Wenn ich die Seite mit dem iPhone aufrufen, funktionieren alle Ankerlinks.

    Am iMac und am PC funktionieren die Ankerlinks nicht, wenn man sie anklickt – weder aus einer Schaltfläche in einem Slider heraus noch über das Inhaltsverzeichnis. Man springt nach oben an den Anfang der Seite!

    Kopiert man aber die Adresse aus der URL-Zeile, öffnet einen neuen Tab und gibt sie dort ein, wird die Sprungmarke angesteuert.

    Beispiel: https://johannesfaupel.com/ueber-sie/#hoher-krankenstand

    Beispiel für eine Schaltfläche: Hier im Slider “Zertifizierungen” https://johannesfaupel.com/ueber-mich/
    Der Button ist ohne Funktion, schreibt aber den Link in die URL-Zeile.

    Wenn ich diesen kopiere und in einem neuen Fenster / Tab eingebe und Return drücke, funktioniert der Ankerlink!

    Das ist ein nicht nachvollziehbarer Fehler.

    Ankerlinks funktionieren nicht, wenn sie im Text / Body stehen.
    Sie funktionieren, wenn sie über die URL direkt angesteuert werden.

    Ich habe Enfold neu installiert, WordPress neu installiert, testweise alle Plugins deaktiviert, die .htaccess nach Standard neu aufgesetzt, PHP 8.1, gutes Hosting – und gestern funktionierte noch alles. Der Fehler ist durch mich nicht zu beheben und kostet enorm viel Zeit.

    Danke vielmals für eine Lösung!

    #1355689

    In reply to: avia layout gone!

    if i go more responsive than this the buttons and text wont show correctly
    https://snipboard.io/olD0uW.jpg

    I saw that there was a fix here: https://github.com/KriesiMedia/enfold-library/commit/944318e25cb1336935c0f8850db94ec4436a6ace

    tried to add the content to wp-content
    themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js
    but that didnt fix the issue

    #1355400
    felixl
    Participant

    Hi there,

    i´ve made for a customer of mine a new “undersite” (see private content).
    This Customer is using Enfold since 2016.

    On that new undersite i´ve used lot of “Button-Elements”.
    So far, it´s all good on PC.
    But i have Problems with the exact alignment especialley on iPhone 11 Pro, iPhone 8 (maybe on all iPhones).
    The alignment on all Phones are a litte bit to much on the right site (even on my Samsung S8).
    But on iPhone 11 Pro it is too extreme on the right side – looks like the frames on the right site are “cutted”.
    Not really cool.

    So please: can you take a look and help me?

    thanks a lot,
    felixl
    p.s.: please see your credentials below.

    • This topic was modified 3 years, 8 months ago by felixl. Reason: sorry, button is called "jetzt gewinnen" not "jetzt testen". my bad

    Hey Rikard,

    I have pasted the code in Quick CSS after this in Enfold->General Layout->Dimensions I have settled the width of Content+Bar at 70% dut it doesn’t work.

    I also tried to reduce by 30% the maximum width of the contener in px but it doesn’t work.

    Any other idea?

    I don’t know if this can help but I copy/paste just below all the lines of the Quick CSS window:

    .av-logo-container, #footer .container {
    width: 100%;
    max-width: 100%;
    }

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-weight: bold!important;
    font-size: 15px!important;
    }

    #top .av-tab-arrow-container span { background: #059ed1!important; }

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { padding-left:20px; padding-right:20px; }

    .av-masonry-date {
    display: none!important;
    }

    /*—————————————-
    // CSS – Styling contact form 7
    //————————————–*/

    /* Textarea email and input fields */
    #top .wpcf7-form input[type=’text’],
    #top .wpcf7-form input[type=’email’],
    #top .wpcf7-form .wpcf7-textarea {
    /*border-color: #d0d2d3;*/
    /*background: #dbebfa;*/
    /*color: #00334e;*/
    font-family: “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1em;
    padding: 13px!important;
    border-radius: 2px;
    }

    /* Submit button */
    #top .wpcf7-form .wpcf7-submit {
    padding: 15px 30px;
    border-radius: 2px;
    }

    Thank you so much for your help,

    Kind regards,

    Olivier

    Hey Angelo,
    Please see this thread for the temp solution until the next update.
    If you don’t want to edit the theme files, just uncheck Use first slides caption as permanent caption option and the buttons will work correctly.

    Best regards,
    Mike

    #1355131

    Your button texts are not even displayed on the Safari desktop! – But when I try to reproduce the situation – my button text is displayed on the Safari desktop. So it must be a problem with one of your settings.

    Try this in your quick css if that solves the problem :

    try this first: ( maybe an !important is necessary )

    .responsive #top .avia-button .avia_button_icon, 
    .responsive #top .avia-button .avia_iconbox_title {
        display: inline-block;
        vertical-align: bottom;
    }
    

    By the way – the reason why the text in the buttons is not well placed: the font gothambook is the source for this.
    and second: maybe your are satisfied with Montserrat – it is preinstalled on Enfold and looks very similar to Gotham !

    #1355121

    Hi Ronaldo,

    Please try to add this CSS code in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      #top #wrap_all .avia-button.avia-color-white {
        color: #095bad;
      }
    }

    Best regards,
    Nikko

    #1354853
    StrategyDriven
    Participant

    Hello,

    Webpages properly resolve with column and button colors (white and blue respectively) when viewing as a logged in Admin. However, when viewed and not logged in (typical website visitor or Admin logged out) several elements do not resolve. Impacted webpages include but are not limited to:

    The StructInt.com website has no functions/plugins that require visitors to be logged in other than standard WordPress functions. Any help to resolve this issue is greatly appreciated. Administrator login credentials are provided in the Private Content area.

    Thank you!

    #1354761
    derlorenz
    Participant

    Hello
    I got the problem that the Links in Slider do not work. They also do not work in your demo Health Coach

    WHO AM i and WHAT I DO

    • This topic was modified 3 years, 9 months ago by derlorenz.
    #1354746

    In reply to: Strange Blog layout

    Hey edwindepianist,

    Thank you for the inquiry.

    — Adding the following css code should fix the alignment of the date and author info.

    .html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
        float: none;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings.

    — Regarding the comments, it is possible that discussions or comments are not enabled in the site. Please make sure that comments are enabled.

    // https://wordpress.org/support/article/comments-in-wordpress/#enabling-comments-on-your-site

    — Did you switch the editor to the Advance Layout Builder (ALB) for the last post? The read more button is probably displaying because the post is set to use the ALB. This also removes the featured image.

    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

    #1354661

    Topic: Table missing rows.

    in forum Enfold
    vilk85
    Participant

    Hello,
    I tried to update the table on my website: https://gilbt.com/wsparcie_led_instrukcje/

    Unfortunately there is a problem: once opened the page in the editor (no changes applied) and click the preview button. In the new tab (preview) table is missing some of the rows.

    I checked the html code and there is definitely missing some of the code and also spotted that the element is changed from ‘tr” to “li” I guess it came along with Enfold update.

    Please take a look

    old version https://ibb.co/FgmXGqR

    new version https://ibb.co/w7C3Vs5 (no changes were made to the table – in WP editor all rows are visible)

    Can you help please?

    • This topic was modified 3 years, 9 months ago by vilk85.

    Hi,

    @Steve
    thanks for the login, I copied your page to a test server but the buttons on the Fullwidth Easy Slider are working correctly, I saw that you had a custom avia.js in your child theme so I tried enabling your parent theme and disabling some of your plugins but it didn’t help on your site.
    I also see that we are using the same PHP version: 7.4.29 so I’m not sure what could be causing this but I couldn’t reproduce.

    @thinkjarvis thanks for the link to your site, I created a page with the Fullwidth Easy Slider and the Fullscreen Slider and tested buttons with page links, post links, manually links but I couldn’t reproduce your error.

    Best regards,
    Mike

    #1354563

    Hi Mike,

    Thanks for the guidance. I’ve tried clicking that radio button and saving about a week ago. Now I’ve come back and the page looks exactly the same. Here’s what the page looks like today June 8th:

    Screenshot-1

    Sorry to trouble you with this because it’s not exactly an Enfold problem. But how do I get the API credentials to update?

    PSDC
    Participant

    I’ve tried to search for answers on this but I don’t quite understand the previous posts so here it goes…

    I installed the demo content into Enfold (Gym Demo) and it has a blog section with about 8 demo posts showing various examples.

    When you view the general blog page, these posts have a picture and some preview text as you’d expect however… when I try to create my own blog post using the ALB editor it just doesn’t look the same? It’s missing the preview text and all I see is the Featured Image with a “Read More” button. I’ve tried replicating all of the information of an older original post to no avail.

    If I use the standard editor (Classic Edit) it’s fine but ALB… nope. Doesn’t quite work.

    Is this fixable? I’m sure I used to use ALB to make Blog Posts with no issues like this. I’ve never really used Classic Editor, rather not if I can stick with ALB Editor

    Driving me insane today. Any ideas? :-/

    Steve
    Participant

    I have buttons displayed over images & videos within Fullscreen Slider and a Fullwidth Easy Slider.
    Since updating to Enfold 5, the buttons appear as they always have and ‘dip’ when clicked but have no effect.

    Rikard
    Keymaster

    We’re happy to announce that Enfold 5.0 is finally available. Since this is a major update, we would recommend that users update on a staging or development sites first.

    Please see the change log below:

    New demo: https://kriesi.at/themes/enfold-parallax/

    feature: added position options (responsive) to:
    - Image
    - Button
    - Columns
    
    feature: added "Curtain Reveal Animations" (found in Animations Dropdown) to:
    - Image
    - Columns
    - Masonry
    - Masonry Gallery
    
    feature: added Animations Dropdown to:
    - Button
    
    feature: added parallax option (responsive) to:
    - Image
    - Columns
    
    feature: added transform options (perspective, rotate3d, scale3d, skew, translate3d) (responsive) to:
    - Image
    
    feature: added options to scale (zoom) and opacity for images when slide becomes active:
    - Easy Slider
    - Fullwitdh Easy Slider
    
    feature: minimum column height in % of surrounding layout container
    
    feature: theme option to disallow background image parallax and delayed animations on mobile (Performance Tab) - changed to be allowed by default
    feature: added swipe to all devices supporting touch screens (not only to mobile devices)
    feature: Extended Animations Dropdown with "Advanced Fade Animations", "Special Advanced Animations"
    
    feature: ALB Horizontal Gallery added rotation and styling options
    feature: ALB PostSlider added Navigation Dots
    feature: ALB Testimonial Slider added navigation styling and animation options
    feature: Adjusted options (and new options) for most sliders - under progress:
    - Slider Control Styling
    - Show Navigation Arrows and Dots (or none)
    - Custom colors for Navigation Arrows and Dots
    - Transitions and speed
    - Autorotate, end with last slide
    - Disable/Enable manual rotate (hide corresponding Navigation Arrows)
    
    feature: WPML global layout theme options - keep in sync options for all languages
    feature: added support for RankMath SEO plugin (active beta)
    
    tweak: CSS Burger Menu - remove space above mobile menu in landscape orientation and mobile devices
    tweak: support image links for slideshows with first slides caption as permanent caption
    tweak: option to add "alb templates" to top of page (not only to bottom)
    tweak: add option "Use custom link (fallback is image link)" to ALB Masonry Gallery
    tweak: ALB Tab Section new option "Deeplink String" (Advanced Tab -> Developer Settings) to set a custom link hash
    
    fixed: Block editor and ALB Tab Section have strange behaviour in backend
    fixed: Accordion Slider division by zero if no entries or images
    fixed: Anchor column link not working when set to open in the same window
    fixed: Block editor typography letter spacing not working
    fixed: Google Search only allows 1 tag FAQPage
    
    tweak: jQuery 3.0 remove deprecated $.proxy in all theme files:
    - enfold\config-gutenberg\js\avia_gutenberg.js
    - enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow.js
    - enfold\config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js
    - enfold\config-templatebuilder\avia-shortcodes\slideshow_fullscreen\slideshow_fullscreen.js
    - enfold\config-templatebuilder\avia-shortcodes\menu\menu.js
    - enfold\config-templatebuilder\avia-template-builder\assets\js\avia-tab-section.js
    - enfold\config-templatebuilder\avia-template-builder\assets\js\avia-tooltip.js
    - enfold\js\avia.js
    - enfold\js\shortcodes.js
    - enfold\framework\js\avia_sidebar.js
    - enfold\framework\js\conditional_load\avia_google_maps_api.js
    - enfold\framework\js\conditional_load\avia_google_maps_front.js
    - enfold\framework\js\conditional_load\avia_google_recaptcha_api.js
    
    tweak: jQuery 3.0 remove deprecated $.fn.focus() in js\aviapopup\jquery.magnific-popup.js
    
    updated: sync all language files version 5.0 (close to final release)
    updated: Dutch language files nl_NL (version 5.0 provided by EZWebdesign - Roger Hoen )
    
    DEVELOPER:
    
    tweak: support json string for slideshow options in HTML (data-slideshow-json="...")
    
    added conditional body classes: 
    - 'pointer-device-undefined', 'pointer-device-fine', 'pointer-device-coarse', 'pointer-device-coarse-only', 'pointer-device-none', 
    - 'touch-device', 'no-touch-device'
    
    added: class aviaPopupTemplatesPlugins
    
    added: filter 'avf_css_rules_position' - allows to alter position rules top bottom left right
    added: filter 'avf_css_rules_animation_duration' - allows to alter animation-duration rules
    added: filter 'avf_css_rules_animation_delay' - allows to alter animation-delay rules
    added: filter 'avf_css_rules_transition_duration' - allows to alter transition-duration rules
    added: filter 'avf_el_styling_responsive_styles_skip' - skip creating rules on element basis
    added: filter 'avf_get_global_option_keys' - modify global options key attributes before adding to internal logic
    added: filter 'avf_is_global_option' - remove a global option attribute
    
    deprecated: AviaHelper::css_4value_helper() no longer needed
    removed: $.AviaParallaxElement - replaced by AviaObjectParallaxElement in enfold\js\avia-snippet-parallax.js
    
    renamed: function sonar_keyframes -> keyframes
    renamed: filter 'avf_css_rules_sonar_keyframes' -> 'avf_css_rules_keyframes'
Viewing 30 results - 1,081 through 1,110 (of 11,204 total)