Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #65235
    Brad G
    Participant

    I’ve done a couple of queries, and if this is already answered, just throw me a link to the thread and I’ll follow it…

    If we need to put a “Hello Bar” (or something equivalent) up, which lines can I comment out to that will stop the theme from calling its own topbar, and allow us to use a different one?

    How y’all had a great Fourth of July!

    #65541
    Christian
    Moderator

    Hey Brad,

    You can edit wp-header.php located in \wp-content\themes\x\framework\views\(YOUR STACK). Replace the line

    <?php x_get_view( 'global', '_topbar' ); ?>

    with your own code.

    Hope that helps. 🙂

    #104189
    Brad G
    Participant

    How would I ADD ~yes add 🙂~ this plugin’s topbar http://wordpress.org/plugins/wp-sticky-header/screenshots/,to the top of a page like http://storage-depot.com/self-storage-in-brownsville-77/

    The current info needs to stay there, but I also need to add more info (that’s closeable like the plugin I mentioned) for a new store that we’re opening.

    How do I make this happen within a child of integrity?

    Thanks! -Brad

    #104227
    Rad
    Moderator

    Hi Brad,

    According to the plugin installation and screenshot, there is no need for any coding integration. Just install it and activate it.

    Thanks.

    #104231
    Brad G
    Participant

    HA!
    actually, when you just clicked on the site… it WAS active 🙂 It’s been active since I installed it!

    #104233
    Brad G
    Participant

    [video src="http://storage-depot.com/header.mp4" /]

    #104263
    Rad
    Moderator

    Hi Brad,

    Add this css at your customizer’s custom css. Given that sites can have thousands of element, the plugin author should’ve added something like this to make it on top of everything.

    .wpsh_fixed {
      z-index: 9999999;
    }

    Cheers!

    #104774
    Brad G
    Participant

    Thanks! I cross posted this back onto his support page in the repo as well. Thanks!

    #104780
    Christian
    Moderator

    You’re welcome Brad.

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