Tagged: x
-
AuthorPosts
-
June 4, 2016 at 5:13 am #1025490
katambiParticipantHello,
I have tried everything in the Customizer to try to align the logo inline together with the main menu, but it stays at the top (see attached scereenshot). I’m using Ethos stack together with Ubermenu.
link to my website is http://www.success.co.tz
June 4, 2016 at 11:29 am #1025757
ThaiModeratorHi There,
Your website is under construction.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link login to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
June 4, 2016 at 7:13 pm #1026030
katambiParticipantThis reply has been marked as private.June 4, 2016 at 10:27 pm #1026197
katambiParticipantAlso, while we are on the same subject, I want the followings in my posts:
1. The Post meta to appear at the top of the post, before the Featured image
2. To add social sharing icons right after the post meta
3. Followed by the Featured image
See the attached screenshot of what i want to achieve.
Thanks
June 5, 2016 at 7:30 am #1026548
ChristopherModeratorHi there,
Please navigate to Appearance -> Ubermenu -> Position and layout and change ‘Menu Bar Alignment’.
Please add following code in Customize -> Custom -> JavaScript :
jQuery(".single-post .entry-header").prependTo(".entry-featured");Copy _content-post-header.php from framework/views/integrity and put it in the same path inside child theme, replace existing code with following :
<?php // ============================================================================= // VIEWS/INTEGRITY/_CONTENT-POST-HEADER.PHP // ----------------------------------------------------------------------------- // Standard <header> output for various posts. // ============================================================================= ?> <header class="entry-header"> <?php if ( is_single() ) : ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php else : ?> <h2 class="entry-title"> <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to: "%s"', '__x__' ), the_title_attribute( 'echo=0' ) ) ); ?>"><?php x_the_alternate_title(); ?></a> </h2> <?php endif; ?> <?php x_integrity_entry_meta(); ?> <?php echo do_shortcode('[x_share title="Share this Post" facebook="true" twitter="true" google_plus="true" linkedin="true" pinterest="true" reddit="true" email="true"]'); ?> </header>Hope it helps.
June 5, 2016 at 10:19 am #1026679
katambiParticipantHi Chris.
Unfortunately that didn’t work.
Also from your instructions:
“Please navigate to Appearance -> Ubermenu -> Position and layout and change ‘Menu Bar Alignment’.”
What exactly should I change? I dint understand that part. Maybe it could be that’s why I don’t see any changes.
Please advise.
Samwel.
Thanks.
June 5, 2016 at 9:44 pm #1027270
RadModeratorHi there,
Sorry for the confusion.
Your Ubermenu is needed to be aligned to right for it to be inline. It’s under Admin > Appearance > Customizer > UberMenu > Menu Bar > Menu Bar Alignment. I went ahead and changed it for you.
About the code above, it’s working, please check it here http://www.success.co.tz/jinsi-ya-kuchagua-antivirus/ (under title and meta).
Thanks!
June 6, 2016 at 1:08 am #1027430
katambiParticipantHi Rad,
You guys are awesome!
My main menu is now looking fine.
And I can see you went ahead and made the post meta settings as I asked.
However, I would like you to:
1. Remove the categories and comments section
2. Remove the symbols before the name and date
3. Remove the line separators (/)Sorry for being such a pain
Again thank you so much. Your support is amazing.
June 6, 2016 at 3:54 am #1027627
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
p.p-meta span:nth-child(3), p.p-meta span:nth-child(4), p.p-meta span i, p.p-meta span:after, #x-comments { display: none; }Hope that helps.
June 6, 2016 at 8:05 am #1027937
katambiParticipantHi there,
It worked.
However, now i got no space between the name and date. Hope you can help me with that.
I would also like:
1. Space between the post heading and the post meta. Would like to have a line separator between the post heading and the below post meta.
2. Make the name italic
Thanks
June 6, 2016 at 9:26 am #1028067
ThaiModeratorHi There,
Please add the following CSS:
.single-post p.p-meta { margin-top: 15px; padding-top: 15px; border-top: 1px solid rgb(84, 104, 115); } .single-post .p-meta>span:nth-child(1) { font-style: italic; }Hope it helps 🙂
June 6, 2016 at 9:33 am #1028078
katambiParticipantHello,
You can ignore the question, I’ve already figured it out.
Thanks.
I would like however to add the word written by: before the author name.
Thanks
June 6, 2016 at 9:35 am #1028079
katambiParticipantOh, Sorry I dint know you already answered the question.
Thanks Thai
You can continue with the later question though
June 6, 2016 at 11:26 am #1028286
RupokMemberHi there,
Thanks for updating. I can see all questions are answered already. Do you have any additional questions that’s not replied yet? Let us know.
Cheers!
June 14, 2016 at 2:47 am #1040951
katambiParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1025490 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
