Forum Replies Created

Viewing 40 posts - 2,001 through 2,040 (of 8,607 total)
  • Author
  • in reply to: How to create register page same demo #78357
     Abe
    Keymaster

    Hi there, this topic is old and it is for Sweetdate. You are mentioning something about Kleo.
    The register page is only accessible when you are not logged in 🙂

    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: Can't login.. Stuck on Sending info #78355
     Abe
    Keymaster

    Hi there, please update the app.js file attached in your Sweetdate theme under assets/scripts/app.js

    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: BuddyPress Cover Photo conflict with S3 Upload #78353
     Abe
    Keymaster

    You can try adding this in your child functions.php

    COPY CODE
    
    add_filter('upload_dir', 'bcp_custom_upload_dir' );
    
    function bcp_custom_upload_dir($args) {
        if (isset($_POST['action']) && $_POST['action'] == 'bp_upload_profile_cover' ) {
            $args['path'] = $args['basedir'] . "/bcp-user" . $args['subdir'];
            $args['url'] = $args['baseurl'] . "/bcp-user" . $args['subdir'];
        }
        if (isset($_POST['action']) && $_POST['action'] == 'upload_group_cover' ) {
            $args['path'] = $args['basedir'] . "/bcp-group" . $args['subdir'];
            $args['url'] = $args['baseurl'] . "/bcp-group" . $args['subdir'];
        }
        return $args;
    }
    

    This should make the uploads for the profile cover in a bcp-user folder and the group cover in a bcp-group folder

    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: Server Hammered by Notifications #78341
     Abe
    Keymaster

    For 60 seconds then the value is 60000
    0 will disable the live notifications ajax request
    Please make sure you have the latest Kleo version installed

    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: Animated number question #78336
     Abe
    Keymaster

    For groups we don’t have one. All the available shortcodes are seen in the shortcode editor button

    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: BuddyPress Cover Photo conflict with S3 Upload #78335
     Abe
    Keymaster

    Hi, unfortunately we haven’t made any progress on this but I will let you know ASAP once I have some 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: Extra membership restrictions – HOW TO #78334
     Abe
    Keymaster

    Hi,

    @liam62244
    you need a bit of coding skills or editing skills. You need to take the codes as their are and paste them one after the another in the file specified. You should talk with someone that can help you customize the theme as you need.

    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: Restrict Looking for the Opposite #78333
     Abe
    Keymaster

    Hi, are you using the latest theme version since it should be fixed?

    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: Server Hammered by Notifications #78327
     Abe
    Keymaster

    Hello, in Theme options – BuddyPress try to set the refresh interval to 40000 which means 40 seconds refresh time or what you think is appropiate.
    http://7thqueen.com/public-files/gabi/2015-09-18-6e5qg.png

    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: Fatal error kleo #78201
     Abe
    Keymaster

    Hi there, please update to Kleo 3.0.9 and also update Visual composer to latest version from your admin area

    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: Got a serious erros and need help!! #78083
     Abe
    Keymaster

    Sorry for the late reply @delirious55
    please update the content from this file wp-content/themes/sweetdate/custom_buddypress/bp-functions.php with the content from the file attached

    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: Change Layouts in theme options #78079
     Abe
    Keymaster

    Oh I see what you mean to have a custom sidebar just for single posts. For that you will need a different plugin to handle the sidebar logic

    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: License for education #78059
     Abe
    Keymaster

    Hi, I have contacted you by email.

    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: Change Layouts in theme options #77984
     Abe
    Keymaster

    hi @Tronle
    there is already an option for the blog post layout in Theme options – Blog – Single Post page Layout

    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: Tranlation contribution for KLEO #77983
     Abe
    Keymaster

    many thanks @Julian
    I really appreciate it

    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: Youtube Video Indexing (home page) #77978
     Abe
    Keymaster

    From youtube you can get the video embed url from the share button

    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: WPML + Visual Composer + WooCommerce conflict on 3.0.7 #77972
     Abe
    Keymaster

    Please test with 3.0.8 and let us know if you encounter problems

    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: News Magazine #77895
     Abe
    Keymaster

    Until the next update try to update the files attached in the theme and see if it fixes your 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.

    Attachments:
    You must be logged in to view attached files.
    in reply to: News Magazine #77889
     Abe
    Keymaster

    Thanks, will check it and will included it in the next update.

    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: Post Grid and Mansonry Grid #77878
     Abe
    Keymaster

    If the items are not appearing you can take a look in the browser console for javascript errors and let us know if you find any. I have tried on Safari in Mac and haven’t encountered any issue.

    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 update – News Magazine #77754
     Abe
    Keymaster

    Hi, it was probably resolved. You can import demo data from Appearance – KLEO Demo Data

    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: Fatal Error after update #77367
     Abe
    Keymaster

    Hi there, until next theme update pleae update Visual Composer to latest version from WP admin – Appearance – Install Plugins to fix this

    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 image background No Repeat…is repeating #77017
     Abe
    Keymaster

    Hi, this is fixed and will be available in 3.0.8 Kleo update.

    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: German Translation #77011
     Abe
    Keymaster

    German language is not added to the theme since we need it to come from users contribution. You can easily translate the theme with Loco Translate plugin

    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

    @aimkbe nice to hear that. Actually my name is Gabriel and Abe is just a shorthand 🙂

    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: BuddyPress Cover Photo conflict with S3 Upload #76373
     Abe
    Keymaster

    Hi, we will be doing some tests and will let you know

    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: How to make Facebook use a custom thumbnail image #76272
     Abe
    Keymaster

    @andresvernazza related to your customer satisfaction form, you can create a new topic from the support home page if you click your desired theme you will see some links under the search item.

    Also you should be aware that we want to help all of our clients and that is the purpose of this support site.. but you need to create a topic if you have problems with something

    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: How to make Facebook use a custom thumbnail image #76271
     Abe
    Keymaster

    Hi there, we are using WordPress Seo and the image tag is generated. You shoud check the page source code and see if the meta tag is there. Also check the plugin settings and make sure the page you are testing has a featured image or also from the page edit – WordPress Seo section you can set a custom Facebook image

    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: BP Profile Search Bug After New Update #76195
     Abe
    Keymaster

    Hi, please see this same topic here:
    https://archived.seventhqueen.com/forums/topic/profile-search-add-on-new-version-has-issues-with-kleo-template
    An update will be released this week to support the latest version of the plugin

    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: Fatal Error update 3.0.7 #76191
     Abe
    Keymaster

    Well no, not from what I know but please create a backup before you do 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

    Hi, this week a new Kleo version will be released to include that fix.

    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: Fatal Error update 3.0.7 #75998
     Abe
    Keymaster

    Hi, it seems you have a very old WordPress version. Please update to the latest WordPress 4.3

    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: Download failed. Forbidden #75997
     Abe
    Keymaster

    Hello, maybe try to generate a new API key. Also there were some issues with Themeforest availability and if it still does not work try to update it manually. See the details in the documentation

    All the best

    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: GIF animation of Kleo in Themeforest page #75401
     Abe
    Keymaster

    Hello and thanks for appreciating our work. It was built using Adobe After Effects.

    We can’t provide the files since they weren’t build for sale and it will be very hard to edit it to match your needs.

    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: Facebook Login Issue #75287
     Abe
    Keymaster

    You have a switch there to make it live in the Status&Review tab . Also see here https://goldplugins.com/documentation/wp-social-pro-documentation/how-to-get-an-app-id-and-secret-key-from-facebook/

    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: STEPS TO UPDATE KLEO THEME AND PLUGINS #75282
     Abe
    Keymaster

    @msattolo is you added correct username and API it will be found under Dashboard – Updates. If it does not work please update manually. See details in the documentation

    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: WPML Language Switcher – Not there #75276
     Abe
    Keymaster

    Hello, Turkish is not available since it needs to be contributed by somebody who knows the language. You can translate it with Loco Translate plugin if you need it

    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: STEPS TO UPDATE KLEO THEME AND PLUGINS #75274
     Abe
    Keymaster


    @stix
    , I know you were releasing sites one after another and I was curious if you have something new.

    Congrats on the move and all the best wishes.

    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: Dutch translation #75271
     Abe
    Keymaster

    Nope, nobody who knows the language contributed. You can translate it yourself using Loco Translate plugin

    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: set up online course #75169
     Abe
    Keymaster

    Hi there, from what I know Sensei is free to get from github and you pay for support only.

    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 - 2,001 through 2,040 (of 8,607 total)

Log in with your credentials

Forgot your details?