Forum Replies Created

Viewing 40 posts - 2,041 through 2,080 (of 4,912 total)
  • Author
  • in reply to: Search form not Working #196302
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: creating groups #196171
     Kieran_SQ
    Moderator

    Hi,

    I can see that you marked my above reply as the solution to your question. Can I check with you that you consider this matter resolved? If so please let me know and I will mark the ticket as resolved.

    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: Search form not Working #196167
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Buddypress User link #196106
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Buddypress User link #196102
     Kieran_SQ
    Moderator
    Hi, Not to worry, you can enable it by going to WP Admin > Appearance > Menus and opening the panel titled 'Screen Options' at the very top right of the window. Once you have opened this panel you can check the box for KLEO and it will appear automatically on the left side of the menu area (see attached). Kieran
    in reply to: want to Show Profile Picture on My Menu Bar #196097
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Buddypress User link #196094
     Kieran_SQ
    Moderator
    Hi, To enable the user avatar in the menu please go to WP Admin > Appearance > Menus and then select the KLEO panel from the left, once open check the option for 'My Account' and click the 'Add to Menu' button and save (see screenshot). On a side note, please refrain from marking replies that do not contain the answer to your question as the solution - this causes confusion for other users both in this ticket and via the search functionality. All the best, Kieran
    in reply to: footer #195972
     Kieran_SQ
    Moderator

    Hi,

    Please try adding the below custom CSS to change the footer row width from 25% (4) to 20% (5).

    COPY CODE
    #footer .three, .row .three {
        width: 20%;
    }

    Make sure to clear your cache(s) 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: Under construction page #195930
     Kieran_SQ
    Moderator

    Hi,

    Glad to help and thank you for the kind words 🙂 I will mark this topic as resolved.

    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: Under construction page #195928
     Kieran_SQ
    Moderator

    Hi Daniel,

    Thanks for contacting us about an under construction page. We offer a maintenance mode which is designed to be used for short administrative functions on the site when you do not wish users to be logged in.

    Beyond this you will need to look for a coming soon / under construction / maintenance mode plugin. There are many free options available in the WordPress.org plugin repository (WP Admin > Plugins > Add New).

    https://wordpress.org/plugins/coming-soon/
    https://wordpress.org/plugins/nifty-coming-soon-and-under-construction-page/
    https://wordpress.org/plugins/maintenance/

    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 form not Working #195919
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Gravity Forms Cut off on Pages but not posts #195870
     Kieran_SQ
    Moderator

    Hi,

    You’re getting some errors in the console but I can’t tell where they’re coming from. I will assign this ticket to one of our developers for review, they’ll be in touch as soon as they can, Monday to Friday, East European Time.

    In the meantime it would be helpful to have login credentials for your site. Please update this ticket, in a private reply, with admin credentials and SFTP / FTP if possible.

    Thank you for your continued 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.

     Kieran_SQ
    Moderator

    Hi,

    Yes I can see that and have apologized for the confusion, the forum works differently for users and moderators and in my haste I missed the theme in question.

    The drop down under the profile button is not a menu in the traditional WordPress sense. It is a list of li elements that are toggled on or off from view with JavaScript. In the back-end this is a series of conditionals that checks if BuddyPress is activate, and if Groups component is active – if so, show Groups menu item.

    This means that there are no additional dynamic classes added to each item when you’re visiting the same page.

    With that said you can use a little creative CSS to achieve this, please try adding the below CSS into your SweetDate Child theme’s style.css file by going to WP Admin > Appearance > Editor > SweetDate Child > Style.css

    COPY CODE
    .my-account.groups #header .btn-profile a[href*="groups"] { background: #000; color: #fff; }
    .my-account.friends #header .btn-profile a[href*="friends"] { background: #000; color: #fff; }
    .my-account.messages #header .btn-profile a[href*="messages"] { background: #000; color: #fff; }
    .my-account.activity #header .btn-profile a[href*="activity"] { background: #000; color: #fff; }
    .my-account.settings #header .btn-profile a[href*="settings"] { background: #000; color: #fff; }

    Adjust the #000 and #fff values to suit your needs. Once saved clear your website cache, CDN and local cache (Ctrl+F5) 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: Ajax search error #195798
     Kieran_SQ
    Moderator

    Hi,

    I will continue to look into this for you, but the message that was printed was a warning so it can be safely ignored by you.

    By chance do you have any plugin installed on your site that manipulates the permalinks structure in any way?

    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,

    My apologies, I see now your ticket relates to SweetDate and not KLEO – please disregard the CSS that I sent to you for KLEO.

    To save on any further confusion please can you attach a screenshot highlighting the URL / page contents that you wish to alter within the SweetDate 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: Not possible to active Kleo theme #195792
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Can’t upload theme to website #195738
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: rounded circle #195734
     Kieran_SQ
    Moderator

    Hi,

    Happy to help as always, feel free to open a new ticket with any other questions and one of the available support team will be happy to assist.

    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: rounded circle #195732
     Kieran_SQ
    Moderator

    For the blog archive page please use the below CSS

    COPY CODE
    .blog .article-meta .link-list li:nth-child(2) {
        display: none !important;
    }
    .blog .article-meta .link-list li:nth-child(3) {
        display: none !important;
    }
    .blog .article-meta .link-list li:nth-child(4) {
        display: none !important;
    }

    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: rounded circle #195731
     Kieran_SQ
    Moderator

    Hi,

    You can use the below custom CSS to remove the meta items except for the date on single posts

    COPY CODE
    .single-post .article-meta .link-list li:nth-child(2) {
        display: none !important;
    }
    .single-post .article-meta .link-list li:nth-child(3) {
        display: none !important;
    }
    .single-post .article-meta .link-list li:nth-child(4) {
        display: none !important;
    }

    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: rounded circle #195727
     Kieran_SQ
    Moderator

    Hi,

    Yes it is possible using the same PHP I mentioned above for logged in and logged out, but you will need a different plugin to achieve this. You will need to install Menu Item Visibility Control https://wordpress.org/plugins/menu-items-visibility-control/. Once installed it will add a new field to each menu item that has been added to the menu titled ‘Visibility:’ – there you will be able to enter the PHP from above.

    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: rounded circle #195723
     Kieran_SQ
    Moderator

    Hi,

    If you wanted to build a section to use as a widget I would recommend using the HTML widget provided by WordPress along with your own code. If you’re not comfortable with coding HTML I would recommend creating a new page and saving is as a draft. Then use Elementor to build the section (full width, no columns) previewing in the browser and then use the console (F12) to copy the HTML it generates.

    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: rounded circle #195719
     Kieran_SQ
    Moderator

    Hi,

    Absolutely, you will need to install a plugin called Widget Logic and use a little PHP https://wordpress.org/plugins/widget-logic/. Once installed you’ll see a new option on each widget titled ‘Widget Logic:’ you can enter your PHP here.

    For example:

    Show to only logged out users
    !is_user_logged_in()

    Show to only logged in users
    is_user_logged_in()

    Show to users who have X package in Paid Memberships Pro (replace 12 with the ID of your package)
    pmpro_hasMembershipLevel('12')

    Show to users who have X package in Paid Memberships Pro (replace Gold with the name of your package)
    pmpro_hasMembershipLevel('Gold')

    Hope this helps,

    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: Not possible to active Kleo theme #195717
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: homepage suggestion #195715
     Kieran_SQ
    Moderator

    Hi,

    Like a dashboard of what’s happening on the site? We’re certainly open to creating new demos, feel free to update this ticket with a mockup of how you feel it should look any functionality that should be on the page that is included with KLEO, K Elements and WP Bakery and I will be happy to move this ticket into the Feature Requests section for community voting.

    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: social share in bbpress #195713
     Kieran_SQ
    Moderator

    Hi,

    I know a lot of customers like WPSSO Ridiculously Responsive Social Sharing Buttons which is actively developed and has support for bbPress, BuddyPress and WooCommerce https://wordpress.org/plugins/wpsso-rrssb/.

    Let me know,

    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,

    No worries at all, we’re here to help 🙂 Feel free to open a new ticket any time with any other questions and we’ll be happy to assist.

    If you haven’t already done so please consider leaving the support received and/or SweetDate a review on ThemeForest – every review really does help.

    https://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/reviews/4994573

    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: Not possible to active Kleo theme #195708
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Remove/Format description in the Advanced search #195707
     Kieran_SQ
    Moderator

    Hi,

    Thanks for reaching out about customizing the output of the BuddyPress Profile Search plugin output. I cannot find the correct CSS to hide this nicely so I will refer this ticket to one of our developers who will be in touch as soon as they can, Monday to Friday, East European Time.

    In the meantime please post your site URL as you are using custom elements which will mean the CSS will need to be adjusted to your site.

    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: rounded circle #195705
     Kieran_SQ
    Moderator

    Hi,

    You can use KLEO Recent Posts widget for recent posts, this can be added to your main sidebar by going to WP Admin > Appearance > Widgets. For popular posts you may wish to try https://wordpress.org/plugins/wordpress-popular-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.

    in reply to: Exclude users wordpress post from activity feed #195697
     Kieran_SQ
    Moderator

    Hi,

    I’ve looked into this and I cannot see why this isn’t working after the load more link. I’m going to refer this to one of our developers to see if they have another solution – or a potential fix for this code. 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: rounded circle #195694
     Kieran_SQ
    Moderator

    Hi,

    The custom CSS to make the recent visitors images rounded is as below

    COPY CODE
    .recent-visitors img {
        border-radius: 100%;
    }

    The profile that have supplied to me only has one visitor so I cannot confirm this is working for all of the visitor images but it should.

    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: Exclude users wordpress post from activity feed #195693
     Kieran_SQ
    Moderator

    Hi,

    I’m not sure why that would be, does it hide all previous posts that would appear in the feed before the read more link?

    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: Exclude users wordpress post from activity feed #195690
     Kieran_SQ
    Moderator

    Hi,

    You can rehash this code for hiding admin activities from the BuddyPress activity feed

    COPY CODE
    // Hide admin's activities from all activity feeds
    function bpfr_hide_admin_activity( $a, $activities ) {	
    	
    	// ... but allow admin to see his activities!
    	if ( is_super_admin() )	
    		return $activities;	
    	
    	foreach ( $activities->activities as $key => $activity ) {	
    		// ID's to exclude, separated by commas. ID 1 is always the superadmin
    		if ( $activity->user_id == 1  ) {			
    			
    			unset( $activities->activities[$key] );			
    			
    			$activities->activity_count = $activities->activity_count-1;			
    			$activities->total_activity_count = $activities->total_activity_count-1;			
    					$activities->pag_num = $activities->pag_num -1;				
    		}		
    	}		
    	// Renumber the array keys to account for missing items 	
    	$activities_new = array_values( $activities->activities );		
    	$activities->activities = $activities_new;	
    	
    	return $activities;
    	
    }
    add_action( 'bp_has_activities', 'bpfr_hide_admin_activity', 10, 2 );

    You can add a list of comma separated values for user ID’s on the line where you see the below

    if ( $activity->user_id == 1 ) {

    If your user ID was 42 it would be

    if ( $activity->user_id == 42 ) {

    If your user ID’s were 42 and 95 it would be

    if ( $activity->user_id == 42, 95 ) {

    The code should be added to your functions.php file via WP Admin > Appearance > Editor > KLEO Child > Functions.php

    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: rounded circle #195688
     Kieran_SQ
    Moderator

    Hi,

    I would be happy to, however, my login to your site has expired and you have a lot of tickets to go through to find the working details. Can you update this ticket, in a private reply, with admin credentials so I can generate the CSS for you.

    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 fields #195684
     Kieran_SQ
    Moderator

    Great! As always, feel free to open a new ticket 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: Search form not Working #195683
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: profile fields #195681
     Kieran_SQ
    Moderator

    Glad to hear 🙂 Should I mark this ticket as resolved?

    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: Wierd errors in functions.php #195680
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator

    Hi,

    The custom CSS to override the color for the link and icon when it is the current active item is as below

    COPY CODE
    .bp-overlay-menu #buddypress div#item-nav ul li.current a {
        color: #2ecc71;
    }
    .bp-overlay-menu #buddypress div#item-nav ul li.current a:before {
        color: #2ecc71;
    }

    Change #2ecc71 to suit your needs and make sure to clear all of your caches 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.

Viewing 40 posts - 2,041 through 2,080 (of 4,912 total)

Log in with your credentials

Forgot your details?