Forum Replies Created
-
Author
-
sharmstr
ModeratorI was thinking ‘buddypress compatible’ when I typed up my response, so we are on the same page 🙂
So really, you just need a way for them to make posts. Yes yes, you can call them projects if you want, but at the end of the day, they are just posts. With that said, I dont know of anything out-of-the-box that will give you exactly what you want, but its certainly doable. I would steer clear of trying to make a duplicate of Kleo Portfolios as what you mentioned in your original post.
So, options…
There’s always social articles: https://wordpress.org/plugins/social-articles/
Buddyform as you mentioned
Buddyblog: http://buddydev.com/buddypress/reintroducing-buddyblog-supporting-custom-post-typestaxonomies-for-buddypress-user-blogs/ Which looks like it supports custom post types which you might want to consider for 2 reasons. 1 – it will seperate it from wordpress posts AND B – you can tailor the fields you want. I havent used it, but it might play nicely with a plugin I LOVE which is WP Types: https://wordpress.org/plugins/types/
I think there a others out there….
Remember long ago when I wrote that plugin to show user posts in their profile AND it used the kleo masonry layout? Well I did that so I could display Stories written by my users. “Stories” were a custom post type that I created with the WP Types plugin. 🙂 (They were actually a parent post for the ‘chapters’ child custom posts that were also created using WP Types, but that’s probably beyond the scope of this conversation) I chose to not set up a frontend posting form because of the complexity of my parent/child post types, but for you it should be pretty straightforward.
So, if it were me, I would first find out if Buddyblog can easily integrate with custom posts types created with WP Types. If so, then I would download WP Types and spend some time setting up your post type with custom fields for video links (and whatever else you need) and some categories and tags. Once you have that set up, then you can really test out buddyblog for frontend posting. After you’ve done that, it shouldn’t take much effort to stylize the display in their profile since buddyblog is doing most of the work.
To take this a step further, you can then set up a main site page showing the latest submitted portfolios from across the site (similar to behance) and, if it makes since, you can create a gallery type page that pulls out the latest videos and/or images from the latest portfolio posts. You can even add likes, comments, a way to follow people so you get an email notification when they add something new, and all that good stuff.
The Behance interface is awesome. I’ve stolen several of their ideas over the years 🙂
Anyhow, that’s how I’d approach it. I obviously cant guarantee this will work as easy as I’ve made it sound, but it should at least get you headed in the right direction. If you want, I can give you a list of all the stuff I used for my fiction site.
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
ModeratorEdit the page. Scroll down to Header Content and see if you have 123 in 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
Attachments:
You must be logged in to view attached files.September 24, 2015 at 01:05 in reply to: rtMedia & MediaPress – Not Showing in Activity Stream #79257sharmstr
Moderatorrespond privately with a link and credentials
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
September 24, 2015 at 00:34 in reply to: rtMedia & MediaPress – Not Showing in Activity Stream #79255sharmstr
ModeratorIs it there if you enable the WP 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
ModeratorLet’s back up. Are you trying to install a new font called “Store” or are you merely trying to add more fontello icons?
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
Moderatorbut a media query around it. looks like your menu changes at 1487px
@media(max-width:1486px){
.header-color a, .header-color .navbar-nav .dropdown-menu li a {
color: #303030 !important;
}
.header-color .navbar-toggle .icon-bar {
background-color: #303030 !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
Moderatorsure
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
ModeratorWell, again, it really depends if you need the *magic* that Kleo does to portfolios. A lot of that magic happens because of visual composer, so using something like buddyforms isnt ideal for a kleo portfolio post.
There are a few guest post plugins out there. Seems like you might be okay with one that will allow you to automatically assign those guest posts to a category (without user intervention), then build a page using either a VC Post Grid or Kleo’s Post Grid and filter the post by that category. 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
September 24, 2015 at 00:15 in reply to: Does KLEO have default templates for bbpress favorites and subscriptions? #79242sharmstr
ModeratorOf course. Its http://www.yoursite.com/users/*username*
You really should spend some time reading the bbpress documentation if you’re going to be managing a bbpress forum. Kleo really doesnt do anything but stylize 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
Attachments:
You must be logged in to view attached files.September 23, 2015 at 23:03 in reply to: rtMedia & MediaPress – Not Showing in Activity Stream #79223sharmstr
ModeratorWorks fine on all of my sites and on the Kleo demo site.
What exactly is the issue? The upload button is missing? Its there but you cant upload?
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
September 23, 2015 at 23:01 in reply to: Does KLEO have default templates for bbpress favorites and subscriptions? #79222sharmstr
ModeratorI’m sorry that I’m not giving you the answer you want. But again, there are no “pages” the way you’re thinking of pages. bbpress (like most other large/established plugins) uses template files. The Kleo overrides of those files are in /kleo/bbpress. Specifically user-xxx.php. But for the most part, all of kleo’s *changes* are done via css. There’s a list of bbpress shortcodes that you can add to a wordpress “page”, but I dont know of one for favorites or subscriptions. Hopefully this makes sense 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 get it. The point I’m doing a bad job of making is that I cant reproduce 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
September 23, 2015 at 22:34 in reply to: Does KLEO have default templates for bbpress favorites and subscriptions? #79215sharmstr
ModeratorAgain, they dont work that way. So I cant explain it 🙂 Yes, the part of the documentation in the link I sent where it talks about templating.
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
ModeratorMight have something to do with the wrong version of VC. Kleo 3.0.9 requires VC 4.7.1.1. You’re on 4.6.2. You should have seen a notice on your dash to upgrade it. In any case, go to wp admin > appearance > install 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
September 23, 2015 at 22:22 in reply to: Add Social Icons to the right of the main navigation #79212sharmstr
ModeratorThere’s no setting for that in Kleo. Search for a plugin. Or alternatively, add menu items, but they will be on the left of the search and cart icons.
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.header-color a, .header-color .navbar-nav .dropdown-menu li a { color: #303030 !important; } .header-color .navbar-toggle .icon-bar { background-color: #303030 !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
ModeratorThe portfolio is just a custom post type. Obviously there are plugins that allow you to add post types easily. The issue you’ll have is duplicating all the *special* functionality. If that’s an important part, you’re better off using categories or something to section your portfolio.
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 just tried the code and it puts it just above the buddypress profile tabs and below the cover photo. You need Kleo 3.0.9 for it to work.
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
ModeratorWhat version of kleo are you running?
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
September 23, 2015 at 22:11 in reply to: Does KLEO have default templates for bbpress favorites and subscriptions? #79204sharmstr
ModeratorThey dont work that way. Please refer to the bbpress documentation https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum-part-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
sharmstr
Moderatorstill happening. I think its your hosting sever configuration: http://imagesrv.adition.com/banners/268/xml/1und1am/PP_Int/Parking_Sedo/us_why_popup_parking.html
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
ModeratorGreat.
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
Moderatorforgot to attach the error.
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
ModeratorThe multi-select boxes uses the jquery select2 plugin in order to change them into autocomplete. Your site is throwing errors on select2 not being a function which usually means its not loading. Try enabling the WP 2015 Theme and see if it works.
I dont know who Cornel is.
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
September 23, 2015 at 16:34 in reply to: Problems after Update to KLEO 3.0.9: Partly white startpage & admin bar missing #79134sharmstr
ModeratorThere are several other plugins that need to be updated as well. You can to to wp admin > appearance > install plugins for the complete 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
ModeratorIf you’re using a different font family, you’ll also need to put that in your css for the buddypress icon
#buddypress div#item-nav ul #mi-producto-personal-li a:before {
content: ‘\e8a3’;
font: ‘store’;
}This assumes that your Store font files are actually loading.
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
Moderatordelete the js_composer folder then go to wp admin > appearance > install plugins and install 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
September 23, 2015 at 16:14 in reply to: Problems after Update to KLEO 3.0.9: Partly white startpage & admin bar missing #79128sharmstr
ModeratorYou need to update visual composer as well. Looks like you’re on 4.5.3 and you need to be on 4.7.1.1
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
ModeratorStill not working. Peter Login Redirect works AFTER someone logs in. Not before.
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
ModeratorNeed to see a link.
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 did. Still doesnt work.
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
ModeratorAs I mentioned, its because you havent been able to install visual composer. So, my question was, why isnt visual composer installing? What errors are you receiving?
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
ModeratorIts still doing 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
September 23, 2015 at 15:59 in reply to: >> How can I do to add a personal link for Login Popup #79119sharmstr
ModeratorYou can do this, but edit so it uses your register page instead: https://archived.seventhqueen.com/forums/topic/the-dreaded-login#post-73270
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 is the error message. please answer
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
ModeratorYour site it still throwing 500 server errors. You need to talk to whoever wrote the plugin that you’re using.
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 credentials dont work. Tell me what the error message is.
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
September 23, 2015 at 05:34 in reply to: add \'edit\' facility to posts already created by admin and users #79079sharmstr
ModeratorThis should be added by BP, not Kleo. Just my .02cents on it. Also, you should vote on your own requests 🙂
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
September 23, 2015 at 05:33 in reply to: Ability to add image/video/file to posts and REPLIES #79078sharmstr
ModeratorWhat replies are you referring to? In forums? Activities? Blog posts?
You can already tag people in activity posts, comments and replies. BP calls it @mentions. There is code out there that will add @mentions functionality to forums. You can google it.
For adding media, obviously you can already do that with forum replies. For activity replies, you’ll get more traction on this if you formally request it from rtMedia since its their plugin that adds media capability to the activity feed.
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