• 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

[Resolved] 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

  • This topic has 9 replies, 2 voices, and was last updated 5 years, 1 month ago by lindebjerg.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • March 8, 2016 at 9:22 am #956
    lindebjerg
    Participant

    I 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,
    Jesper

    March 8, 2016 at 12:09 pm #957
    Chinmoy Paul
    Moderator

    Share the wp-admin access via our contact form.

    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 5 years, 1 month ago by Chinmoy Paul.
    March 8, 2016 at 12:50 pm #960
    lindebjerg
    Participant

    Okay,

    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 #961
    Chinmoy Paul
    Moderator

    I 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 #962
    lindebjerg
    Participant

    Can 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 #963
    Chinmoy Paul
    Moderator

    Check once now. It is working now

    March 8, 2016 at 1:17 pm #964
    lindebjerg
    Participant

    almost 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 #965
    Chinmoy Paul
    Moderator

    RESOLVED.

    March 8, 2016 at 1:34 pm #966
    lindebjerg
    Participant

    cool, thank you, but where did you make the changes? just to know:)

  • Author
    Posts
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.
Log In

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