-
Author
-
April 11, 2018 at 19:30 #194439wholisticParticipant
1. I added a link to membership account page to the logged in user menu. The menu has several other links to pages. However, only the membership account page somehow still shows for logged out users under My account which is also set to be visible to logged in users only. Why would that be? Screen Shot 2018-04-11 at 12.07.02 PM.png
2. Post grid – I added this nice feature the theme has as well. The pictures of the posts show very well with the zoom in animation. However, the pictures-posts do not link to the actual posts. How can I make them links?3. Top menu – can I change the color and the size of it as well as the size of the font?4. Hover Box – it is a very nice feature. However, as I have a picture as a background, the text is not that visible. How can I add a slightly transparent grey background to the text box?5. We would like to add a new tab Shop to the members’ profile. How do I find a shop icon as well?6. Do you guys have the option to add Google login next to the FB login?You can see 1.2.3.4 on my homepage.Attachments:
You must be logged in to view attached files.April 12, 2018 at 17:53 #194518RaduModeratorHi,
1. Just install this plugin and set the any menu item by the user login logout : https://wordpress.org/plugins/if-menu/
2. There is no option to add custom link for media grid, you can use image gallery
3.
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { color:red; font-size:15px; } .header-color .top-menu li > a:hover, .header-color #top-social li a:hover {color:green !important;}
CSs will be added to wp-admin -> theme options -> quick css
4. You can add this css rule
COPY CODE.vc-hoverbox-block-inner.vc-hoverbox-front-inner { background: rgba(0, 0, 0, 0.5); }
And you can set font color white
will look like
5. Wp-admin -> theme options -> woocommerce -> Manage account in Buddypress* -> yes
6, You can search for a plugin that do that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 16, 2018 at 21:51 #195050wholisticParticipantHi Radu,
Thank you, I will try the codes you suggested.Regarding 2. I am using a Post grid, not media grid. Since it is pulling from the posts, why wouldn’t it link to them? I do not understand the reason for having a post grid that doesn’t link to the actual posts.
As far as the top menu, do you know why it is showing on the site only to logged in users and not otherwise?
Thank you!
April 17, 2018 at 16:27 #195112RaduModeratorHi,
IT’s media grid not a post grid, post grid will link the post to the post permalink, use post grid instead the media grid to can link direct the post.
For the topmenu, did you have any plugin that restrict the menu visibility by login state ? switch all plugins off and child theme see if that continue to happens.
For the coloring different by the hoverboxes check careful they shortcodes colors, in visual composer maybe they have set different colors.
Footer text can be changed from wp-admin -> theme options -> general settings -> Footer Text
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 17, 2018 at 16:44 #195119wholisticParticipantHi Radu,
It is Post Grid what I am using, but it doesn’t link the posts to the actual posts.See screenshots.
[attachment file=195120]
[attachment file=195121]I do not have any plugins that restrict menu visibility, I have not installed the one you previously suggested yet. Also, I checked and it is not disabled on the home page from the page settings. What else could it be?
As far as the Footer, I know how I can change the text. How can I change the color? As I said, it doesn’t work from theme settings, as I have set it there to a different color not black. But your original theme comes with a black footer. Where is the black color set from that I can change?
The hover boxes text is set to white. However, to non-logged in users the text appears blue and to logged in users is white. How could that be?
Attachments:
You must be logged in to view attached files.April 17, 2018 at 19:38 #195147RaduModeratorHi,
Figured out why it links to the image url instead of the post url
edit the post grid then follow the screenshots
then
For the color of the socket text use this css
COPY CODEdiv#socket div p { color: #ccc; }
I need an account to can see how the colors at hoverboxes changes when you login/logout
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 19, 2018 at 19:03 #195382wholisticParticipantThat worked to link to the posts, Thank you!
I have re-activated your admin account so you could look into the hover boxes color changes as well as the top menu that is not showing to logged out users.
April 20, 2018 at 17:35 #195455RaduModeratorHi,
For the footer color
COPY CODEdiv#socket { background: red !important; color: #fff !important; }
Topbar
It works tested
COPY CODE#top-social li i:before {color:red !important;} .header-color .top-menu li > a:hover, .header-color #top-social li a:hover {color:red !important;}
What are the credentials ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.