Tagged: x
-
AuthorPosts
-
October 7, 2016 at 12:48 pm #1207078
Roger LParticipantHi 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
October 7, 2016 at 4:36 pm #1207336
Roger LParticipantAlso. 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.
October 7, 2016 at 10:18 pm #1207631
Rue NelModeratorHello 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
October 8, 2016 at 4:10 am #1207814
Roger LParticipantThis reply has been marked as private.October 8, 2016 at 8:10 am #1207968
RadModeratorHi 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.
October 8, 2016 at 12:05 pm #1208078
Roger LParticipantHi 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
October 8, 2016 at 12:40 pm #1208110
Roger LParticipantHi 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.
October 8, 2016 at 12:50 pm #1208120
Roger LParticipantI 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.
October 8, 2016 at 4:55 pm #1208245
Roger LParticipantI 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
October 8, 2016 at 7:19 pm #1208306
Roger LParticipantHi 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.
menu item- signup
Thank you
October 8, 2016 at 7:20 pm #1208310
Roger LParticipantHi 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
October 8, 2016 at 9:10 pm #1208434
Roger LParticipantMy observation right now is that the popup on the menu is it is not consistent. Sometimes it works and most time it does not.
October 8, 2016 at 9:49 pm #1208455
RadModeratorHi 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!
October 8, 2016 at 11:00 pm #1208471
Roger LParticipantI 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
October 9, 2016 at 1:20 am #1208514
Roger LParticipantI 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1207078 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
