Tagged: x
-
AuthorPosts
-
January 6, 2017 at 7:55 am #1318800
kboslandParticipantHi,
How do I modify the blog so I have a contact button on the blog page, but not on the posts.January 6, 2017 at 11:52 am #1319084
JoaoModeratorHi 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
January 9, 2017 at 4:55 am #1322120
kboslandParticipantI 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.
January 9, 2017 at 5:40 am #1322165
ChristopherModeratorThanks 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.
January 9, 2017 at 8:25 am #1322388January 9, 2017 at 9:31 am #1322481
RupokMemberHi 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.January 12, 2017 at 10:23 am #1327371
kboslandParticipantThank you so much, this is just what I need. I also want to hide this button for mobile users. Is that possible?
January 12, 2017 at 12:59 pm #1327573
RupokMemberHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1318800 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
