Forum Replies Created

Viewing 40 posts - 5,841 through 5,880 (of 8,607 total)
  • Author
  • in reply to: Style buttons #17656
     Abe
    Keymaster

    Hi, all button colors are thought and are combined to have a clean design from the color choices for each section we have provided. If you want to make certain colors to have more impact then adding custom CSS is the best options. Following @guy_fraser advice will change the color of your buddypress buttons. Inspect the elements in your browser so you can easily see applied CSS so you can customize it

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: "Bordello" (mess) in search horizontal form #17646
     Abe
    Keymaster

    Hi, Being so many fields you need to style them using CSS. Inspect the elements and each field type should have its on class that you can use for styling

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: visual composer image styling issue #17645
     Abe
    Keymaster

    Hi, Those options were added in a newer version of Visual composer and we will style them properly in next theme update.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: problem with facebook registraion #17632
     Abe
    Keymaster

    Hello again. Problem fixed. It is related to Facebook new API 2.0 that was happening in some isolated case. Until next theme release please replace this file contents with the one attached:

    – wp-content\themes\sweetdate\framework\functions\facebook_login.php

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    in reply to: problem with facebook registraion #17622
     Abe
    Keymaster

    Hi guys, we had some busy days and we are sorry for the late replies. We are still doing tests to replicate the problem and come with a solution but I am guessing it is related to Facebook Application settings

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi, until next theme version please see the fix in this topic about the title position:
    https://archived.seventhqueen.com/forums/topic/page-title-weirdness-much-pain#post-17618

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Page title weirdness – much pain. #17618
     Abe
    Keymaster

    Hi there,
    We have fixed this and until next theme update please replace these two files content with the ones attached
    – wp-content\themes\kleo\buddypress.php
    – wp-content\themes\kleo\functions.php

    PS: BuddyPress pages have a different setting for the title location in Theme options – Buddypress. Make sure to configure that too

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    in reply to: kleo_img_rounded bug with fix #17617
     Abe
    Keymaster

    You are right. Sorry for that. We implemented the link attribute after and we have missed that.

    Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Futured image #17616
     Abe
    Keymaster

    The blank space I can’t replicate so if you can enable the theme and give me the link to that page.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Futured image #17614
     Abe
    Keymaster

    Hi, Until next update please replace kleo/content.php file content with the one from the attached file to fix the thumbnail problem for a standard post

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    in reply to: WangGuard Report User Button #17613
     Abe
    Keymaster

    CSS is wrong.Correct one:

    COPY CODE
    
    .button.wangguard-user-report {
    backgroundr: #FFFFFF !important;
    border: none;
    box-shadow: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Visual Composure Conflict #17612
     Abe
    Keymaster

    This is really really strange. Please give us temporary access to you site since it is probably from a plugin used. mark the reply as private

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Kleo Facebook Integration #17610
     Abe
    Keymaster

    Hi, You can enable Facebook login from Theme options – Miscellaneous and then add the Buddypress Login widget in your sidebar.
    For registration follow the Documentation or video tutorial https://archived.seventhqueen.com/video-tutorials
    You have to map a Register page to Buddypress component from WP admin – Settings – Buddypress – Pages

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: CometChat NOT SHOWING UP #17609
     Abe
    Keymaster

    @rwilkes6 Sweetdate is already compatible with CometChat. Nothing needs to be done

    @Creative Inhabitants I said to replace file contents with the one attached since the attached one is a text file

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Adjust Font Size #17601
     Abe
    Keymaster

    You should inspect the elements using Chrome browser to style different parts of the site using CSS. for that part this CSS should do it:

    COPY CODE
    
    .bbp-forum-content > p {
        font-size: 14px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Notification? #17600
     Abe
    Keymaster

    Nice plugin @sharmstr Hope it will get into Buddypress core. Let us know if we can help.
    Also a big thanks for your contribution here

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Formatting in BBpress topics #17598
     Abe
    Keymaster

    Hello, We will style the lists and let you know when it is ready.
    Thanks for letting us know

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Visual Composer won't edit demo pages #17597
     Abe
    Keymaster

    Hi, Try updating your Visual composer plugin with the one included in the latest available theme version. See details here: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    Also try the Backend editor

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: People to post their recipes #17595
     Abe
    Keymaster

    Also if you want the post featured image not to stretch to the whole container add this CSS:

    COPY CODE
    
    img.attachment-kleo-full-width {
        width: auto;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: People to post their recipes #17594
     Abe
    Keymaster

    Hi, You can disable the featured image to show on the single post page from Theme options – Blog – Display media on post page
    We are adding in next version the option to take the first image found if there is no featured image set

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Changing navigation text #17589
     Abe
    Keymaster

    Hi, by using the child theme and adding code to functions.php you won’t loose your changes on theme updates.
    See more on Buddypress labels: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: User fields tabs – duplicating #17588
     Abe
    Keymaster

    The code provided should not cause this. Please disable your added plugins and some other code added.
    To change the tab name do it from Users – Profile fields. And then change it in the code to show it next to profile image by changing the group attribute

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Custom content for newly registered users #17586
     Abe
    Keymaster

    Hi, We are not aware of such plugin. Try searching the internet or hire a developer to create this custom functionality. You basically need to check registration date and do the required things if it matches your query

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Having problems with croping avatars in groups #17585
     Abe
    Keymaster

    Hi, That should be a Buddypress problem and not a theme related one. See this link for similar problems and the issue could the the file name uploaded being too long: http://buddypress.org/support/topic/there-was-a-problem-cropping-your-avatar-3/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Hide the compatibility match #17583
     Abe
    Keymaster

    Hi, You remove the matching by adding this code in your sweetdate-child/functions.php

    COPY CODE
    
    add_action('after_setup_theme','kleo_remove_matching');
    function kleo_remove_matching() 
    {
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: 2 search related issues #17581
     Abe
    Keymaster

    The search in the menu is not for members and just for site content like posts,pages. That will be changed in the near future to include also search in members in groups but right now it is not possible. Members search is done from the homepage search form

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: background menu items #17568
     Abe
    Keymaster

    Hi, You need to add a custom CSS for that. Something like this but you need to refine it probably

    COPY CODE
    
    .top-bar ul > li:not(.name) {
        background: none repeat scroll 0 0 #1FA8D1;
        border-radius: 4px;
        margin-left: 4px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: avatars in form-footer are not shown completly #17567
     Abe
    Keymaster

    Yes, you need to have minimum 3 members to show nicely since the slider script stretches the content to the whole available area

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: What plugin are you using to show ticket status? #17492
     Abe
    Keymaster

    Hi guys, We are using the KLEO theme with the getshopped plugin with some small CSS adjustments and added functions. Here is our full custom CSS added to the child theme:

    COPY CODE
    
    
    .bbpress-label {
    	color: #fff;
    	padding: 2px 4px;
    	border-radius: 2px;
    	margin-right: 5px;
    	font-size: 11px;
    	text-transform:uppercase;
    }
    .bbpress-label.resolved {
    	background: #7fc379;
    }
    .bbpress-label.in-progress {
    	background: #c0bbc0;
    }
    .bbpress-label.not-resolved {
    	background: #f9ae64;
    }
    
    #bbpress-forums li.bbp-forum-freshness .bbp-topic-meta, #bbpress-forums li.bbp-topic-freshness .bbp-topic-meta { display: inline; }
    .home #bbpress-forums { margin-bottom: 0;}
    
    .aq_widget_display_forums .bbp-forum-title {font-size: 15px;line-height: 26px;}
    .aq_widget_display_forums  .bbp-forum-title.current {font-weight: bold;}
    
    *, *:before, *:after {
        -moz-box-sizing: border-box;
    }
    *, *:before, *:after {
        -moz-box-sizing: border-box;
    }
    
    #bbps-topic-status  input[type="submit"] {
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.5;
        margin: 3px 0;
        min-width: 80px;
        padding: 5px 10px;
        transition: all 0.4s ease-in-out 0s;
    	color: #444444;
    	background-color: #F7F7F7;
    }
    
    .not-logged-in-notice {
    padding: 10px;
    background: #F7F7F7;
    }
    
    #bbpress-forums .status-closed, #bbpress-forums .status-closed a {color: #777777;}
    
    #bbpress-forums .status-closed .bbpress-label.resolved + a:before {
    	content: "\E83B";font-family: Fontello;margin-right: 10px;
    }
    
    #bbp-search-form input#bbp_search {
        width: 80%;
    	float:left;
    }
    
    
    .sidebar-right .inner-content {padding-left: 15px;}
    
    .bbp-attachments ol {
    	width:100%;
    }
    .bbp-attachments li {
        width: auto !important;
    }
    
    .bbp-attachments-count { display: none !important; }
    

    And the custom functions added to kleo-child/functions.php are

    COPY CODE
    /** 
     * Modify status display in single topic
     * -------------------------------------------------------------------------------------------*/
    remove_action('bbp_template_before_single_topic', 'bbps_add_support_forum_features');
    add_action('bbp_template_before_single_topic', 'aq_add_support_forum_features');
    
    function aq_add_support_forum_features(){	
    	//only display all this stuff if the support forum option has been selected.
    	if (bbps_is_support_forum(bbp_get_forum_id())){
    		$can_edit = bbps_get_update_capabilities();
    		$topic_id = bbp_get_topic_id();
    		$status = bbps_get_topic_status($topic_id);
    		$forum_id = bbp_get_forum_id();
    		$user_id = get_current_user_id();
    
    		//get out the option to tell us who is allowed to view and update the drop down list.
    		if ( $can_edit == true ) { ?>
    
    		<div id="bbps_support_forum_options">
    			<?php bbps_generate_status_options($topic_id,$status); ?>
    		</div>
    
    		<?php 
    		}
    
    		//has the user enabled the move topic feature?
    		if( (get_option('_bbps_enable_topic_move') == 1) && (current_user_can('administrator') || current_user_can('bbp_moderator')) ) { 
    		?>
    
    		<div id ="bbps_support_forum_move">
    			<form id="bbps-topic-move" name="bbps_support_topic_move" action="" method="post">
    				<label for="bbp_forum_id">Move topic to: </label><?php bbp_dropdown(); ?>
    				<input type="submit" value="Move" name="bbps_topic_move_submit" class="btn btn-default" />
    				<input type="hidden" value="bbps_move_topic" name="bbps_action"/>
    				<input type="hidden" value="<?php echo $topic_id ?>" name="bbps_topic_id" />
    				<input type="hidden" value="<?php echo $forum_id ?>" name="bbp_old_forum_id" />
    			</form>
    		</div>
    
    		<?php
    			
    		}
    	}
    }
    
    /** 
     * Adds Status to topic title
     * -------------------------------------------------------------------------------------------*/
    remove_action('bbp_theme_before_topic_title', 'bbps_modify_title');
    add_action('bbp_theme_before_topic_title', 'aq_modify_before_title', 10, 2);
    function aq_modify_before_title($title, $topic_id = 0) {
    	$topic_id = bbp_get_topic_id( $topic_id );
    
    	$replies = bbp_get_topic_reply_count($topic_id);
    	$statuses = array (1,2,3);
    	$status_id = get_post_meta( $topic_id, '_bbps_topic_status', true );
    
    	// Let's not override default closed/sticky status
    	if(bbp_is_topic_sticky()) {
    		//echo '<span class="topic-sticky"> [Sticky] </span>';
    	} 
    	// Let's not override the default statuses
    	elseif(!in_array($status_id, $statuses)) {
    
    		if($replies >= 1) {
    
    			echo '<span class="bbpress-label in-progress">In Progress</span>';
    
    		} else {
    
    			echo '<span class="bbpress-label not-resolved">Not Resolved</span>';
    
    		}
    	// Default Statuses
    	} else {
    
    		if ($status_id == 1) // Not Resolved
    			echo '<span class="bbpress-label not-resolved">Not Resolved</span>';
    
    		if ($status_id == 2) // Not Resolved
    			echo '<span class="bbpress-label resolved">Resolved</span>';
    
    		if ($status_id == 3) { // Not Support Question (mark as resolved)
    			add_post_meta($topic_id, '_bbps_topic_status', 2);
    			echo '<span class="bbpress-label resolved">Resolved</span>';
    		}
    	}
    		
    }
    
    /** 
     * Display Topic Status
     * -------------------------------------------------------------------------------------------*/
    function aq_display_topic_status($topic_id = 0) {
    
    	$topic_id = $topic_id ? $topic_id : bbp_get_topic_id();
    
    	$statuses = array (1,2,3);
    	$status_id = get_post_meta( $topic_id, '_bbps_topic_status', true );
    
    	echo '<div class="aq-topic-status">';
    
    	if(bbp_is_topic_sticky()) {
    
    		echo '<span class="sticky">Sticky</span>';
    
    	} elseif(in_array($status_id, $statuses)) {
    
    		if ($status_id == 1) {
    			echo '<span class="not-resolved">Not Resolved</span>';
    		}
    			
    		if ($status_id == 2) {
    			echo '<span class="resolved">Resolved</span>';
    		}
    
    		if ($status_id == 3) {
    			echo '<span class="in-progress">In Progress</span>';
    		}
    
    	} elseif(bbp_is_topic_closed()) {
    
    		echo '<span class="sticky">Sticky</span>';
    		
    	} else {
    
    		echo '<span class="in-progress">In Progress</span>';
    		
    	}
    
    	echo '</div>';
    
    }

    Hope this helps.

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Implementing Child Theme ? #17491
     Abe
    Keymaster

    Hi, See the video tutorial or the included documentation on uploading the child theme and activating it. You will find the archive in the WordPress folder from the Main package downloaded. After that connect by ftp and you will find it in wp-content/themes/kleo-child/style.css

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: List of shortcodes #17449
     Abe
    Keymaster

    Hi @guy_fraser, we upgraded your account to Contributor so now in WP admin – Knowledgebase you can add any article you might think will help other users.
    Thank you very much for your initiative.
    We haven’t yet created the sub-categories for each Theme but we will create a structure. Just add it to KLEO and we will find a proper subcategory for it.

    Thanks again

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Comet chat vs Arrow chat #17444
     Abe
    Keymaster

    Hi,
    Depending on your needs you should choose one. We can’t really say which is better
    They both should work with the theme
    I can’t say which allows this. Ask the plugin developers…

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: facebook-profile-pictures #17443
     Abe
    Keymaster

    I don’t know what to say.. re-check your application or add a new test one

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: close pop up window doesnt work #17442
     Abe
    Keymaster

    Hi, Maybe there is a JavaScript error in your code from other plugins. Check the browser console for errors

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Change Member Directory Text #17441
     Abe
    Keymaster

    Hi, This is the code where you just replace the field names with your own:

    COPY CODE
    
    //members page fields
    add_action('after_setup_theme','kleo_my_member_data');
    function kleo_my_member_data()
    {
        global $kleo_config;
        //this is the details field, right now it take the "About me" field content
        $kleo_config['bp_members_details_field'] = 'About me';
        //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
        $kleo_config['bp_members_loop_meta'] = array(
            'I am a',
            'Marital status',
            'City'
        );
          
    }
    

    You can add the delete_transient( ‘kleo_bp_meta_fields’ ); line also to make sure some cache is deleted but remove it once all profile fields show correctly.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: automatic welcome message #17439
     Abe
    Keymaster

    Maybe you have some extra spaces in your functions.php at the beginning and end of the file

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Futured image #17438
     Abe
    Keymaster

    Hi,
    1. I did several tests with this and when i set Theme options – Blog – Display media on post page – OFF then the featured image won’t show in any post. There is also an individual post setting to show/hide the featured image in Theme Post Settings – Show media on post page.
    Maybe if you can give us temporary access to take a look.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: login problems #17395
     Abe
    Keymaster

    try making /wp-admin/admin-ajax.php 664

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Futured image #17394
     Abe
    Keymaster

    Hi,
    1. We disabled the post media to show on single post page from Theme options – Blog – Display media on post page – OFF
    Make sure to have the latest theme version installed
    2. What is the link to that page? Also it seems that Kleo is not the theme used in the link posted
    3. Breadcrumb takes the structure of the permalink. If you want to change that functionality you will have to modify the function that generates the breadcrumb located on your server in: wp-content\themes\kleo\kleo-framework\lib\function-breadcrumb.php
    4. Can you provide the error?

    What are you referencing to by Visual? If you are talking about Visual composer then make sure it is the latest version installed. Follow this topic to update plugins https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Visual Composer Ultimate Add on Problems #17387
     Abe
    Keymaster

    Hi, we will take a look at the border issue and come back with a fix

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 40 posts - 5,841 through 5,880 (of 8,607 total)

Log in with your credentials

Forgot your details?