Forum Replies Created

Viewing 40 posts - 3,721 through 3,760 (of 11,328 total)
  • Author
  • in reply to: Would that be possible to add one more portfolio #79262
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Strange Bar on Blog Page #79258
     sharmstr
    Moderator

    Edit 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 solution

    This 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.
    in reply to: rtMedia & MediaPress – Not Showing in Activity Stream #79257
     sharmstr
    Moderator

    respond 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtMedia & MediaPress – Not Showing in Activity Stream #79255
     sharmstr
    Moderator

    Is 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: extend the included vector icons-Fontello #79254
     sharmstr
    Moderator

    Let’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Mobile Menu Color #79253
     sharmstr
    Moderator

    but 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: add a gallery under member header #79250
     sharmstr
    Moderator

    sure

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Would that be possible to add one more portfolio #79247
     sharmstr
    Moderator

    Well, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Of 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 solution

    This 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.
    in reply to: rtMedia & MediaPress – Not Showing in Activity Stream #79223
     sharmstr
    Moderator

    Works 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: A couple of things #79218
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Again, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: First row in Visual Composer #79214
     sharmstr
    Moderator

    Might 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Add Social Icons to the right of the main navigation #79212
     sharmstr
    Moderator

    There’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Mobile Menu Color #79211
     sharmstr
    Moderator

    Put 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Would that be possible to add one more portfolio #79210
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: add a gallery under member header #79208
     sharmstr
    Moderator

    I 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 solution

    This 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.
    in reply to: add a gallery under member header #79205
     sharmstr
    Moderator

    What 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    They 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Sub menu appears outside of the screen #79165
     sharmstr
    Moderator

    still 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: PMPro Register Helper problem #79149
     sharmstr
    Moderator

    Great.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: PMPro Register Helper problem #79140
     sharmstr
    Moderator

    forgot 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 solution

    This 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.
    in reply to: PMPro Register Helper problem #79139
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    There 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: extend the included vector icons-Fontello #79133
     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Can't see Slider #79131
     sharmstr
    Moderator

    delete 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Sub menu appears outside of the screen #79127
     sharmstr
    Moderator

    Still 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: PMPro Register Helper problem #79126
     sharmstr
    Moderator

    Need 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Sub menu appears outside of the screen #79123
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Can't see Slider #79122
     sharmstr
    Moderator

    As 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Sub menu appears outside of the screen #79120
     sharmstr
    Moderator

    Its still doing it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: >> How can I do to add a personal link for Login Popup #79119
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Can't see Slider #79114
     sharmstr
    Moderator

    what 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: LOgin Not Working #79113
     sharmstr
    Moderator

    Your 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Can't see Slider #79110
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Sub menu appears outside of the screen #79108
     sharmstr
    Moderator
    This reply has been set as private.
     sharmstr
    Moderator

    This 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Ability to add image/video/file to posts and REPLIES #79078
     sharmstr
    Moderator

    What 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 3,721 through 3,760 (of 11,328 total)

Log in with your credentials

Forgot your details?