Forum Replies Created

Viewing 40 posts - 16,841 through 16,880 (of 20,101 total)
  • Author
  • in reply to: Few question related to theme layout #95560
     Radu
    Moderator

    Hi,

    This is not a issue related to the theme, this it seems to be a thing from buddypress, i suggest you to ask on buddypress forums

    https://www.google.com/search?safe=off&espv=2&q=buddypress+image+upload+90+degrees

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Kleo Profile template #95559
     Radu
    Moderator

    Hi,

    They are shown by default,

    Can you please provide admin credentials to take a look ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Visual Composer invalid argument #95558
     Radu
    Moderator

    Hi,

    In this case do a theme and plugins update ant let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Button text colour #95557
     Radu
    Moderator

    Hi,

    Your welcome

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook Registration Email #95556
     Radu
    Moderator

    Hi,

    For the search input color add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .header-color .kleo-search-wrap input[type="text"] {
        color: red !important;
    }
    

    For the line add this css to wp-admin -> Theme options -> General settings -> Quick css

    COPY CODE
    
    
    @media (max-width: 991px) {#top-social {border-bottom-width: 0px !important;}}
    
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: bbpress blue label & border #95550
     Radu
    Moderator

    Hi,

    First time when you showed me it was a simple forum not a forum assigned to a group.

    Add this css to your wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    #bbpress-forums div.bbp-reply-author .bbp-author-role,
    #bbpress-forums div.bbp-reply-author .bbp-author-role {
    	width: 120px;
    	font-style: normal;
    	font-size: 9px;
    	font-weight: bold;
    	position: absolute;
    	z-index: 10;
    	text-align: center;
    	text-transform: uppercase;
    	line-height: 26px;
    	top: 12px;
    	right: -34px;
    	margin: 0;
    	transform: rotate(45deg);
    	-webkit-transform: rotate(45deg);
    	background: #00B9F7;
    	color: #fff;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Winks? #95469
     Radu
    Moderator

    Hi,

    Please test this plugin : https://wordpress.org/plugins/bp-poke/

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: expand submenu when selected #95468
     Radu
    Moderator

    Hi,

    If you access http://gvk.preview.srv1.juntosinc.com/about-us/leadership/executive-committee/ you will see the submenu is auto expanded.

    The link that you have provided does not have submenu. ( http://gvk.preview.srv1.juntosinc.com/about-us/promoters/ )

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: portfolio categories on a specific page #95464
     Radu
    Moderator

    Hi,

    Just add the Portfolio element from VC to your certain page and then read the Portfolio visual element options and scroll to bottom and you will see Show from Category ( see screenshot )

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Does a user have to login to be activated #95463
     Radu
    Moderator

    Hi,

    Take a look here : https://buddypress.org/support/topic/how-to-activate-existing-wp-users-as-bp-members-effectively/ or directly, try to use this function : https://github.com/hnla/force-show-bp-users/blob/master/force-show-bp-users.php , add the function to your sweetdate-child/functions.php

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: adwords codes? #95462
     Radu
    Moderator

    Hi,

    You can add to sidebar text widget and in that widget you can paste the advertiser code.

    Wp-admin -> appearance -> widgets -> add text widget to main sidebar -> paste the code -> save

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Kleo Post carousel #95461
     Radu
    Moderator

    Hi,

    When you made new post you should select the post format, for the video choose video, and for gallery gallery etc…

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: news magazine missing, revolution slider error #95454
     Radu
    Moderator

    Hi,

    1. You should import the slider to revolution slider the slide archive is located to package that you have downloaded from themeforest : Main Files/Demo Content/Revolution Slider.

    2.They are not missing go to http://www.nkenews.com/wp-admin/themes.php?page=kleo_import ( you should have latest version of theme Kleo 3.1.3 )

    3. Set the pages as private.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Kleo Profile template #95452
     Radu
    Moderator

    Hi,

    You should add an avatar and a cover photo to your profile and then you should set photo to be full width go to wp-admin -> theme options -> buddypress and set for the following settings

    Member Profile Layout – FULL WIDTH
    Enable Full width Profile Header – ON

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Cleo mobile menu #95451
     Radu
    Moderator

    Hi,

    Add this css to your wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .kleo-main-header.header-normal {position:fixed !important;top:0 !important}
    

    Let me know if is ok

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: registration email NOT sent #95450
     Radu
    Moderator

    Hi,

    Merry Christmas you to !

    Please install this plugin https://wordpress.org/plugins/wp-mail-smtp/ and configure it with the mail settings, then made another test.

    Let me know if it works.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Visual Composer invalid argument #95449
     Radu
    Moderator

    Hi,

    Do you have latest version of Kleo and recommended plugins ?

    If not please update the theme and the plugins.

    Kleo latest version is 3.1.3

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: change images #95448
     Radu
    Moderator

    Hi,

    That are Clients, go to wp-admin -> clients.

    That’s all

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Man and Woman online count 0 #95447
     Radu
    Moderator

    Hi,

    This seems to be a cache issue,

    Please clear all caches from W3 Total Cache.

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Memory limit crash after installing bbPress #95446
     Radu
    Moderator

    Hi,

    When you have our theme installed and you receive that error (memory allocation) disable plugins one by one and try to identify what causes this.

    PS : just i’ve accessed the link that you have provided http://www.italianialondra.com/italian-social-network/ and the error not appears.

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sweetdate private message moderation #95445
     Radu
    Moderator

    Hi,

    From what we know there is not plugin like this, i suggest you to search on google a plugin that are able to do this and if you find you should test it if works correctly.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Last activity #95444
     Radu
    Moderator

    Hi,

    Do you have tried to re-save permalinks ?

    Wp-admin -> settings -> permalinks -> save changes.

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: SweetDate WPML – Spanish #95442
     Radu
    Moderator

    Hi,

    I;ve translated the Dog Age string from wpml -> string translation ( http://doggiestest.wpengine.com/wp-admin/admin.php?page=wpml-string-translation%2Fmenu%2Fstring-translation.php )

    Search for your string and translate it.

    Before you start translation make sure that you check ‘Auto-register strings only when logged in as an administrator ‘ option like in screenshot ( The page is String translation – http://doggiestest.wpengine.com/wp-admin/admin.php?page=wpml-string-translation%2Fmenu%2Fstring-translation.php scroll down. )

    If you want a custom work service from us, please write us to dev@seventhqueen.com

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: bbpress blue label & border #95434
     Radu
    Moderator

    Hi,

    Now the translation works.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Custom Code is not working when page reloads. #95418
     Radu
    Moderator

    Hi,

    The widget (Members Newest | Active | Popular ) is generated and located to /wp-content/themes/sweetdate/custom_buddypress/bp-functions.php line line 39 and/or /wp-content/plugins/buddypress/bp-members/bp-members-widgets.php line 106

    Maybe the tabs not working because of any error.

    Now i see that the tabs are working.

    Can i close the topic

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Visual Composer not working #95417
     Radu
    Moderator

    Hi,

    From what we know the drag feature does not broke nothing.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Horizontal Saerch Button #95416
     Radu
    Moderator

    Hi,

    Sorry for delayed response,

    The delay was caused by these Christmas holidays,

    Now i see the search button on the page, can i mark the topic as resolved ?

    Cheers

    Radu

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

    Hi,

    Happy new year !!

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to make thumbnail Bigger ? #95413
     Radu
    Moderator

    Hi,

    You’re welcome

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Button text colour #95406
     Radu
    Moderator

    Hi,

    Merry Christmass

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .woocommerce-page ul.products li.product:hover a.button.add_to_cart_button.product_type_simple  { color:#333 !important; }
    

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook Registration Email #95405
     Radu
    Moderator

    Hi,

    Sorry for delayed response, this because of Christmas holidays.

    I see that on your mentioned address is installed another theme, your questions are still available ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: bbpress blue label & border #95404
     Radu
    Moderator

    Hi,

    Can you please provide me FTP details, i’ve made some changes to that function from kleo-child/functions.php and now it says 500 error.

    Sorry for this.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Instead of Showing Age Label it shows Birhtday label #95272
     Radu
    Moderator

    Hi,

    The delayed response is caused by Christmas, your issue it seems to be a bug and i will provide a solution/fix for you Monday.

    Cheers

    Radu

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

    Hi,

    do you have latest version of KLEO and plugins ?

    The latest version of kleo is 3.1.3

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: tutorial #95270
     Radu
    Moderator

    Hi,

    Put these lines

    COPY CODE
    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    

    In wp-config.php then repeat the action , look on the screen if some error appears if not check the wp-content/error.log or debug.log

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to make thumbnail Bigger ? #95269
     Radu
    Moderator

    Hi,

    It’s ok now ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: bbpress blue label & border #95232
     Radu
    Moderator

    Hi,

    Can you please provide the admin credentials and i will check this on 26 December.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: On portfolio page, need wrap around “related” #95122
     Radu
    Moderator

    Hi,

    I don’t really understand, please provide screenshots that pointing out the container with explicative notes.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: bbpress blue label & border #95121
     Radu
    Moderator

    Hi,

    You should replace the function with the new code function

    COPY CODE
    
    add_filter( 'bbp_get_dynamic_roles', 'ntwb_bbpress_custom_role_names' );
     
    function ntwb_bbpress_custom_role_names() {
    	return array(
     
    		// Keymaster
    		bbp_get_keymaster_role() => array(
    			'name'         => __('My Custom Keymaster Role Name', 'kleo_framework'),
    			'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() )
    		),
     
    		// Moderator
    		bbp_get_moderator_role() => array(
    			'name'         => __('My Custom Moderator Role Name', 'kleo_framework'),
    			'capabilities' => bbp_get_caps_for_role( bbp_get_moderator_role() )
    		),
     
    		// Participant
    		bbp_get_participant_role() => array(
    			'name'         => __('My Custom Participant Role Name', 'kleo_framework'),
    			'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() )
    		),
     
    		// Spectator
    		bbp_get_spectator_role() => array(
    			'name'         => __('My Custom Spectator Role Name', 'kleo_framework'),
    			'capabilities' => bbp_get_caps_for_role( bbp_get_spectator_role() )
    		),
     
    		// Blocked
    		bbp_get_blocked_role() => array(
    			'name'         => __('My Custom Blocked Role Name', 'kleo_framework'),
    			'capabilities' => bbp_get_caps_for_role( bbp_get_blocked_role() )
    		)
    	);
    }
    

    Now the strings can be translated, if you use a translation plugin like loco translate you should rescan the kleo child for new strings, after that you will be able to translate string for any lang you want.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Instead of Showing Age Label it shows Birhtday label #95118
     Radu
    Moderator

    Can you please provide admin credentials ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 16,841 through 16,880 (of 20,101 total)

Log in with your credentials

Forgot your details?