Forum Replies Created

Viewing 40 posts - 16,361 through 16,400 (of 20,101 total)
  • Author
  • in reply to: rtmedia lightbox #101603
     Radu
    Moderator

    Hi,

    Please use this css

    COPY CODE
    
    .rtm-ltb-title {
        display: none;
    }
    

    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: WP-reCAPTCHA-bp not showing correctly on Register page #101601
     Radu
    Moderator

    Hi,

    Please add this css to wp-admin -> appearance -> theme options -> quick css

    COPY CODE
    
    .g-recaptcha {
        clear: both !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: Missing Memership-Levels #101599
     Radu
    Moderator

    Hi,

    Go to wp-admin -> theme options -> memberships and from bottom select order for your packages instead 0,0,0 put 0,1,2 something like that.

    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: Mobile app #101596
     Radu
    Moderator

    Hi,

    The sweetdate doesn’t have this functionality build-in If you want to have sweetdate wp theme as mobile app you should contact a android or apple developer, or you can contact our development team at this address : cornel@seventhqueen.com / Cornel

    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: Taxonomy Metadata #101593
     Radu
    Moderator

    Hi,

    The plugin was excluded from recommended plugin on our next theme release, the plugin was used to place on woocommerce categories a banner or a custom text on top of the category page.

    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: Tag Archive for: #101590
     Radu
    Moderator

    Hi,

    Please add this snipet to your wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    //Add me to child theme functions.php
    function kleo_title()
    {
    	$output = "";
     
    	if (is_tag())
    
    	{
    		$output = __('Tag Archive for Custom:','kleo_framework')." ".single_tag_title('',false);
    	}
    
    	return $output;
    }
    

    Replace “Tag Archive for Custom:” with your desired text.

    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: Add new icons fontello #101575
     Radu
    Moderator

    Hi,

    Please follow this topic : https://archived.seventhqueen.com/forums/topic/menu-icon-resize-and-import#post-78067

    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: Gap above Revolution Slider on Home Page #101572
     Radu
    Moderator

    Hi Rincon,

    Please provide me the page url

    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: RTL Support #101571
     Radu
    Moderator

    Hi,

    Please using a ftp client connect to your server and replace content of this file : wp-content/themes/kleo/rtl.css

    with this content http://pastebin.com/raw/vQ0KBpmz

    This fix will be included in our next theme update

    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: Update installation #101563
     Radu
    Moderator

    Hi ero,

    Sorry for the late reply,

    I’ve tried to login to your dashboard to take a look at your described issue but it says “Passwords have been disabled for this user.”

    Try to do this : Enable parent theme then check for theme update to see if appears.

    If this is useless please install this plugin : https://github.com/envato/envato-wordpress-toolkit -> click download zip from right side

    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: Can i change Profile sections? #101561
     Radu
    Moderator

    Hi whale,

    For the items ordering please follow this topic : https://archived.seventhqueen.com/forums/topic/how-i-can-change-my-order-tab-in-buddypress-profile#post-85874 check the links from this reply.

    For renaming the group label you should add this snippet to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function mb_profile_menu_tabs(){
        global $bp;
        $bp->bp_nav['groups']['name'] = 'Cities';
    }
    add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
    

    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: Many icons missing when using shortcode. #101559
     Radu
    Moderator

    Hi,

    For some reason my last reply was incomplete, what i want to say is : instead using this

    COPY CODE
    
       <i class="icon-Trophy"></i>
    

    you should use

    COPY CODE
    
       <span class="vc_icon_element-icon fa fa-trophy"></span>

    or

    COPY CODE
    
       <span class="fa fa-trophy"></span>
    

    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: Image gallery and SEO #101557
     Radu
    Moderator

    Great,

    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 set up WooCommerce like in your demo? #101550
     Radu
    Moderator

    Hi chrisat,

    Please try to import again the products readint this guide,

    https://docs.woothemes.com/document/importing-woocommerce-dummy-data/

    After that please let me know what problem do you have with the product alignment, layout 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: search shows visual composer coding on the excet area #101543
     Radu
    Moderator

    Done please check.

    The spinner loader it works,

    And the categories not appears in search by default

    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: buddypress profile fields #101540
     Radu
    Moderator

    Hi,

    You can add fields to register page from wp-admin -> profile -> profile fields

    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: Lost Password link not working in KLEO 2.3.1 #101539
     Radu
    Moderator

    Hi Kh-edv,

    Please provide url to see the behaviour

    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: Cannot change the colour of the title text of a post #101538
     Radu
    Moderator

    Hi,

    Ok, let me know if i can help you with other things.

    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: Hide search results from unregistered users? #101537
     Radu
    Moderator

    Hi,

    The snippet that i have provided to you it works and it is as example but you need to have advanced php knowledges to adapt it for your needs of you can hire a developer to help to achieve your desired functionality.

    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: Language #101532
     Radu
    Moderator

    Hi,

    If you have language files here wp-content/themes/sweetdate/languages, you should move the lang files to wp-content/languages/themes/ after that you should remove the language form sweetdate theme from loco translate then add it again and when you are asked about language location choose “create in global languages directory

    NOTE: If you are not asked about location of translations you should go to wp-content and you should set permission 755 or 777 for the language folder ,then try to readd the language and choose global directory.

    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: BP Cover Photo don’t show up in group and profile #101238
     Radu
    Moderator

    Hi,

    That was fixed in current version please update it and if you encounter any problem 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: buddypress profile fields #101236
     Radu
    Moderator

    Hi,

    Please provide a screenshot and page url where do you want to add additional fields

    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: Contact Us page map #101234
     Radu
    Moderator

    Hi,

    Go to wp-admin -> theme options -> general settings -> Apple Iphone Icon

    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 form on main area – how #101230
     Radu
    Moderator

    Hi,

    Please follow this video tutorial : https://www.youtube.com/watch?v=LCrhEfApQI8 and also the documentation that are in the package that you have downloaded from theme forest.

    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: Language #101227
     Radu
    Moderator

    By correct path i mean wp-content/languages/themes/

    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: Language #101226
     Radu
    Moderator

    Hi,

    Please make sure that the languages files are not duplicated in this path wp-content/themes/sweetdate/languages if the files are in that path please move it to the correct path.

    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,

    I’ve tried to reproduce this on my local install and also on demo, this is not happens, i suggest you to disable all plugins, then check if the issue disappear , if yes enable plugins one by one to identify what causes this.

    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 Share Picture #101218
     Radu
    Moderator

    Hi,

    The problem is from avatar size now your avatar size is 50×50 and facebook it require a minimum image width and height 200×200 and you should set your avatar size to be larger

    Go to wp-content/plugins/ look for bp-custom.php if the file is not there create it and paste these into file

    COPY CODE
    
    define ( 'BP_AVATAR_FULL_WIDTH', 210 );
    define ( 'BP_AVATAR_FULL_HEIGHT', 210 );
    

    After you do that please reply to this thread and provide ftp details.

    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: Internet Explorer view #101201
     Radu
    Moderator

    Hi,

    I see that one css file is missing

    COPY CODE
    
    /wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css	GET	404	
    

    I suggest you create this file vc_lte_ie9.min.css in /wp-content/plugins/js_composer/assets/css/ and put this content http://seventhqueen.com/themes/kleo/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css

    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: Compatible wordpress 4.4? #101193
     Radu
    Moderator

    Do you receive any error ? If not please enable wp_debug function / https://codex.wordpress.org/WP_DEBUG#Usage enable also the wp_debug_log to store all errors
    https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG

    Please enable these functions and repeat your action then see on screen if any error is shown if not please check the debug.log file from wp-content/ directory.

    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
     Radu
    Moderator

    Hi,

    Unable to login to you dashboard, until you provide me correct login details, please add a menu item with subitems

    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: search shows visual composer coding on the excet area #101181
     Radu
    Moderator

    Hi,

    Sorry for inconvenience, this patch will be included in our next theme update meanwhile provide me ftp to correct 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: Enable chat option with friends #101172
     Radu
    Moderator

    Hi,

    From example if you will use comet-chat plugin # https://www.cometchat.com/demo

    With this function that you will need to add it to wp-content/themes/kleo-child/functions.php the chat will be available only for the users that have memberships packages ID’s : 1, 2 and 3

    COPY CODE
    
    
    function ChatCheckMemberships() {
     
    if(pmpro_hasMembershipLevel(array(1,2,3), get_current_user_id())){
        echo '
    <link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"/>
    <script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>
    ';}
    }
    add_action('wp_head', 'ChatCheckMemberships')
    

    if(pmpro_hasMembershipLevel(array(1,2,3)

    1,2,3 represents the membership package id, you can add more or less packages.

    Now the cometchat widget will be loaded only if logged user has one of that memberships id.

    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: Cannot change the colour of the title text of a post #101170
     Radu
    Moderator

    If you have pasted define( ‘WP_DEBUG_LOG’, true ); in your wp-config.php then go to wp-content/ and look for debug.log open it and see if any error 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: Hide search results from unregistered users? #101169
     Radu
    Moderator

    Hi,

    If you have performed a search as guest user and you have receive 404 error the snippet that i have provided you it works, you need to adapt that snippet for your needs as how i said in this reply you can replace

    COPY CODE
    
        if ( $error == true )
           $query->is_404 = true;
        }
    

    with wp_redirect( home_url() ); to redirect to home or read here if you want additional options to that function https://codex.wordpress.org/Function_Reference/wp_redirect or you can replace with your desired function but you need to have some php knowledges

    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: Password protected page customization #101165
     Radu
    Moderator

    Ok,

    Is not an option to customize that but you can use this css, it will be more visible , just adjust with your desired settings.

    COPY CODE
    
     .post-password-required {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        text-align: center;
        padding: 15% 0;
    }
    
    

    CSS can be added to wp-admin -> theme options -> general settings -> quick css

    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: rtmedia video player #101164
     Radu
    Moderator

    Hi,

    I think you should modify the medium photo size from here : https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2016/01/download.png

    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: Internet Explorer view #101037
     Radu
    Moderator

    Hi,

    Please specify what version of IE and what OS do you have ?

    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: Password protected page customization #101034
     Radu
    Moderator

    Hi,

    You have used a plugin for that feature ? to protect a page/whole site with a password ?

    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: PMPro license #101029
     Radu
    Moderator

    Hi,

    The paid membershiphs pro is a free plugin and it was bundled with the theme but if you want to have premium features please visit http://www.paidmembershipspro.com/pricing/ to buy a licence.

    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,361 through 16,400 (of 20,101 total)

Log in with your credentials

Forgot your details?