• Resolved designofy

    (@designofy)


    I have added a plugin A WP Life. As per the documentation all steps are followed and I have added gallery to the page. The gallery is visible in Avada Builder but when changes are saved images are not loading in browser. What I see is only filters. Can you please help me resolve this?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 37 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi @designofy,

    Thanks for contacting us.

    Your page link is not working, becaouse of under maintenance banner.

    Thanks

    Thread Starter designofy

    (@designofy)

    Hi, Thanks for your mail and sorry for this. Maintenance page is now deactivated. Can you please check now?
    Thanks for your help.

    Plugin Author A WP Life

    (@awordpresslife)

    There is a jQuery issue.

    if your theme have option to load Js/jQuery in header, please enable it.

    Please try and let us know.

    Thread Starter designofy

    (@designofy)

    Not sure. How can this be added? Can you guide me? Idont see any such option.

    Plugin Author A WP Life

    (@awordpresslife)

    Please contact on our official site – A WP Life

    Thanks

    Thread Starter designofy

    (@designofy)

    Ok. Thanks. I will

    Thread Starter designofy

    (@designofy)

    It seems we do have the option to add JS/Jqury. Can you provide the code script to be added there? I will try adding that.
    Thanks

    Plugin Author A WP Life

    (@awordpresslife)

    Js is already in the plugin its loading in your footer.

    Thread Starter designofy

    (@designofy)

    Ok. Thanks. In this case what needs to be done now?

    Plugin Author A WP Life

    (@awordpresslife)

    you need to load js in header

    Thread Starter designofy

    (@designofy)

    Ok. So do you mean I should be loading <script type=’text/javascript’ src=’https://raficentenary.com/wp-content/plugins/portfolio-filter-gallery/js/bootstrap.min.js?ver=6.3‘ id=’awl-pfg-bootstrap-js-js’></script> in header?
    Sorry for the trouble

    Plugin Author A WP Life

    (@awordpresslife)

    you need to load all js in header.

    Thread Starter designofy

    (@designofy)

    This really helped. Thanks a lot for your help.

    Thread Starter designofy

    (@designofy)

    Sorry the photo gallery started working but it has affected other pages

    Pls help

    Thread Starter designofy

    (@designofy)

    <script type="text/javascript">
        (function () {
            var c = document.body.className;
            c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
            document.body.className = c;
        })();
    </script>
    <link rel='stylesheet' id='awl-pfg-filter-css-css'  type='text/css' media='all' />
                <script type="text/javascript">
                jQuery( document ).ready( function() {
                    var ajaxurl = 'https://raficentenary.com/wp-admin/admin-ajax.php';
                    if ( 0 < jQuery( '.fusion-login-nonce' ).length ) {
                        jQuery.get( ajaxurl, { 'action': 'fusion_login_nonce' }, function( response ) {
                            jQuery( '.fusion-login-nonce' ).html( response );
                        });
                    }
                });
                </script>
                            <script>
                jQuery( document ).ready( function() {
                    var $ul            = jQuery( '#wp-admin-bar-awb-form-group' ),
                        $formEditLinks = $ul.children( 'li' );
    
                    if ( 0 < $formEditLinks.length ) {
                        $formEditLinks.each( function() {
                            var formId = this.id.replace( 'wp-admin-bar-fb-edit-form', 'fusion-form' );
                            if ( ! jQuery( '.' + formId ).length ) {
                                this.remove();
                            }
                        } );
    
                        // Remove empty Ul.
                        if ( $ul.length && ! $ul.children().length ) {
                            $ul.remove();
                        }
                    }
                } )
            </script>
                    <script>
                jQuery( document ).ready( function() {
                    var $ul                = jQuery( '#wp-admin-bar-awb-off-canvas-group' ),
                        $offCanvasEditLink = $ul.children( 'li' );
    
                    if ( 0 < $offCanvasEditLink.length ) {
                        $offCanvasEditLink.each( function() {
                            var offCanvasId = this.id.replace( 'wp-admin-bar-fb-edit-off-canvas', 'awb-oc' );
                            if ( ! jQuery( '#' + offCanvasId ).length ) {
                                this.remove();
                            }
                        } );
    
                        // Remove empty Ul.
                        if ( $ul.length && ! $ul.children().length ) {
                            $ul.remove();
                        }
                    } else {
    
                    }
                } )
            </script>
                    <script>
                jQuery( document ).ready( function() {
                    var $ul                = jQuery( '#wp-admin-bar-awb-mega-menus-group' ),
                        $offCanvasEditLink = $ul.children( 'li' );
    
                    if ( 0 < $offCanvasEditLink.length ) {
                        $offCanvasEditLink.each( function() {
                            var megaMenuId = this.id.replace( 'wp-admin-bar-fb-edit-mega-menu', 'awb-mega-menu' );
                            if ( ! jQuery( '#' + megaMenuId ).length ) {
                                this.remove();
                            }
                        } );
    
                        // Remove empty Ul.
                        if ( $ul.length && ! $ul.children().length ) {
                            $ul.remove();
                        }
                    } else {
    
                    }
                } )
            </script>
Viewing 15 replies - 1 through 15 (of 37 total)
  • The topic ‘Problem with A WP Life PhotoGallery’ is closed to new replies.