Forum Replies Created

Viewing 40 posts - 6,081 through 6,120 (of 11,328 total)
  • Author
  • in reply to: CPT Featured image in BuddyPress #63796
     sharmstr
    Moderator

    Not a dumb question, but it is better asked on the BP forums.

    I will say that Kleo (and any other theme) merely displays the info written to the activity table. For standard WP posts, the featured image is actually appended to the activity content before its saved to the activity table. So, my guess is that your CPT isnt set up to append the featured image. See attached.

    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: css message send and received #63790
     sharmstr
    Moderator

    Now I see it. Cool.

    Okay, you can upgrade BP if you want. I’ll let 7th Queen know to update the theme forest info. Thank you for your help in testing.

    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: css message send and received #63788
     sharmstr
    Moderator

    Hmmm. I’m looking at the account you gave me and its still broken. Did you remove the code after testing 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: Add custom icons to visual composer icon drop-down #63786
     sharmstr
    Moderator

    No, but its been sort of suggested. You can vote on it and add that you want the entire thing to be a link.

    At this point the only link you can do is if you add it to the item text.

    Here’s the request https://archived.seventhqueen.com/forums/topic/feature-item-linking

    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: css message send and received #63784
     sharmstr
    Moderator

    Ah. Good point. The star functionality was introduced in BP 2.3. Before you update, would you mind testing some backward compatibility code I just added to the next Kleo minor release?

    go to /kleo/buddypress/members/messages/messages-loop.php and change this block of code (starting around line 100) from this

    COPY CODE
    
    <?php if (bp_is_active('messages', 'star')) : ?>
           <div class="thread-star">
           <?php bp_the_message_star_action_link(array('thread_id' => bp_get_message_thread_id())); ?>
           </div>
    <?php endif; ?>
    
    

    to this

    COPY CODE
    
    <?php if ( version_compare( BP_VERSION, '2.3', '>=' ) ) :  ?>
          <?php if (bp_is_active('messages', 'star')) : ?>
                  <div class="thread-star">
                        <?php bp_the_message_star_action_link(array('thread_id' => bp_get_message_thread_id())); ?>
                  </div>
           <?php endif; ?>
    <?php endif; ?>
    

    Let me know if that fixes 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: css message send and received #63779
     sharmstr
    Moderator

    That’s the problem. is there a reason why you havent updated?

    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: css message send and received #63776
     sharmstr
    Moderator

    Have you updated buddypress to 2.3.2?

    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: Set Member type via theme function / PMP / BP #63774
     sharmstr
    Moderator

    Probably not. But it will show you the example code you asked for.

    Seems to me that you should pay the membership costs for PMPro support.

    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: Set Member type via theme function / PMP / BP #63772
     sharmstr
    Moderator

    Because we don’t have plans for each type of member this eliminates the option you suggested unless we create additional membership types.

    I dont understand. If you dont have member types for each type of member then what are you expecting to put in the xprofile field?

    I’d like to be able to show member pages for the various types of members

    Meaning a list of all members belonging to a certain type. Like buddypress members directory but filtered by type? There’s a pmpro add on for that.

    https://github.com/strangerstudios/pmpro-div-levels

    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: Migration Broke KLEO #63771
     sharmstr
    Moderator

    enable debugging and try it again. make sure you set display to true. https://codex.wordpress.org/WP_DEBUG

    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: Migration Broke KLEO #63768
     sharmstr
    Moderator

    Doesnt look like you’ve even installed the plugin.

    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

    @abe – can we squeeze VC 4.5.3 in the minor update?

    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: css message send and received #63764
     sharmstr
    Moderator

    Because your site is throwing jquery errors. Probably a plugin conflict.

    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: Set Member type via theme function / PMP / BP #63763
     sharmstr
    Moderator

    This will obviously take some custom work. We can add this to the feature request section to get voted on. Or you can contact dev@seventhqueen.com for a quote.

    But, can I ask why you need a separate xprofile field? Its never a good idea to have duplicate areas for information. You can easily get their member levels (pmpro_hasMembershipLevel()) and display it ( pmpro_getMembershipLevelForUser($current_user->ID))

    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: Migration Broke KLEO #63759
     sharmstr
    Moderator

    No. You need to install the plugins for that.

    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: GeoDirectory Plugin Help #63757
     sharmstr
    Moderator

    Looks like you removed it from the wrong sidebar. There are several sidebars for each page. Did you try removing it from GD Detail Sidebar?

    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 custom icons to visual composer icon drop-down #63755
     sharmstr
    Moderator

    No. You’d have to custom code 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: GeoDirectory Plugin Help #63753
     sharmstr
    Moderator

    You’re right, it will be fixed in the next update. In the meantime, use this

    COPY CODE
    
    #footer .template-page {
      padding-top: 40px;
    }
    
    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: Vote #63751
     sharmstr
    Moderator

    Not sure if 7th queen will release their version or not. But a few months ago, I asked them to consider using this plugin https://wordpress.org/plugins/wp-idea-stream/. That’s how this who section of the forum was started.

    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 can use Paid Membership Pro

    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

    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: Frontend User Menu #63742
     sharmstr
    Moderator

    Its sorta hidden 😉

    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: problem with one user profile #63741
     sharmstr
    Moderator

    Depends on your host. Some host dont allow you to have a custom php.ini file. Ask them.

    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: problem with one user profile #63733
     sharmstr
    Moderator

    Yes. If you google “Fatal error: Unknown: Cannot use output buffering” you’ll see that increasing the memory fixes it.

    Now… why does it only happen on one profile? Who knows.

    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: Frontend User Menu #63732
     sharmstr
    Moderator

    There’s a note in Appearance > Menus > Kleo that explains how to do this

    With BuddyPress/bbPress installed you can add a link to your profile with ##profile_link## in the URL input from Links section bellow. Example: ##profile_link##/messages

    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 appreciate the info. But to write a task plugin from scratch isn’t going to happen any time soon. So, since you’ve tested all of them out, let us know which one you’d like us to focus on as far as integrating kleo styling and into BP. Its the fastest way that this will be adopted.

    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: GeoDirectory Plugin Help #63722
     sharmstr
    Moderator

    Try going through this

    https://archived.seventhqueen.com/forums/topic/geodirectory-importing

    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: Migration Broke KLEO #63719
     sharmstr
    Moderator

    Its seems like the theme options settings weren’t migrated correctly. I logged in, navigated to theme options and clicked save and that seemed to fix the errors. But, since they weren’t migrated correctly, the settings are default now. So, try this: Go to the test site’s theme options > import/export. Export the settings then import them on the live site. Be sure to back everything up beforehand.

    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: ERROR: class-envato-protected-api.php #63716
     sharmstr
    Moderator

    Seems like this is a rare issue. Go to /kleo/kleo-framework/kleo.php and comment out the following line (around line 130)

    Change

    COPY CODE
    
    add_filter("pre_set_site_transient_update_themes", array(&$this,"themeforest_themes_update"));
    

    to

    COPY CODE
    
    //add_filter("pre_set_site_transient_update_themes", array(&$this,"themeforest_themes_update"));
    

    Let me know if that fixes it. Again, its rare so not sure if it will 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: Add custom icons to visual composer icon drop-down #63711
     sharmstr
    Moderator

    Looks like you haven’t upgraded since there is a visual icon selector now.

    The icons are fonts. Is your custom icons fonts as well?

    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: Youtube Embed Extra Parameters #63709
     sharmstr
    Moderator

    Looks like there is a VC addon that will allow you to add parameters: http://www.memberplayer.com/addon-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

    in reply to: Youtube Embed Extra Parameters #63707
     sharmstr
    Moderator

    Well, the issue is that is a built in VC shortcode. Its not a kleo code. If I get a chance, I’ll see if I can hack their code.

    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: Youtube Embed Extra Parameters #63705
     sharmstr
    Moderator

    I remember now. Try using a text block instead of Visual Composer built in embed video shortcode.

    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: Youtube Embed Extra Parameters #63704
     sharmstr
    Moderator

    I thought we added that. Let me look. Be right back.

    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: Migration Broke KLEO #63703
     sharmstr
    Moderator

    respond privately with a link and admin 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: On/off fullwidth 100% stretch outside the box #63701
     sharmstr
    Moderator

    Hmmm. I’ve been testing this out. Try it in your quick css and I’ll see about adding it as a switch. (this assumes you are using the wide layout, not boxed.)

    COPY CODE
    
    .container {
      max-width: 90% !important;
    }
    

    note: I picked 90% to give it a bit of padding on each side.

    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: On/off fullwidth 100% stretch outside the box #63694
     sharmstr
    Moderator

    @splendor – what elements exactly? Or are you asking for the entire bp and bbp pages to go 100%?

    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: rename 'KLEO' in the rich text menu #63690
     sharmstr
    Moderator

    There is not a safe way to do 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: links not clickable in video background header #63688
     sharmstr
    Moderator

    I’m not saying your’re intentionally adding it. It happens when you add forms. Basically I was telling you why so you’d have a better understanding of how all of this works and why the og fix didnt work for you.

    Whenever we give you css, put it in Theme Options > General > Quick Css.

    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: css message send and received #63686
     sharmstr
    Moderator

    I mean a link to log in. I cant help you without seeing the code that generated. I can only see that if I log in with an account.

    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 - 6,081 through 6,120 (of 11,328 total)

Log in with your credentials

Forgot your details?