Forum Replies Created

Viewing 40 posts - 2,561 through 2,600 (of 2,796 total)
  • Author
  • in reply to: Lining up all 'Members online' icons on homepage #56171
     Laura
    Moderator

    Hello, please try with this css in quick css or style.css of child theme

    COPY CODE
    
    .status.three.columns.mobile-one {
      margin-left: -1%;
    }
    
    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: Woocommerce product page css #56051
     Laura
    Moderator

    Hello, please try
    Nº1 & Nº2

    COPY CODE
    
    table tr td.label {
      border-right: none !important;
    }
    .variations label {
      margin-top: 12%;
    }
    

    Nº3: This has been deleted from Woocommerce it seems, now is a text box

    Nº4 Hide Product Description

    COPY CODE
    
    .panel .entry-content h2 {
      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 🙂

     Laura
    Moderator

    Hello, sorry for the misunderstanding, try with

    COPY CODE
    
    <div class="footer-info">
    | <a href="http://www.in-creators.net/terms-and-conditions/" rel="nofollow"><strong>TERMS AND CONDITIONS</strong></a> | <a href="http://www.in-creators.net/policy-and-privacy/" rel="nofollow"><strong>PRIVACY AND POLICY</strong></a> | <a href="http://www.in-creators.net/contact/" rel="nofollow"><strong>CONTACT US</strong></a>
    </div>
    

    And in Sweetdate > Styling > Quick css
    Add this

    COPY CODE
    
    .footer-info {
    float:right;
    }
    
    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 with
    <div class=”footer-info”>
    | TERMS AND CONDITIONS | PRIVACY AND POLICY | CONTACT US
    </div>

    And in Sweetdate > Styling > Quick css
    Add this

    COPY CODE
    
    .footer-info {
    float:right;
    }
    
    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: Woocommerce product page css #55564
     Laura
    Moderator

    Hello, i’m sorry i couldnt login, i do not know if its a problem here, but well i will try to guide you so we can fix your issue 🙂

    This is a css code i created, please add this to quick css or style.css in child theme

    COPY CODE
    
    .variations .label {
      background: none !important;
    }
    

    About product description, do you want to delete it or change it?

    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: multi language website #55373
     Laura
    Moderator

    Hello, i do not know about the profile fields, maybe yes if you use the format

    COPY CODE
    
    <!--:en-->About me<!--:--><!--:es-->Sobre mi<!--:-->
    

    In the field name, with that code it should change title if the user is using english or spanish(as the example) language, just change the en or es to the language
    It may not work, it does for page titles etc… but i do not know if it does for profile fields.
    This is for the plugin qtranslate!

    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 rounded – link to a new page #55357
     Laura
    Moderator

    Hello, image rounded fixed, i used custom div and css instead
    This html in your Home page

    COPY CODE
    
    <div class="homecircles"><div class="circle-image ">  <a href="http://www.in-creators.net/creators">
    				<span class="overlay"></span>
    				<span class="read"><i class="icon-camera"></i></span>
    				<img src="http://in-creators.net/wp-content/uploads/2015/04/Logo-Creators_profile.png" alt="" />
    			</a></div>
    		</div> 
    

    Changed for each circle
    And this css in Sweetdate quick css

    COPY CODE
    
    .homecircles span.overlay {
      height: 90% !important;
    }
    .homecircles a.imagelink img {
      margin-top: -30%;
    }
    
    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: SUBJECT REMOVING #55209
     Laura
    Moderator

    Hello, fixed, i added this

    COPY CODE
    
    <div style="display:none;">
                <input type="" name="subject" id="subject" value="New Message" />
    </div>
    

    In the place of the subject in compose.php of child theme, if you need to translate the theme, edit compose.php in child theme and find “New Message” then change it as you want, this is the default Subject for all messages

    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: SUBJECT REMOVING #55079
     Laura
    Moderator

    Hello, removed the subject, in your child theme, i removed this

    COPY CODE
    
        <label for="subject"><?php _e( 'Subject', 'buddypress'); ?></label>
                <input type="text" name="subject" id="subject" value="<?php bp_messages_subject_value(); ?>" />
    

    From compose.php

    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: functions.php is empty?!?! #55056
     Laura
    Moderator

    Hello, maybe its not working because your admin is not ID 1? Please go to Users and edit your admin account, then find the ID in the browser URL, then use the ID in this part of your code

    COPY CODE
    
    $excluded_user=’1′; // Id’s to remove, separated by comma
    
    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 rounded – link to a new page #55051
     Laura
    Moderator

    Hello, please try with

    COPY CODE
    
    <a href="http://www.in-creators.net/creators">
    [kleo_img_rounded src=”http://in-creators.net/wp-content/uploads/2015/04/Logo-Creators_profile.png” url=””]</a>
    
    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: SUBJECT REMOVING #54934
     Laura
    Moderator

    Hello, we already did this for you, you will find sweetdate-child in your downloaded .zip from themeforest, just install it and activate it. The changes you have done could be:

    – CSS: if you did css changes, locate them at Styling Options (main theme) Scroll down to Quick Css, copy the codes if you have, now in ftp, go to wp-content/themes/sweetdate and find style.css, as we dont know what changes you could have done, copy the full code and paste it here http://text-compare.com/ then the text to compare will be the default style.css found in your .zip (main theme) Then you can find what have changed and replicate it.

    If you find a code changed in style.css, do not copy the full page, because if you ever want to override a style you wont be able because you copied the full page.
    For example, if you find something like

    COPY CODE
    
    .sample {
    color: blue;
    }
    

    And in default theme it was black
    that means you changed it, so copy that part :

    COPY CODE
    
    .sample {
    color: blue;
    }
    

    To the child theme style.css 🙂 I hope this is not very complicated

    – PHP if you have changed php files, and you know what files you changed, just copy them and paste them in child theme, mirrowing the path, for example you changed header.php so you should copy it and paste it inside child theme, but if the file is located at for example sweetdate/members/single/member-header.php you have to replicate the path so its sweetdate-child/members/single/member-header

    Your users should use the child theme also if you want them to see your changes

    Finally, your theme settings can be exported from Sweetdate panel and imported to sweetdate child the same way

    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: Homepage members online status #54927
     Laura
    Moderator

    Hello, fixed with

    COPY CODE
    
    [kleo_total_members online=true]
    MEMBERS ONLINE
    
    
    [kleo_bbpress_stats type=topics]
    TOPICS CREATED
    
    
    [kleo_post_count type=post]
    POSTS CREATED
    

    On each section
    Hope this is what you wanted 🙂

    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
    1- Search is a name you should never use for a page as its used for default wordpress search, so it creates a conflict. I created a new page with the name Search for… with your shortcode, it works http://yourwebsite/search-for

    2- Fixed with the following CSS in Quick CSS

    COPY CODE
    
    #buddypress div#item-header .group-admins {
      margin-top: 3%;
    }
    .buddypress div#item-header div#item-header-content {
      margin-top: 3%;
    }
    

    3- Buddypress groups page are dynamic so this cant be done so easily, you should try to contact a developer

    4- Do you want to disable Activity section or change activity icon?

    5- Do you mean disable link for fields?

    6- The Slider has set the url to wp-login.php so you have to change it manually, i changed the first slide. For redirection you can use https://wordpress.org/plugins/safe-redirect-manager/ and set that wp-login.php redirects to /login Also about Register page, i think you have a plugin that is creating a conflict with links.

    7- Thi can be done with the point 6 plugin

    8- It may be in a next update if a moderator told you about it 🙂

    9- I have tested it with iphone and android, it works for me

    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: Disable Portfolio Click Thru? #54916
     Laura
    Moderator

    Hello, this should work:

    COPY CODE
    
    .portfolio-item-content {
      pointer-events: none;
      cursor: default;
    }
    

    🙂

    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: field vallues #54793
     Laura
    Moderator

    Hello, you can use this shortcode and replace the other for Women and Men

    COPY CODE
    
    [kleo_status_icon type="custom" field="I am a" value="Woman" subtitle="Total Women" image="http://link_to_icon"] 
    [kleo_status_icon type="custom" field="I am a" value="Man" subtitle="Total Men" image="http://link_to_icon"] 
    
    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: Error message #54784
     Laura
    Moderator

    Hello, please try to add this to your wp-config.php

    COPY CODE
    
    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    
    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: increase contact form 7 captcha image #54767
     Laura
    Moderator

    Hello, please try this css

    COPY CODE
    
    form.wpcf7-form img {
      width: 30%;
    }
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] {
      margin-bottom: -9%;
    }
    
    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: Hide Number Of Users #54690
     Laura
    Moderator

    Hello, please add this code to quick css or style.css in child theme

    COPY CODE
    
    li#members-all a span {
      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 🙂

     Laura
    Moderator

    Hello, here it is:

    COPY CODE
    
    .caret:after {
      color: black !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: Visual Composer in Sweet Date #54582
     Laura
    Moderator

    Hello, sorry for the late reply, here it is, add this css to quick css or style.css of child theme

    COPY CODE
    
    .vc_row.wpb_row.vc_inner.vc_row-fluid {
      width: 70%;
      margin-left: 15%;
      margin-top: 3%;
    }
    

    Modify the % as you want

    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: Disabling RSS Feeds #54579
     Laura
    Moderator

    Hello, please try with this code in quick css or style.css of child theme

    COPY CODE
    
    li.feed {
      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: Login Form non responsive #54576
     Laura
    Moderator

    Hello, could you share a screenshot? I just tested it and it shows fine, check attached
    Anyways if you still not see it right, try this in quick css or style.css of child theme

    COPY CODE
    
    @media only screen and (max-width: 767px) {
    .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge {
      width: 80% !important;
      top: 15px !important;
      left: 50% !important;
      margin-left: -40%;
      padding: 20px !important;
      height: auto;
    }
    }
    
    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: Revolution Slider out of position in mobile version #54560
     Laura
    Moderator

    Hello, found the problem, it does show on smaller devices, and to fix it please add this to quick css or style.css in child theme

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    div#rev_slider_2_1_wrapper {
      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: PICTURES SIZE IN MEMBERS PAGE #54557
     Laura
    Moderator

    Hello, here it is! 🙂

    COPY CODE
    
    .search-item .search-body {
      height: 10px !important;
    }
    

    Please add this to quick css or style.css in child theme

    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, sure, add this to the socket text

    COPY CODE
    
    <a href="url">link text</a>
    <a href="url">link text</a>
    <a href="url">link text</a>
    <a href="url">link text</a>
    

    Change the url for the page url and link text for the text

    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: SUBJECT REMOVING #54541
     Laura
    Moderator

    Hello, please go to wp-content/themes/kleo/buddypress/members/single/messages/compose.php copy the file and paste it at wp-content/themes/kleo/buddypress/members/single/messages/ (if a folder is missing, create it)
    Then edit the file as a text and Find

    COPY CODE
    
    <input type=”text” name=”subject” id=”subject” value=”<?php bp_messages_subject_value(); ?>” />
    

    Replace it with this:

    COPY CODE
    
    <input type=”hidden” name=”subject” id=”subject” value=”private message” />
    
    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: Homepage image #54488
     Laura
    Moderator

    Hello, please try with:

    COPY CODE
    
    a.tiny.secondary.button.radius {
      background-color: rgba(255, 255, 255, 0.42);
      border-color: rgba(255, 255, 255, 0);
    }
    a.tiny.button.radius {
      border-color: rgba(81, 127, 164, 0);
      background-color: rgba(81, 127, 164, 0.4);
    }
    

    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: 2 suggestions/details to make the layout look better #54363
     Laura
    Moderator

    Hello, before anything, let me tell you that this is buddypress plugin that creates the links, not our theme.
    Please try to disable some plugins and test again if the name still doesnt show.
    For removing the links try to add this to functions.php (child theme) or bp-custom.php

    COPY CODE
    
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50 );
    
    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, please try to replace all of functions.php of CHILD theme with the following

    COPY CODE
    
    <?php
    /**
     * @package WordPress
     * @subpackage Sweetdate
     * @author SeventhQueen <themesupport@seventhqueen.com>
     * @since Sweetdate 1.0
     */
    
    
    /**
     * Sweetdate Child Theme Functions
     * Add extra code or replace existing functions
    */ 
    add_action('bp_core_activated_user', 'kleo_add_member_activity');
    function kleo_add_member_activity($user_id)
    {
    	add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s"));
    }
    function make_user_active( $user_id ) {
    	bp_update_user_last_activity( $user_id );
    }
    add_action ('user_register', 'make_user_active', 1, 11);
    ?>
    
    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: Three things #54057
     Laura
    Moderator

    Hello, please add this to your functions.php in child theme

    COPY CODE
    
    add_action('bp_core_activated_user', 'kleo_add_member_activity');
    function kleo_add_member_activity($user_id)
    {
    	add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s"));
    }
    

    Now go to Users and activate them in “Pending”
    Go to Tools > Buddypress and check all options.

    Please share a link to your registration page 🙂

    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: Homepage image #53961
     Laura
    Moderator

    Hello, its fixed, i used this

    COPY CODE
    
    #header {
      background-attachment: initial !important;
    {
    

    In quick 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 🙂

    in reply to: PICTURES SIZE IN MEMBERS PAGE #53739
     Laura
    Moderator

    Hello, please add this to your style.css (FTP Child theme ) or quick css ( Sweetdate > Styling )

    COPY CODE
    
    .search-item .avatar img {
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      width: 154px !important;
    }
    .search-item .avatar {
      width: 154px !important;
      height: 154px !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: Warning message on Home page + letters mixed up #53480
     Laura
    Moderator

    Hello, please add this to your wp-config.php file in FTP

    COPY CODE
    
    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    
    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, please try to add the following code to your functions.php in child theme, this will make user appear once they register. After adding the code, go to Admin Panel > Tools > Buddypress and check all options, this will “activate” old users that didnt appear

    COPY CODE
    
    add_action('bp_core_activated_user', 'kleo_add_member_activity');
    function kleo_add_member_activity($user_id)
    {
    	add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s"));
    }
    
    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: Homepage image #53160
     Laura
    Moderator

    Hello, you should have both codes together, like this:

    COPY CODE
    
    #header {
      background-size: cover !important;
      background-attachment: initial;
    {
    
    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: Color Changes Outside Theme Options #53112
     Laura
    Moderator

    Hello, fixed with

    COPY CODE
    
    .options-content {
      color: rgb(84, 84, 84) !important;
    }
    .options-content span.titlelabel {
      color: rgb(84, 84, 84) !important;
    }
    .article-content .categories-selector, .article-content .tags-selector {
      color: rgb(84, 84, 84);
    }
    #buddypress div.generic-button a, .buddypress div.generic-button a {
      display: inline-block;
      font-size: 11px;
      text-transform: uppercase;
      color: rgb(84, 84, 84) !important;
    }
    .options-content.options-content-second label.titlelabel {
      color: rgb(84, 84, 84);
    }
    

    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: Bp-Album profile tab Bp-Album #53006
     Laura
    Moderator

    Hello, i just noticed that you are not using the child theme, please install it and activate it, if not, any change that you want will be lost once you update the theme. The child theme is located in the folder when you purchased it.

    For your question, once you have the child theme activated, go to your ftp and in the child theme folder under wp-content/themes find functions.php and add the following lines

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs() 
    {
    	global $bp_tabs;
    	$bp_tabs = array();
    	/* rtMedia tab - only if plugin installed */
    	if (class_exists('RTMedia')) 
    	{
    		$bp_tabs['rtmedia'] = array(
    				'type' => 'rt_media',
    				'name' => __('My work', 'kleo_framework'),
    				'class' => 'mySlider'
    		);
    	}
     
    	/* Bp-Album tab - only if plugin installed */
    	elseif (function_exists('bpa_init')) {
    		$bp_tabs['bp-album'] = array(
    				'type' => 'bp_album',
    				'name' => __('My photos', 'kleo_framework'),
    				'class' => 'mySlider'
    		);
    	}
    }
    
    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: Homepage image #53005
     Laura
    Moderator

    Hello, to cover full page use this

    COPY CODE
    
    #header {
      background-size: cover !important;
    }
    

    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: Additional main logo and link #52993
     Laura
    Moderator

    Hello, its done, i copied /kleo/page-parts/general-header-section.php to /kleo-child/page-parts/general-header-section.php

    Edited it and replaced the full code with

    COPY CODE
    
    <?php
    /**
     * Header section of our theme
     *
     * Displays all of the <div id="header"> section
     *
     * @package WordPress
     * @subpackage Kleo
     * @since Kleo 1.0
     */
    
    //set logo path
    $logo_path = sq_option_url( 'logo' );
    $logo_path = apply_filters( 'kleo_logo', $logo_path );
    $social_icons = apply_filters( 'kleo_show_social_icons', sq_option( 'show_social_icons', 1 ) );
    $top_bar = sq_option( 'show_top_bar', 1 );
    $top_bar = apply_filters( 'kleo_show_top_bar', $top_bar );
    
    $top_menu = wp_nav_menu( array(
            'theme_location'    => 'top',
            'depth'             => 2,
            'container'         => 'div',
            'container_class'   => 'top-menu col-sm-12 col-md-7 no-padd',
            'menu_class'        => '',
            'fallback_cb'       => '',
            'walker'            => new kleo_walker_nav_menu(),
            'echo'              => false
        )
    );
    
    $primary_menu = wp_nav_menu( array(
            'theme_location'    => 'primary',
            'depth'             => 3,
            'container'         => 'div',
            'container_class'   => 'collapse navbar-collapse nav-collapse',
            'menu_class'        => 'nav navbar-nav',
            //'fallback_cb'       => 'kleo_walker_nav_menu::fallback',
            'fallback_cb'       => '',
            'walker'            => new kleo_walker_nav_menu(),
            'echo'              => false
        )
    );
    
    ?>
    
    <div id="header" class="header-color">
    	
    	<div class="navbar" role="navigation">
    
    		<?php if ($top_bar == 1) { //top bar enabled ?>
    		
    		<!--Attributes-->
    		<!--class = social-header inverse-->
            <div class="social-header header-color">
            <div class="container">
                <div class="top-bar">
    
                    <div id="top-social" class="col-sm-12 col-md-5 no-padd">
                        <?php echo kleo_get_social_profiles(); ?>
                    </div>
    
                    <?php
                    // Top menu
                    echo $top_menu;
                    ?>
      
                </div><!--end top-bar-->
            </div>
    			</div>
    		
    			<?php } //end top bar condition ?>
    
                <?php
                $header_style = sq_option( 'header_layout', 'normal' );
                if ( $header_style == 'right_logo' ) {
                    $header_class = ' logo-to-right';
                } elseif ( $header_style == 'center_logo' ) {
                    $header_class = ' header-centered';
                } elseif ( $header_style == 'left_logo' ) {
                    $header_class = ' header-left';
                } else {
                    $header_class = ' header-normal';
                }
                ?>
                <div class="kleo-main-header<?php echo $header_class;?>">
    <style>
    strong.logo {
      display: none;
    }
    div .logo {
      float: left;
      margin-top: -1%;
    }
    .logo a {
    float:left;
    }
    img#logo2 {
      margin-left: 13%;
      margin-top: -6%;
    }
    img#logo1 {
      margin-top: 1%;
    }
    ul#menu-awards-menu {
      margin-top: -1.3%;
    }
    .kleo-main-header.header-normal.header-scrolled {
      height: 10%;
    }
    </style>
    <div class="logo">
     <a href="http://www.inhouserecruitment.co.uk/awards"> <img src="http://www.inhouserecruitment.co.uk/IHRA.jpg" /></a>
     <a href="http://www.firstchoice.org.uk/"> <img src="http://www.inhouserecruitment.co.uk/first-choice.jpg" /></a>
     </div>
    				<div class="container">   
    					<!-- Brand and toggle get grouped for better mobile display -->
    					<div class="navbar-header">
    						<div class="kleo-mobile-switch">
    
                                <?php
                                $mobile_menu_atts = 'class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"';
                                /* open the Side menu instead of the normal menu */
                                if ( sq_option( 'side_menu_mobile', 0 ) == 1 ) {
                                    $mobile_menu_atts = 'class="navbar-toggle open-sidebar"';
                                }
                                ?>
                                <button type="button" <?php echo $mobile_menu_atts;?>>
                                    <span class="sr-only"><?php _e("Toggle navigation",'kleo_framework');?></span>
                                    <span class="icon-bar"></span>
                                    <span class="icon-bar"></span>
                                    <span class="icon-bar"></span>
                                </button>
    
    						</div>
    						
    						<div class="kleo-mobile-icons">
    							
    							<?php 
    							/** kleo_mobile_header_icons - action
    							 * You can put here various icons using this action
    							 *
                                 * @hooked kleo_bp_mobile_notify - 9
    							 * @hooked kleo_woo_mobile_icon - 10
    							 */
    							do_action( 'kleo_mobile_header_icons' );
    							?>
    							
    						</div>
    						
    						<strong class="logo">
    							<a>">
    								
    								<?php if ($logo_path != '') { ?>
    								
    									<img />" src="<?php echo $logo_path; ?>" alt="<?php bloginfo('name'); ?>">
    									
    								<?php } else { ?>
    									
    									<?php bloginfo('name'); ?>
    									
    								<?php } ?>
    									
    							</a>
    						</strong>
    					</div>
    
                        <?php if ($header_style == 'left_logo') : ?>
                        <div class="header-banner">
                            <?php echo do_shortcode( sq_option( 'header_banner', '' ) );?>
                        </div>
                        <?php endif; ?>
    
    					<!-- Collect the nav links, forms, and other content for toggling -->
    					<?php
    					// Main menu
    					echo $primary_menu;
    					?>
    				</div><!--end container-->
    			</div>
    			
    	</div>
    
    </div><!--end header-->
    

    Changed the image url and link to each logo

    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 - 2,561 through 2,600 (of 2,796 total)

Log in with your credentials

Forgot your details?