Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025490
    katambi
    Participant

    Hello,

    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

    #1025757
    Thai
    Moderator

    Hi 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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1026030
    katambi
    Participant
    This reply has been marked as private.
    #1026197
    katambi
    Participant

    Also, 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

    #1026548
    Christopher
    Moderator

    Hi 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.

    #1026679
    katambi
    Participant

    Hi 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.

    #1027270
    Rad
    Moderator

    Hi 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!

    #1027430
    katambi
    Participant

    Hi 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.

    #1027627
    Christopher
    Moderator

    Hi 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.

    #1027937
    katambi
    Participant

    Hi 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

    #1028067
    Thai
    Moderator

    Hi 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 🙂

    #1028078
    katambi
    Participant

    Hello,

    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

    #1028079
    katambi
    Participant

    Oh, Sorry I dint know you already answered the question.

    Thanks Thai

    You can continue with the later question though

    #1028286
    Rupok
    Member

    Hi 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!

    #1040951
    katambi
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1025490 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>