Forum Replies Created
-
Author
-
sharmstr
ModeratorI do. But I’m thinking about adding the buddypress profile tabs as you suggested. You can purchase that when its ready 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, please let me know when your site is ready. I’m currently restoring a ’68 BSA Lightning, but my next project is to cafe a 2007 Bonneville. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – Your menu is using an old ‘my account’ link. Delete it and add the Kleo My Account link. If you can see any of the Kleo options, click on Screen Options in the upper right hand corner and enable them.
2 – The title issue happens when you have enabled transparent main menu, but haven’t turned off the title section.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI was able to set the primary menu. No error message.
Oh, the error is on the front end.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhere is the server located? Its incredibly slow. Its take well over a minute to load any admin pages, if they load at all.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou should look at the page to see how its done. You can import it by going to WP admin – Appearance – Kleo Demo – Specific page – Stylish woocommerce. Basically, you add and image, then pins. You give the pins coordinates.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorrespond privately with credentials and a link. I’ll take a look.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhat version did you upload? Did you try disabling all other plugins?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI stopped development on it because Abe and his team have decided to do it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m not involved with this anymore.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOk. I didnt really look at their code. The part where they have ‘main-menu’ is really saying 3 things
1 – If its not ‘main-menu’ location
2 – If the mycred function doenst exist
3 – If you’re not logged inIf any of those are true, then it wont show the menu.
There are 2 menu locations that Kleo uses
top = top menu
primary = main menuSo, “top” should work. If it doesn’t, contact the plugin dev.
For your reference: http://codex.wordpress.org/Function_Reference/wp_nav_menu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator@sebastien I believe you need to change it to “top”.
@niick8 – You can put css changes in wp admin > theme options > general settings > quick cssHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorFor member profile page
COPY CODE#item-header-content span.activity { display: none; }
For members listing page
COPY CODE.member-inner-list .item-meta { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou only need ! is_home()
with: http://sharmstr.com/
without: http://sharmstr.com/blog/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAbe has added it. I just tested it and it works great. Should be available in the next update. I dont know the ETA
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, looks like WP 4.2 wont delete menu items with a blank label when saving. https://core.trac.wordpress.org/ticket/24146
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo back to the menu screen and click on ‘screen options’ in upper right hand corner.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorthat section is in member-header.php located in /kleo/buddypress/members/single. Make sure you copy it to your child theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOh right. I forgot that its not a option in appearance – menus. Shoot. There’s no shortcode, but there is another trigger. Try this.
wp admin – theme options – side menu – add toggle button on your menu: off
you’ll see a note there about the ability to add a toggle to the menu by putting in the Title Attribute input: class=open-sidebarwp admin – apperances – menus – links
url = #
link text / nav label = (space)
title attribute = class=open-sidebar
icon = menunow you should be able to control it with that plugin. keep in mind that you should always make sure there is a space in the nav label before saving the menu.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 12, 2015 at 02:04 in reply to: Issue with Some of the Visual Composer Elements Showing #41722sharmstr
ModeratorDon’t. Same thing happened to me. LOL
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorQuick update. I’ll be working on this next (unless something comes up).
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 12, 2015 at 01:46 in reply to: Issue with Some of the Visual Composer Elements Showing #41719sharmstr
ModeratorYou have the section set to draft. 🙂
If you click on the pencil icon for the row, you can either enable it or set it to draft. For example, in order for me to even view your page, I had to set your revslider row to draft. The page was taking way too long to load otherwise.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse this plugin to remove the icon that triggers the side bar when you are on a blog page https://wordpress.org/plugins/menu-items-visibility-control/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 12, 2015 at 01:17 in reply to: Issue with Some of the Visual Composer Elements Showing #41716sharmstr
ModeratorHey Josh,
yeah, please provide credentials and a link. Just mark it private before submitting.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 11, 2015 at 18:22 in reply to: Issue with Some of the Visual Composer Elements Showing #41696sharmstr
ModeratorHey Josh,
Can you be more specific? I cant tell by the image what you’re issue is. thanks!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou have to add a class to the Title Attribute in the menu settings like this class=btn btn-highlight. Then you have to add custom css to style it the way you want. The way you can target it is
COPY CODE.navbar-nav .btn.btn-highlight { line-height: 40px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhat happens when you use the Kleo register link instead of the Buddypress one?
Appearance > Menus > Kleo > Register
(If you can’t see Kleo, click on screen options in the upper right hand of the window and enable it)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 11, 2015 at 18:03 in reply to: how to display social networks to buddypress member profile #41692sharmstr
ModeratorSorry it took so long to get back to you. Glad you figured out a solution. I went a different route and decided to hook into the ‘bp_profile_header_meta’ action that allows you to inject information into the members header without using a child copy of members_header.php. That way you dont have to worry about making sure that the file has updated kleo changes. Also, instead of verbosely coding every link, I created an array of social links, then loop through them.
For anyone wanted to do it my way, just pop the attached code into your childs function.php file and add/remove the names of the social sites in the array. In order for it to work properly, the text field name and icon name must be the same.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.January 11, 2015 at 16:31 in reply to: how to display social networks to buddypress member profile #41684sharmstr
Moderatoredit: arrg
Let me do it. Hold on.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m not sure what’s specific about your site that’s causing it, but add this to your theme options – general settings – quick css. Let me know if that works.
COPY CODE.logo img { margin-top: -5px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 11, 2015 at 06:17 in reply to: Broken Code Snippet from one of your moderators breaks Title Area appearence #41671sharmstr
ModeratorI dont have a mac. Sorry.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNot that I’m aware of, but maybe.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 11, 2015 at 05:41 in reply to: Broken Code Snippet from one of your moderators breaks Title Area appearence #41663sharmstr
ModeratorThat was my code that I’m using on one of my sites. Anyhow, can you tell me where the issue is. This is what I see when I go to your page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorLet me know if you cant see that. lol
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOh. And thanks for updating.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYep. It is. But only because I’m usually pretty good at figuring this out quickly. 🙂 Its been a long day. Let me put some eyes on it in the morning. Please hold 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo no no 🙂
I didnt say visual composer. I said visual editor. That’s what they call the standard editor in WP.
I didnt say Theme Options – General Settings. I said theme general settings. See attached
Also, an image wont be shown if you configure it correctly. The video will be.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files. -
AuthorPosts