Forum Replies Created

Viewing 40 posts - 81 through 120 (of 2,796 total)
  • Author
  • in reply to: How to change image on homepage #214203
     Laura
    Moderator
    Not marked as solution
    in reply to: footer – WooCommerce – View link #214178
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: News items on mobile, text alignment different than on pc #213986
     Laura
    Moderator

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

    COPY CODE
    
    @media only screen and (max-width: 600px) {
    .entry-c {
        margin-left: 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 🙂

    in reply to: Double Information #213788
     Laura
    Moderator
    Not marked as solution
    in reply to: How to change image on homepage #213775
     Laura
    Moderator
    Not marked as solution
    in reply to: Active Main Menu Color #213717
     Laura
    Moderator

    Hello, this is the css code, just change the colors 🙂

    COPY CODE
    
    ul#menu-hauptmenu .active a {
        color: black !important;
    }
    ul#menu-hauptmenu .active {
        background: red !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: “My account” menu item is visible when not logged #213642
     Laura
    Moderator

    Hello, sorry for the delay, i have added this to your style.css which will ensure that logged in users see the menu and visitors don’t

    COPY CODE
    
    li#menu-item-4608 {
        display: none;
    }
    .logged-in li#menu-item-4608 {
        display: block !important;
    }
    

    Clean cache to see it properly

    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: Random code showing #213558
     Laura
    Moderator

    Hello, please try by adding this to wp-config.php

    COPY CODE
    
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    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
    Not marked as solution
    in reply to: Changing section icons in profiles and groups #213366
     Laura
    Moderator

    Hello, to have them bigger size you would need to add font-size
    Like this

    COPY CODE
    
    a#user-settings:before {
        content: "\f085";
        font-family: 'FontAwesome';
        padding-right: 10px;
        font-size: 14px !important;
    }
    

    To have it on top would require more development you may need to hire a developer for that as we do not provide custom development

    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: Changing section icons in profiles and groups #213290
     Laura
    Moderator

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

    COPY CODE
    
    a#user-friends:before {
        content: "CODE HERE";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    a#user-forums:before {
        content: "CODE HERE";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    a#user-groups:before {
        content: "\f0c0";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    a#user-settings:before {
        content: "\f085";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    a#user-media:before {
        content: "\f1c5";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    a#user-activity:before {
        content: "\f0ea";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    a#user-xprofile:before {
        content: "\f007";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    a#user-messages:before {
        content: "\f0e0";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    a#user-notifications:before {
        content: "\f0f3";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    

    Could not find the visits you meant. And where you see CODE HERE are icons i didnt find, here is a list http://astronautweb.co/snippet/font-awesome/

    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: Changing the size of an input field #212955
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

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

    COPY CODE
    
    li.header-register-button {
        display: none !important;
    }
    div#login_panel a.radius.secondary.small.button {
        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: Images Carousel data items height #212941
     Laura
    Moderator

    Hello, try this 🙂

    COPY CODE
    
    .kleo-gallery.kleo-single-image .kleo-carousel a {
        margin: 0;
        width: 200px !important;
        height: 200px !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: Blog Posts #212932
     Laura
    Moderator
    Not marked as solution
    in reply to: error message #212843
     Laura
    Moderator
    Not marked as solution
    in reply to: Blog Posts #212840
     Laura
    Moderator
    Not marked as solution
    in reply to: Images Carousel data items height #212839
     Laura
    Moderator

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

    COPY CODE
    
    .caroufredsel_wrapper {
        height: 480px !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: Error when updating #212662
     Laura
    Moderator
    Not marked as solution
    in reply to: Formatting issue when [bbp-forum-index] is used. #212649
     Laura
    Moderator

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

    COPY CODE
    
    #bbpress-forums #bbp-search-form #bbp_search {
        border: none !important;
        padding-top: 0px !important;
    }
    .input-group-addon, .input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: top !important;
    }
    input#bbp_search_submit {
        width: 25px !important;
        height: auto !important;
        padding: 0px !important;
        border-radius: 10% !important;
        background-color: transparent !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: Notification in the top bar #212614
     Laura
    Moderator
    Not marked as solution
    in reply to: Header icon #212610
     Laura
    Moderator
    Not marked as solution
    in reply to: Error message on Styling options #212594
     Laura
    Moderator

    Hello, please try by adding this to wp-config.php of your website files

    COPY CODE
    
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    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: Blog Posts #212517
     Laura
    Moderator
    Not marked as solution
    in reply to: Buttons not responsive. #212427
     Laura
    Moderator
    Not marked as solution
    in reply to: Errors #212227
     Laura
    Moderator

    Hello, please try by adding this to your wp-config.php at your website files

    COPY CODE
    
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    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, used this at theme options quick css

    COPY CODE
    
    /* Checkout page processing spinner */
    .woocommerce-checkout.processing .blockUI.blockOverlay {
    	background-image:url('http://mlt.staging.wpengine.com/wp-content/uploads/2018/10/91.gif') !important;
    	background-position: center 50% !important;
    	background-repeat: no-repeat !important;
    	position: fixed !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: The Top Bar – Need Help #212151
     Laura
    Moderator
    Not marked as solution
    in reply to: The Top Bar – Need Help #212063
     Laura
    Moderator
    Not marked as solution
    in reply to: BBpress topic reply box margins #211808
     Laura
    Moderator
    Not marked as solution
    in reply to: Memberships not full screen #211749
     Laura
    Moderator

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

    COPY CODE
    
    .pmpro-levels div#main .row {
        width: 90%;
        margin: 0 auto !important;
    }
    .three.columns {
        width: 20%;
    }
    
    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: Changing background color #211701
     Laura
    Moderator
    Not marked as solution
    in reply to: unable disable header #211413
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: After install Plugin I can see some errors #211337
     Laura
    Moderator

    Hello, please try by adding this to wp-config.php at your website files

    COPY CODE
    
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    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: urgent #211178
     Laura
    Moderator

    Hello, add this to style.css of child theme, it should hide the logo

    COPY CODE
    
    div#logo {
        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: Placing profile avatar next to item-nav #211167
     Laura
    Moderator

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

    COPY CODE
    
    div#item-header-avatar {
        float: left;
        position: absolute !important;
        margin-left: -68% !important;
    }
    

    This is an options, but i can also check by FTP if you share 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 🙂

     Laura
    Moderator

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

    COPY CODE
    
    .search-meta p {
        color: black !important;
        word-break: break-all !important;
        height: 100% !important;
        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: headers already sent errors #211077
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 81 through 120 (of 2,796 total)

Log in with your credentials

Forgot your details?