Forum Replies Created
-
Author
-
sharmstr
ModeratorJust a heads up. That function has changed in the next update. Make sure you recopy the function to your child theme after you update.
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 bit tricky. BP creates an excerpt and stores it in the db. (unlike WP who creates an excerpt on the fly in some cases). So, you can override the amount of data that is stored when bp creates the excerpt, but this will also effect the excerpt on the main activity page. Google bp_create_excerpt()
If you dont want to change the excerpt length when bp creates it, you can copy /k-element/shortcodes/templates/buddypress/kleo_bp_activity_stream.php to your child theme and do a substr on the excerpt yourself. The problem is that the buddypress functions being used also return divs and paragraph tags (formatting), not just the excerpt.
Bottom line is that Kleo doesnt control any of that. It just stylizes the output of whatever buddypress is returning.
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
April 23, 2015 at 14:07 in reply to: Profile Photo rotated different on desktop & Ipad Really odd! #55853sharmstr
ModeratorThat’s a common issue with iPads. Google 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
ModeratorCredentials aren’t working.
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 CODE.alternate-color .breadcrumb span { color: red; }
That will also change the separator color, so you’ll have to add css to set that back or to a different color
COPY CODE.breadcrumb span.sep { color: green !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
ModeratorI wont get it there. Just respond privately here. There’s a check box for it below the form.
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
ModeratorDoes it work with the 2015 Theme 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
sharmstr
Moderatorlink please
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
ModeratorPlease provide a link and 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
April 23, 2015 at 05:45 in reply to: Seemingly random error establishing a database connection #55804sharmstr
ModeratorI dont see any errors. Site is loading fast.
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
ModeratorFor anyone else who doesnt know. Go to theme options > blog > display meta and click in the box.
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 to appearance > menus and click on screen options in the upper right to enable 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorYou can export/import the kleo settings: http://sharmstr.com/saving-importing-and-exporting-kleo-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
April 23, 2015 at 04:54 in reply to: Seemingly random error establishing a database connection #55788sharmstr
Moderatordb connection errors and memory are different. contact your hosting provider.
also, you didnt increase php memory, you increased the WP memory allocated to WP. Since php is set to 256m, you can increase your wp memory to 256m too.
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
Moderatorput this in your quick css
COPY CODE.profile .callout-blockquote { 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
ModeratorGo into your row settings and turn off Inner Container.
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
ModeratorOkay, try adding “Profile Link” to the meta. That worked for me.
https://archived.seventhqueen.com/forums/topic/missing-post-info-after-update#post-55587
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. You might want to play with the built in stuff to get an idea of what it can do first.
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 problem 🙂
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
ModeratorCurrently there’s no way of doing that. There might be a plugin out there that will do 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
sharmstr
ModeratorYou should ask PMPro or look for another plugin that handles memberships. Kleo has some built in profile blocking based on membership, but it works the opposite of what you want.
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 you clarify “I am sure it is the theme now “? Did you mean ISN’T?
Here’s what I can tell you. Last year someone was having an issue with the activity stream in the groups and main activity context. (You’ve seen the topic) I was able to figure out that a number of files were not loading. I wrote the function to add the missing files. Over the next several months more and more people reported the same issue with wpengine sites and my function solved it. About 6? weeks ago one person actually got wpengine support involved. I was helping her as well. When I checked her site in the morning, only one set of those files were being loaded. Those were being loaded with my function. But, the fix wasnt working on her site. I thought it was a CDN issue. Later that afternoon I looked again and 2 sets of those files were being loaded. The result was that posting was working at that point BUT there were duplicate post. So, it made sense to remove my function since it appeared wpengine finally sorted out their issues and were now serving the files without any custom code. WRONG. Removing my function broke the activity posting again.
Thats what I know.
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
ModeratorCool. Let me know.
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
ModeratorDid you also update Visual Composer?
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
ModeratorCaching or cdn issue? After creating the new menu did you assign it to the main or top positions?
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
ModeratorDont know of any incompatibility with that plugin
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
Moderatorhttps://archived.seventhqueen.com/documentation/kleo#contact
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
ModeratorHave you tried turning off buddypress integration? Theme Options > Woocommerce. After turning it off, resave your permalinks. You should have to issues using my-account after 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
sharmstr
ModeratorI cant test the plugin you’re using since its not free. If you want to give me full access including ftp I’ll have 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
April 22, 2015 at 21:04 in reply to: How do I increase the number of featured post display in carousel mode? #55711sharmstr
ModeratorNo. I changed it in the featured-content.php 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
sharmstr
Moderator@abe, thanks buddy.
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
ModeratorSince Kleo 2.4.2, the included VC has been 4.4.3. Perhaps you pointed it the plugin installer to an older zip 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
April 22, 2015 at 20:40 in reply to: How do I increase the number of featured post display in carousel mode? #55698sharmstr
Moderatorbecause I didnt understand your request the first time, I told you to change the wrong part of it. It should have been
COPY CODE$before_featured = '<div class="row responsive-cols kleo-masonry per-row-4">';
and
COPY CODE<div class="kleo-carousel-items kleo-carousel-post" data-min-items="4" data-max-items="4">
I thought your issue was that it wasn’t sliding. 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
ModeratorHmmm. I dont know the best way to handle that. I can tell you that even I was confused as to why the avatar wasnt showing up so we need to do something. LOL.
Currently the avatar and the author name are bundled together. Can’t we separate those? Then it would make more sense I think.
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
April 22, 2015 at 20:28 in reply to: How do I increase the number of featured post display in carousel mode? #55694sharmstr
Moderator@kwellafrica – its showing 4 now. I think I initially misunderstood your request.
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
April 22, 2015 at 20:23 in reply to: How do I increase the number of featured post display in carousel mode? #55692sharmstr
Moderator@abe. Strange. Mine wasn’t sliding with 5 posts set to featured. I changed the code and it started loading 5 posts. I’ve since changed it back to 3 max and it still sliding. No caching turned on. Weird.
@kwellafrica, I’ll take a look at your site now.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 still see extra plugin enabled and the files are still being minified.
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 are sure you’ve done it correctly, then contact Themeforest. They handle the api stuff.
In the meantime, you can always update via FTP: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-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
Moderator🙂
I’ll see about it later. Trying to get past all of the update questions.
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? In your picture, “Post edit no audio” you’ve added it to the visual editor. It doesnt go there.
Also, have you updated VC to 4.4.3?
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