Forum Replies Created

Viewing 40 posts - 24,241 through 24,280 (of 25,000 total)
  • Author
  • in reply to: Magically disappearing text #43773
     Laura
    Moderator

    Hello, copy this to your style.css in child theme 🙂

    COPY CODE
    
    #call-to-actions .lead {
    margin-bottom: 40px;
    opacity: 100 !important;
    }
    #call-to-actions .section-title, #call-to-actions h1 {
    opacity: 100 !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: Buddypress translate in German with Filezilla #43771
     Laura
    Moderator

    Hello, check “nicht sensitiv” And type the word that you want to translate, you can select buddypress textdomain to see buddypress words, once you locate the text, edit it then save it, and go to the button next to textdomain, the one that says… erstelle mo-Datei

    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 very slow and responsive #43734
     Laura
    Moderator

    Hello, Disabled Minify on W3TC (cloudflare already does this)
    Disabled object cache (conflicts with buddypress)
    Activated Cloudflare W3TC extension.
    Page Load Speed Reduced to 2s
    This may be better once the W3TC rules are set in your .htaccess (the link i sent before)

    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: Site very slow and responsive #43731
     Laura
    Moderator

    Hello, please follow these instructions on W3TC
    http://www.puppals.org/wp-admin/admin.php?page=w3tc_install

    I have added a plugin : Remove query strings.
    Also Enabled rocket loader from your cloudflare account. If you see anything working wrong just disable 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: Buddypress translate in German with Filezilla #43727
     Laura
    Moderator

    Hello, click CTRL+F and type textdomain, is at the top left

    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: Is there a way to change the order of activity tab? #43726
     Laura
    Moderator

    Hello, i’m sorry but i never heard of that, maybe you should contact buddypress support?

    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 edit the footer ccpy right content #43725
     Laura
    Moderator

    Hello, i already answered your other post.

    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, you can setup that by going to Sweetdate > Homepage

    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: Magically disappearing text #43723
     Laura
    Moderator

    Hello, can you share with me your website? Also, did you change home page shortcodes?

    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 resize #43722
     Laura
    Moderator

    Hello 🙂
    Well, do you have ftp access? If you do, go to your ftp and create a new file and call it php.ini, then edit that file and paste the code i sent you. That file should be at the same folder where wp-content – wp-includes are

    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 resize #43719
     Laura
    Moderator

    Hello, add this to a new file in your root folder (or the site you want it to affect) then save the file as php.ini

    COPY CODE
    
    upload_max_filesize = 64M
    post_max_size = 64M
    
    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: kleo_img_rounded #43718
     Laura
    Moderator

    Hello, this is for rounder image only:

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_hearts_actions');
    
    function kleo_my_hearts_actions() 
    {     
    
        /* Replace the heart over images */
        add_filter('kleo_img_rounded_icon', 'my_custom_icon');
    
    /* Replace the heart with a camera icon function */
    function my_custom_icon () {
        return 'camera';
    }
    

    This is for all the hearts in the website

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_hearts_actions');
    
    function kleo_my_hearts_actions() 
    {     
    
        /* Replace the heart over images */
        add_filter('kleo_img_rounded_icon', 'my_custom_icon');
    
        /* Replace the heart from register modal */
        add_filter('kleo_register_button_icon', 'my_custom_icon_register');
    
        /* Replace the heart from About us widget */
        add_filter('kleo_widget_aboutus_icon', 'my_custom_icon_about_widget');
    }
    
    /* Replace the heart with a camera icon function */
    function my_custom_icon () {
        return 'camera';
    }
    
    /* Replace the heart from register modal with a user icon function */
    function my_custom_icon_register () {
        return 'user';
    }
    /* Replace the heart from about us widget with a user icon function */
    function my_custom_icon_about_widget () {
        return 'user';
    }
    
    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 edit the footer ccpy right content #43666
     Laura
    Moderator

    Hello, use this in functions.php of 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>';        
    }
    
    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 very slow and responsive #43573
     Laura
    Moderator

    Hello, there are too many plugins on your website, please list the ones that are essential for you, then the ones you dont mind to delete

    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: Run a short movie as home page #43572
     Laura
    Moderator

    Hello, i sent you an email with the details, ty 🙂

    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: I want to show facebook like button in the navigation #43568
     Laura
    Moderator

    Hello, add this to style.css in child theme

    COPY CODE
    
    .fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-left: 90%;
    }
    #header .is-sticky .kleo-main-header {
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    height: 8%;
    }
    .fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    margin-bottom: -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: Site very slow and responsive #43561
     Laura
    Moderator
    This reply has been set as private.
    in reply to: Site very slow and responsive #43559
     Laura
    Moderator

    Hello, page speed was reduced by the 50%, still need to add some plugins

    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/Sign up button Not working #43556
     Laura
    Moderator

    Hello, follow these steps 🙂

    1. Install Codestyling Localization https://wordpress.org/plugins/codestyling-localization/
    2. Activate it, Scan your language file and then edit it, find what you want to translate/change then edit it.
    3. Save and generate mo file.

    Attached a screenshot

    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: Login/Sign up button Not working #43554
     Laura
    Moderator

    Hello, you can use a translation plugin for that, try codestyling localization.

    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: Sidebars on APPEARANCE -> WIDGETS desappeared #43552
     Laura
    Moderator

    Hello, its not your functions.php file, so it has to be a plugin or any other file change, please be careful because some plugins still affect even deactivated.

    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: Register form texts #43550
     Laura
    Moderator

    Hello you can edit this at register/registration.php template
    For the text, can you share the color 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: Magically disappearing text #43549
     Laura
    Moderator

    Hello, can you share a screenshot?

    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: Members page background color #43548
     Laura
    Moderator

    Hello, please go to Sweetdate > Styling > Header

    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: Need to delate the widgate form some pages #43547
     Laura
    Moderator

    Hola, quiza quieras probar el plugin de Adsense, te permite elegir donde poner los anuncios https://wordpress.org/plugins/google-publisher/

    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: Buddypress translate in German with Filezilla #43546
     Laura
    Moderator

    Hello, have you tried translating buddypress textdomain from sweetdate languages? in Codestlyling localization plugin

    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: kleo_img_rounded #43545
     Laura
    Moderator

    Hello, can you post the shortcode ?

    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: Extra members page filter? #43544
     Laura
    Moderator

    Hello, you can try https://wordpress.org/plugins/bp-profile-search/

    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 Site Question #43543
     Laura
    Moderator

    Hello, if you want to share buddypress users, there exist a way of doing this, but you should ask in buddypress forum. If you want a different site/ different users then you can just setup paidmemberships pro as a private site and require a membership for registering.

    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: Add "Last Active" In Members list #43542
     Laura
    Moderator
    This reply has been set as private.
    in reply to: Subscription #43541
     Laura
    Moderator

    Hello, check out the documentation: https://archived.seventhqueen.com/documentation/kleo#mailchimp

    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: General Questions #43538
     Laura
    Moderator

    Hello, maybe this can work:

    COPY CODE
    
    .top-links, .top-links a, .circular-progress-item input, .ajax_search_image .icon {
    color: #4D8134;
    }
    .top-links {
    text-align: right;
    color: #4D8134;
    padding: 4px 0;
    border-bottom: 1px solid #4D8134;
    background: #000;
    }
    .button, ul.sub-nav li.current a, .item-list-tabs ul.sub-nav li.selected a, #subnav ul li.current a, .wpcf7-submit, #rtmedia-add-media-button-post-update, #rt_media_comment_submit, .rtmedia-container input[type="submit"] {
    border: 1px solid #4D8134;
    background: #4D8134;
    color: #ffffff;
    }
    .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover {
    color: #ffffff;
    background-color: #3F6B2A;
    border: 1px solid #4D8134;
    }
    .button:hover, .button:focus {
    color: #fff;
    background-color: #4D8134;
    }
    a:focus {
    color: #4D8134;
    }
    .button, ul.sub-nav li.current a, .item-list-tabs ul.sub-nav li.selected a, #subnav ul li.current a, .wpcf7-submit, #rtmedia-add-media-button-post-update, #rt_media_comment_submit, .rtmedia-container input[type="submit"] {
    border: 1px solid #4D8134;
    background: #4D8134;
    color: #ffffff;
    }
    .button {
    width: auto;
    background: #4D8134;
    border: 1px solid #4D8134;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    }
    
    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: Sidebars on APPEARANCE -> WIDGETS desappeared #43499
     Laura
    Moderator

    Hello, please can you link me to your website so i can log it? ty 🙂

    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: Translation problem #43498
     Laura
    Moderator

    Hello, i have checked your files seems to look fine, maybe it didnt translate right, the user you gave me in wpadmin is not admin, can you give me permissions so i can check out?

    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: Add "Last Active" In Members list #43494
     Laura
    Moderator

    Hello, that is something from buddypress, i do not recommend to 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: Sidebars on APPEARANCE -> WIDGETS desappeared #43419
     Laura
    Moderator

    Hello, have you added custom codes to functions.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: Buddypress registration page #43415
     Laura
    Moderator

    Hello, Buddypress and Userpro are different plugins, you cannot have both activated and working, maybe with some custom programming but i suggest to choose one.

    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: membership level #43414
     Laura
    Moderator

    Hello, please go to Sweetdate > Subscriptions / Memberships then select the option to show on the table.

    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: activate users #43413
     Laura
    Moderator

    Hello, go to your ftp and then go to wp-content/themes/sweetdate-child then find the file functions.php and add the code before “?>”
    bp-default data plugin lets you add buddypress users, this code activates your users in the site just after they registered.

    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 very slow and responsive #43411
     Laura
    Moderator
    This reply has been set as private.
Viewing 40 posts - 24,241 through 24,280 (of 25,000 total)

Log in with your credentials

Forgot your details?