Tagged: x
-
AuthorPosts
-
February 10, 2017 at 9:21 am #1365929
myersparkpresParticipantHi there!
I’d like to move the Title and Meta data on blog posts from above the featured image to below to match the Portfolio layout. It also looks like there are some typography differences in Blog vs Portfolio titles I’d like to standardize.
I have a child theme ready to go if there are any structural changes. Thanks!
February 10, 2017 at 9:41 am #1365948
RahulModeratorHey There,
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.
February 10, 2017 at 9:42 am #1365949
myersparkpresParticipantSure thing! Example blog post: http://myersparkpres.org/2017/01/festival-of-music
February 10, 2017 at 12:52 pm #1366165
Nabeel AModeratorHi again,
Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
(function($) { $('.single-post article').find('.entry-header').insertAfter('.entry-featured'); })(jQuery);Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
February 10, 2017 at 2:24 pm #1366278
myersparkpresParticipantWorked well for the most part! There’s a little bit of lag between page load and the script doing its thing, but that’s okay! I can’t seem to get rid of the 25px top margin in .entry-featured, though. Also, I tried to make the post H1 be the same size as the portfolio H1 (font-size: 285.7%) but that didn’t work either.
February 10, 2017 at 10:43 pm #1366704
Rue NelModeratorHello There,
Thanks for updating in! You can update the code and try this instead:
(function($) { $(document).ready(function(){ $('.single-post article').find('.entry-header').insertAfter('.entry-featured'); }); })(jQuery);To get rid of the space above the featured image,
.single-post .entry-featured{ margin-top: 0; }And to make the font size bigger, please use this instead:
.single-post .entry-title { font-size: 285.7%; }We would loved to know if this has work for you. Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1365929 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
