Forum Replies Created

Viewing 40 posts - 3,281 through 3,320 (of 4,912 total)
  • Author
  • in reply to: Update the map on contact page #184371
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: my database is 2.2 GB while the website is not open ! #184369
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: remove the accounts activation email #184368
     Kieran_SQ
    Moderator

    Hi,

    I just looked at your homepage on the front-end and with the editor and there does appear to be an issue of the text immediately disappearing. There doesn’t appear to be any obvious errors on the front-end. I will ask one of our developers to look into this for you, they’ll be in touch as soon as they can, Monday to Friday, East European Time. Please note there will be a slight delay due to a break over the holiday period.

    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: remove the accounts activation email #184362
     Kieran_SQ
    Moderator

    Hi,

    As you have BuddyPress installed you do not need to display these buttons as the profile and password are managed in BuddyPress user settings. I have added the below CSS in your SweetDate Child theme’s style.css to remove them on the front end.

    .pmpro-account #pmpro_account-profile .pmpro_actionlinks {display: none !important;}

    Please make sure to clear your 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: Change text #184360
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: remove the accounts activation email #184355
     Kieran_SQ
    Moderator

    Can you update this ticket with admin credentials in a private reply as well as the URL where this content is residing.

    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: my database is 2.2 GB while the website is not open ! #184354
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: my database is 2.2 GB while the website is not open ! #184346
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: my database is 2.2 GB while the website is not open ! #184344
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Update the map on contact page #184342
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: my database is 2.2 GB while the website is not open ! #184341
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: remove the accounts activation email #184337
     Kieran_SQ
    Moderator

    Hi,

    There is only one other plugin I know that does this which is BuddyPress Disable Activation Reloaded which can be found here https://wordpress.org/plugins/bp-disable-activation-reloaded/ for free.

    This plugin has not been updated for 3 years so you should test locally at your own risk, always make a backup of files and database. The current reviews suggest it is still working with the latest WordPress / BuddyPress versions.

    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: primary menu visibility #184335
     Kieran_SQ
    Moderator

    You’re welcome, glad I could help 🙂

    Please feel free to open a new ticket and we will be happy to assist with any other questions you may have.

    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: Tags not shown in the Categories page #184333
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Member Profiles #184332
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us about selective CSS. You can use the below CSS format to limit items based on whether or not the user is viewing their own or another’s profile.

    COPY CODE
    li#activity-mentions-personal-li {
        display: none;
    }
    .my-account li#activity-mentions-personal-li {
        display: unset;
    }

    The first part of the above CSS hides li#activity-mentions-personal-li (mentions) on all pages the second unsets this CSS if the user is viewing their own profile. You can duplicate the same logic for all of these menu items. If you would like me to generate the CSS for you please let me know exactly which items you wish to be hidden when viewing another’s profile (screenshots with highlighting will help) and I will be happy to do so.

    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: remove the accounts activation email #184326
     Kieran_SQ
    Moderator

    Side Note: Disabling activation / activation emails will cause your site to be far less secure with regards to registration and will leave you open to potentially serious spam attacks.

    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: remove the accounts activation email #184325
     Kieran_SQ
    Moderator

    Hi,

    To disable the activation email you will need to disable activation as a whole. You can do this with the plugin called BuddyPress Auto Activate Auto Login which can be found here https://buddydev.com/plugins/bp-auto-activate-auto-login/. Scroll down to ‘Release History’ to download the latest version.

    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: my database is 2.2 GB while the website is not open ! #184324
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: rtMedia #184323
     Kieran_SQ
    Moderator

    You’re welcome, glad I could assist with the information. Sorry I couldn’t help with changing the way their base plugin works with regards to the default album, if I could, I would.

    Feel free to open a new ticket any time and we will be happy to assist with any other questions you may have. Also, if you haven’t already done so please consider leaving KLEO / support received a review on ThemeForest, every review really does help us – https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/reviews/6776630.

    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: my database is 2.2 GB while the website is not open ! #184317
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: how do i add recaptcha to kleo login and register page #184314
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: the fields of the profiles are duplicated #184313
     Kieran_SQ
    Moderator

    Hi,

    That’s a strange issue, are the fields also duplicated in WP Admin > Users > Profile Fields? If they are you should be able to do the following

    – Backup your database
    – Note the name of the fields that are duplicated
    – Delete the duplicated fields
    – Adjust the names of the new fields to match the duplicated fields

    This should get rid of the duplicated fields and save any data if important. If it is not important to keep this data then you can simple delete the duplicated fields in WP Admin > Users > Profile Fields

    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: Remove Status update #184312
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Facebook login #184310
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Replace ‘join/leave group’ with join/leave fanclub #184309
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: primary menu visibility #184308
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us about logged in menu content. You can achieve this easily by installing a plugin called Menu Item Visibility Control which can be found for free in the WordPress plugin repository here https://wordpress.org/plugins/menu-items-visibility-control/.

    Once this plugin is installed it will add a new field to each menu item that has been added to the menu titled ‘Visibility’. You can then use the below snippet in this field to show only if a user us logged in

    is_user_logged_in()

    Or you can use the below snippet to only show a menu item if a user is logged out

    !is_user_logged_in()

    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: Redirection #184304
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: my database is 2.2 GB while the website is not open ! #184303
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Increasing Burger Menu size #184300
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: my database is 2.2 GB while the website is not open ! #184299
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: rtMedia #184298
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us about global albums. Global albums allows you to create albums before a user is registered. For example you can create an album titled ‘Selfies’ and another titled ‘My Pets’, this means when X user signs up they will already have albums within their profile called Wall Posts, Selfies and My Pets.

    Merging albums works when you have two or more albums with media in them. You can merge X into Y or Y into X, this is useful for the user to reorganize their media if they are so inclined. They can move their ‘January 2016’ holiday photos into ‘My Holidays’ or any other combinations.

    Hope this helps, if you need more clarification please let me know and I’ll 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.

     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Increase the non online members #184296
     Kieran_SQ
    Moderator

    Hi,

    I will assign this ticket to one of developers to assist you with your query. They’ll be in touch as soon as they can, Monday to Friday, East European Time. Please note there is no service over the holiday so you may experience some minor delay in receiving a response.

    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: chat plugin #184157
     Kieran_SQ
    Moderator

    Hi,

    A couple plugins that are free are

    – iFlyChat https://wordpress.org/plugins/iflychat/
    – Wise Chat https://wordpress.org/plugins/wise-chat/

    And a couple that are premium

    – CometChat https://www.cometchat.com/
    – WordPress, BuddyPress Users Chat Plugin https://codecanyon.net/item/wordpress-buddypress-users-chat-plugin/10776067

    Your best bet for a good chat plugin is going down the premium plugin route, not only because they’ll be under active development but they often offer offloading services so your hosting doesn’t take the strain – this is especially important if you’re on a shared host.

    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: Ajax Search #184156
     Kieran_SQ
    Moderator

    Hi Grant,

    I will refer this ticket to one of our developers to look into this for you. They’ll be in touch as soon as they can, Monday to Friday, East European Time.

    I managed to get back home with the heating fixed just in time for -22° C temps, fingers crossed for an uneventful new year, hope you and yours have a great new year.

    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: Tab Icon Font Size #184155
     Kieran_SQ
    Moderator

    Hi,

    Please try this with an important statement

    .wpb-js-composer .vc_tta.vc_general .vc_tta-icon {font-size: 1.5em !important;}

    Also please try adding to the style.css in the child theme or in theme options instead of via the customizer.

    If neither of the above steps work please copy all of the shortcode contents and share here using the code tags so I can see exactly how your page is setup.

    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 mobile friendly #184136
     Kieran_SQ
    Moderator

    Hi,

    That result is expected as the structure remains mostly identical between the demo and your page, only the content changes.

    The tool you’re using doesn’t provide any usable insights into what it believes to be an issue so finding it and fixing it to meet their standards will be very difficult and may not actually be an issue at all.

    I’ll ask a developer to look at this for you but without further insight from the tool I am not sure what we can do. A developer will be in touch with you 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: Not mobile friendly #184132
     Kieran_SQ
    Moderator

    Hi Patrick,

    The gap you’re seeing is coming from a plugin called ‘kk Star Ratings’, you can use the below CSS to hide this on mobile

    COPY CODE
    @media screen and (max-width: 990px) {
    .kk-star-ratings.lft {display: none;}
    }

    Or you can use the below CSS to hide this on mobile and for this page only

    COPY CODE
    @media screen and (max-width: 990px) {
    .page-id-7805 .kk-star-ratings.lft {display: none;}
    }

    The original import code for the template is below

    COPY CODE
    [vc_row el_id="first-section" inner_container="no" type="image" enable_parallax="false" parallax_speed="0.4" padding_top="0" padding_bottom="0" fixed_height="1004px" bg_image="7823"][vc_column][vc_row_inner inner_container="yes" min_height="1004px" bg_pos_h="center" bg_pos_v="top" css=".vc_custom_1454252652306{background-image: url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2016/01/first_section_white_triangle.png?id=7829) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}" el_id="white-triangle"][vc_column_inner offset="vc_col-lg-8 vc_col-md-8 vc_col-xs-12"][kleo_gap size="80px" visibility="visible-xs"][kleo_gap size="160px" visibility="visible-sm"][kleo_gap size="260px" visibility="visible-md,visible-lg"][vc_custom_heading text="POWERFUL CHOICES
    EVERYDAY" font_container="tag:h1|font_size:60px|text_align:left|line_height:66px" google_fonts="font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal" letter_spacing=""][vc_column_text vertical_separator="yes" letter_spacing="75" letter-spacing="75"]Lorem ipsum dolor sit amet, consectetuer adipiscing
    elit, sed diam nonummy nibh euismod tincidunt ut
    laoreet dolore magna aliquam erat volutpat.[/vc_column_text][kleo_button title="ask our experts" href="#" target="_blank" style="custom" font_size="14px" font_weight="700" uppercase="yes" size="xxl" type="boxed-icon" special="no" border="no" icon="angle-right" box_shadow_color="rgba(43,33,47,0.15)" box_shadow_x="6" box_shadow_blur="18" custom_background="#ffffff" custom_text="#000000"][/vc_column_inner][vc_column_inner offset="vc_col-lg-4 vc_col-md-4 vc_col-xs-12"][kleo_gap size="50px" visibility="visible-xs,visible-sm"][kleo_gap size="480px" visibility="visible-md,visible-lg"][vc_single_image image="7822" img_size="338x408" alignment="center"][/vc_column_inner][vc_column_inner][vc_column_text text_color="#ffffff" font_size="13px" letter_spacing=""]
    <p style="text-align: center;">SCROLL DOWN
    to explore our services</p>
    [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id="services" inner_container="no" type="image" bg_color="#564656" bg_position="bottom" bg_position_horizontal="center" padding_top="" padding_bottom="" bg_image="7825"][vc_column][kleo_magic_container position="absolute" left="50%" min_height="521px" width="2560px" css=".vc_custom_1454252732470{margin-left: -1280px !important;background-image: url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2016/01/pink_triangle.png?id=7832) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}"][/kleo_magic_container][kleo_magic_container position="absolute" top="-25px" left="50%" min_height="50px" width="36px" content_position="center" text_center="yes" border_radius="20px" box_shadow_color="rgba(85,69,85,0.4)" box_shadow_y="6" box_shadow_blur="18" css=".vc_custom_1454016466712{margin-left: -18px !important;background-color: #ff5e5e !important;}"][kleo_icon icon="down-dir" icon_size="2x" href="#services" scroll_to="yes" icon_color="#ffffff"][/kleo_magic_container][vc_row_inner inner_container="yes" css=".vc_custom_1448295547307{padding-top: 124px !important;}"][vc_column_inner][vc_custom_heading text="SERVICES" font_container="tag:h2|font_size:60px|text_align:left|color:%23342938|line_height:66px" google_fonts="font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal" letter_spacing=""][kleo_gap size="25px"][/vc_column_inner][/vc_row_inner][vc_row_inner inner_container="yes" el_class="row-no-gap" css=".vc_custom_1454070037846{padding-bottom: 30px !important;}"][vc_column_inner offset="vc_col-lg-6 vc_col-md-6 vc_col-xs-12"][vc_custom_heading text="Lorem ipsum dolor sit amet consectetuer adipiscing" font_container="tag:h6|font_size:30px|text_align:left|color:%23ffffff|line_height:36px" google_fonts="font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20italic%3A400%3Aitalic" letter_spacing="75" css=".vc_custom_1454069908669{padding-top: 5px !important;}"][kleo_gap size="20px"][/vc_column_inner][vc_column_inner offset="vc_col-lg-6 vc_col-md-6 vc_col-xs-12"][vc_column_text text_color="#ffffff" vertical_separator="yes" letter_spacing="75" css=".vc_custom_1453990808036{padding-top: 10px !important;padding-right: 95px !important;padding-bottom: 30px !important;padding-left: 95px !important;}"]Lorem ipsum dolor sit amet, consectetuer adipiscing
    elit, sed diam nonummy nibh euismod tincidunt ut
    laoreet dolore magna aliquam erat volutpat.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height="yes" content_placement="bottom" gap="30" inner_container="yes" el_class="text-center"][vc_column_inner width="1/3" bg_gradient="yes" css=".vc_custom_1456321007162{background-image: url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2016/01/services_003.jpg?id=7824) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][kleo_gap size="220px"][vc_column_text lead="yes" text_color="#ffffff" letter_spacing="" css=".vc_custom_1454141384798{margin-bottom: 0px !important;}"]Lorem ipsum dolor sit amet.[/vc_column_text][vc_custom_heading text="SERVICE NO. 1" font_container="tag:h3|font_size:28px|text_align:center|color:%23ffffff|line_height:32px" use_theme_fonts="yes" letter_spacing=""][kleo_gap size="80px"][kleo_button title="Read more" href="#" style="custom" font_size="14px" font_weight="700" uppercase="yes" size="xl" special="no" border="no" icon="0" custom_background="#fe6c61" custom_text="#ffffff"][kleo_gap size="40px"][/vc_column_inner][vc_column_inner width="1/3" bg_gradient="yes" css=".vc_custom_1456321017164{background-image: url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2016/01/services_001.jpg?id=7826) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][kleo_gap size="220px"][vc_column_text lead="yes" text_color="#ffffff" letter_spacing="" css=".vc_custom_1454141384798{margin-bottom: 0px !important;}"]Lorem ipsum dolor sit amet.[/vc_column_text][vc_custom_heading text="SERVICE NO. 2" font_container="tag:h3|font_size:28px|text_align:center|color:%23ffffff|line_height:32px" use_theme_fonts="yes" letter_spacing=""][kleo_gap size="80px"][kleo_button title="Read more" href="#" style="custom" font_size="14px" font_weight="700" uppercase="yes" size="xl" special="no" border="no" icon="0" custom_background="#fe6c61" custom_text="#ffffff"][kleo_gap size="40px"][/vc_column_inner][vc_column_inner width="1/3" bg_gradient="yes" css=".vc_custom_1456321023266{background-image: url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2016/01/services_002.jpg?id=7827) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][kleo_gap size="220px"][vc_column_text lead="yes" text_color="#ffffff" letter_spacing="" css=".vc_custom_1454141384798{margin-bottom: 0px !important;}"]Lorem ipsum dolor sit amet.[/vc_column_text][vc_custom_heading text="SERVICE NO. 3" font_container="tag:h3|font_size:28px|text_align:center|color:%23ffffff|line_height:32px" use_theme_fonts="yes" letter_spacing=""][kleo_gap size="80px"][kleo_button title="Read more" href="#" style="custom" font_size="14px" font_weight="700" uppercase="yes" size="xl" special="no" border="no" icon="0" custom_background="#fe6c61" custom_text="#ffffff"][kleo_gap size="40px"][/vc_column_inner][/vc_row_inner][vc_row_inner inner_container="yes" css=".vc_custom_1448375365223{margin-bottom: 120px !important;padding-top: 65px !important;}"][vc_column_inner offset="vc_col-lg-6 vc_col-md-6 vc_col-xs-12"][vc_custom_heading text="VIDEO" font_container="tag:h2|font_size:60px|text_align:left|color:%23342938|line_height:66px" google_fonts="font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal" letter_spacing=""][kleo_gap size="25px"][vc_column_text text_color="#ffffff" letter_spacing="" el_class="vertical-separator letter-spacing-75" css=".vc_custom_1454102684562{margin-top: 10px !important;margin-bottom: 40px !important;padding-right: 20px !important;}"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
    
    Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column_inner][vc_column_inner offset="vc_col-lg-6 vc_col-md-6 vc_col-xs-12"][vc_video link="https://vimeo.com/17574435"][/vc_column_inner][/vc_row_inner][vc_row_inner inner_container="yes" css=".vc_custom_1448468586245{padding-right: 0px !important;padding-left: 0px !important;}"][vc_column_inner css=".vc_custom_1454252882834{padding-top: 85px !important;padding-right: 85px !important;padding-bottom: 85px !important;padding-left: 85px !important;background: #ffffff url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2016/01/top_section_twin.jpg?id=7828) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_custom_heading text="LOREM IPSUM" font_container="tag:h5|font_size:14px|text_align:left|color:%23ff5e5e|line_height:18px" use_theme_fonts="yes" el_class="letter-spacing-25"][vc_custom_heading text="LOREM IPSUM" font_container="tag:h3|font_size:28px|text_align:left|color:%233f3241|line_height:34px" use_theme_fonts="yes" el_class="letter-spacing-25"][vc_column_text vertical_separator="yes" letter_spacing="75" css=".vc_custom_1454106163912{margin-top: 55px !important;margin-bottom: 55px !important;padding-right: 20px !important;}"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
    
    Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat.[/vc_column_text][kleo_button title="Read more" href="#" style="custom" font_size="14px" font_weight="700" uppercase="yes" size="xl" special="no" border="no" icon="0" custom_background="#fe5043" custom_text="#ffffff"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id="3rd-section-bg" inner_container="no" type="image" bg_position="bottom" bg_position_horizontal="center" column_gap="no" padding_top="" padding_bottom="" bg_image="7830"][vc_column][kleo_magic_container position="absolute" left="50%" min_height="521px" width="2560px" bg_pos_h="center" bg_pos_v="top" css=".vc_custom_1454253005565{margin-left: -1280px !important;background-image: url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2016/01/dark-blue-triangle.png?id=7831) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}"][/kleo_magic_container][vc_row_inner inner_container="yes" css=".vc_custom_1448378983234{margin-top: 0px !important;margin-bottom: 150px !important;}"][vc_column_inner css=".vc_custom_1454252950884{padding-top: 85px !important;padding-right: 85px !important;padding-bottom: 85px !important;padding-left: 85px !important;background: #ffffff url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2015/11/bottom_section_twin.jpg?id=7843) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_custom_heading text="LOREM IPSUM" font_container="tag:h5|font_size:14px|text_align:left|color:%23312634|line_height:18px" use_theme_fonts="yes"][vc_custom_heading text="LOREM IPSUM" font_container="tag:h3|font_size:28px|text_align:left|color:%23ffffff|line_height:34px" use_theme_fonts="yes"][vc_column_text text_color="#ffffff" vertical_separator="dark" letter_spacing="75" css=".vc_custom_1454103440311{margin-top: 55px !important;margin-bottom: 55px !important;padding-right: 20px !important;}"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
    
    Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat.[/vc_column_text][kleo_button title="Read more" href="#" style="custom" font_size="14px" font_weight="700" uppercase="yes" size="xl" special="no" border="no" icon="0" custom_background="#312634" custom_text="#ffffff"][/vc_column_inner][/vc_row_inner][vc_row_inner inner_container="yes" el_class="map-wrapper"][vc_column_inner offset="vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12"][vc_custom_heading text="INTERNATIONAL" font_container="tag:h2|font_size:60px|text_align:center|color:%23342938|line_height:66px" google_fonts="font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal" letter_spacing=""][vc_column_text text_color="#ffffff" letter_spacing="" el_class="letter-spacing-75" css=".vc_custom_1454105867509{margin-top: 55px !important;margin-bottom: 55px !important;padding-right: 20px !important;}"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner inner_container="yes" bg_pos_h="center" bg_pos_v="top" css=".vc_custom_1454253527694{background-image: url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2016/01/map.png?id=7837) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}" el_id="map-inner-wrapper"][vc_column_inner el_class="profile-card" width="1/2" offset="vc_col-lg-offset-4 vc_col-lg-4 vc_col-md-offset-4 vc_col-md-4 vc_col-sm-offset-3 vc_col-xs-12" css=".vc_custom_1448453382892{padding-right: 0px !important;padding-left: 0px !important;}"][kleo_magic_container position="absolute" right="30px" bottom="-20px" width="40px" height="40px" content_position="center" text_center="yes" full_height="yes" z_index="1" css=".vc_custom_1454113381885{background-color: #fe6c61 !important;}"][kleo_icon icon="angle-right" icon_color="#ffffff"][/kleo_magic_container][vc_single_image image="7836" img_size="full" full_width="yes"][/vc_column_inner][vc_column_inner width="1/2" css=".vc_custom_1454253182707{padding-right: 0px !important;padding-left: 0px !important;background-color: #ffffff !important;}" offset="vc_col-lg-offset-4 vc_col-lg-4 vc_col-md-offset-4 vc_col-md-4 vc_col-sm-offset-3 vc_col-xs-12"][kleo_magic_container vertical_separator="yes" css=".vc_custom_1454268365190{margin-top: 50px !important;margin-right: 40px !important;margin-bottom: 50px !important;margin-left: 40px !important;}"][vc_column_text font_size="12px" letter_spacing="" css=".vc_custom_1454253476334{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"]<strong>ERIKA JOHANNESON</strong>
    <a href="mailto:office@seventhqueen.com">office@seventhqueen.com</a>[/vc_column_text][kleo_icon icon="facebook"][kleo_icon icon="twitter"][kleo_icon icon="gplus"][/kleo_magic_container][/vc_column_inner][vc_column_inner][kleo_gap size="199px" visibility="hidden-xs"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id="newsletter-section" text_align="center" type="image" bg_position_horizontal="center" vertical_align="yes" padding_top="0" padding_bottom="270px" bg_image="7838"][vc_column][kleo_magic_container position="absolute" top="-1px" left="50%" min_height="521px" width="2560px" bg_pos_h="center" bg_pos_v="top" css=".vc_custom_1454253597692{margin-left: -1280px !important;background-image: url(http://seventhqueen.com/demo/kleo/wp-content/uploads/2016/01/dark-pink_triangle.png?id=7833) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}"][/kleo_magic_container][/vc_column][vc_column offset="vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-3 vc_col-md-6" css=".vc_custom_1448465801262{padding-top: 130px !important;}"][vc_custom_heading text="TRY IT NOW" font_container="tag:h2|font_size:60px|text_align:center|color:%23b5b6ba|line_height:66px" google_fonts="font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal" letter_spacing=""][vc_column_text el_class="letter-spacing-75" css=".vc_custom_1448460356532{margin-top: 55px !important;margin-bottom: 55px !important;padding-right: 20px !important;}"]
    <p style="text-align: center;"><span style="color: #5e5e5e;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonum my nibh euismod tincidunt.</span></p>
    [/vc_column_text][vc_column_text letter_spacing=""][mc4wp_form][/vc_column_text][/vc_column][/vc_row][vc_row el_id="footer_area" text_align="center" type="image" bg_color="#362b39" bg_position_horizontal="center" padding_top="125px" padding_bottom="125px" bg_image="7835"][vc_column width="1/2" offset="vc_col-lg-offset-4 vc_col-lg-4 vc_col-md-offset-4 vc_col-md-4 vc_col-sm-offset-3 vc_col-xs-12"][vc_single_image image="7834" img_size="99x29" alignment="center"][vc_column_text el_class="letter-spacing-75" css=".vc_custom_1448462128500{margin-top: 55px !important;margin-bottom: 55px !important;padding-right: 20px !important;}"]
    <p style="text-align: center;"><span style="color: #837f85;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonum my nibh euismod tincidun</span>t.</p>
    [/vc_column_text][kleo_button title="PURCHASE NOW KLEO" href="themeforest.net/item/kleo-next-level-wordpress-theme/6776630?ref=SeventhQueen" target="_blank" style="custom" font_size="14px" font_weight="700" uppercase="yes" size="xxl" special="no" border="no" icon="0" custom_background="#4b3e4f" custom_text="#ffffff"][kleo_gap][kleo_icon icon="facebook" href="#" padding="15px" icon_color="#ff5e5e"][kleo_icon icon="twitter" href="#" padding="15px" icon_color="#ff5e5e"][kleo_icon icon="gplus" href="#" padding="15px" icon_color="#ff5e5e"][/vc_column][/vc_row]

    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: bp-custom.php #184120
     Kieran_SQ
    Moderator

    No worries, glad I could help 🙂

    Feel free to open a new ticket any time and we’ll be happy to assist with any other questions.

    Also, if you haven’t already done so please consider leaving KLEO / the support received a review on ThemeForest. Every review really does help us and would be greatly appreciated.

    https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/reviews/6776630

    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.

Viewing 40 posts - 3,281 through 3,320 (of 4,912 total)

Log in with your credentials

Forgot your details?