• Resolved tara.mcgrath15

    (@taramcgrath15)


    Hi can someone please tell me how to right align the main navigation?I have disabled the search bar thinking this would do the trick however this is not the case.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Would you please provide the link of your site? It will help me to address your problems easier.
    Thanks

    Theme Author 8Degree Themes

    (@8degreethemes)

    Hi tara.mcgrath15,

    We are sorry to say that the theme do no have the feature to right align the main navigation.
    But you can do so by placing a custom css code.
    Go To Backend > Appearance > Customize > Tools > Custom Css
    In the box below Custom css:
    put this:

    .header-wrap .main-navigation.nav-without-social-search {
        float: right;
    }
    .header-wrap .ak-search {
        float: left;
    }

    That must help you.

    Thanks!

    Thread Starter tara.mcgrath15

    (@taramcgrath15)

    Hi many thanks for the above, unfortunately this code does not work?

    Thread Starter tara.mcgrath15

    (@taramcgrath15)

    Hi I also can’t get any of the homepage settings i.e. slider, call to action etc to appear on the homepage? I have selected both “your latest posts” and “a static page” and neither have amended the problem? all that’s showing are all my inputs in blog post form?

    Theme Author 8Degree Themes

    (@8degreethemes)

    Hi There,

    For the menu alignment,
    Yes, that works.
    Add the code save it on backend and then give a hard refresh or clear your browser cache.
    Also,
    we have added the feature in the Header Settings > Menu Alignment and submitted the update version 1.1.6 to www.remarpro.com so you can just update the theme after it goes live and then change the setting.

    For setting up the other sections on homepage.
    Follow this video. It’s not of the same theme but will do the same trick.
    https://www.youtube.com/watch?v=HU6X1nyuo_A

    Thanks!

    Theme Author 8Degree Themes

    (@8degreethemes)

    Did this solve your problem?
    IF yes please mark this topic as resolved.

    Hi 8Degree Themes,

    I am trying Hamze lite theme and found it’s actually good. However, I am getting issue of slider as it’s not showing Read more button in the Caption, but full of page content. Please help to clear me how to get it. Thanks

    Note: My page is https://hanoicomputerservices.com/demo/

    I am looking forward to hearing from you soon

    Rgds

    DNL

    Theme Author 8Degree Themes

    (@8degreethemes)

    Hi There,

    I guess I have helped you from email support.

    But also for others watching this post or this problem:

    It was because of whole content being fetched in the slider, we will fix this with replacing content by excerpt in our next version 1.2.1 within few days.

    Thanks!

    thanks and I do appreciate your support.

    One more is how to change font (like veranda or Time new roman)in Recent Post in the Latest Blog Section as it displays like v??…?

    Hello,
    Sorry for troubling you a lot, but this may be the last question for all to refer. How can this theme’s Featured Title as well as other Hamza lite widget title be translated to other language by using polylang or qTranslate-X. I had tried, but got success only with post, page, catagories title and content.

    Theme Author 8Degree Themes

    (@8degreethemes)

    Hi There,

    Try doing this:
    On template-frontpage.php line:162
    Find:
    <h3 class="roboto-light main-title"><?php echo apply_filters('the_title', $hamza_lite_featured_title); ?></h3>
    Replace with:
    <h3 class="roboto-light main-title"><?php echo _e(apply_filters('the_title', $hamza_lite_featured_title)); ?></h3>

    and similar in widgets title.

    Though those are dynamic values, you can add the translated value directly into them.

    Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Main Navigation’ is closed to new replies.