Forum Replies Created

Viewing 40 posts - 3,761 through 3,800 (of 4,912 total)
  • Author
  • in reply to: Problems after site redirect #179082
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Full width header on 2 column page #179081
     Kieran_SQ
    Moderator

    Hi,

    For pages please try this snippet instead of the one above as that is for posts

    COPY CODE
    add_action('kleo_before_main', 'sq7rdu_show_featured_before_content');
    function sq7rdu_show_featured_before_content() {
        if (is_page()) {
            if (has_post_thumbnail()) {
                echo '<div class="fullwidth-image-before-content">';
                echo the_post_thumbnail('full');
                echo '</div>';
            }
        }
    }

    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: Problems after site redirect #179026
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Issue with the Site-Wide Activity #179024
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Issue with the Site-Wide Activity #179009
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Issue after update- again. #179006
     Kieran_SQ
    Moderator

    Hi,

    Can you please provide some login credentials so I can take a look into this for you. Currently your site is in maintenance mode so I am unable to inspect.

    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: wp-admin error 500 #179005
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: edit this page see the attachment #179002
     Kieran_SQ
    Moderator

    Hi,

    To do that with the standard BuddyPress registration page would be very difficult and time consuming, it would be possible to do this away from the standard BuddyPress registration page as a plugin but again this would take considerable time.

    You should reach out to a developer to assist you with this as it is beyond the scope of the support we offer via the forums – if you like, you can send an email to our developers dev@seventhqueen.com to get a quote for custom development.

    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: Demo site login #178998
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: changing portfolio markup #178995
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Register form fields color #178994
     Kieran_SQ
    Moderator

    Hi,

    Thanks for reaching out about styling placeholder text, you can use the below CSS in SweetDate > Styling Options > Scroll to: Quick CSS or in Appearance > Editor > SweetDate Child > Style.css to force the color used for placeholder text

    #register_form_front input::-webkit-input-placeholder {color: #ffffff !important;}

    You can change the # value of color to suit your needs but is currently set to absolute white. You will need to clear website cache, CDN and local cache (Ctrl+F5) to see any 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: changing portfolio markup #178992
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Create An Account box location #178991
     Kieran_SQ
    Moderator

    Hi,

    I am unable to select the form it appears there is a small bug but I cannot seem to pin it down, I am going to ask one of our developers to look into this for you.

    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: Bland Groups Grid #178986
     Kieran_SQ
    Moderator

    Hi,

    Can you update this ticket with admin credentials in a private reply so I can look into this further 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: changing portfolio markup #178983
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: edit this page see the attachment #178980
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us about customizing the default BuddyPress registration page. You can use the class .register before any element to target content on the register page only. For example you can use this class with the h4 tag

    .register h4 {color: #175a9e;}

    If you’re not comfortable with identifying the elements your wish to edit using the browser console (F12) then please let me know in as much detail as possible which elements you would like to style and I will send you the CSS

    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: changing portfolio markup #178978
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: changing portfolio markup #178973
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: changing portfolio markup #178971
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: disable link to profile from members page #178962
     Kieran_SQ
    Moderator

    Hi,

    I may be able to help but I need more information. With regards to profile image, username, latest update etc you want the content to remain but all links into the profile to be gone?

    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: Streamline bbPress #178961
     Kieran_SQ
    Moderator

    Hi,

    You can use the below CSS to remove this section.

    .bbp-template-notice.info {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: Different Appearance in Chrome #178960
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: woocommerce is redirecting to page 404 #178959
     Kieran_SQ
    Moderator

    Hi,

    Please update this ticket with an admin username and password that I can use to access your site.

    Also, please share with me your latest PHP error log for the last 48hrs, if this is a large amount of text please upload it in a .txt file

    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: Forum #178958
     Kieran_SQ
    Moderator

    Hi,

    In that case I am going to ask one of our developers to look into this for you, you will need to update this ticket with admin credentials in a private reply to better assist you.

    In the meantime please also contact Paid Memberships Pro support for a solution as they may already know of an issue.

    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: Forum #178924
     Kieran_SQ
    Moderator

    Hi,

    Please try installing this intermediate plugin developed by Paid Memberships Pro’s Jason Coleman that will enable a ‘Require Membership’ checkbox for each forum.

    https://wordpress.org/plugins/pmpro-bbpress/

    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: After theme update all logo users show off #178920
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: After theme update all logo users show off #178918
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: After theme update all logo users show off #178915
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: After theme update all logo users show off #178912
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: woocommerce is redirecting to page 404 #178906
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us about issues you’re having with 404 errors. You stated you were receiving 404 Errors, is this still the case or are you only getting the one error now regarding WC_Cart::get_cart_url?

    We no longer use WC_Cart::get_cart_url in the theme instead we use wc_get_cart_url as per the debugger suggestion. You should try completely purging your site’s cache, CDN and local cache to see if this continues.

    If all you are now receiving is a printed error on the front-end and not a 404 you could try turning off error reporting on the front-end. You can read more on doing this here https://aristath.github.io/blog/wp-hide-php-errors.

    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: Different Appearance in Chrome #178905
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Remove Sweet Date Text #178903
     Kieran_SQ
    Moderator

    Hi,

    Are you referring to this image http://loveforlife.singles/wp-content/themes/sweetdate/assets/images/logo.png? If so you can change this by going to WP Admin > SweetDate > General Settings and uploading images for ‘Logo’, ‘Logo Retina’ and ‘Logo Small’.

    If this is not what you are referring to please supply more information so I may better assist 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: Users #178902
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Redirect to special url after user deletes his account #178901
     Kieran_SQ
    Moderator

    Hi,

    Thanks for reaching out to us today about custom development, the cleaned up version of your above could would be

    COPY CODE
    // redirect after account delete
    function action_bp_members_delete_account_after_submit() {
    
    wp_redirect(home_url( '/goodbye/' ));
    
    };
    
    add_action( 'bp_core_deleted_account', 'action_bp_members_delete_account_after_submit', 10, 0 );

    However I don’t think it is possible to redirect on bp_core_deleted_account, you should reach out to the BuddyPress support / dev teams at https://buddypress.org/support/ to see what their thoughts are.

    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: Problems after site redirect #178899
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: change the color of the profile background color #178897
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us about the header color, please add the below CSS to WP Admin > SweetDate > Styling Options > Scroll to: Quick CSS or to WP Admin > Appearance > Editor > SweetDate Child > Style.css

    .buddypress #profile {background: #364c52 !important;}

    Change the # value to suit your needs, clear any/all caches to see changes.

    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: After theme update all logo users show off #178895
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Add menu icon outside of burger menu for mobile #178894
     Kieran_SQ
    Moderator

    Hi Jan,

    Thanks for contacting us about moving items out of the mobile menu and into the header, I am going to ask one of our developers to look into this for you, they’ll be in touch as soon as they can (Mon-Fri East Europe 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: add a reply button next to the delete button #178893
     Kieran_SQ
    Moderator

    Hi,

    Thanks for reaching out to us today, please could you provide more details on this topic? Are you referring to BuddyPress activity or some other area?

    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: No little média in page ? #178892
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us today about issues you’re having with the Social Articles plugin. Please can you update this ticket, in a private reply, with newly created admin credentials so I can look into this further for you.

    Please set the language for the account to English.

    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 - 3,761 through 3,800 (of 4,912 total)

Log in with your credentials

Forgot your details?