Forum Replies Created
-
Author
-
sharmstr
ModeratorPersonal question. Are you just a hired developer or are you a trainer? You dont have to answer but I have a workout question. 🙂
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’re welcome. Glad it worked. It was a total guess 🙂
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
ModeratorOff the top of my head, you could try copying the /kleo/page-parts/post-content-small.php file to your child theme and remove all switch cases except for the default (last one). That *should* show the featured image regardless of the post format.
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’re using a plugin to add that video, right? With Kleo, you dont need a plugin. All you do is add the link to the options and it will automatically add it to the top of the post.
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
ModeratorThere’s no action to inject it, so you’ll have to copy /kleo/page-parts/general-header-section.php to your child theme and change the following (starting around line 149)
COPY CODE<?php // Main menu echo $primary_menu; ?>
COPY CODE<?php // Main menu echo $primary_menu; ?> <span style="float:left; clear:both; margin-top:-15px;"><?php echo get_bloginfo ( 'description' ); ?></span>
Adjust the inline css as you need.
Also, be sure to compare this file to any new Kleo updates of the file.
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
August 20, 2015 at 14:15 in reply to: After updated to latest version, not seeing number of members or Connections #73908sharmstr
ModeratorThis has been fixed in the next Kleo update. They are sorting out another issue before the update. So, should be released soon.
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
ModeratorThis has been fixed in the next Kleo update. They are sorting out another issue before the update. So, should be released soon.
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
ModeratorThis has been fixed in the next Kleo update. They are sorting out another issue before the update. So, should be released soon.
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
ModeratorThe header has several sections. Where in the header do you want 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
ModeratorTry this instead: http://sharmstr.com/woocommerce-tricks/
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’s a tough one because of the way BP saves the post content to their activity record. Kleo has nothing to do with this, so the settings you’re trying to set will have no effect. You may want to do a quick search/ask on the BP forums.
As you can see in the attached image, your post image is within a paragraph tag along with other text so there’s no way that I know of to break it out of that and display it nicely on its own line.
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
ModeratorTry this in quick css
COPY CODE.activity .rtmedia-item-title { display: none !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
ModeratorIt’s css. It goes in style.css, not functions.php
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
ModeratorThe frontend editor is garbage. I never use it. Backend has doesnt have issues and changed it to carousel easily.
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’ve never tried that one.
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
ModeratorIf you’re talking about all of those video posts, you haven’t put the links to videos in Theme General Settings > Media. That will put a small video player next to the excerpt. Otherwise, if you want your featured image, change the post type to standard or image.
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
ModeratorRight. That was the point I was trying to make. But, to be clear, that section doesnt show the nice name and/or display name and/or nickname. It shows the @mention name which is basically the username with a @ infront of 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 got rid of your forum page because you dont need it if your site is working correctly. I’ve added it back. Sorry about that.
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
August 19, 2015 at 21:02 in reply to: Having a lot of issues with this. Blank pages, odd behavior. About to Uninstall #73813sharmstr
ModeratorAnother big help would be to set up a vanilla site (testing site) with WP 2015 Theme and BP. Then you can quickly tell if its a kleo issue or a bp issue. I did that for awhile, but now I just switch the theme. This isnt always the best approach if you have a CDN or caching turned 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
August 19, 2015 at 20:54 in reply to: Having a lot of issues with this. Blank pages, odd behavior. About to Uninstall #73810sharmstr
ModeratorI’m not ending customer service? I was offering a suggestion. You should really learn Buddypress so you can save yourself some headaches and a ton of time. It was an honest comment coming from someone who runs 5 sites. Kleo doesnt do anything special with the delete account function of buddypress. Its standard buddypress. 🙂
As far as starting a new topic, the search here isnt that great. Keeping topics on subject helps.
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’ll give this to someone else. Maybe they can assist you.
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 also using WP-Types on one of my sites. Its also using single.php for the template. There’s nothing else you need to do for comments to show up as long as they are enabled site wide and on the actual page in page editor.
If you open up single.php you’ll see that the comments template call is in there.
If you look at the source code of the page, it even prints out the comment notes for start and end.
So, sounds like to me you’ve configured something wrong. Does the comment form show up if you enable the 2015 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
ModeratorWorks fine on my sites. Try clearing your cache or put it in 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
ModeratorI’ve discussed that here: https://archived.seventhqueen.com/forums/topic/custom-taxonomy-terms-in-meta-list
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
ModeratorIt happens with the 2015 Theme enabled so its not Kleo related. The @member-member is their @mention name which should match their username, not display name. That field can never be changed. Did you by chance change that users username at some point using a plugin?
At this piont, I dont know what support I can offer you to fix this. You’d get better support for this issue on the BP forums since Kleo doesnt touch usernames or display names. Its all handled by BP.
As far as the forum index is concerned it still loads posts even the 2015 Theme enabled. So again, Kleo isnt causing this. Its probably a plugin conflict with one of the other plugins you have enabled.
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
August 19, 2015 at 20:02 in reply to: Having a lot of issues with this. Blank pages, odd behavior. About to Uninstall #73794sharmstr
ModeratorDo me a favor and start new topics when the question subject has changed. I’m not the only one who works here (and technically I dont) AND it makes searching the site easier for other users who might have the same question.
To answer your question, you wont see the option because you’re admin.
I suggest you learn buddypress if you’re going to be managing a buddypress site: https://codex.buddypress.org/member-guide/
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
Moderatorcan i get admin access?
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🙂
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
ModeratorAny chance you’ve turned off Profile Sync in WP Admin > Settings > Buddypress > Settings?
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
August 19, 2015 at 19:34 in reply to: Having a lot of issues with this. Blank pages, odd behavior. About to Uninstall #73780sharmstr
ModeratorYour groups pages look fine to me.
Header and layout sections.
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. Read my info carefully. That’s exact what I’m NOT talking about. Open the page in the wp editor. (wp admin > pages > homepage (whatever you called it). Scroll down to Theme General Settings.
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
Moderatortry this
COPY CODEli.bbp-forum-freshness { text-align: right !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
ModeratorThat doesnt help. Again, talk to them. Although it sounds Kleo related, its not. If your hosting/server caches information so it can load pages faster, then it will load and old copy of the styles file. Please, speak with them.
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
ModeratorTalk to your hosting company. Its different for each host.
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? I think you responded to the wrong topic.
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
August 19, 2015 at 18:49 in reply to: Having a lot of issues with this. Blank pages, odd behavior. About to Uninstall #73761sharmstr
ModeratorYou can set the top bar, breadcrumb and other things in Theme Options.
For your last post, that’s not Kleo related. You should ask on the buddypress forums. I’m sure its been discussed there.
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
ModeratorJust so we are clear, I’m talking about Theme General Settings on the page when you edit the page. I’m not talking about WP Admin > Theme Options > Header Options.
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 dont believe customers can do that. Only you as a merchant can do that. Regardless, that’s not Kleo. Its woocommerce that would control that: http://docs.woothemes.com/document/managing-orders/
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
ModeratorProbably, but that’s not Kleo related. Google for a solution.
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 are better off building the button exactly how you want it using page editor/vc, then copy the button code to your slide.
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
-
AuthorPosts