Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1318800
    kbosland
    Participant

    Hi,
    How do I modify the blog so I have a contact button on the blog page, but not on the posts.

    #1319084
    Joao
    Moderator

    Hi There,

    You can add it : On The Header, Sidebar or Footer.

    Can you provide a mockup of what you are looking for in order that we can assist you?

    Cheers

    #1322120
    kbosland
    Participant

    I would like it just below the headline on the page, Just a simple button. I am not able to do a mockup easily.

    Button on the top right corner under Live Free Wellness Blog.

    #1322165
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. 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.

    #1322388
    kbosland
    Participant
    #1322481
    Rupok
    Member

    Hi there,

    Thanks for the URL. You can add this under Custom > JavaScript in the Customizer.

    jQuery(document).ready(function($) {
      var html = '<a class="x-btn x-btn-green x-btn-flat x-btn-square x-btn-regular" href="#example" title="Example" ">Square Button</a>';
      $( html ).appendTo('.blog .x-header-landmark');
    });

    Let’s edit the link and text on the button. And let us know if you need to position it anywhere else.
    Hope this helps.

    #1327371
    kbosland
    Participant

    Thank you so much, this is just what I need. I also want to hide this button for mobile users. Is that possible?

    #1327573
    Rupok
    Member

    Hi there,

    Thanks for wriitng back. You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 767px) {
    .x-header-landmark .x-btn {
      display: none;
    }
    }

    Cheers!

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