Forum Replies Created

Viewing 40 posts - 641 through 680 (of 2,796 total)
  • Author
  • in reply to: Change font color #175485
     Laura
    Moderator

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

    COPY CODE
    
    .top-links a {
        color: white !important;
    }
    .top-links {
        color: white !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: Color on submenu on mobile #175154
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme or at Appearance > Edit

    COPY CODE
    
    @media (max-width: 991px) {
    ul#menu-top a {
        color: white !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: Kleo theme clarifications #175071
     Laura
    Moderator
    Not marked as solution
    in reply to: Remove Activity From Members Page #175048
     Laura
    Moderator
    Not marked as solution
    in reply to: Register Page #175044
     Laura
    Moderator
    Not marked as solution
    in reply to: Inline Social Icons #174984
     Laura
    Moderator

    Hello, try by adding this to the gear ( page css ) of visual composer at the page editor

    COPY CODE
    
    .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center.vc_icon_element-have-style {
        float: left !important;
        margin-left: 20% !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: Profile pictures not round #174978
     Laura
    Moderator

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

    COPY CODE
    
    ul.profile-thumbs li img {
        border-radius: 60% !important;
    }
    .form-wrapper .carousel-profiles li {
        width: 94px !important;
        height: 94px !important;
    }
    
    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 🙂

    in reply to: featured items grid & buttons #174975
     Laura
    Moderator

    Hello, here, please add it to style.css of child theme 🙂

    COPY CODE
    
    .feature-items a {
        background: #424242 !important;
        color: white !important;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: 700;
    }
    
    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: Submenu Color #174923
     Laura
    Moderator

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

    COPY CODE
    
    dt.bp-field-name {
        font-size: 18px !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: All Text Italicized #174792
     Laura
    Moderator

    Hello, i added this to your style.css

    COPY CODE
    
    a.btn {
        font-style: normal !important;
    }
    h2 {
        font-style: normal !important;
    }
    p {
        font-style: normal !important;
    }
    a.accordion-toggle {
        font-style: normal !important;
    }
    a {
        font-style: normal !important;
    }
    

    Please let me know if something is missing 🙂

    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: Submenu Color #174771
     Laura
    Moderator

    Hello, it is there but its the same color, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    .dropdown li a {
        background: #1a80b0 !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: NO PUBLISH BUTTON FOR ACTIVITY STREAM #174686
     Laura
    Moderator
    Not marked as solution
    in reply to: Hover boxes unequal height #174471
     Laura
    Moderator

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

    COPY CODE
    
    @media (max-width: 991px) {
    .vc-hoverbox-block.vc-hoverbox-front {
        width: 180px;
        height: 250px;
    }
    }
    @media (max-width: 1200px) {
    .vc-hoverbox-block.vc-hoverbox-front {
        width: 220px;
        height: 300px;
    }
    }
    @media (max-width: 1440px) {
    .vc-hoverbox-block.vc-hoverbox-front {
        width: 260px !important;
        height: 334px !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: how to change the avatar dimension and shape #174353
     Laura
    Moderator
    Not marked as solution
    in reply to: Post Relacioned #174352
     Laura
    Moderator

    Hello, please try with

    COPY CODE
    
    div#jp-relatedposts {
        display: none !important;
    }
    

    Or

    COPY CODE
    
    section.related.products {
        display: none !important;
    }
    

    or both 🙂

    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: Remove sub menu from profile menu #174304
     Laura
    Moderator

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

    COPY CODE
    
    .basic-menu .submenu li:nth-child(5) {
        display: none !important;
    }
    .basic-menu .submenu li:nth-child(4) {
        display: none !important;
    }
    li#friends-personal-li {
        display: none !important;
    }
    li#messages-personal-li {
        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: How to disable profile “About Me” links? #174270
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at appearance > edit

    COPY CODE
    
    .dl-horizontal a {
        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: featured items grid & buttons #174192
     Laura
    Moderator

    Hello, for the tabs

    COPY CODE
    
    .nav-tabs a {
        font-size: 24px !important;
    }
    

    For the portfolio text

    COPY CODE
    
    .vc_gitem-zone.vc_gitem-zone-b.vc-gitem-zone-height-mode-auto.vc_gitem-is-link {
        color: white !important;
    }
    

    Ad all to style.css of child theme or at Appearance > Edit

    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 🙂

    in reply to: Adjast the logo in sticky menu, Sign In button #174190
     Laura
    Moderator

    Hello, added this 🙂

    COPY CODE
    
    a.small-logo img {
        width: 25% !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: Forum Text Size #174143
     Laura
    Moderator

    Try by adding this to style.css of child theme 🙂

    COPY CODE
    
    #bbpress-forums textarea {
        font-size: 20px !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: how to change the avatar dimension and shape #174137
     Laura
    Moderator
    Not marked as solution
    in reply to: Some Questions #174135
     Laura
    Moderator
    Not marked as solution
    in reply to: Kleo Social Icons #174132
     Laura
    Moderator
    Not marked as solution
    in reply to: Adjast the logo in sticky menu, Sign In button #174077
     Laura
    Moderator

    Hello, i cant view your website, but this is the css for the issue, just add it to style.css of child theme or at appearance > edit

    COPY CODE
    
    .header-scrolled img {
        width: 50% !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 adding this to style.css of child theme

    COPY CODE
    
    .kleo-main-header.header-normal {
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 100;
        border-top: 0;
    }
    

    That is all i could do with it i hope it helps 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: How to make the title of portfolio items smaller #174066
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at appearance > edit

    COPY CODE
    
    .portfolio-header h3 {
        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: Some Questions #174002
     Laura
    Moderator
    Not marked as solution
    in reply to: blog layout #173987
     Laura
    Moderator
    Not marked as solution
    in reply to: Post Relacioned #173978
     Laura
    Moderator

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

    COPY CODE
    
    img.woocommerce-placeholder.wp-post-image {
        border: 10px double black;
    }
    

    For the other, add this

    COPY CODE
    
    a.jp-relatedposts-post-a {
        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 by white header do you mean the header of the table or the page?
    For the elements try by adding them to the description inside li tags ( choose code editor instead of visual )

    COPY CODE
    
    <li> Test Item </li>
    
    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: Dynamic link to the profile #173785
     Laura
    Moderator

    Hello, you could use it in a widget by enabling php for widgets adding this to function.php of child theme

    COPY CODE
    
    add_filter('widget_text','execute_php',100);
    function execute_php($html){
         if(strpos($html,"<"."?php")!==false){
              ob_start();
              eval("?".">".$html);
              $html=ob_get_contents();
              ob_end_clean();
         }
         return $html;
    }
    

    And at the widget add this (you can add it inside of the button shortcode where it asks for the url )

    COPY CODE
    
    <a>">Profile</a>
    

    If the button shortcode alreay has the “<a” just copy

    COPY CODE
    
    <?php echo bp_loggedin_user_domain(); ?>
    

    Inside the href=” – “

    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: Sidemenu – custom link -question #173727
     Laura
    Moderator

    Hello, try by adding this to the header.php ( at child theme ) just below <head>

    COPY CODE
    
    <script>
    /** 
     * Open all external links in a new window
     */
    jQuery(document).ready(function($) {
        $('a').not('[href*="mailto:"]').each(function () {
    		var isInternalLink = new RegExp('/' + window.location.host + '/');
    		if ( ! isInternalLink.test(this.href) ) {
    			$(this).attr('target', '_blank');
    		}
    	});
    });
    </script>
    
    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: restrict access to a users profile #173725
     Laura
    Moderator

    Hello, added this plugin with a few modifications

    COPY CODE
    
    <?php
    /*
    Plugin Name: PMPro BuddyPress Customizations
    Plugin URI: http://www.paidmembershipspro.com/wp/pmpro-buddypress-customizations/
    Description: Example code to lock down parts of BuddyPress with PMPro
    Version: 0.2
    Author: Stranger Studios
    Author URI: http://www.strangerstudios.com
    */
    /*	
    	Copyright 2010	Stranger Studios	(email : jason@strangerstudios.com)	 
    */
    //hide some pages in buddypress
    function pmpros_hide_buddy_press_pages()
    {
    	$uri = $_SERVER['REQUEST_URI'];	
    	$not_allowed = array(
    		//"/members/",
    		"/members/*/profile/"
    	);
    	foreach($not_allowed as $check)
    	{
    		//prep for regex
    		$check = str_replace("/", "[\/]+", $check);					//replace /
    		$check = str_replace("*\/", "[^\/]*\/", $check);			//replace * in middle of URIs
    		$check = str_replace("+*", "+.*", $check);					//replace * at end of URIs
    		$check = "/^" . $check . "\/?$/";							//add start/end /
    				
    		if(preg_match($check, $uri))
    		{			
    			wp_redirect( 'http://etraveldate.com/membership-checkout/' );
    			exit;
    		}
    	}
    }
    add_action("init", "pmpros_hide_buddy_press_pages");
    //add_action("init", "pmpros_add_members");
    add_action("pmpro_after_change_membership_level", "pmpros_pmpro_after_change_membership_level", 10, 2);
    ?>
    

    Now your users will be redirected to Membership Levels when they try to access the profile

    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: Post Relacioned #173695
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Edit 🙂

    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 🙂

    in reply to: blog layout #173614
     Laura
    Moderator
    Not marked as solution
    in reply to: Carousel Arrow background #173555
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Edit

    COPY CODE
    
    span#older-nav {
        background: red !important;
    }
    span#newer-nav {
        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: Some Questions #173550
     Laura
    Moderator
    Not marked as solution
    in reply to: Change menu alignment for medium screen size #173521
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at appearance > edit

    COPY CODE
    
    @media (min-width: 991px) {
    .navbar-header {
        width: 29% !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 page background #173515
     Laura
    Moderator
    Not marked as solution
    in reply to: Issues with Private Messaging and Dropdown Menu #173361
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 641 through 680 (of 2,796 total)

Log in with your credentials

Forgot your details?