Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Are you talking about this button ?
see attachment
Regards
RAdu
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.Radu
ModeratorHi,
I have tested this and i cannot reproduce this issue.
What version of theme do you have ?
You have installed and active any other plugins other than kleo comes ?
Try to activate wp_debug https://codex.wordpress.org/WP_DEBUG#Usage
REgards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide link of that page.
Thank you
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 12, 2015 at 22:15 in reply to: kleo post inserted by click on read more showing error Not showing detail #77353Radu
ModeratorHi,
Try to put a name on that page then press preview.
IF this dosen’t work, try to resave permalinks by going to wp-admin -> settings -> permalinks -> save changes.
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Thank you for reporting that, we will fix the issue soon.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please check now : http://themeforest.net/item/kleo-next-level-wordpress-theme/6776630
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
When i try to login it shows this :
” ERROR: Login failed because your IP address has been blocked. Please contact the administrator.”I think the reason was wrong login details.
Please provide correct details i will check later or monday.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide the website url to can take a look.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can do this by adding the below code to your kleo-child/functions.php
COPY CODEfunction kleo_adding_custom_scripts() { wp_register_script('my_script_name', get_stylesheet_directory_uri() . '/js/amazing_script.js', array('jquery'),'1.1', true); wp_enqueue_script('my_script_name'); } add_action( 'wp_enqueue_scripts', 'kleo_adding_custom_scripts' );
Then put your script in this location wp-content/themes/kleo-child/js/ with name amazing_script.js
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see that you modified the header, i see the ASCOLTA its to big , make the img little and set position absolute instead
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Replace the code from above with this
COPY CODEadd_shortcode('custom_kleo_social_activity_share', 'custom_kleo_social_activity_share'); function custom_kleo_social_activity_share() { ?> <span class="kleo-social-activity-share <?php echo bp_get_activity_type(); ?>"> <a class="kleo-social-activity-share-item facebook" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://www.facebook.com/sharer/sharer.php?t=<?php echo bp_get_activity_feed_item_title(); ?>&u=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-facebook"></i></a> <a class="kleo-social-activity-share-item twitter" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="http://twitter.com/share?text=<?php echo bp_get_activity_feed_item_title(); ?>&url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-twitter"></i></a> <a class="kleo-social-activity-share-item google" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://plus.google.com/share?url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-gplus"></i></a> </span> <?php }
Then use this code [custom_kleo_social_activity_share] where you want to icons to appear.
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide me a sketch where the author image should to appear.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Strange behavior, i suggest you to post on buddypress forums about this issue which it’s related to buddypress.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I added this to kleo improvements list and this will be fixed in a future update.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You just need to use a large image like this : http://www.hdwallpapersimages.com/wp-content/uploads/2014/12/Gym-Fitness-Women-Images.jpg , i’ve replaced the image with that.
I will close the topic.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk,
I will close the topic.
Have a nice day
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
Css path to style only single job pages
COPY CODEbody.single-job_listing {} body.single-job_listing .header-color.social-header {display:none;}
CSs path to style only single events pages
COPY CODEbody.single-event {} body.single-event .header-color.social-header {display:none;}
Best Regards
Radu
CSs path to style only single member pages
COPY CODEbody.members .header-color.social-header {display:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You have installed any other plugins other than kleo comes ?
If yes try to disable them one by one and see if the error persists.
If not tell me
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you disable the buddyforms plugin it shows ok ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi RafVin,
Thank you for the suggestion.
Have a nice day
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 11, 2015 at 20:02 in reply to: Is there a way to make the width of tabs responsive? #77229Radu
ModeratorBy using this CSS modifications will be applied only for this page, (page with id )
COPY CODEbody.page-id-19038 li.vc_tta-tab { width: 25%; padding:0 !important; margin: 0 !important; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 11, 2015 at 20:01 in reply to: Is there a way to make the width of tabs responsive? #77228Radu
ModeratorHi,
Use this css add it to Wp-Admin -> Theme Options -> General Settings -> Quick CSS
COPY CODEli.vc_tta-tab { width: 25%; padding:0 !important; margin: 0 !important; }
Let me know if its ok
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
Thank you for reporting this, i will add this to bug list for future update.
Have a nice day.
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
USe this css, i see that the row from vc have background assigned you can set the background from vc backend of your homepage or use this css
COPY CODEbody.page-id-816 .main-color {background-image:url(http://www.keenthemes.com/preview/metronic/theme/assets/global/plugins/jcrop/demos/demo_files/image1.jpg);}
You can add the search form on member directory by navigating to WP-Admin -> Users -> Profile Search -> Select your form -> From right site -> Add to directory set YES.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It seems that another plugin it modifies the css stylizations,if you have installed any other plugins that kleo comes please disable them one by one and check after.
Best REgards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
When you login and check remember me, even you close the tab or browser and visit site later from same browser you will be logged automatically.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add code to your function.php from kleo-child
COPY CODEadd_shortcode('custom_kleo_social_activity_share', 'custom_kleo_social_activity_share'); function custom_kleo_social_activity_share() { ?> <span class="kleo-social-activity-share <?php echo bp_get_activity_type(); ?>"> <a class="kleo-social-activity-share-item facebook" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://www.facebook.com/sharer/sharer.php?t=<?php echo bp_get_activity_feed_item_title(); ?>&u=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-facebook"></i></a> <a class="kleo-social-activity-share-item twitter" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="http://twitter.com/share?text=<?php echo bp_get_activity_feed_item_title(); ?>&url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-twitter"></i></a> <a class="kleo-social-activity-share-item google" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://plus.google.com/share?url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-gplus"></i></a> <a class="kleo-social-activity-share-item mail" href="mailto:?body=<?php echo bp_get_activity_feed_item_title(); ?> <?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-mail"></i></a> </span> <?php }
Then use this code [custom_kleo_social_activity_share] where you want to icons to appear.
Best Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide your website url ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
To achieve this you can use loco translate to modify or translate any string from theme or plugin.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The blue labels with ‘keymaster’, ‘moderator’ are part of bbpress and is automatically generated.
Take a look here how an you get member role in buddypress member loop.
https://buddypress.org/support/topic/display-users-role-on-the-members-loop-php-file/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 11, 2015 at 14:53 in reply to: Is there a way to make the width of tabs responsive? #77184Radu
ModeratorHi,
I cannot figure out about what tabs are you talking about, can you please provide a URL where that tabs appears ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide your website url to can see the behaviour.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I’ve looked to your page but the buttons have little space between them, you have solved the issue ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can see how here : http://codex.wordpress.org/Playing_With_Fonts or http://premium.wpmudev.org/blog/custom-fonts-css/ or you can test this plugin : https://wordpress.org/plugins/use-any-font/
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can look at the demo cover image size | http://seventhqueen.com/themes/kleo/members/kleoadmin/ img url = http://seventhqueen.com/themes/kleo/wp-content/uploads/2015/03/zakynthos.jpg
You can use this size 1920×768.
PS : sharmstr it’s on vacation.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide site url and a dummy user account ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorRegarding the images, you have centered the images ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide FTP to achieve this ?
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide a link to the social article page and a dummy account if its need.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts