Forum Replies Created

Viewing 40 posts - 1,841 through 1,880 (of 2,796 total)
  • Author
  • in reply to: Layout different since update #115622
     Laura
    Moderator

    Hello, for the first issue, your header didnt had a background, add this to style.css of child theme to add it 🙂

    COPY CODE
    
    div#header {
        background-image: url("http://jezzhappiness.nl/wp-content/uploads/2015/12/Websiteachtergrond.jpg");
        background-repeat: repeat-x;
        background-size: cover;
        background-attachment: fixed;
        background-position: center top;
    }
    

    ( you could also do this at styling options of the theme )

    For the column, is because you didnt add a background, use this

    COPY CODE
    
    .kleo_text_column {
        background-image: url("http://jezzhappiness.nl/wp-content/uploads/2015/12/Websiteachtergrond.jpg");
        background-repeat: repeat-x;
        background-size: cover;
        background-attachment: fixed;
        background-position: center top;
    }
    

    Let me know 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Moving menu and logo & buttons color #115539
     Laura
    Moderator

    Hello, try the following

    COPY CODE
    
    .eight.columns.login-buttons {
        margin-left: -15%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Activity Stream x Activity Page #115537
     Laura
    Moderator

    Hello, yes you can do that, code would be:

    COPY CODE
    <iframe src="http://domain.com/activity"></iframe>
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: FUll screen for Responsive Slider video layer #115534
     Laura
    Moderator

    Hello, try adding the following css to style.css of child theme

    COPY CODE
    
    @media (min-width: 1440px) {
    .kleo-main-header .container {
        max-width: 1740px !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: transparent search form #115229
     Laura
    Moderator

    Hello, please try by adding the following css to style.css of child theme

    COPY CODE
    
    .form-header {
        border: none !important;
    }
    form#register_form_front {
        border: none !important;
    }
    .form-footer {
        border: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Moving menu and logo & buttons color #114910
     Laura
    Moderator

    Hello, just add this to style.css of child theme 🙂

    COPY CODE
    
    ul#menu-sweetdate {
        margin-top: -6.5%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, its just a css issue 🙂
    Just add this to style.css of child theme

    COPY CODE
    
    .cpm .clearfix {
        display: inline !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .pmpro_actionlinks a {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Make profile picture bigger #114507
     Laura
    Moderator

    Hello,
    for 1- Try adding this to style.css and edit the size as you prefer

    COPY CODE
    
    div#item-header-avatar {
        width: 400px;
        height: 400px;
    }
    #profile .row {
        width: 1240px;
    }
    [class*="column"]+[class*="column"]:last-child {
        float: left !important;
        margin-left: 190px;
    }
    

    For the other issues those are custom requests and not actual theme issues so i suggest to hire a developer to do it for you as right now we only offer quick changes

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Social Share Icons #114377
     Laura
    Moderator

    Hello, to change the size of the icons at the footer try the following css, add it to style.css of child theme

    COPY CODE
    
    #footer .share-links i:before {
        font-size: 24px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, try by adding this to style.css at child theme

    COPY CODE
    
    div#avatar-to-crop img {
        width: 280px !important;
    }
    

    Let me know if it works 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Posts on home page not showing proper image #114046
     Laura
    Moderator

    Hello, try adding this to style.css at child theme, and use the featured image option

    COPY CODE
    
    .single .format-standard .article-media, .single .format-image .article-media {
    display: none;
    }
    

    Let me know if it works 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Header full image instead of logo #114043
     Laura
    Moderator

    Hello, try to place this css at style.css and delete the code i sent you before

    COPY CODE
    
    @media screen and (min-width: 800px) {
    .kleo-main-header.header-centered {
        background: #FF33CC;
    }
    ul#menu-main-menu {
        background: white;
        width: 1640px;
        margin-left: -2%;
    }
    }
    

    Let me know if you still face any issue

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: 2 “top-bar”s on iphone #114040
     Laura
    Moderator

    Hello, please try adding this to the code

    COPY CODE
    
    div#top-social a {
        z-index: 1;
        position: relative;
    }
    

    🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Responsive menu fix #114023
     Laura
    Moderator

    Hello, for top menu try the following css code, inside style.css of child theme

    COPY CODE
    
    .top-menu.col-sm-12.col-md-7.no-padd {
        margin-top: -33px;
    }
    

    About the first issue, what devices do you use?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Borders wont save #114005
     Laura
    Moderator

    Hello, please try the following css at style.css of child theme

    COPY CODE
    
    .wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
        border: 1px solid white;
    }
    

    Let me know 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    #main p {
        font-size: 18px;
        line-height: 24px;
    }
    

    Let me know if it works 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, for 1: Add this to style.css of child theme 🙂

    COPY CODE
    
    .pmpro_actionlinks a:nth-child(1) {
        display: none;
    }
    form#bbp-search-form {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: 2 “top-bar”s on iphone #113594
     Laura
    Moderator

    Hello, it’s because of the height 🙂
    Try adding this to style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    #top-social {
        height: 0px !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

     Laura
    Moderator

    For the forum title color try the following css

    COPY CODE
    
    li.bbp-topic-title .bbp-topic-permalink {
        color: blue;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Menu Position #113404
     Laura
    Moderator

    Hello, try adding this to style.css of child theme 🙂

    COPY CODE
    
    .form-wrapper .carousel-profiles li {
        width: 94px !important;
        height: 94px !important;
    }
    ul#menu-sweetdate {
        margin-top: 5%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: display a random members #113342
     Laura
    Moderator

    Hello, right now, only opposite members is not available but there is a base you could use to develop a code here: https://archived.seventhqueen.com/forums/topic/restrict-looking-for-the-opposite
    About the random members, find the file members-loop.php at wp-content/themes/sweetdate/members
    and copy it at wp-content/themes/sweetdate-child/members (create the folder if its not there)

    Then edit the file and find:

    COPY CODE
    
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ). '&per_page='.sq_option('buddypress_perpage') ) ) : ?>
    

    Replace that with

    COPY CODE
    
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ). '&per_page='.sq_option('buddypress_perpage'.’&type=random’ )) ) : ?>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, lets see one by one 🙂
    For the first post, 1,2 images not showing, can you upload them instead of adidng them to the reply? ( at the attach image section) 🙂

    3- Header image should show on mobile version, as homepage background
    4- Add this to style.css of child theme to have the top menu font bold and bigger 🙂 ( i suggest to make the menu text white so they are more visible)

    COPY CODE
    
    ul#menu-topmeny a {
        font-size: 18px;
        font-weight: bolder;
    }
    

    To make them white

    COPY CODE
    
    ul#menu-topmeny a {
        color:white !important;
    }
    

    5- Its a very weird issue, please try contacting your hosting company so they can take a look at that 🙂

    And yes, register page should be at Pages, if its not, create a new page, call it registration (on your own language) and select it at Settings > Buddypress > Pages ( this could also resolve number 5 issue)

    Second post:
    1- Send me a link to that pages please, as i do not see it ( attached )
    2- Check that pages are well set at Memberships > Page Settings
    3- This happens when you have SSL setup in one of your pages but not in others, make sure you dont have SSL at memberships settings
    4- This page is dynamic, its normal that you see it empty if you go there directly
    5- Same as 2
    6- Same as 2
    7- Should appear as Home
    8- Same as 4

    Order of registration:
    – Popup form
    – Register form
    – User Registered Already –

    User Activation ( you can skip that installing the plugin bp disable activation reloaded, so your users are activated automatically)
    – Email link, redirects to activation page (dynamic page only visible when user clicks the link)

    Now user can login, if you have members directory page restricted, the user will see the memberships levels when trying to view any restricted page or doing any restricted action

    Hope it helps 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change sidebar background to image or color? #113031
     Laura
    Moderator

    Hello, you can use this css at style.css of your child theme 🙂

    COPY CODE
    
    .sidebar {
        background: black;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Page titel/ breadcrumb box colour #113011
     Laura
    Moderator

    Hello, try adding this to style.css of your child theme 🙂

    COPY CODE
    
    div#footer {
        border: none;
    }
    .kleo-main-header.header-normal {
        border: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Advanced Members search option in Hide / Show form #112996
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    form#members-directory-form div#subnav {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: site issue #112983
     Laura
    Moderator

    Hello, i am very sorry for the delay, thanks you very much for your patience 🙂
    1- Please check at Sweetdate > Buddypress at the form description (pic1)
    2- You can edit the copyright using this function at functions.php of your child theme

    COPY CODE
    
    function kleo_copyright_text()
    {
      echo '<p>'. __("Copyright", 'kleo_framework').' © '.date("Y").' '. get_bloginfo('name').'. <br class="hide-for-large show-for-small"/>'. get_bloginfo( 'description' ).'<br/>ADD TEXT HERE FOR NEW LINE</p>';        
    }
    

    3- Go to Users > Profile fields to change the name of the profile fields, add or delete any 🙂
    4- Please check that you have all fields selected at Sweetdate > Buddypress ( gender field, matching field ( i am a, looking for a) age field etc…)
    And make sure your users have their profile filled 🙂
    5- Try to use the plugin Loco Translate, and at the theme language editor ( inside loco translate screen) click SYNC button, a few fields should be added, then start searching and translate 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Borders wont save #112897
     Laura
    Moderator

    Hello, add a class tot that element and add the borders using css, like for example:

    COPY CODE
    
    .borders {
    border: 1px black;
    }
    

    In that case, “borders” is the class, and we have a css that will add a black border of 1px
    Let me know if you need more details 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Adding friends and groups #112810
     Laura
    Moderator

    Please update the theme to latest version 4.0.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Latest messages on top #112684
     Laura
    Moderator

    Hello, please follow the steps:
    1- Copy
    wp-content/themes/sweetdate/members/single/messages/single.php
    to your child theme so that the directory structure looks like this:
    sweetdate-child/members/single/messages/single.php

    Then in single.php, change

    COPY CODE
    
    <?php  
    if ( bp_thread_has_messages() ) :?>
    

    to

    COPY CODE
    
    <?php  
    	$args = array(
    	   'order'     => 'DESC'
    	);
    if ( bp_thread_has_messages( $args ) ) : ?>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: How to make a transparent border to my header menu #112643
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    .kleo-main-header.header-centered {
        border: none !important;
    }
    

    Let me know if it works 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Code For Coloured H1 #112641
     Laura
    Moderator

    Hello, use this instead:

    COPY CODE
    
    h1.vc_custom_heading {
    color: #c5c771!important;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Product image issue #112596
     Laura
    Moderator

    Hello, i am very sorry for the late reply, thanks you very much for your patience.
    The issue was a css issue, it should be resolved now 🙂
    I added this to your style.css

    COPY CODE
    
    .wpb_animate_when_almost_visible {
        opacity: 1 !important;
        filter: alpha(opacity=0);
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, sorry for that, this is what i wanted to show you

    “Hello, it should be fixed, make sure age field is set to DateBox

    Also, for any other that wants this feature, this is the code for register.php inside of registration folder ( child theme, so create the folder)

    COPY CODE
    
    <?php
    get_header();
    ?><section><div><div class="row"><div class="twelve columns"><?php
    do_action('bp_before_register_page');
    ?><div><form action="" name="signup_form" id="signup_form" class="standard-form custom" method="post" enctype="multipart/form-data"><div class="firststep1"><?php
    if ('request-details' == bp_get_current_signup_step()):
    ?><div class="row"><div class="twelve columns"><h2 class="article-title text-center"><?php
    _e('Create an Account', 'buddypress');
    ?></h2></div></div><?php
    do_action('template_notices');
    ?>
    <p class="lead"><?php
    _e('Registering for this site is easy, just fill in the fields below and we\'ll get a new account set up for you in no time.', 'buddypress');
    ?></p>
    <?php
    do_action('bp_before_account_details_fields');
    ?>
    <div class="row"><div class="register-section twelve columns">
    <?php
    /***** Basic Account Details ******/
    ?>
    <h2 class="article-title text-center"><?php
    _e('Account Details', 'buddypress');
    ?></h2>
    <label for="signup_username"><?php
    _e('Username', 'buddypress');
    ?> <?php
    _e('(required)', 'buddypress');
    ?></label>
                                            <?php
    do_action('bp_signup_username_errors');
    ?>
                                            <input type="text" name="signup_username" id="signup_username" value="<?php
    bp_signup_username_value();
    ?>" />
     
                                            <label for="signup_email"><?php
    _e('Email Address', 'buddypress');
    ?> <?php
    _e('(required)', 'buddypress');
    ?></label>
                                            <?php
    do_action('bp_signup_email_errors');
    ?>
                                            <input type="text" name="signup_email" id="signup_email" value="<?php
    bp_signup_email_value();
    ?>" />
     
                                            <label for="signup_password"><?php
    _e('Choose a Password', 'buddypress');
    ?> <?php
    _e('(required)', 'buddypress');
    ?></label>
                                            <?php
    do_action('bp_signup_password_errors');
    ?>
                                            <input type="password" name="signup_password" id="signup_password" value="" />
     
                                            <label for="signup_password_confirm"><?php
    _e('Confirm Password', 'buddypress');
    ?> <?php
    _e('(required)', 'buddypress');
    ?></label>
                                            <?php
    do_action('bp_signup_password_confirm_errors');
    ?>
                                            <input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" />
    </div>
    </div><!-- #basic-details-section -->
    <?php
    do_action('bp_after_account_details_fields');
    ?>
    <?php
    do_action('bp_before_blog_details_fields');
    ?>
    </div><div class="secondstep1"><?php
    /***** Extra Profile Details ******/
    ?>
    <?php
    if (bp_is_active('xprofile')):
    ?>
                                    <div class="register-section">
    <div class="register-section twelve columns">
    <h4><i class="icon icon-comments"></i> <?php
    _e('Profile Details', 'buddypress');
    ?></h4>
    <br>
    <?php
    /* Use the profile field loop to render input fields for the 'base' profile field group */
    ?>
                                            <?php
    if (function_exists('bp_has_profile')):
    if (bp_has_profile( )):
    while (bp_profile_groups()):
    bp_the_profile_group();
    ?>
    <?php
    while (bp_profile_fields()):
    bp_the_profile_field();
    ?>
     <div class="<?php
    if ('selectbox' == bp_get_the_profile_field_type() || 'multiselectbox' == bp_get_the_profile_field_type())
    echo 'twelve';
    else
    echo 'twelve';
    ?> columns">
                                                     <div<?php
    bp_field_css_class('editfield');
    ?>
    <?php
    if ('textbox' == bp_get_the_profile_field_type()):
    ?>
    <label for="<?php
    bp_the_profile_field_input_name();
    ?>"><?php
    bp_the_profile_field_name();
    ?> <?php
    if (bp_get_the_profile_field_is_required()):
    ?><?php
    _e('(required)', 'buddypress');
    ?><?php
    endif;
    ?></label>
                                                                    <?php
    do_action('bp_' . bp_get_the_profile_field_input_name() . '_errors');
    ?>
                                                                    <input type="text" name="<?php
    bp_the_profile_field_input_name();
    ?>" id="<?php
    bp_the_profile_field_input_name();
    ?>" value="<?php
    bp_the_profile_field_edit_value();
    ?>" />
    <?php
    endif;
    ?>
    <?php
    if ('textarea' == bp_get_the_profile_field_type()):
    ?>
    <label for="<?php
    bp_the_profile_field_input_name();
    ?>"><?php
    bp_the_profile_field_name();
    ?> <?php
    if (bp_get_the_profile_field_is_required()):
    ?><?php
    _e('(required)', 'buddypress');
    ?><?php
    endif;
    ?></label>
                                                                    <?php
    do_action('bp_' . bp_get_the_profile_field_input_name() . '_errors');
    ?>
                                                                    <textarea rows="5" cols="40" name="<?php
    bp_the_profile_field_input_name();
    ?>" id="<?php
    bp_the_profile_field_input_name();
    ?>"><?php
    bp_the_profile_field_edit_value();
    ?></textarea>
    <?php
    endif;
    ?>
    <?php
    if ('selectbox' == bp_get_the_profile_field_type()):
    ?>
    <label for="<?php
    bp_the_profile_field_input_name();
    ?>"><?php
    bp_the_profile_field_name();
    ?> <?php
    if (bp_get_the_profile_field_is_required()):
    ?><?php
    _e('(required)', 'buddypress');
    ?><?php
    endif;
    ?></label>
                                                                    <?php
    do_action('bp_' . bp_get_the_profile_field_input_name() . '_errors');
    ?>
                                                                    <select name="<?php
    bp_the_profile_field_input_name();
    ?>" id="<?php
    bp_the_profile_field_input_name();
    ?>">
    <?php
    bp_the_profile_field_options();
    ?>
                                                                    </select>
    <?php
    endif;
    ?>
    <?php
    if ('datebox' == bp_get_the_profile_field_type()):
    ?>
    <label for="<?php
    bp_the_profile_field_input_name();
    ?>"><?php
    bp_the_profile_field_name();
    ?> <?php
    if (bp_get_the_profile_field_is_required()):
    ?><?php
    _e('(required)', 'buddypress');
    ?><?php
    endif;
    ?></label>
                                                                    <?php
    do_action('bp_' . bp_get_the_profile_field_input_name() . '_errors');
    ?>
                                                                    <select name="<?php
    bp_the_profile_field_input_name();
    ?>" id="<?php
    bp_the_profile_field_input_name();
    ?>">
    <?php
    bp_the_profile_field_options();
    ?>
                                                                    </select>
    <?php
    endif;
    ?>
    <?php
    if ('multiselectbox' == bp_get_the_profile_field_type()):
    ?>
    <label for="<?php
    bp_the_profile_field_input_name();
    ?>"><?php
    bp_the_profile_field_name();
    ?> <?php
    if (bp_get_the_profile_field_is_required()):
    ?><?php
    _e('(required)', 'buddypress');
    ?><?php
    endif;
    ?></label>
                                                                    <?php
    do_action('bp_' . bp_get_the_profile_field_input_name() . '_errors');
    ?>
                                                                    <select name="<?php
    bp_the_profile_field_input_name();
    ?>" id="<?php
    bp_the_profile_field_input_name();
    ?>" multiple="multiple">
                                                                            <?php
    bp_the_profile_field_options();
    ?>
                                                                    </select>
    <?php
    endif;
    ?>
    <?php
    if ('radio' == bp_get_the_profile_field_type()):
    ?>
    <div class="radio">
                                                                            <i class="icon icon-comments"></i><span class="label"><?php
    bp_the_profile_field_name();
    ?> <?php
    if (bp_get_the_profile_field_is_required()):
    ?><?php
    _e('(required)', 'buddypress');
    ?><?php
    endif;
    ?></span>
    <?php
    do_action('bp_' . bp_get_the_profile_field_input_name() . '_errors');
    ?>
                                                                            <?php
    bp_the_profile_field_options();
    ?>
    <?php
    if (!bp_get_the_profile_field_is_required()):
    ?>
    <a class="clear-value" href="javascript:clear( '<?php
    bp_the_profile_field_input_name();
    ?>' );"><?php
    _e('Clear', 'buddypress');
    ?></a>
                                                                            <?php
    endif;
    ?>
                                                                    </div><?php
    endif;
    ?>
    <?php
    if ('checkbox' == bp_get_the_profile_field_type()):
    ?>
    <div class="checkbox">
                                                                            <span class="label"><?php
    bp_the_profile_field_name();
    ?> <?php
    if (bp_get_the_profile_field_is_required()):
    ?><?php
    _e('(required)', 'buddypress');
    ?><?php
    endif;
    ?></span>
    <?php
    do_action('bp_' . bp_get_the_profile_field_input_name() . '_errors');
    ?>
                                                                            <?php
    bp_the_profile_field_options();
    ?>
                                                                    
    <?php
    endif;
    ?>
    <?php
    if ('datebox' == bp_get_the_profile_field_type()):
    ?>
                                                                    <div class="datebox">
                                                                            <label for="<?php
    bp_the_profile_field_input_name();
    ?>_day"><?php
    bp_the_profile_field_name();
    ?> <?php
    if (bp_get_the_profile_field_is_required()):
    ?><?php
    _e('(required)', 'buddypress');
    ?><?php
    endif;
    ?></label>
                                                                            <?php
    do_action('bp_' . bp_get_the_profile_field_input_name() . '_errors');
    ?>
                                                                            
                                                                            <select name="<?php
    bp_the_profile_field_input_name();
    ?>_month" id="<?php
    bp_the_profile_field_input_name();
    ?>_month">
                                                                                    <?php
    bp_the_profile_field_options('type=month');
    ?>
                                                                            </select>
    <select name="<?php
    bp_the_profile_field_input_name();
    ?>_day" id="<?php
    bp_the_profile_field_input_name();
    ?>_day">
                                                                                    <?php
    bp_the_profile_field_options('type=day');
    ?>
                                                                            </select><select name="<?php
    bp_the_profile_field_input_name();
    ?>_year" id="<?php
    bp_the_profile_field_input_name();
    ?>_year">
                                                                                    <?php
    bp_the_profile_field_options('type=year');
    ?>
                                                                            </select>
                                                                    </div>
                                                            <?php
    endif;
    ?>
                                                            <?php
    do_action('bp_custom_profile_edit_fields');
    ?>
                                                            <p class="description"><?php
    bp_the_profile_field_description();
    ?></p>
                                                    </div>
     </div>
                                            <?php
    endwhile;
    ?>
                                            <?php
    $fields_ids[] = bp_get_the_profile_group_field_ids();
    ?>
                                           </div>
     <div>
      <div class="register-section twelve columns">
                                            <?php
    endwhile;
    endif;
    endif;
    ?>
                                    <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php
    echo implode(",", $fields_ids);
    ?>" />
                                    </div><!-- #profile-details-section -->
                                    <?php
    endif;
    ?>
                                    <?php
    do_action('bp_after_signup_profile_fields');
    ?>
                                    <?php
    if (bp_get_blog_signup_allowed()):
    ?>
                                            <?php
    do_action('bp_before_blog_details_fields');
    ?>
                                            <?php
    /***** Blog Creation Details ******/
    ?>
                                           	<div class="register-section">
    <h4><?php
    _e('Blog Details', 'buddypress');
    ?></h4>
                                                    <p><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1"<?php
    if ((int) bp_get_signup_with_blog_value()):
    ?> checked="checked"<?php
    endif;
    ?> /> <?php
    _e('Yes, I\'d like to create a new blog', 'buddypress');
    ?></p>
                                                    <div id="blog-details"<?php
    if ((int) bp_get_signup_with_blog_value()):
    ?>class="show"<?php
    endif;
    ?>
                                                            <label for="signup_blog_url"><?php
    _e('Blog URL', 'buddypress');
    ?> <?php
    _e('(required)', 'buddypress');
    ?></label>
                                                            <?php
    do_action('bp_signup_blog_url_errors');
    ?>
                                                            <?php
    if ('yes' == VHOST):
    ?>
                                                                    http:// <input type="text" name="signup_blog_url" id="signup_blog_url" value="<?php
    bp_signup_blog_url_value();
    ?>" /> .<?php
    echo str_replace('http://', '', site_url());
    ?>
                                                            <?php
    else:
    ?>
                                                                    <?php
    echo site_url();
    ?>/ <input type="text" name="signup_blog_url" id="signup_blog_url" value="<?php
    bp_signup_blog_url_value();
    ?>" />
                                                            <?php
    endif;
    ?>
                                                            <label for="signup_blog_title"><?php
    _e('Blog Title', 'buddypress');
    ?> <?php
    _e('(required)', 'buddypress');
    ?></label>
                                                            <?php
    do_action('bp_signup_blog_title_errors');
    ?>
                                                            <input type="text" name="signup_blog_title" id="signup_blog_title" value="<?php
    bp_signup_blog_title_value();
    ?>" />
                                                            <span class="label"><?php
    _e('I would like my blog to appear in search engines, and in public listings around this site', 'buddypress');
    ?>:</span>
                                                            <?php
    do_action('bp_signup_blog_privacy_errors');
    ?>
                                                            <label><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_public" value="public"<?php
    if ('public' == bp_get_signup_blog_privacy_value() || !bp_get_signup_blog_privacy_value()):
    ?> checked="checked"<?php
    endif;
    ?> /> <?php
    _e('Yes');
    ?></label>
                                                            <label><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_private" value="private"<?php
    if ('private' == bp_get_signup_blog_privacy_value()):
    ?> checked="checked"<?php
    endif;
    ?> /> <?php
    _e('No');
    ?></label>
                                                    </div>
                                           </div> </div><!-- #blog-details-section -->
                                            <?php
    do_action('bp_after_blog_details_fields');
    ?>
                                    <?php
    endif;
    ?>
                                    <?php
    do_action('bp_before_registration_submit_buttons');
    ?>
                                    <div class="submit">
                                            <input type="submit" class="button radius pull-right"name="signup_submit" id="signup_submit" value="<?php
    _e('Complete Sign Up', 'buddypress');
    ?> →" />
                                    </div>
                                    <?php
    do_action('bp_after_registration_submit_buttons');
    ?>
                                    <?php
    wp_nonce_field('bp_new_signup');
    ?>
                            <?php
    endif; // request-details signup step 
    ?>
                            <?php
    if ('completed-confirmation' == bp_get_current_signup_step()):
    ?>
                                    <h2 class="article-title"><?php
    _e('Sign Up Complete!', 'buddypress');
    ?></h2>
                                    <?php
    do_action('template_notices');
    ?>
                                    <?php
    if (bp_registration_needs_activation()):
    ?>
                                            <p><?php
    _e('You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress');
    ?></p>
                                    <?php
    else:
    ?>
                                            <p><?php
    _e('You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress');
    ?></p>
                                    <?php
    endif;
    ?>
                                    <?php
    if (bp_is_active('xprofile') && !(int) bp_get_option('bp-disable-avatar-uploads')):
    ?>
                                            <?php
    if ('upload-image' == bp_get_avatar_admin_step()):
    ?>
                                                    <h4><?php
    _e('Your Current Avatar', 'buddypress');
    ?></h4>
                                                    <p><?php
    _e("We've fetched an avatar for your new account. If you'd like to change this, why not upload a new one?", 'buddypress');
    ?></p>
                                                    <div>
                                                            <?php
    bp_signup_avatar();
    ?>
                                                    </div>
                                                    <p>
                                                            <input type="file" name="file" id="file" />
                                                            <input type="submit" name="upload" id="upload" value="<?php
    _e('Upload Image', 'buddypress');
    ?>" />
                                                            <input type="hidden" name="action" id="action" value="bp_avatar_upload" />
                                                            <input type="hidden" name="signup_email" id="signup_email" value="<?php
    bp_signup_email_value();
    ?>" />
                                                            <input type="hidden" name="signup_username" id="signup_username" value="<?php
    bp_signup_username_value();
    ?>" />
                                                    </p>
                                                    <?php
    wp_nonce_field('bp_avatar_upload');
    ?>
                                            <?php
    endif;
    ?>
                                            <?php
    if ('crop-image' == bp_get_avatar_admin_step()):
    ?>
                                                    <h3><?php
    _e('Crop Your New Avatar', 'buddypress');
    ?></h3>
                                                    <img src="<?php
    bp_avatar_to_crop();
    ?>" id="avatar-to-crop" class="avatar" alt="<?php
    _e('Avatar to crop', 'buddypress');
    ?>" />
                                                    <div>
                                                            <img src="<?php
    bp_avatar_to_crop();
    ?>" id="avatar-crop-preview" class="avatar" alt="<?php
    _e('Avatar preview', 'buddypress');
    ?>" />
                                                    </div>
                                                    <input type="submit" name="avatar-crop-submit" id="avatar-crop-submit" value="<?php
    _e('Crop Image', 'buddypress');
    ?>" />
                                                    <input type="hidden" name="signup_email" id="signup_email" value="<?php
    bp_signup_email_value();
    ?>" />
                                                    <input type="hidden" name="signup_username" id="signup_username" value="<?php
    bp_signup_username_value();
    ?>" />
                                                    <input type="hidden" name="signup_avatar_dir" id="signup_avatar_dir" value="<?php
    bp_signup_avatar_dir_value();
    ?>" />
                                                    <input type="hidden" name="image_src" id="image_src" value="<?php
    bp_avatar_to_crop_src();
    ?>" />
                                                    <input type="hidden" id="x" name="x" />
                                                    <input type="hidden" id="y" name="y" />
                                                    <input type="hidden" id="w" name="w" />
                                                    <input type="hidden" id="h" name="h" />
                                                    <?php
    wp_nonce_field('bp_avatar_cropstore');
    ?>
                                            <?php
    endif;
    ?>
                                    <?php
    endif;
    ?>
                            <?php
    endif; // completed-confirmation signup step 
    ?>
                            <?php
    do_action('bp_custom_signup_steps');
    ?>
                            </form>
     </div></div>
                    </div></div>
                    <?php
    do_action('bp_after_register_page');
    ?>
                    <div class="clearfix"></div>
            <br><br>
        </div><!--end twelve-->
        </div><!--end row-->
      </div><!--end main-->
    </section></div>
    <!--END MAIN SECTION-->
            <?php
    do_action('bp_after_directory_activity_content');
    ?>
            <script type="text/javascript">
                    jQuery(document).ready( function() {
                            if ( jQuery('div#blog-details').length && !jQuery('div#blog-details').hasClass('show') )
                                    jQuery('div#blog-details').toggle();
                            jQuery( 'input#signup_with_blog' ).click( function() {
                                    jQuery('div#blog-details').fadeOut().toggle();
                            });
                    });
            </script>
    <?php
    get_footer();
    ?>
    

    And css for style.css in child theme

    COPY CODE
    
    .editfield.field_1.field_our-names.required-field.visibility-public.field_type_textbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_10.field_marital-status.required-field.visibility-public.alt.field_type_selectbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_18.field_area-of-residence.required-field.visibility-public.field_type_selectbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_395.field_interests.required-field.visibility-public.alt.field_type_checkbox {
    margin: -20px 1px -20px 1px;
    }
    
    .label {
    padding: 1px 4px 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    line-height: normal;
    white-space: nowrap;
    display: inline;
    position: relative;
    bottom: 1px;
    color: #fff;
    background: none !important;
    font: normal 16px 'Open Sans';
    color: #222222;
    border-bottom-color: rgba(0, 0, 0, 0.07);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    }
    
    .editfield.field_484.field_our-story.optional-field.visibility-public.field_type_textarea {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_437.field_language-spoken.required-field.visibility-public.field_type_selectbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_414.field_kids.optional-field.visibility-public.alt.field_type_selectbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_515.field_new-in-town.optional-field.visibility-public.alt.field_type_selectbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_485.field_looking-for.required-field.visibility-public.field_type_textarea {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_518.field_pets.optional-field.visibility-public.field_type_selectbox {
    margin: -20px 1px -20px 1px;
    }
    [class^="icon-"], [class*=" icon-"] {
    display: none !important;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    }
    
    .editfield.field_523.field_name.required-field.visibility-public.field_type_textbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_3.field_my-age.required-field.visibility-public.alt.field_type_datebox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_524.field_name.required-field.visibility-public.field_type_textbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_446.field_age.required-field.visibility-public.alt.field_type_datebox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_454.field_hometown.optional-field.visibility-public.alt.field_type_textbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_526.field_occupation.optional-field.visibility-public.field_type_textbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_388.field_education-level.optional-field.visibility-public.alt.field_type_selectbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_527.field_spiritual-faith.optional-field.visibility-public.field_type_selectbox {
    margin: -20px 1px -20px 1px;
    }
    .editfield.field_553.field_political-view.optional-field.visibility-public.alt.field_type_textbox {
    margin: -20px 1px -20px 1px;
    }
    

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: How to limit amount of words in profile section #112338
     Laura
    Moderator

    Hello, try adding this to your functions.php of child theme

    COPY CODE
    
    function filtered_profile_data( $args ) {
    
    
    
    	$data = bp_get_member_profile_data( $args );
    
    
    
    	$defaults = array(
    
    		'field'   => false,   // Field name
    
    		'user_id' => $user_id
    
    	);
    
    
    
    	$r = wp_parse_args( $args, $defaults );
    
    	extract( $r, EXTR_SKIP );
    
    
    
    	switch($field) {
    
    		case 'About':
    
    			$len = 200;
    
    			break;
    
    		default:
    
    			$len =20;
    
    			break;
    
    	}
    
    
    
    	echo  substr( $data, 0, $len);
    
    	
    
    	$words = array_slice( explode( ' ', $data), 0, $len );
    
    	
    
    	echo implode( ' ', $words );
    
    }
    

    Let me know if it works 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, sorry for the misunderstanding, try this one

    COPY CODE
    
    .dashboard-container.has-title-stroke .dashboard-title {
        border-bottom: 1px solid #007595;
        background: #007595;
        color: white;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Header full image instead of logo #112079
     Laura
    Moderator

    Hello, please check out, i added this to your style.css

    COPY CODE
    
    .kleo-main-header.header-centered {
        background: #FF33CC;
    }
    ul#menu-main-menu {
        background: white;
        width: 1640px;
        margin-left: -2%;
    }
    

    Let me know 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Image Popup Twice #112058
     Laura
    Moderator

    Please update the theme to latest version 4.0.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: set sidebar width to 300px for AdSense #112041
     Laura
    Moderator

    Hello, please try adding this to style.cs of child theme 🙂

    COPY CODE
    
    .inner-content.widgets-container {
        width: 300px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

    in reply to: Code For Coloured H1 #111903
     Laura
    Moderator

    Hello, this is what you need

    COPY CODE
    
    h1.vc_custom_heading {
        color: white !important;
    }
    

    Better add all css codes to style.css 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

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

    Always happy to help you 🙂

Viewing 40 posts - 1,841 through 1,880 (of 2,796 total)

Log in with your credentials

Forgot your details?