Tagged: x
-
AuthorPosts
-
July 5, 2016 at 8:29 am #1072956
Kelley ChambersParticipantHi 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 🙂
July 5, 2016 at 8:35 am #1072961
Kelley ChambersParticipantThis reply has been marked as private.July 5, 2016 at 8:39 am #1072970
Kelley ChambersParticipantHere is what I mean by a vertically opening sidebar as noted in my original post.
July 5, 2016 at 8:41 am #1072972
ChristopherModeratorHi 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.
July 5, 2016 at 7:44 pm #1073878
Kelley ChambersParticipantThis reply has been marked as private.July 6, 2016 at 1:33 am #1074241
ChristopherModeratorHi 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.
July 7, 2016 at 11:05 am #1076635
Kelley ChambersParticipantThank 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.
July 7, 2016 at 1:10 pm #1076744
RahulModeratorHey 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!
July 7, 2016 at 4:15 pm #1076982
Kelley ChambersParticipantActually, 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)
July 8, 2016 at 12:19 am #1077509
RadModeratorHi there,
Please try this one,
.single-post .entry-featured { display: none; }Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1072956 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
