Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Homepage › Homepage configuration
- This topic has 11 replies, 2 voices, and was last updated 5 years ago by
Themosaurusrex.
-
AuthorPosts
-
@themosaurusrex
- 0 Topics
- 2048 Posts
Hi @surya1,
Thank you for reaching out ! 🙂
When you wrote:
The current homepage looks a bit off. How can I restore it to your theme’s default homepage here: https://intranet.cera-theme.com/home/?
Can you tell me what is missing exactly? I don’t see anything wrong except for the missing members and groups.
The demo BuddyPress members, activities and groups are never included with our themes as those needs to be created by yourself or your registered users, which explains why you haven’t been able to import these data properly.
If you wish to go further and import dummy BuddyPress user data, I suggest that you install and activate the following plugin:
Please note that this plugin hasn’t been updated for a while now. If you decide to try it, make sure to create a backup of your website just in case.
Kindest regards,
April 29, 2020 at 17:41 #12184SuryaParticipant@surya1- 14 Topics
- 35 Posts
Thanks for the quick response Oliver! I am so sorry, I was not able to see the Cera theme homepage due to my cache. It looks all good now.
Thanks for the tip on dummy data. I’ll take a look.
Is there a way I can hide the left navigation bar on the homepage and make it visible to logged in members only?
Also, I am not sure if your theme has a feature to create admins within the community? i.e. someone can manage knowledge base, documents etc without having access to the WordPress backend. Perhaps there is a plugin to do this?
Thank you!
April 30, 2020 at 01:30 #12208@themosaurusrex- 0 Topics
- 2048 Posts
Hi @surya1,
To control the visibility of your menu items, it seems that the best solutions around are the following plugins:
- If Menu (https://wordpress.org/plugins/if-menu/)
- Nav Menu Roles (https://wordpress.org/plugins/nav-menu-roles/)
- Menu Item Visibility Control (https://wordpress.org/plugins/menu-items-visibility-control/)
- User Menus – Nav Menu Visibility (https://wordpress.org/plugins/user-menus/)
However, please note that neither of these plugins has been tested or integrated with our product. So, we can’t guarantee that everything will work as expected, even though we believe there shouldn’t be any issues as they mostly appear in the WP admin.
Also, this will not hide the vertical navigation from the unregistered users but it change the menu contained. If you wish to hide it entirely, please tell me and I will provide a CSS snippet to do so.
Finally, please note that we’re glad to answer any question related with the setup of our theme.
However, it very difficult for us to provide the best support possible and to keep track of issues and their resolution if you so many questions in the same topic.
Moreover, it’s easier for us to share the resolution for a single issue with other members of our community facing the same problem.So, could you move your other questions into different topics? 🙂
By doing this, you will be making a great contribution to this forum, and we thank you very much for that!Best regards,
April 30, 2020 at 12:15 #12222SuryaParticipant@surya1- 14 Topics
- 35 Posts
Hi Oliver,
Thanks for sharing those plugins. I’ll check it out.
I am hoping to hide the vertical navigation tool from unregistered users irrespective of the page they are viewing. Could you please share the CSS snippets to do so?
Noted on dedicated forum threads 🙂
Cheers,
May 1, 2020 at 05:12 #12258@themosaurusrex- 0 Topics
- 2048 Posts
Hi @surya1,
Sorry for the late reply. We have been looking for the best way to do this. Everything takes more time with COVID-19 situation as we’re currently understaffed.
I’ve just posted a very similar solution in another topic:
It seems like its addressing the same issue. Could you give this a try and keep me updated please ?
Thank you ! ?
May 4, 2020 at 13:29 #12383SuryaParticipant@surya1- 14 Topics
- 35 Posts
Hi Oliver,
That’s alright. I don’t think your solution is sufficient since the code snippet is to change the layout of the nav menu on homepage, but I would like to hide the nav menu on the homepage altogether.
I tried using the suggested plugins too. But no luck. Could you please assist?
May 5, 2020 at 00:07 #12437SuryaParticipant@surya1- 14 Topics
- 35 Posts
Hi Oliver,
I managed to get this sorted after changing the navigation menu position and using the below css code. But looks like the login menu is hidden too now. Which I am hoping shouldn’t be an issue if I can include login option through body text / button. I’ll reach out if I have further questions.
/**
* Hide the primary navigation menu items on Homepage.
*/
.home .navbar-collapse {
display: none !important;
}May 5, 2020 at 00:19 #12439@themosaurusrex- 0 Topics
- 2048 Posts
OK, that’s great!
Cheers,
May 7, 2020 at 13:42 #12519 -
AuthorPosts
The topic ‘Homepage configuration’ is closed to new replies.