Forum Replies Created
-
Author
-
CatalinModerator
those are page names so you can change them from the page editor.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You can use
https://wordpress.org/plugins/codestyling-localization/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease take a look now… you did not select the right page from the page buddypress settings… you have 2 pages that have near similar names.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 17, 2014 at 18:01 in reply to: bbPress – Show only first post to non logged in users #28840CatalinModeratorsend me a link to your website.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease give me more details about this… maybe a link I can check.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModerator1. also done.
2. ok. glad to help.
3. done. you should have added the selector in the code i provided.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratortake a look.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.CatalinModeratorplease take a look here:
https://archived.seventhqueen.com/forums/topic/log-in-redirect
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorglad to help.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModerator48 hours.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease take a look now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorwe will add this in the 2.0 theme release… you just need to wait 48 hours tops.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorI have a hard time identifying the element that needs to he hidden… a screenshot and a link would be wonderful… 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please provide me the code the developer sent you and credentials access to your WordPress site and I will help. Reply as private for security reasons.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
First, take a look at here:
https://archived.seventhqueen.com/forums/topic/better-wordpress-minify-bwp-settings
second please wait for the kleo 2.0 update… we will release this in a few days and has speed improvements.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Your request implies custom development work and you will need to hire a developer for this.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorYou can add
COPY CODE<a href="#" title="This is the title to show">hover here</a>
in a text widget in the footer sidebar under the widgets you already have.
The CSS code should be added in the style.css file from your child theme. To select the title atribute using CSS take a look at this:
http://www.w3schools.com/css/css_attribute_selectors.asp
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
you can send me access credentials to your site by replying here as private… in this way only you and me can see this. let me see your site and I will give you solutions for 2-6 questions… sorry for late reply.
or you can send me access at catalin@seventhqueen.com
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 17, 2014 at 15:17 in reply to: Change Color of Buttons (Membership Pro & BuddyPress) #28807CatalinModeratorHello,
You will need to add this code in your style.css file from your child theme:
COPY CODEdiv.pricing-table a.btn-default { your code } div.pricing-table a.btn-default { your code } body.registration #signup_submit { your code } body.registration #signup_submit:hover { your code }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorthese days… we just can’t stop in adding cool new features. 😀
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The archives template is this
..\themes\kleo\archive.php
and the masonry part template is
..\kleo\page-parts\post-content-masonry.php
You will need to make modifications in order to achieve your goal.
The problem is the fact that you want to change the layout for “some” categories.
Take a look here:
https://wordpress.org/plugins/custom-category-template/
and also here
http://codex.wordpress.org/Category_Templates
Thank you,
CatalinThank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorThe only thing you can do is to change the credentials from the database of WordPress. You need cpanel aces tho.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease take a look here:
http://wordpress.org/plugins/bowe-codes/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorhave a look at this:
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorclear your cache please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You will need to copy the members-loop.php file to the child theme folder and add this code:
”
<div class=”search-body”>
<?php do_action( ‘bp_directory_members_item’ ); ?>
</div>
<div>
<span style=”word-wrap: break-word;” class=”update”> <?php bp_member_latest_update(); ?></span>
</div>
<div class=”bp-member-dir-buttons”>
<?php do_action(‘bp_directory_members_item_last’);?>
</div>”
the difference is:
”
<div>
<span style=”word-wrap: break-word;” class=”update”> <?php bp_member_latest_update(); ?></span>
</div>”
I gave you more lines upper the code and down the code to be able to add it in the file ( You should add it after line 35 )
Let me know if this works. You need some coding skills to style the box…
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease send me a link to your website where you want to alter the link.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello Jeremy,
Please compaire your code with the original function:
COPY CODEfunction kleo_comment_changes($arg) { $arg['label_submit'] = __( 'Send Message', 'kleo_framework' ); $arg['comment_notes_before'] = ''; $arg['comment_notes_after'] = ''; $arg['comment_field'] = '<div class="row"><div class="twelve columns"><label for="comment">' . _x( 'Comment', 'noun', 'kleo_framework' ) . ' ('.__("required", 'kleo_framework').')</label><textarea id="comment" name="comment" cols="45" rows="8" required aria-required="true"></textarea></div></div>'; return $arg; }
take a look at syntax and punctuation. I tested the code on my server and it works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratoryou can deactivate that from WooCommerce settings.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look here:
https://archived.seventhqueen.com/video-tutorials/sweetdate-install-and-setup.html
also, to increase the upload limit size of files take a look here:
http://wordpress.mcdspot.com/2012/03/20/ways-to-increase-max-file-upload-size-and-execution-time/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
I am not able to help if you don’t provide me screenshots with the issues you have… the documentation has a file where everything is explained… also the video from the link I provided.
I need you to structure the things you want to achieve to be able to provide you solutions…
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratortake a look at my screenshot.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.CatalinModeratoradd this:
COPY CODE[class*="column"]+[class*="column"]:last-child { float: left; }
let me know if this helps.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorI am not able to replicate the “Already logged in error” … please send me a screenshot
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease be more specific about what you want to achieve… I don’t understand your request.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorwe are searching for a solution and we will provide it ASAP.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You can achieve that by creating a page for every category you want to show and use
[kleo_posts_carousel cat="xx" limit="x"]
where “XX” is the category id and “X” is the limit of posts you want to show
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratortake a look in (Users > Profile fields)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
That string can be found in the buddypress plugin files so you need in to select the plugin in the
Codestyling notifications, not in the theme.Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 15, 2014 at 19:36 in reply to: Show username and instead of full name in member directory #28706CatalinModeratorHello,
You can first take a look at this:
http://buddypress.org/support/topic/display-username-in-members-directory/
then
the code that shows the user names is:
COPY CODEfunction render_bp_meta() { global $kleo_config; $output = array(); if (get_member_age(bp_get_member_user_id())) { $output['age'] = apply_filters('kleo_bp_meta_after_age', get_member_age(bp_get_member_user_id())); } //fields to show $fields_arr = $kleo_config['bp_members_loop_meta']; //user private fields $private_fields = array(); if (function_exists('bp_xprofile_get_hidden_fields_for_user')) { $private_fields = bp_xprofile_get_hidden_fields_for_user(bp_get_member_user_id()); } if (!empty($private_fields)) { //get the fields ids that will be displayed on members list if ( false === ( $fields_id_arr = get_transient( 'kleo_bp_meta_fields' ) ) ) { $fields_id_arr = array(); foreach ($fields_arr as $val) { if (get_profile_id_by_name($val)) { $fields_id_arr[$val] = get_profile_id_by_name($val); } } set_transient( 'kleo_bp_meta_fields', $fields_id_arr, 60*60*12 ); } if (!empty($fields_id_arr)) { //fields that will actually display $show_fields = array_diff($fields_id_arr, $private_fields); if (!empty($show_fields)) { $fields_arr_inv = array_flip($fields_id_arr); foreach ($show_fields as $key => $val): if(bp_get_member_profile_data( 'field='.$fields_arr_inv[$val] )): $output[] = bp_get_member_profile_data( 'field='.$fields_arr_inv[$val] ); endif; endforeach; } } } else { foreach ($fields_arr as $key => $val): if(bp_get_member_profile_data( 'field='.$val )): $output[] = bp_get_member_profile_data( 'field='.$val ); endif; endforeach; } $output = apply_filters('kleo_bp_meta_fields',$output); if (is_array($output)) { $output_str = '<p class="date">'. implode(" / ", $output).'</p>'; } else { $output_str = ''; } echo '<div class="search-meta">'; echo apply_filters('kleo_bp_members_dir_name','<h5 class="author"><a href="'. bp_get_member_permalink().'">'. bp_get_member_name().'</a></h5>'); echo $output_str; echo '</div>'; }
and replace
COPY CODEbp_get_member_name() /pre> with <pre> bp_core_get_username()
You just need to add the modified code with the new function in your functions.php file from your child theme.
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts