Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1072956
    Kelley Chambers
    Participant

    Hi everyone! I’m developing a VERY customized blog for Alpharetta Conventions & Bureaus and have SEVERAL issues/questions I need answered.

    • Sidebar Vertical Menu // I see that UberMenu does a vertical menu and allows widgets to be placed in it as opposed to an actual menu hierarchy. However, what I don’t see is that it OPENS vertically to display the contents. I only see flyout menus. What am I missing?
    • Customizing Post Meta // My client wants only the date and author to be displayed at the TOP of the post and “Tags” and “Posted In” at the bottom. This would be on the summary page; not the post detail page. (Please see screenshot for exactly what I mean.)
    • Primary Navigation // How does one “center justify” the main menu within integrity? What I mean by this is, the menu should be centered but span across the navbar. Again, please see screenshot.
    • In the topbar, how can I add a simple social media widget that displays only icons of registered social media acconts?
    • Relative to catagories and tags, instead of them being shown when posted, I need ALL of them shown in the sidebar in a vertically opening menu when clicked or touched. How do I go about this?

    Ok, well, that’s a LOT to ask and I apologize for the laundry list. Though, I thought putting them all in one question might be easier/quicker then asking them separately. If I’m wrong, accept my apology and know I’ll post them individually next time should you tell me this is preferable.

    Cheers!

    – Kelley 🙂

    #1072961
    Kelley Chambers
    Participant
    This reply has been marked as private.
    #1072970
    Kelley Chambers
    Participant

    Here is what I mean by a vertically opening sidebar as noted in my original post.

    #1072972
    Christopher
    Moderator

    Hi there,

    #1 Please provide us with URL of page in question and login credentials.

    #2 Please upload your screen shot again but I’m not we could help you with this as meta data wraps within one container and dividing them requires custom development which would be outside the scope of our support.

    #3 In regards with menu please provide us with URL. X has option to display social icons in topbar area. Please add profile URLs under Customize -> Social and icons will be added automatically.
    You can add ‘categories’ and ‘tag clouds’ widgets to sidebar.

    Hope that helps.

    #1073878
    Kelley Chambers
    Participant
    This reply has been marked as private.
    #1074241
    Christopher
    Moderator

    Hi there,

    #1 Please check ubermenu documentation here : https://community.theme.co/kb/integrated-plugins-ubermenu/

    #2 Please add following code in Customize -> Custom -> CSS :

    @media (min-width:767px){
    .blog .hentry .entry-footer, .archive .hentry .entry-footer {
        float: right;
        width: 62%;
        margin-top: 0;
        background-color: transparent;
       margin-bottom:10px;
        padding: 0;
    }
    .blog .hentry .entry-wrap, .archive .hentry .entry-wrap {
        width: 60%;
        float: left;
        margin-bottom: 0;
        box-shadow: none;
    }
    }

    Adding part of meta data after the excerpt could be possible only with custom development which would be outside the scope of our support.

    #3 Please add this as well :

    ul#menu-primary {
        display: table;
        margin: 0 auto;
        float: none;
    }

    Hope it helps.

    #1076635
    Kelley Chambers
    Participant

    Thank you for this! Menus is fixed and the social piece will be later today based on a previous post you made to me. As for UberMenus, who do I go to for support on this since it’s built into X? I’ve already seen the page you sent and nothing is helpful there to my specific issue.

    I do have another question. How do I remove the featured image from the top of actual post page? We want the “thumbnail” shown in the blog list page but not the full post page.

    #1076744
    Rahul
    Moderator

    Hey There,

    For UberMenu support which is out side of our scope, you can try contacting UberMenu or get a developer help.

    To remove thumbnails from blog posts, use this custom code :

    .entry-thumb img {
        display: none;
    }

    Hope that helps!

    #1076982
    Kelley Chambers
    Participant

    Actually, that removes the featured image on both the blog list and the post page. I only want it removed on the post page. (i.e. the full view of the post)

    #1077509
    Rad
    Moderator

    Hi there,

    Please try this one,

    .single-post .entry-featured {
    display: none;
    }

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1072956 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>