Forum Replies Created
-
Author
-
Abe
KeymasterHi. I see it is related to rtmedia plugin or buddypress. Try to reinstall those plugins please
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, give us temporary access to check. Do you have tweets on your account? Try to resave the widget
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, I don’t think they are using a plugin and probably custom coded.
I am not aware of such plugin though, sorry
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterSorry about misleading you, here is the path wp-content/themes/sweetdate/custom_buddypress/_inc/global.js
probably this block:
COPY CODEjq('html, body').animate({ scrollTop: jq(".item-list-tabs").offset().top }, 500);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterThanks for pointing this out and I just fixed them.
Robert will check those banners and come back with a replyCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, could be a known wordpress thing that happens from time to time. Try to re-save settings from WP admin – Settings – Permalinks
If that does not work try disabling any plugins that you added, other than our recommended list
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 23, 2014 at 00:48 in reply to: Search form show Opposite sex – Even though i disabled to show Opposite sex #40085Abe
Keymasterhi Webpixel, right now we can’t take custom work. For now try a site like Envato Studio or any freenlancer service
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, yes the file is wp-content/plugins/bp-custom.php
so as in
https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-change/#post-2418
the code to add should beCOPY CODEfunction kleo_change_profile_tab() { global $bp; $bp->bp_nav['profile']['position'] = 10; $bp->bp_nav['activity']['position'] = 20; $bp->bp_nav['friends']['position'] = 30; $bp->bp_nav['groups']['position'] = 40; $bp->bp_nav['blogs']['position'] = 50; $bp->bp_nav['messages']['position'] = 60; $bp->bp_nav['settings']['position'] = 70; $bp->bp_nav['activity']['name'] = 'Wall'; $bp->bp_nav['profile']['name'] = 'My profile'; } add_action( 'bp_setup_nav', 'kleo_change_profile_tab', 999 ); define( 'BP_DEFAULT_COMPONENT', 'profile' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterIn Theme options there are two reset options buttons you can use.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, you already created a topic on that here and you got responses https://archived.seventhqueen.com/forums/topic/please-help-i-have-errors-on-home-page
So I already informed you that those are not errors, are just shortcodes that are not interpreted since they belong to KLEO THEME. You need to delete those pages and use Sweetdate shortcodes
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 23, 2014 at 00:29 in reply to: Member Directory Page – Adjusting/Removing meta fields #40081Abe
KeymasterHi, thank you very much.
2. You need to copy the function render_bp_meta() from custom_buddypress/bp-functions.php to your child theme functions.php and somewhere at the function end you will see implode(” / “, $output) where you replace the
” / ” with the break.1. to remove the age in the same function comment this line
COPY CODE$output['age'] = apply_filters('kleo_bp_meta_after_age', get_member_age(bp_get_member_user_id()));
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymastersomething is definitely strange since the the video play bar looks just like a white bar… and in my tests it is nowhere like that. if it is a test site try to do a clean install with the theme and new portfolio items
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi,please replace theme files from the attached zip file to fix the breadcrumb display on the category page.
Also you will see a new option in Theme options – Woocommerce to enable/disable NEW badge and also set the number of days for a product to be considered as new.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.Abe
KeymasterHi, I will do some tests and add a new option to restrict the content from the email. will let you know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, From the screenshot I can see it is related to Social articles plugin but we will fix it from the theme so until next update add this CSS
COPY CODE.notifications .sa-notification { height: auto; margin-top: 0 !important; padding-left: 0 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 22, 2014 at 23:31 in reply to: Dynamic Widgets doesn't work on Profile, Forums, Achievements pages #40072Abe
KeymasterHi, I don’t know where I recommended Dynamic widgets but depending on what you need you can also try https://wordpress.org/plugins/conditional-widgets/
probably your problem is because that plugin isn’t handling Buddypress very well
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, regarding first thing please try to activate a default wordpress theme to make sure it is not rtmedia related and address the issue on their support forum.
For the second issue please add this CSS in Theme options – Quick CSS until next theme update
COPY CODE#buddypress #item-header-avatar { box-shadow: 0 0 0 5px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHello, it did some tests and it seems to be a different color only when you hove or it has focus, otherwise it takes the set highlight color.
Let me know if it is different on your tests.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterFirst you should disable the minify and cache plugin while in development if you want to test since some problems for sure come from that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterhello, yesterday 2.3.1 has been released, have you tried to update since the above files are in that update too?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, my change only affects the matching and all those new “problems” are just basic Buddypress. You should check any plugins you might have since the theme does not interfere in that process. Try to look over the internet for a same problem
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 22, 2014 at 18:29 in reply to: How to displace the visitors blog with post Gird(printerest style)? #40033Abe
KeymasterHi, what do you mean by “displace the visitors blog”?
If you need the blog grid then just add it with the Posts Grid shortcode in any pageHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi there,
Unfortunately I am not aware of such plugins and you could do some internet search on that. Maybe other users here know..Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterCool @djhaystack
thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterAlso update your Visual composer plugin please. see https://archived.seventhqueen.com/documentation/kleo#updates
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterOk, so since those multisites have other themes you can’t use a page from KLEO which is not installed. You can have it in the main site sure. You had it in Trash so importing skipped it since it was on your site but in the Trash 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterCool
sorry for the file versions, but these are the final ones 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.Abe
KeymasterDid some changes, see how it looks now 🙂
also you need to change assets/css/dynamic.php content with the attached one and re-save Theme options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.Abe
Keymasterhmm.. you have a point. doing some adjustments 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterre-attached it above 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHello,
did some adjustments so you will need to replace this file content wp-content/themes/kleo/bbpress/css/bbpress.css with the attachedLet me know if it looks better.
Byee
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.Abe
Keymaster@hoops that should apply to bbPress also, yes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, you probably figured it our since you marked it as resolved. Was it a caching problem?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi Roger, the page to update the pass should be default WP so make sure you don’t use some other plugin that overrides that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterThank you. will do some checks tomorrow and let you know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterI took another look since we haven’t done anything in our theme to cause that and I see your theme is renamed so I guess is related to that…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymaster@Creative-Inhabitants No it is programmed for 2.4 in January.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterI finally managed to reproduce it on a Win 8 virtual machine on Chrome. I have delayed 2.3.1 release to fix also this. Update coming in about 3-4 hours
thank you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterhi, until KLEO 2.3. 1 is released with the Visual composer updated to 4.3.5 I have attached it so you can update it now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.Abe
KeymasterThat is strange… I see it well on the demo on both Chrome and Firefox http://cl.ly/Z3q1
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts