Tagged: x
-
AuthorPosts
-
May 13, 2016 at 2:02 am #989243
RefereeParticipantHi,
When I use a shortcode from ConvertPlug popup in header and footer it works only in footer (in header the shortcode itself is shown). Is there a quick fix for that?
May 13, 2016 at 2:04 am #989247
Paul RModeratorHi,
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.
May 13, 2016 at 3:43 am #989345
RefereeParticipantThis reply has been marked as private.May 13, 2016 at 3:47 am #989348
LelyModeratorHi There,
Thank you for the credentials.
Please try adding this code on your 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 ); }Hope this helps.
May 13, 2016 at 4:52 am #989439
RefereeParticipantIt works thanks but there is a gap appears under the message and the header extended below as a result of that manipulation. You can see now that social icons of the header are sticked to the bottom of the header on the right side.
May 13, 2016 at 5:20 am #989465
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.x-topbar p:empty { display: none; }Hope it helps.
May 13, 2016 at 5:34 am #989483
RefereeParticipantYep, it looks much better now. Thanks. And how to move social icons to the middle of the header height and make them bigger?
May 13, 2016 at 6:08 am #989537
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media (min-width:979px){ .x-social-global { position: relative; right: 40%; } }Hope it helps.
May 13, 2016 at 8:20 am #989681
RefereeParticipantNope it didn’t help
May 13, 2016 at 2:20 pm #990156
JadeModeratorHi there,
Please try this CSS:
.x-topbar .x-social-global a { font-size: 20px; } @media (max-width: 767px) { .x-topbar .x-social-global { margin-bottom: 0; } } -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-989243 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
