Forum Replies Created

Viewing 40 posts - 3,721 through 3,760 (of 8,607 total)
  • Author
  • in reply to: Nearby Plugin #36494
     Abe
    Keymaster

    I see another topic where you posted a message and I replied you there. Closing this topic

    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 install geomywp in sweetdate? #36490
     Abe
    Keymaster

    hi, please follow the steps below to use GEO MY WP
    1. Install GEO my WP plugin
    2. Go to GEO my WP -> Addons and activate Members Locator (see step2.png)
    3. Go to GEO my WP -> Settings – Sweetdate and activate your desired options(step3.png)
    4. Users will go to their profile – Location to set their location(step4.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.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Custom Post Type View for Main Page #36488
     Abe
    Keymaster

    thanks @sharmstr

    enjoy your vacation 🙂

    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: Registration page and membership level #36479
     Abe
    Keymaster

    sorry I meant sweetdate child

    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: RTL #36476
     Abe
    Keymaster

    hi @itt
    the RTL functionality is added for the whole wordpress site and it will get activated once you enable a RTL compatible language like arabic. You can copy arabic language files in your wp install in wp-content/languages and then enable it from Settings – General

    http://premium.wpmudev.org/manuals/wpmu-manual-2/adding-languages/

    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: Registration page and membership level #36470
     Abe
    Keymaster

    you should install it from the package downloaded

    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: Registration page and membership level #36468
     Abe
    Keymaster

    just updated it. the code goes in kleo-child/functions.php

    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: Registration page and membership level #36464
     Abe
    Keymaster

    Hi,

    COPY CODE
    
    // redirect to registration page or membership levels page
    add_action('template_redirect', 'my_custom_redirect');
    
    function my_custom_redirect() {
    
        $restricted = array( 334 ); // all your restricted pages id
        $levels_to_check = array(1, 2, 3);
    
        if ( in_array( get_queried_object_id(), $restricted )) {
    
            if (is_user_logged_in()) {
                if (!pmpro_hasMembershipLevel($levels_to_check)) {
                   wp_redirect(pmpro_url("levels"));
                    exit;
                }
            } else {
                wp_redirect(bp_get_signup_page());
                exit;
            }
        }
    }
    
    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: the website does not run properly on mobile #36398
     Abe
    Keymaster

    well, make sure to remove any custom code or CSS added or any other plugins

    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: Blog Post next buttons? #36397
     Abe
    Keymaster

    @xscottxhurtadox it takes by default your logo right 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.

    in reply to: Search form Homepage not work #36395
     Abe
    Keymaster

    I just installed and activated the plugin and don’t see a problem. Where do you see the 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: Users Profil Card – Age Field #36370
     Abe
    Keymaster

    @adam you need to have a date field type 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 solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Hide Profile tab #36369
     Abe
    Keymaster

    Disable bpAlbum from Sweetdate – Buddypress

    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: Installing plugin: error #36364
     Abe
    Keymaster

    Try this content 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: Setting an order of loading js #36363
     Abe
    Keymaster

    hm.. can’t really say about that error.
    Also please share any good customizations you find on the caching plugin.

    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: Possible conflict with latest update #36362
     Abe
    Keymaster

    Hi, try to clear your cache and give me a link related to the slider

    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: Problems with theme items. Help me #36337
     Abe
    Keymaster

    Hi,

    1. try to disable some plugins you use that might cause problems
    2. the fix should be included in the latest theme so it is not needed. I successfully registered on your site, though
    3. please check this topic on changing the status icon shortcodes on your homepage https://archived.seventhqueen.com/forums/topic/homepage-online-members-status-icons-how-to
    4. https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display
    5. check on another computer.. on mine is fine
    6. Check your matching fields in Sweetdate – Buddypress since they should be set to I am a and Looking for a
    7. https://archived.seventhqueen.com/forums/topic/match-numbers
    8. Privacy should be next to each field when you edit your profile

    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: Problem with 2.2 update #36336
     Abe
    Keymaster

    If you can’t do it then please see the manual 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: Problem with 2.2 update #36335
     Abe
    Keymaster

    Hi, the update should appear, as it says in the documentation, in Dashboard – 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: Issues with 2.2 #36334
     Abe
    Keymaster

    Hi, I sent an email to you with 2.1.1
    We will think of something for next update to make it possible to choose from the layouts

    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: Menu side and breadcrump section #36331
     Abe
    Keymaster

    @iusethemes put a link but try to delete cache before

    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: Menu side and breadcrump section #36330
     Abe
    Keymaster

    @briceemry a browser cache issue that was fixed by refreshing the page once

    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: Contact form 7 not working #36324
     Abe
    Keymaster

    Hi, what form are you referring to because I see you have the form on contact page?
    please put some screenshots to describe what you want to achieve

    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: Home page will not show more than 10 blog posts #36314
     Abe
    Keymaster

    thank you @sharmstr

    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 Social Login not working after update #36313
     Abe
    Keymaster

    Hi @glikoz
    as you can see we are constantly updating the theme and listening to customer opinions and what you say it is out of the discussion.

    We understand what you say about Social Login or other related plugins. Our implementation can be easily disabled from Theme options – Miscellaneous and all files related to that won’t load so you can use any other plugin. We thought it would be an easier option for customers.

    So if you want to use other plugins for Facebook login, please disable our implementation from Theme options – Miscellaneous.

    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: Issues with 2.2 #36305
     Abe
    Keymaster

    here is the old css, you can put it in our child theme in bbpress/css

    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: Translation contribution #36303
     Abe
    Keymaster

    sorry we don’t have other German translation …

    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: Display posts in list #36302
     Abe
    Keymaster

    wow that is very cool you can do that 🙂

    The fix until next update, add this CSS

    COPY CODE
    
    .small-listing .featured-content .post-item {
        padding: 20px 10px;
    }
    

    the simple listing seemed too basic but now a new listing can be added really easy by adding a new entry in the array
    $kleo_config[‘blog_layouts’] = array(
    ‘masonry’ => ‘Grid Masonry’,
    ‘small’ => ‘Small Left Thumbnail’,
    ‘standard’ => ‘Standard’
    );

    and just add another template in page-parts/post-content-xxx.php

    they should be automatically populated in admin and any other place

    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: KLEO Updates Change Log #36299
     Abe
    Keymaster

    @ yes that 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.

     Abe
    Keymaster

    that should do it. try to clear cache or 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: App for my Dating Website #36178
     Abe
    Keymaster

    oh sorry for the typo http://appstool.com/

    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: Blog styling broken #36175
     Abe
    Keymaster

    enable the parent theme 🙂

    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: the website does not run properly on mobile #36174
     Abe
    Keymaster

    I have checked your site and looks good on mobile…

    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: Home page will not show more than 10 blog posts #36173
     Abe
    Keymaster

    Give me a link to your site and some temp credentials to take a quick looks. Definitely something from the settings

    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: Main portfolio page #36171
     Abe
    Keymaster

    @samsuave we just released 2.2 update. Importing demo content is easy now. Please update and go to Appearance – KLEO Demo Data. There you have the option to import data by content type, choose portfolio and all portfolio items should be added in Portfolio section.

    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 demo content #36170
     Abe
    Keymaster

    Hi, that is strange since it should be part of WordPress admin …
    Try to do a clean WordPress install and check file permissions with your hosting company

    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: Blog styling broken #36168
     Abe
    Keymaster

    @Roger please disable some plugins you added or any custom code


    @BDecker19
    please disable any plugin and code added since I see some custom loaders and stuff

    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 display related articles OVER and not UNDER post #36167
     Abe
    Keymaster

    @jdrick55 what do you mean?

    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: Text article around featured Image in blog #36165
     Abe
    Keymaster

    isn’t a quick solution but we will consider it for a future 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: Display posts in list #36163
     Abe
    Keymaster

    muhaha 🙂

    PS:
    send me some pictures with your ride. really curious on how it looks

    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,721 through 3,760 (of 8,607 total)

Log in with your credentials

Forgot your details?