Forum Replies Created

Viewing 40 posts - 241 through 280 (of 2,796 total)
  • Author
  • in reply to: Problems with Elementor home page #203994
     Laura
    Moderator
    Not marked as solution
    in reply to: Social media question #203821
     Laura
    Moderator

    Hello, i could not login to the server, please follow the steps below
    1- Go to wp-content/themes/sweetdate/page-parts
    2- Copy the file general-header.php
    3- As you know about the child theme, create the page-parts folder and paste the file inside
    4- Edit the file
    Add this

    COPY CODE
    
    <a href="TUMBLR URL HERE" class="has-tip tip-bottom"
    								   data-width="210" target="_blank"
    								   title="<?php _e( "Follow us on", 'kleo_framework' ); ?> Tumblr">
    									<i class="icon-tumblr icon-large"></i>
    								</a>
    

    As shown in the picture
    below line 89

    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: Problems with Elementor home page #203818
     Laura
    Moderator
    Not marked as solution
    in reply to: transparent menu issue #203735
     Laura
    Moderator
    Not marked as solution
    in reply to: Menu display #203732
     Laura
    Moderator
    Not marked as solution
    in reply to: Visual Composer is stuck in Full page mode #203727
     Laura
    Moderator

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

    COPY CODE
    
    .section-container.container {
        width: auto !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: Some customizations #203394
     Laura
    Moderator

    Hello 🙂
    1- Just add this to style.css of child theme and change the number as you prefer

    COPY CODE
    
    ul.responsive-tabs li a:before {
        font-size: 24px !important;
    }
    

    2- Use the plugin Loco Translate to change any theme or plugin string, for this you may need to check at buddypress and at kleo too

    3- Try by adding this to style.css of child theme

    COPY CODE
    
    ul.kleo-toggle-submenu {
        width: 150px !important;
    }
    

    4- Please check all available options at theme options – blog

    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: Pagination on top of the forum #203321
     Laura
    Moderator
    Not marked as solution
    in reply to: Setting up widgets #203105
     Laura
    Moderator

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

    COPY CODE
    
    .home #footer {
    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, please try by adding this to style.css of child theme

    COPY CODE
    
    select#field_2_visibility option:first-child {
        display: none !important;
    }
    
    

    The one for rtmedia does not have a class to be hidden

    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: css #202885
     Laura
    Moderator

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

    COPY CODE
    
    @media only screen and (max-width: 767px) {
    .bp-user #profile {
        padding-top: 50px !important;
    }
    }
    

    The rest cant be edited as its the normal size of the element

    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

    COPY CODE
    
    li#menu-item-1261 ul.dropdown-menu.sub-menu {
        left: -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: CSS not working on site #202838
     Laura
    Moderator
    Not marked as solution
    in reply to: reducing font size for footer text widget #202789
     Laura
    Moderator

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

    COPY CODE
    
    .textwidget {
        font-size: 14px !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: Change Logo Size #202780
     Laura
    Moderator

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

    COPY CODE
    
    .logo img {
        max-height: 150px !important;
    }
    .sidemenu-main {
        margin-top: 45%;
    }
    
    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, please add this to style.css of child theme

    COPY CODE
    
    a#popular-members {
        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, try by adding this to style.css of child theme

    COPY CODE
    
    .field-visibility-settings-toggle {
        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, try by adding this to style.css of child theme

    COPY CODE
    
    ul.dropdown-menu.sub-menu {
        left: -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: Text not changing colour #202766
     Laura
    Moderator
    Not marked as solution
    in reply to: Text color Search Form dissapears #202757
     Laura
    Moderator
    Not marked as solution
    in reply to: footer #202755
     Laura
    Moderator

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

    COPY CODE
    
    div#footer {
        display: none !important;
    }
    

    The theme is responsive, it cant be the same view on mobile because there are many different mobile resolutions so it would look very bad and not like desktop

    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 Styling disappeared after Theme update #202437
     Laura
    Moderator

    Hello, try adding this too

    COPY CODE
    
    li#menu-item-12400 a:hover {
        box-shadow: none !important;
    }
    li#menu-item-12400 {
        background: #17c3a9;
        border: none !important;
        border-radius: 10px;
        margin-left: 10px;
    }
    
    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 remove all the images’s borders? #202431
     Laura
    Moderator

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

    COPY CODE
    
    .vc_single_image-wrapper.vc_box_border_grey img {
        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: 404 error after login #202428
     Laura
    Moderator

    Hello, for
    2-
    a) Add this to style.css of child theme

    COPY CODE
    
    p.rtmedia-no-media-found {
        display: none !important;
    }
    

    b) Changed it using Loco Translate
    c) Go to sweetdate – Profile tabs to activate the tabs you want to 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: I want non members to view blog posts. #202343
     Laura
    Moderator

    Hello, replace it with this and let me know if it works

    COPY CODE
    
    /* Restrict guests only to those pages.*/
    function sq7R_kleo_restrictions_guest_restrict() {
    $allowedpages= array(‘register’,’activate’,’Home’,’reasons-to-join’,’privacy-policy’,’about-us’,’terms-of-service’,’contact’);
    if( !is_user_logged_in() && !is_page($allowedpages)) {
    wp_redirect(site_url( ‘/register’) );
    }
    }
    add_action(‘template_redirect’, ‘sq7R_kleo_restrictions_guest_restrict’);
    
    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 Styling disappeared after Theme update #202339
     Laura
    Moderator

    Hello, i did not find the source of the issue but here is the css to fix it

    COPY CODE
    
    li#menu-item-11000 {
        border: 3px #1ec4b5 solid;
        border-radius: 10px;
    }
    li#menu-item-12400 {
        background: #1ac3b6;
        border: 3px #1ec4b5 solid;
        border-radius: 10px;
        margin-left: 10px;
    }
    li#menu-item-12400 a {
        color: white !important;
        font-weight: 600 !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, please check, added this to your style.css

    COPY CODE
    
    .profile .columns {
        float: left !important;
    }
    .profile .six, .row .six {
        width: 60% !important;
    }
    aside.three.columns {
        margin-top: -23%;
        width: 20%;
        padding-left: 50px;
        padding-right: 50px;
    }
    [class*="column"]+[class*="column"]:last-child {
        float: right !important;
    }
    #main .row {
        width: 100% !important;
    }
    

    And changed the single profile layout to 3 columns at sweetdate options

    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: Facing Some Simple Issue With KLEO Theme #201516
     Laura
    Moderator
    Hello, try by adding this to style.css of child theme
    abbr {
        background: white !important;
    }
    
     Laura
    Moderator

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

    COPY CODE
    
    .acomment-reply {
        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: addsens #201505
     Laura
    Moderator

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

    COPY CODE
    
    div#footer {
        position: fixed;
        width: 100%;
        bottom: 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, i see the text, check attached 🙂
    For the profile color, add this to style.css of child theme

    COPY CODE
    
    .form-footer {
        background: yellow;
        border-color: #0a9cc5 !important;
        color: #0296c0;
    }
    
    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: CSS not working on site #201496
     Laura
    Moderator
    Not marked as solution
    in reply to: Mobile Issues with Revolution Slider #201404
     Laura
    Moderator

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

    COPY CODE
    
    div#rev_slider_3_1_wrapper {
        display: block !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: Discard title bar on page #201397
     Laura
    Moderator

    Hello, it should be hidden at the breadcrumb but you can also add this css to style.css of child themes

    COPY CODE
    
    .home section.container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {
        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: Sticky menu Logo resize snippet css #201394
     Laura
    Moderator
    Not marked as solution
    in reply to: Buddypress Icon #201377
     Laura
    Moderator

    Hello, add this to style.css of child theme for the paw icon

    COPY CODE
    
    a#user-media:before {
        content: '\f1b0' !important;
        font: 400% "fontawesome" !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: CSS not working on site #201309
     Laura
    Moderator
    Not marked as solution
    in reply to: Color Scheme #201193
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

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

    COPY CODE
    
    div#jp-relatedposts {
        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, used this at quick css, hope it helps 🙂

    COPY CODE
    
    @media (max-width: 991px) {
    strong.logo a {
        color: black !important;
    }
    ul#menu-landing-page-menu a {
        color: black !important;
    }
    .home-page .navbar-toggle {
        background-color: white !important;
    }
    .navbar-transparent .navbar-toggle .icon-bar {
        background-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 🙂

Viewing 40 posts - 241 through 280 (of 2,796 total)

Log in with your credentials

Forgot your details?