Forum Replies Created

Viewing 40 posts - 3,241 through 3,280 (of 8,607 total)
  • Author
  • in reply to: Get 500 internal error when uploading photo #40195
     Abe
    Keymaster

    Hi. 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.

    in reply to: Twitter Not Working #40111
     Abe
    Keymaster

    Hi, 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.

    in reply to: WordPress Airbnb Question #40110
     Abe
    Keymaster

    Hi, 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.

    in reply to: Member Directory Pagination/Jump #40089
     Abe
    Keymaster

    Sorry about misleading you, here is the path wp-content/themes/sweetdate/custom_buddypress/_inc/global.js

    probably this block:

    COPY CODE
    
    jq('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.

    in reply to: Some pointers #40088
     Abe
    Keymaster

    Thanks for pointing this out and I just fixed them.
    Robert will check those banners and come back with a reply

    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.

    in reply to: Pages not found error #40086
     Abe
    Keymaster

    Hi, 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.

     Abe
    Keymaster

    hi 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.

    in reply to: sub menu of profil #40084
     Abe
    Keymaster

    Hi, 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 be

    COPY CODE
    
    function 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.

    in reply to: Install questions #40083
     Abe
    Keymaster

    In 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.

    in reply to: Error with the sweetdate and woo commerce #40082
     Abe
    Keymaster

    Hi, 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.

    in reply to: Member Directory Page – Adjusting/Removing meta fields #40081
     Abe
    Keymaster

    Hi, 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.

    in reply to: issue with hosted videos #40079
     Abe
    Keymaster

    something 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.

    in reply to: Breadcrumbs on Woocommerce Pages #40077
     Abe
    Keymaster

    Hi,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.
    in reply to: Non-members can still read messages in their email!! #40074
     Abe
    Keymaster

    Hi, 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.

    in reply to: Profile Notifications layout correction deeded !! #40073
     Abe
    Keymaster

    Hi, 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.

     Abe
    Keymaster

    Hi, 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.

    in reply to: A few fixes needed #40071
     Abe
    Keymaster

    Hi, 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.

    in reply to: Activity favorites wrong color #40069
     Abe
    Keymaster

    Hello, 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.

    in reply to: issue with hosted videos #40066
     Abe
    Keymaster

    First 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.

    in reply to: issue with hosted videos #40050
     Abe
    Keymaster

    hello, 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.

    in reply to: Matching Fields Multiple Values Not Working #40048
     Abe
    Keymaster

    Hi, 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.

     Abe
    Keymaster

    Hi, 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 page

    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.

    in reply to: Please recommend a few plugins for the following: #40032
     Abe
    Keymaster

    Hi 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.

    in reply to: Request: Clickable Background #40031
     Abe
    Keymaster

    Cool @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.

    in reply to: Demo-content on multisite install #40028
     Abe
    Keymaster

    Also 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.

    in reply to: Demo-content on multisite install #40027
     Abe
    Keymaster

    Ok, 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.

    in reply to: Style forum favorites and subscriptions the same #40016
     Abe
    Keymaster

    Cool
    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.
    in reply to: Style forum favorites and subscriptions the same #39996
     Abe
    Keymaster

    Did 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.
    in reply to: Style forum favorites and subscriptions the same #39988
     Abe
    Keymaster

    hmm.. 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.

    in reply to: Style forum favorites and subscriptions the same #39962
     Abe
    Keymaster

    re-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.

    in reply to: Style forum favorites and subscriptions the same #39954
     Abe
    Keymaster

    Hello,
    did some adjustments so you will need to replace this file content wp-content/themes/kleo/bbpress/css/bbpress.css with the attached

    Let 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.
    in reply to: Avatars #39935
     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.

    in reply to: Add a Friend button #39934
     Abe
    Keymaster

    Hi, 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.

    in reply to: lost password modal not working #39893
     Abe
    Keymaster

    Hi 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.

    in reply to: Breadcrumbs on Woocommerce Pages #39886
     Abe
    Keymaster

    Thank 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.

    in reply to: Kleo 2.3 update problem #39884
     Abe
    Keymaster

    I 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.

    in reply to: KLEO Updates Change Log #39881
     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.

    in reply to: LOGO Auto Resizing Issue #39879
     Abe
    Keymaster

    I 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.

    in reply to: Visual Composer WordPress 4.1 #39812
     Abe
    Keymaster

    hi, 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.
    in reply to: LOGO Auto Resizing Issue #39791
     Abe
    Keymaster

    That 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.

Viewing 40 posts - 3,241 through 3,280 (of 8,607 total)

Log in with your credentials

Forgot your details?