Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1207078
    Roger L
    Participant

    Hi Guys!!

    This one is a good one. I created a signup link on my main menu. The link is given a class of cp-popup497 as instructed by superfly menu to work as a menu link popup. The Footer menu works with the popup with the item SIGNUP link from the main menu. When I setup the Superfly menu to use the same main menu as the footer, the SIGNUP popup modal does not only on the actual phone. It work everyplace else including the footer signup link on the phone. Only the superfly menu link does not activate the modal. I tried adding html into the superfly widget and nothing. I added the short code for the popup a the bottom of the superfly menu and none work on the phone.

    Site: http://www.milanamay.com
    Help!!!!!!

    Thanks

    #1207336
    Roger L
    Participant

    Also. Since I am testing three ways to us the modal.

    1. I am using jQuery(‘ul.sfm-menu-level-0.sfm-menu .sfm-menu-item-506’).addClass(‘cp-popup497’); to add class the the left menu item call SIGN-UP

    2. Placed the cp model shortcode in the widget area of the superfy menu.

    3. I placed the cp model shortcode in the copyright text area of the superfy menu.

    #1207631
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Would you mind providing us the url of your site with login credentials so we can take a closer look and fix the issue? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1207814
    Roger L
    Participant
    This reply has been marked as private.
    #1207968
    Rad
    Moderator

    Hi there,

    The class should be added before the ConvertPlug javascript is executed (event attachment). That javascript is probably executed later than ConvertPlug.

    Instead, let’s use the widget as proxy and hide it,

    .cp-trigger-cp_id_d497f {
    display: none !important;
    }

    Then replace that javascript with this, it’s to call that widget

    jQuery('ul.sfm-menu-level-0.sfm-menu .sfm-menu-item-506 a').on('click', function(){
    
    jQuery( '.cp-trigger-cp_id_d497f' ).trigger('click');
    
    } );

    Hope this helps.

    #1208078
    Roger L
    Participant

    Hi this is getting better, however this amazing solution you provided to me works for the shortcode menu item in red on the bottom under the social icons on the phone. The item link we wish to work well is the menu Item right under contact menu item called signup. That modal popup seems to only be locked in the width of the menu while the red signup at the bottom opens up in the mobile width of the phone coorrectly.

    We are about 95% successful.

    Again, amazing work you have done and I am learned something from this case.

    Thank you

    #1208110
    Roger L
    Participant

    Hi Also, Another problem that has shown up with X and not sure what to do. When I go to the pages or posts area of wordpress. I am not able to click on update , cornerstone or the text or visual tab in the page or post. I am also locked out of all the admin menus on the left except for the bottom slider revolution , superfly menu and convert plugin. When I click on those I am able to control the other menus. When I click back to pages or post. I am locked out again.

    #1208120
    Roger L
    Participant

    I figured the lockout problem. A plugin that does event calendaring is interfering with X. The plugin is called EventOn. I feel I should contact the developer and ask him to see if he can fix this.

    Thanks again.

    I continue to need help with the sign up menu item under contact.

    #1208245
    Roger L
    Participant

    I figured the lockout problem. A plugin that does event calendaring is interfering with X. The plugin is called EventOn. I feel I should contact the developer and ask him to see if he can fix this.

    Thanks again.

    SIGNUP link is working %100 now. I figured and checked the details of the custom js.

    the signup is now working on the phone and the desktop.

    Without you guys and guys something would not be possible.

    Thank very much for such great support!!

    Roger

    #1208306
    Roger L
    Participant

    Hi Guys.

    Well I am not sure what is wrong. It was working and now the menu item is not working on the phone again.

    Can you check to see what is wrong.

    http://www.milanamay.com/

    menu item- signup

    Thank you

    #1208310
    Roger L
    Participant

    Hi Guys.

    Well I am not sure what is wrong. Signup menu item is not working on the phone anymore.

    Can you check to see what is wrong.

    Thank you

    #1208434
    Roger L
    Participant

    My observation right now is that the popup on the menu is it is not consistent. Sometimes it works and most time it does not.

    #1208455
    Rad
    Moderator

    Hi there,

    Hmm, yes it’s random on my end, maybe it’s affected by loading time since event attachment is based on when it’s executed. How about placing your widget outside the SuperFly, it’s hidden so it should work anywhere.

    I checked on mobile and it’s pop up. What browser you’re testing it on? Or maybe it’s cache on my end.

    Thanks!

    #1208471
    Roger L
    Participant

    I am using Safari on iphone 5s.

    I am going to test more and try to dig deeper somehow. You approach has me knowing that the targeting in Jquery may no be %100 for it not to be targeted only on mobile on iphone. I will crack open my android to test that as well.

    Thanks you again for your efforts. Our work together will help someone in the future.

    Roger

    #1208514
    Roger L
    Participant

    I noticed that the superfly menu is in my admin panel however X is continuing to say I need to install and activate it. When I do X puts a duplicate superfly menu in the plugins menu.

  • <script> jQuery(function($){ $("#no-reply-1207078 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>