Tagged: x
-
AuthorPosts
-
May 30, 2016 at 2:24 pm #1016928
piexecParticipantCould you please help me with adding a Mail Poet form into the topbar?
May 30, 2016 at 2:26 pm #1016932
piexecParticipantThis reply has been marked as private.May 30, 2016 at 3:47 pm #1017003
JadeModeratorHi there,
Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
Then add this code in the child theme’s functions.php file:
add_filter('x_option_x_topbar_content', 'top_bar_content_shortcode'); function top_bar_content_shortcode ( $content ) { return do_shortcode ( $content ); }Then add this shortcode inside the Topbar Content field in the customizer:
[wysija_form id="1"]Let us know how it goes.
May 30, 2016 at 7:29 pm #1017166
piexecParticipantThanks!
More questions…
https://support.mailpoet.com/knowledgebase/design-style-subscription-form-widget-shortcode/
Based on this article, How could I extend the length of the form field?
I added it in the middle of my page for now…
May 31, 2016 at 12:16 am #1017534
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
form#form-wysija-3 input[type=text] { width: 100%; }Hope that helps.
June 1, 2016 at 7:50 pm #1021140
piexecParticipantThanks!!!
on the homepage, how do I remove the “gap” under the specials photos in the Weekly Specials section? I use MBN and PBN but I must be using it in the wrong place…
June 2, 2016 at 1:49 am #1021592
JoaoModeratorHi There,
I have fixed for you.
I added the class inline at your img shortcode: please see the example:
[image class="mbn" src="http://sportslegends.piexec.com/wp-content/uploads/2016/05/friday.jpg" link="true"] [lightbox]Hope that helps,
Joao
June 2, 2016 at 6:12 pm #1023129
piexecParticipantThanks!
June 2, 2016 at 9:42 pm #1023500
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1016928 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
