Forum Replies Created
-
Author
-
sharmstr
ModeratorNot 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 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
ModeratorNow 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHmmm. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAh. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHave 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorProbably 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBecause 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorenable 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDoesnt 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 solutionThis 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBecause 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 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
ModeratorThis 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNot 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 18, 2015 at 22:07 in reply to: How can I make a page available only to registered members? #63745sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 18, 2015 at 22:06 in reply to: Member 'Tasks' – Add Component. This could be linked to Group Projects later. #63743sharmstr
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
ModeratorIts sorta hidden 😉
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
ModeratorDepends 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 18, 2015 at 21:30 in reply to: Member 'Tasks' – Add Component. This could be linked to Group Projects later. #63731sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSeems like this is a rare issue. Go to /kleo/kleo-framework/kleo.php and comment out the following line (around line 130)
Change
COPY CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWell, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorrespond 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHmmm. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts