Forum Replies Created
-
Author
-
sharmstr
ModeratorLet me know if you get stuck and I’ll take another stab at 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
ModeratorOkay. I see my confusion. I was styling based on the widget called “(Kleo) Recent Posts”. The one with the fontello icons is called “Recent Posts”. Huge difference because the Kleo one uses image thumbnails from the post. Sorry about 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
ModeratorSorry, first link was missing the anchor https://archived.seventhqueen.com/documentation/kleo#vector-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
ModeratorFontello https://archived.seventhqueen.com/documentation/kleo
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
Moderatoradd !important to it
COPY CODEcolor:#fff !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
Moderator@Cortex2k – You are actually getting this error “App Not Setup: The developers of this app have not set up this app properly for Facebook Login.” Fix your facebook app settings over on the fb developers 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
ModeratorIt will remove the prev and next from both the post/page and from the members profile.
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 other way printed out a div, as you’ve figured out. I put the small tag on there because you said you wanted them to be like the post meta 🙂
So, you’re set 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
Moderatorreactivating shouldn’t be an issue. What did these “other” devlopers change? What version of k-elements are you running? What errors are they seeing with k-elements?
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 am the queen. Look how many crowns I have. LOL. just kidding.
Do this instead. Change your function call in the loop to this.
COPY CODE<?php echo my_bbp_get_topic_tag_list(); ?>
Then in your functions.php file add this
COPY CODEfunction my_bbp_get_topic_tag_list( $topic_id = 0, $args = '' ) { // Bail if topic-tags are off if ( ! bbp_allow_topic_tags() ) return; // Parse arguments against default values $r = bbp_parse_args( $args, array( 'before' => '<span class="bbp-topic-tags" style="float:right;"><small class="meta-category">' . esc_html__( 'Tagged:', 'bbpress' ) . ' ', 'sep' => ', ', 'after' => '</small></span>' ), 'get_topic_tag_list' ); $topic_id = bbp_get_topic_id( $topic_id ); // Topic is spammed, so display pre-spam terms if ( bbp_is_topic_spam( $topic_id ) ) { // Get pre-spam terms $terms = get_post_meta( $topic_id, '_bbp_spam_topic_tags', true ); // If terms exist, explode them and compile the return value if ( !empty( $terms ) ) { $terms = implode( $r['sep'], $terms ); $retval = $r['before'] . $terms . $r['after']; // No terms so return emty string } else { $retval = ''; } // Topic is not spam so display a clickable term list } else { $retval = get_the_term_list( $topic_id, bbp_get_topic_tag_tax_id(), $r['before'], $r['sep'], $r['after'] ); } return $retval; }
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 a search for this issue and couldn’t come up with anything. It definitely only happens on f5 refresh and only when the showbiz container is on the screen. If you scroll down past the container and hit refresh it doesnt happen. Can ask over on the showbiz forum if anyone has seen anything like this before? I talked to abe and kleo is using stickyjs for the menu.
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 want the icons to change like they do on the demo, you have to go into the Featured Items Grid settings and change them to bordered icons. Other than that, I’ve looked for the hover css and havent been able to track it down.
As far as the slider goes. I just imported the shop code and then switched the slider using the dropdown in VC. It worked perfectly. I’ve seen issues before when copying the demo page code in Chrome wont work because it adds spaces to the code. I always use firefox when copying the demo code. Maybe something like that is the issue.
If you reply privately with credentials to your site, we can 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
sharmstr
ModeratorAgain, please go to the buddypress forum. They have several topics about it. I was merely giving you a hint on what to search for over 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
sharmstr
ModeratorApollo 13. Not Houston. 🙂
I’m not totally familiar with how this all works and it might take the kleo team some time to get to this. So, bear with me and let me ask you this. Since you did them backwards in order to produce the order you want, when you click on next, does it go up one or does it go down one. Or is it random?
The function uses get_adjacent_post(). If I’m understanding it correctly it shouldn’t be random. If thats the case and its just going the wrong way in the order, we can probably change it to previous goes to next and next goes to previous. Does that make sense?
@abe. Would it help if you made portfolio types hierarchical?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 right I forgot about that. There’s many topics about this over in the buddypress forum
You’ll have to use bp_core_remove_subnav_item( ‘slug’, ‘subnav-slug’ )
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. Well I put the <small> tags around it because you said in your first post that you wanted them like the post meta. Try removing those.
Also, I’m not a man. 😀
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
ModeratorAdministrators can change avatars using wp admin
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
ModeratorYep. But mine is all on the backend. The frontend is pretty vanilla.
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 really a question better suited for the buddypress forums. But you can hide the option on the front end with this
COPY CODEli#change-avatar-personal-li { 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
ModeratorYou need single quotes around each type
(‘adventures’, ‘hotels’, ‘vacation’)
Anyway we can filter that with something like
COPY CODEadd_filter('kleo_meta_boxes','kleo_my_custom_post_types'); function kleo_my_custom_post_types( $pages ) { $pages[] = 'custom_post_type_name'; return $pages; }
If not now can you cook up some magic and make it so in the future?
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 its a problem with cupid.js
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
ModeratorAlso, keep in mind that you are overriding a kleo function which might be updated in the future. You’ll have to compare after every kleo update to make sure you’re using the latest code. I’m using a beta copy of the next kleo update and I can tell you that you’ll for sure have to recopy that function over to your functions.php file so that your cpt will have the latest and greatest functionality.
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, you need to change
COPY CODE‘pages’ => array( ‘custom_post_name’ ), // Post type
to your post type name.
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
November 7, 2014 at 15:42 in reply to: Search Form on Pinterest Home Pages Searches outside specified fields #34532sharmstr
ModeratorHey Ben, I was able to get something working but not for all custom post types. I can give it to you if you just want that search bar to show results of standard wp posts.
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
Moderatormaybe a plugin update caused it. i dont 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
ModeratorI’ve thought a bit about this. The /group/2 part points to a specific x-profile group which is a slug to the second profile group you created in user profile fields. (it has nothing to do with the position of the group in the profile menu).
So, in your functions.php file, you might be able to do something like
COPY CODEif (bp_the_profile_group() == "2" && pmpro_getMembershipLevelForUser($user_id) == member_has_access) { show the info }
I dont use pmPro so I’m not sure what membership levels there but hopefully you get the point.
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 its happening across multiple pages, then its bad markup higher up. For example. I’ve seen several times that people have put bad html code in their “main menu info”. Since that prints out on most pages, it messed up the html on those pages. I’m not saying this is the cause of your problem, I’m just using it as an example.
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 showing up fine for me on my site. Have you tried clearing your cache on your phone? I’ve had to do that after the last 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
ModeratorCan you reply privately with a link to your site. I’d like to see what’s going on. Maybe I can help.
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 want kleos General Settings available to custom post types, you have to add support for them. See this topic
https://archived.seventhqueen.com/forums/topic/add-kleo-meta-box-to-custom-post-type#post-28801
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 got it. I totally forgot that I had made my ‘mark topics read’ plugin print out next to the favorite and subscribe links.
Anyhow, copy plugins/bbppress/templates/default/bbpress/loop-replies.php to /kleo-child/bbpress/loop-replies.php
Add the following after _e(‘posts’,’bbpress’) around like 25
COPY CODE<small><?php bbp_topic_tag_list(); ?></small>
Then copy /kleo/bbpress/content-single-topic.php to /kleo-child/bbpress-content-single-topic.php and comment out bbp_topic_tag_list function around line 24.
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 two screenshots where they dont show up are handled by buddypress. looks like buddypress isnt supported https://wordpress.org/support/topic/in-buddypress-social-avatar-not-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
ModeratorIn this screen shot you’ll see the bad html markup. Edit your hompage and edit the text in the container that holds 158. When the visual text editor comes up, click on text to see the html tags. It looks like you have <strong instead of
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
ModeratorRespond privately with login credentials and I’ll have a look around. Is the site live?
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
Moderator1 – The link I gave you has instructions on how to import demo content.
2 – geo address. Do a search. There are plugins that do that.
3 – I need more information in order to 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
ModeratorKleo doesnt provide this functionality. rtMedia Pro does. If you dont want purchase rtMedia pro (which btw is an excellent plugin) then there are other plugins that do this. GD bbpress attachments is one of 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
ModeratorNormally when raw html prints out like that, it means you’re missing a closing ‘ or ” somewhere. The first place to look is in the text box that contain 158.
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 not the breadcrumb. That the Main Menu Info. Its set in two places; one for WP and one for BP. Theme Options -> Buddypress and Theme Options -> Header.
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 uncomment a test on line 41 of kleo_clients.php. You can safely delete 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 got it working, but will take more work to get it in its own shortcode (maybe you can do that). Here’s the edited Kleo Clients one though.
kleo_clients.txt is the edited shortcode template found in k-elements/shortcodes/templates/kleo_clients.php
config.txt is the edited vc config file found in k-elements/compat/plugin-js-composer/config.phpBasically all it does is adds a new field where you can put the client ids, comma separated. The client ids = post ids.
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. -
AuthorPosts