Support › Forums › Sunshine Pro Theme › missing mobile menu on Full Width Blog Template
- This topic has 9 replies, 2 voices, and was last updated 5 years, 1 month ago by
lindebjerg.
-
AuthorPosts
-
March 8, 2016 at 9:22 am #956
lindebjerg
ParticipantI have this site: http://sunshine.lindebjerg.de/galerien
where I use the Full Width Blog Template.
Only on this site where I use this Full Width Blog Template I have no Menu in the before Header Widget on Mobile or less than 800 pixel.
The Menu on the right side, Primary don’t work;(
And the pictures are not in Center?Here a screenshot:Screenshot
Made in Chrome on MAC!I have made a copy of this Template yesterday for a Gallery, but then I found this bug;( this site have now the original Full Width Blog Template.
I can send you a private admin login, if you like?
Best Regards,
JesperMarch 8, 2016 at 12:09 pm #957Chinmoy Paul
ModeratorShare the wp-admin access via our contact form.
March 8, 2016 at 12:36 pm #958Chinmoy Paul
ModeratorFollowing JS script is creating the issue. I am not sure how it is loading. You will take care it. Facebook script is conflicting with responsive menu js file.
<script type='text/javascript'> jQuery(document).ready(function($) { $('#facebook-after-270').waypoint( function() { $('#facebook-after-270').sharrre({ share: { facebook: true }, urlCurl: 'http://sunshine.lindebjerg.de/wp-content/plugins/genesis-simple-share/lib/sharrre/sharrre.php', enableHover: false, enableTracking: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('facebook'); } }); }, { offset: 'bottom-in-view' }); $('#googleplus-after-270').waypoint( function() { $('#googleplus-after-270').sharrre({ share: { googlePlus: true }, urlCurl: 'http://sunshine.lindebjerg.de/wp-content/plugins/genesis-simple-share/lib/sharrre/sharrre.php', enableHover: false, enableTracking: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('googlePlus'); } }); }, { offset: 'bottom-in-view' }); $('#twitter-after-270').waypoint( function() { $('#twitter-after-270').sharrre({ share: { twitter: true }, urlCurl: 'http://sunshine.lindebjerg.de/wp-content/plugins/genesis-simple-share/lib/sharrre/sharrre.php', enableHover: false, enableTracking: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('twitter'); } }); }, { offset: 'bottom-in-view' }); $('#pinterest-after-270').waypoint( function() { $('#pinterest-after-270').sharrre({ share: { pinterest: true }, urlCurl: 'http://sunshine.lindebjerg.de/wp-content/plugins/genesis-simple-share/lib/sharrre/sharrre.php', enableHover: false, enableTracking: true, buttons: { pinterest: { media: 'http://sunshine.lindebjerg.de/wp-content/uploads/2015/03/sunshine-05.jpg', description: 'Galerie 1' } }, click: function(api, options){ api.simulateClick(); api.openPopup('pinterest'); } }); }, { offset: 'bottom-in-view' }); $('#linkedin-after-270').waypoint( function() { $('#linkedin-after-270').sharrre({ share: { linkedin: true }, urlCurl: 'http://sunshine.lindebjerg.de/wp-content/plugins/genesis-simple-share/lib/sharrre/sharrre.php', enableHover: false, enableTracking: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('linkedin'); } }); }, { offset: 'bottom-in-view' }); $('#stumbleupon-after-270').waypoint( function() { $('#stumbleupon-after-270').sharrre({ share: { stumbleupon: true }, urlCurl: 'http://sunshine.lindebjerg.de/wp-content/plugins/genesis-simple-share/lib/sharrre/sharrre.php', enableHover: false, enableTracking: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('stumbleupon'); } }); }, { offset: 'bottom-in-view' }); }); </script>
-
This reply was modified 5 years, 1 month ago by
Chinmoy Paul.
March 8, 2016 at 12:50 pm #960lindebjerg
ParticipantOkay,
but that was;( the Genesis simple share plugin, I like this plugin a lot. Simple nice design…
it is now no more active, and you are right now the menu is back on the line.
But why only on that page template the problem, all other pages or post hat no trouble with the script?
March 8, 2016 at 12:55 pm #961Chinmoy Paul
ModeratorI think that you can use that plugin. Just disable it for Blog Listing page and show it for Single Post details page. Hope that it will work.
March 8, 2016 at 1:03 pm #962lindebjerg
ParticipantCan you help me to disable the plugin on all pages, because it should be disable on pages?
I don’t need the script on any pages and I have only chosen Enable on: “post” in Backend?March 8, 2016 at 1:14 pm #963Chinmoy Paul
ModeratorCheck once now. It is working now
March 8, 2016 at 1:17 pm #964lindebjerg
Participantalmost fine, now the Menu is back, but the share plugin shows up on the Full Width Blog Template on this site: http://sunshine.lindebjerg.de/galerien .(
March 8, 2016 at 1:25 pm #965Chinmoy Paul
ModeratorRESOLVED.
March 8, 2016 at 1:34 pm #966lindebjerg
Participantcool, thank you, but where did you make the changes? just to know:)
-
This reply was modified 5 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.