Forum Replies Created

Viewing 40 posts - 2,641 through 2,680 (of 4,912 total)
  • Author
  •  Kieran_SQ
    Moderator
    Hi, Thanks for contacting us about URL previews. BuddyPress inherits WordPress' ability to embed other WordPress sites and that works be default in all activity types. You will need to install a third party plugin to embed URL previews for sites that are not WordPress based and do not already have an oEmbed integration in WordPress. As you're already using rtMedia you may wish to consider their add-on which caters to this specific requirement. You can find out more about rtMedia Activity URL Preview by going to https://rtmedia.io/products/rtmedia-activity-url-preview/. Thanks, Kieran
    in reply to: profile drop down #190470
     Kieran_SQ
    Moderator

    Hi,

    Please try this CSS which increases the space on a BuddyPress profile

    COPY CODE
    @media only screen and (max-width: 767px) {
    .bp-user #profile {padding-top: 90px;}
    }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

     Kieran_SQ
    Moderator

    Hi,

    As I said above, the best way to get contacts out of your email account and into WordPress / BuddyPress will be via a CSV export from your email client and CSV import via a WordPress plugin.

    I made a suggestion above of https://wordpress.org/plugins/import-users-from-csv-with-meta/, but there are many plugins that will do this for you. Each will have a different format for the CSV file and you will need to read the documentation for the plugin you chose to understand how to use it.

    Another solution may be http://www.wpallimport.com/add-ons/user-import/, this is a premium plugin but is renowned in the WordPress community as the best import plugin for all kinds of data.

    With regards to the ‘live’ element of your question, you would need to set a last_activity within BuddyPress before the users would be considered live and appear on the front-end.

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Request: Beautifiying ‘Home Register’ #190464
     Kieran_SQ
    Moderator

    Hi,

    With WP Bakery (formerly Visual Composer) installed you will be able to create a new page or edit the imported Home Register demo like any other page – this can be done via the back-end or the front-end. You can also import any other demo page that we have already built that you like the look of and adjust the content to suit your needs.

    From your screenshots the only thing I can see that KLEO does not do out of the box is the inline login form in the menu area.

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Woocommerce template debug errors #190463
     Kieran_SQ
    Moderator

    Hi Alex,

    The current supported version of WooCommerce is 3.1.2 (more info: https://archived.seventhqueen.com/kleo).

    You should roll back your version of WooCommerce to 3.1.2 from 3.3.X until an update is released, or, if your cart, products and archives are working as expected you can turn off error printing on the front end by adding the below to your wp-config.php file

    COPY CODE
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', true);
    define('WP_DEBUG_DISPLAY', false);

    See here for more information http://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/

    Source for WooCommerce version 3.1.2 https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: profile drop down #190462
     Kieran_SQ
    Moderator

    Hi,

    Please try this CSS to raise the z-index and add a small amount of margin to the top.

    COPY CODE
    @media only screen and (max-width: 767px) {
    .login-buttons ul.no-hover.show-dropdown {z-index: 99999;margin-top: 15px;}
    }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Notification header icon is not appearing #190459
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: “EVENTON” EVENT PAGE – KLEO BUTTON ISSUE #190446
     Kieran_SQ
    Moderator

    Hi,

    It’s entirely possible that any user that has already seen the page will need to clear their cache to see the changes. Any user that has not yet seen the page will be served the most recent version with the new CSS.

    You should completely purge your website cache (WP Rocket), purge any CDN service that you have on your site and purge any host level caching to ensure you’re serving the latest files to all of your users.

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Slider in responsive and mobile devices #190444
     Kieran_SQ
    Moderator

    Hi,

    I am unable to find out why this is not displaying on mobile, I have turned off the option to disable on mobile via WP Admin > Slider Revolution > Slider > Panel: ‘Layout & Visual’ > Tab: ‘Mobile’ > Option: ‘Disable slider on mobile’ as well as checking in the page where it is used. It appears to be the same in a demo site I just spooled up locally.

    I will therefore forward this ticket to one of our developer for review and hopefully they can shed some light on why this isn’t working for you. They’ll be in touch as soon as they can on Monday (East European Time).

    Again, please accept my apologies for the late reply and thank you for your continued patience on this matter.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Slider in responsive and mobile devices #190442
     Kieran_SQ
    Moderator

    Hi,

    Please accept my sincere apologies – this ticket ended up getting missed in my list. Please could you update this ticket, in a private reply, with admin credentials for your site so I can check this out on your end.

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: category and Pages #190441
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: “EVENTON” EVENT PAGE – KLEO BUTTON ISSUE #190435
     Kieran_SQ
    Moderator

    Hi,

    You need to clear your cache (Ctrl+F5) to see the changes (see screenshot).

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    Attachments:
    You must be logged in to view attached files.
    in reply to: woocommerce shop display #190431
     Kieran_SQ
    Moderator

    Hi,

    We’re working on releasing an update for SweetDate to support the recent update to WooCommerce – please roll back your version of WooCommerce to the most recent supported version 3.1.X

    You can manually download 3.1 here https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip. Either download and replace the files via SFTP / FTP or remove WooCommerce from WP Admin > Plugins and upload the zip file via WP Admin > Plugins > Add New > Button: Upload

    You will need to completely clear your website cache, CDN and front-end cache (Ctrl+F5) to see the changes. Always make a backup of files and database before making changes.

    If the issue persists after rolling back the WooCommerce version please update this ticket, in a private reply, with admin credentials so I can take a look.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: this text #190427
     Kieran_SQ
    Moderator

    You’re welcome, feel free to open a new ticket any time with any other questions and we’ll be happy to assist.

    All the best,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: doarnoi2 #190423
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Kleo register form #190421
     Kieran_SQ
    Moderator

    Hi,

    To edit the shortcodes within K Elements you will need to have the KLEO Child theme installed and copy the below file into a new directory within the KLEO Child theme named k_elements

    From
    /wp-content/plugins/k-elements/shortcodes/templates/kleo_register.php

    To
    /wp-content/themes/kleo-child/k_elements/kleo_register.php.

    You will then be able to edit your newly copied file safely and make any changes you see fit. See here for more information https://archived.seventhqueen.com/kleo/article/overriding-shortcodes-in-the-kleo-child-theme.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: this text #190420
     Kieran_SQ
    Moderator

    Hi,

    Please try the following CSS

    COPY CODE
    @media only screen and (max-width: 767px) {
    #header .contain-to-grid {margin-top: -20px;}
    }

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Kleo Register Page #190419
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator

    Hi Krishnakumar,

    As I stated above, I am unaware of a method to class all users as logged in. Obviously switching between that many users using this method is not viable – I offered this plugin so you could check what I was saying was correct.

    I think there needs to be a date in the row last_activity within wp_usermeta table for each user to count a user as logged in. Your best bet is to open a support topic on the BuddyPress site and ask one of the developers if this is correct and how to assign, en-masse, the last_activity to users who do not currently have one set.

    This topic is probably a good starting point https://buddypress.org/support/topic/rebooting-activity-stream/.

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Kleo Register Page #190408
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: this text #190405
     Kieran_SQ
    Moderator

    Hi,

    That’s unusual, did you add any other custom CSS related to this area? You should be able to override this by adding a z-index value – try this CSS.

    COPY CODE
    @media only screen and (max-width: 767px) {
    .contain-to-grid .top-bar {z-index: 9999;}
    }

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Kleo Register Page #190404
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: this text #190398
     Kieran_SQ
    Moderator

    Hi,

    I see, you had referenced the header CSS so I had assumed that was the area you were referring to, my apologies. Please try the below CSS snippet to add more spacing – does this issue appear anywhere other than the members directory?

    COPY CODE
    @media only screen and (max-width: 767px) {
    .members #search-bar {padding-top: 95px;}
    }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: this text #190394
     Kieran_SQ
    Moderator

    Hi,

    You can use the below CSS to effect the mobile header only, adjust the values to suit your needs

    COPY CODE
    @media only screen and (max-width: 767px) {
    .absolute-head #header {height: 80px;margin-top: 10px;}
    }

    You can also adjust the color to suit your site by using the below CSS instead (set # value to desired color)

    COPY CODE
    @media only screen and (max-width: 767px) {
    .absolute-head #header {height: 80px;margin-top: 10px;}
    .header-bg {background: #2e5561;}
    }

    You will need to purge all website caching, CDN and your mobile browser cache to see the changes.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Translation of REGISTER page #190392
     Kieran_SQ
    Moderator

    Hi,

    That’s strange, I will refer this ticket a higher support level for review. They’ll be in touch with you as soon as they can, Monday to Friday, East European Time.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: this text #190387
     Kieran_SQ
    Moderator

    Hi,

    You will need to translate both the SweetDate theme and the BuddyPress plugin. Once you have started the process of translating the BuddyPress plugin you will be able able to search for that string.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: horizontal search form on the members page #190382
     Kieran_SQ
    Moderator

    Hi,

    I will assign this ticket to a higher support level for review. They’ll be in touch as soon as they can, Monday to Friday, East European Time.

    Thank you for your patience,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: “EVENTON” EVENT PAGE – KLEO BUTTON ISSUE #190381
     Kieran_SQ
    Moderator

    Hi,

    I added a CSS snippet to WP Admin > Appearance > Editor > KLEO Child > Style.css to fix the padding issue on the single events page

    .single-ajde_events .btn.btn-lg.btn-boxed-icon.with-icon {padding: 20px;padding-left: 70px;}

    Going forward you may wish to enable the WP Bakery editor for custom post types as this will give you a far superior editing experience – where you’ll be able to see what you’re creating.

    If you wish to enable WP Bakery on individual post types you should go to WP Admin > WP Bakery > Role Manager > Option: ‘Post types’ and select ‘Custom’ from the drop down – you’ll then be able to select which post types to use WP Bakery for. Currently your post type options are Post, Page, Envira_album, Ajde_events, Product. Popuppress, Poll and Envira.

    Also you need to update K Elements and WP Bakery (formerly Visual Composer) to maintain compatibility with KLEO – you can do this by going to WP Admin > Appearance > Install Plugins > Tab: ‘Updates’ and selecting the two plugins to update.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: CUSTOMISATION REQUIRED #190379
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us about custom development. With regards to users blocking other users this plugin may be worth a try https://www.philopress.com/products/buddyblock/, I cannot guarantee if this plugin will work for you or not and you will need to contact the plugin developer before making a purchase.

    For the other two points it does not appear that there are any up to date options available. You will either need to code a solution yourself if you’re proficient in PHP or hire a developer to build this functionality for you.

    If you wish you can start a conversation with our development team to discuss your needs by emailing dev@seventhqueen.com – please provide them with as much information as possible about your request including how you propose this will function (doesn’t have to be technical information).

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: horizontal search form on the members page #190378
     Kieran_SQ
    Moderator

    Hi,

    I need to check this out but you have Paid Memberships Pro installed – can you update this ticket, in a private reply, with admin credentials so I can test this for you.

    Please make sure when you create a user that you have assigned a full package so I can access all of the pages.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Translation of REGISTER page #190377
     Kieran_SQ
    Moderator

    Hi,

    You’re on the right track with the translation but you will also need to translate the BuddyPress plugin for the registration details. It’s the same process as with the theme in Loco Translate except you would select plugins and BuddyPress rather than themes and BuddyApp.

    You can search for the strings that need translating once you have started the translation for BuddyPress and edit as required.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: search menu not longer #190374
     Kieran_SQ
    Moderator

    Hi,

    To disable the search option within the main menu please go to WP Admin > SweetDate > Layout Settings > Option: ‘Ajax Search in menu’ toggle to off.

    To add a horizontal search to the members directory please go to WP Admin > Users > Profile Search, select your desired search for and edit. Once opened select ‘Yes’ for ‘Add to directory’ and ‘members/bps-form-horizontal’ for ‘Form Template’ under the panel titled ‘Add to directory’ (see screenshot).

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    Attachments:
    You must be logged in to view attached files.
    in reply to: how to remove wp login at homepage #190370
     Kieran_SQ
    Moderator

    Hi,

    To remove this toolbar please do the following

    – Go to WP Admin > SweetDate > Miscellaneous > Option: ‘Admin toolbar’ toggle to off
    – Go to WP Admin > Settings > BuddyPress > Tab: ‘Options’ > Option: ‘Toolbar’ and uncheck the ‘Show the Toolbar for logged out users’

    This should now remove the WordPress admin bar from the front-end for you.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: rtMedia page #190368
     Kieran_SQ
    Moderator

    Hi,

    I am closing this topic as it is a duplicate of https://archived.seventhqueen.com/forums/topic/rtmedia-page. Please continue the discussion in the original ticket.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: rtMedia page #190367
     Kieran_SQ
    Moderator

    Hi,

    You should be able to do this with the rtMedia shortcodes, try the following in your page

    [rtmedia_gallery global="true"]

    You can see more rtMedia shortcodes and how to configure them here https://rtmedia.io/docs/features/gallery/.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    in reply to: Jetpack share button layout problem #190366
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Groups description #190362
     Kieran_SQ
    Moderator

    Hi,

    I have checked your site and your group description is being correctly used in both the groups directory and in the header of the single group page.

    If you would like to reveal the full text of the description of the single group page please add the below CSS to your KLEO Child theme’s style.css by going to WP Admin > Appearance > Editor > KLEO Child > Style.css or by going to WP Admin > Theme Options > General Settings > Scroll to: ‘Quick CSS’.

    .buddypress div#item-header div#item-header-content p:first-child {height: 55px;overflow: visible;text-overflow: unset;}

    Make sure to clear your website cache, CDN and local cache (Ctrl+F5) to see changes.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Jetpack share button layout problem #190358
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Buddypress cover image #190357
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: post blogs from front end for users #190356
     Kieran_SQ
    Moderator

    Hi,

    In KLEO we have an integration for a plugin called Social Articles, you can find this by going to either WP Admin > Appearance > Install Plugins or going to WP Admin > Plugins > Add New > Search: ‘Social Articles’.
    https://wordpress.org/plugins/social-articles/

    This will enable a front-end form within the user profile where a user can create, edit and delete their posts.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 40 posts - 2,641 through 2,680 (of 4,912 total)

Log in with your credentials

Forgot your details?