• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

Reply To: missing mobile menu on Full Width Blog Template

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Sunshine Pro Theme › missing mobile menu on Full Width Blog Template › Reply To: missing mobile menu on Full Width Blog Template

March 8, 2016 at 12:36 pm #958
Chinmoy Paul
Moderator

Following 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 4 years, 12 months ago by Chinmoy Paul.

Copyright © 2021 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates