Forum Replies Created

Viewing 40 posts - 1,081 through 1,120 (of 1,943 total)
  • Author
  • in reply to: Mobile My Photos Section #25158
     Catalin
    Moderator

    Hello,

    Please send me the link to the profile you tested to be able to replicate your issue.

    Thank you,
    Catalin

    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: Mailchimp Subscription #25147
     Catalin
    Moderator

    Hello,

    The message from your first print screen comes from HTML validation message. To change it please take a look at this link:

    http://stackoverflow.com/questions/5272433/html5-form-required-attribute-set-custom-validation-message

    The mailchimp widget can be found at:

    ..\sweetdate\framework\widgets\widget_mailchimp.php

    The second screenshot message is generated by mailchimp API and cannot be found in theme files.

    Thank you,
    Catalin

    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: Revolution Slider and other Home Page issues #25139
     Catalin
    Moderator

    Hello,

    You can add this code in your style.css file from your child theme:

    COPY CODE
    
    
    body.home-page .row
    {
       width:100% !important;
    }
    
    

    Let me know if this works.

    Thank you,
    Catalin

    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: Dotted border below the main navigation. #25132
     Catalin
    Moderator

    Hello,

    Add this code in your style.css file from your child theme folder:

    COPY CODE
    
    
    .navbar-transparent .navbar .navbar-nav > li > a:hover
    {
     border-bottom:1px #fff dotted;
    line-height:20px !important;
    }
    
    .kleo-main-header .navbar-collapse > ul > li > a {
    line-height: 20px !important; 
    }
    
    

    Let me know if this works.

    Thank you,
    Catalin

    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: Register modal pop up #25130
     Catalin
    Moderator

    Hello,

    The register form has variable fields based on admin configuration so showing that in a popup would imply finding the right proportions for the layout. This is why the login popup contains a link to the register page.

    If you want to add register form in login popup implies custom work. The register page template can be found here:

    ..\themes\kleo\buddypress\members\register.php

    Thank you,
    Catalin

    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: Hiding Register Form after login #25126
     Catalin
    Moderator

    Hello,

    You need to copy this file:

    ..\sweetdate\page-parts\home-register-form.php

    to your child theme folder keeping the same folder structure
    and add this line:

    COPY CODE
    
    
    if ( is_user_logged_in() ) return "";
    
    

    after first line of code from the file (“<?php” – line)

    Let me know if this works.

    Thank you,
    Catalin

    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: Layout and position register o search form index #25118
     Catalin
    Moderator

    Hello,

    The fields can be created in (Users > Profile fields) – see S1 and S2 screenshot.

    The fields visibility from the homepage search form, registration page and members page can be set from (Sweetdate > Buddypress) – see S3 and S4 screenshot.

    The type of form that you can display in homepage can be set from (Sweet>Homepage) see S5 screenshot.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Re: Albums #25109
     Catalin
    Moderator

    Hello,

    That feature enables you an bpAlbum admin panel from where you can set limits for pictures uploaded by users in their albums.

    Setting a number of pictures/member for every membership implies custom development work and we may consider adding this in a feature update of the theme.

    Thank you,
    Catalin

    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 "confirmation" email "sent from" #25106
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    http://wordpress.org/plugins/pmpro-email-templates-addon/

    Thank you,
    Catalin

    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: Changing Button Color #25099
     Catalin
    Moderator

    Hello,

    Try this instead:

    COPY CODE
    
    
    .button:hover, .button:focus, .form-search .button, .form-search .button:hover
    {
       your css code
    }
    
    

    Add this in your style.css file from your child theme.

    Thank you,
    Catalin

    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 Page #25055
     Catalin
    Moderator

    Hi, Enabling the facebook regisration from Theme options- Miscellaneous will automatically add the Facebook button int the registration page and in the sidebar widget “Buddypress Login”.
    The registration page will show fields added by you in the Base group from Users – Profile fields

    Cheers

    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: Menu Element "KLEO" not showing in admin #25027
     Catalin
    Moderator

    Hello,

    You need to activate the BuddyPress menu from theme options in WordPress admin panel menu area. Take a look at my screenshot.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Spotify #25026
     Catalin
    Moderator

    Hello,

    Please senn me a link to a page where you have spotify embedded to be able to give you a solution for your request.

    Thank you,
    Catalin

    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 the SIDEBARs from non-logged in users #25025
     Catalin
    Moderator

    Hello,

    Please take a look at this:

    http://wordpress.org/plugins/widget-logic/

    Thank you,
    Catalin

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

    Hello,

    You need to configure your Facebook application right. Take a look at this link:

    http://thechamplord.wordpress.com/2014/01/16/getting-the-facebook-app-id/

    Thank you,
    Catalin

    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: Breadcrumb Sweetdate #25018
     Catalin
    Moderator

    Hello,

    Add this code in your functions.php file from your child theme folder:

    COPY CODE
    
    
    function add_phone()
    {
    
        echo '<p>Phone number</p>';
    
    }
    
    add_action( 'kleo_after_breadcrumb','add_phone');
    
    

    You will need to add some css code to style it based on your theme design,

    Thank you,
    Catalin

    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: Notifications and messages count #25014
     Catalin
    Moderator

    catalin@seventhqueen.com

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

    Hello,

    You need to update the plugin manually by downloading the last theme version and check the plugin in the theme folder.

    Thank you,
    Catalin

    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: incorrect post link in buddypress #25011
     Catalin
    Moderator

    Hello,

    I tested your issue on our servers and the link points to the right post page. Your issue comes from a plugin you installed. To figure that out you need to deactivate all your plugins and activate them one by one to see which one causes your problem. Please let me know what plugin is that.

    Thank you,
    Catalin

    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: WooCommerce frontend #25004
     Catalin
    Moderator

    Hello,

    The ability to post and sell products as a marketplace implies custom code based on WooCommerce plugin.

    Take a look at his plugin, it may help you:

    http://www.woothemes.com/products/product-vendors/

    Thank you,
    Catalin

    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: Blog: Unlimited scroll #25003
     Catalin
    Moderator

    Hello,

    Right now this functionality is not available but we will consider this in a future theme update.

    Also, please take a look at his plugin, it may help:

    https://wordpress.org/plugins/infinite-scroll/installation/

    Thank you,
    Catalin

    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: K-ELEMENTS??? #24999
     Catalin
    Moderator

    Hello,

    Please send me admin credentials to your website to be able to check that out. Reply as private for security reasons.

    Thank you,
    Catalin

    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: Disable buddypress and bbpress #24993
     Catalin
    Moderator

    check permalinks settings, those should be set to default.

    also send me a link to your website 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
    in reply to: K elements/JS Composer Text Block #24991
     Catalin
    Moderator

    Hello,

    I checked on test environment with Kleo 1.6.2 and k-elements 1.6 installed and everything works right in visual composer.

    The problem may come from an installed plugin. To test that deactivate all the plugins except the ones recommended by the theme and activate it one by one and see which one causes the problem. Let me know the result.

    Thank you,
    Catalin

    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: Extra Line Spaces in Some Posts #24989
     Catalin
    Moderator

    Hello,

    Add this code in your style.css file from your child theme:

    COPY CODE
    
    
    .wp-caption.aligncenter {
    clear: none;
    }
    
    

    We will add this fix in the next theme update also, thanks for pointing this to us.

    Thank you,
    Catalin

    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 "confirmation" email "sent from" #24983
     Catalin
    Moderator

    Hello,

    Take a look in (Settings > General) at “Email address” field.

    Thank you,
    Catalin

    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: Move profile tabs order #24980
     Catalin
    Moderator

    Hello,

    Hi,
    Those are generated by Buddypress and you can change them by adding this code to wp-content/plugins/bp-custom.php. If the fie doesn’t exit create it:

    COPY CODE
    
    function kleo_change_profile_tab() {
    global $bp;
     
    $bp->bp_nav['profile']['position'] = 10;
    $bp->bp_nav['activity']['position'] = 20;
    $bp->bp_nav['friends']['position'] = 30;
    $bp->bp_nav['groups']['position'] = 40;
    $bp->bp_nav['blogs']['position'] = 50;
    $bp->bp_nav['messages']['position'] = 60;
    $bp->bp_nav['settings']['position'] = 70;
    }
    add_action( 'bp_setup_nav', 'kleo_change_profile_tab', 999 );
     
    define( 'BP_DEFAULT_COMPONENT', 'profile' );
    
    

    Change the order in the above arrays if you like.

    Let me know if this helps.

    Thank you,
    Catalin

    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: K elements/JS Composer Text Block #24979
     Catalin
    Moderator

    did you deactivated the quick-status plugin?

    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: Text size don't change #24977
     Catalin
    Moderator

    Hello,

    We are aware of this bug and this will be fixed in the next update of the theme that will be available tomorrow.

    Thanks for pointing this to us.

    Thank you,
    Catalin

    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: Bullet Points in footer #24974
     Catalin
    Moderator

    take a look at my screenshot.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Disable buddypress and bbpress #24972
     Catalin
    Moderator

    Hello,

    You can disable those two plugins and configure your theme without them for sure.

    Thank you,
    Catalin

    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: after upgrading to 1.5 fullwidth slider gone #24970
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://archived.seventhqueen.com/forums/topic/make-revolution-slider-full-width

    Let me know if this helps.

    Thank you,
    Catalin

    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: All members not showing on front end. #24968
     Catalin
    Moderator

    Hello,

    Those users probably haven’t logged it at least once and have some activity in your site.

    Thank you,
    Catalin

    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: Changing Sidebar width #24965
     Catalin
    Moderator

    Hello,

    You need to copy this file:

    ..\themes\sweetdate\page-templates\right_sidebar.php

    to your child them keeping the same folder structure and modify this rows:

    COPY CODE
    
    
    <div id="main-content" class="eight columns">
    
    <?php add_filter('kleo_sidebar_class', create_function('', 'return "four";')); ?>
    
    

    instead of eight you can put nine and instead of four you can put three… you will need to restyle some widgets tho.

    Let me know if this works.

    Thank you,
    Catalin

    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: Wysija #24958
     Catalin
    Moderator

    Hello,

    Sending notifications with last 5 registered users with avatars and their names implies custom code. This is an interesting functionality we may consider in future updates of the theme.

    Thank you,
    Catalin

    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 an image where text is #24956
     Catalin
    Moderator

    Hello,

    Add this:

    COPY CODE
    
    
    [kleo_h1]
    It all starts with a 
    <img src="path to your image" />
    [/kleo_h1]
    
    

    You can use an inline style for the img tag… XXpx needs to be adjusted based on your needs.

    Thank you,
    Catalin

    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: Footer font-size override #24954
     Catalin
    Moderator

    Hello,

    Please be more specific about the text you want to modify its size to be able to provide you a solution.

    Thank you,
    Catalin

    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: Bullet Points in footer #24953
     Catalin
    Moderator

    Hello,

    Add this code in your style.css file from your child theme folder:

    COPY CODE
    
    
    .widgets-container #baba-2 ul li:before
    {
      display:none !important;
    }
    
    

    Let me know if this works.

    Thank you,
    Catalin

    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: Avatars are square but Album thumbnails ROUND! #24951
     Catalin
    Moderator

    Hello,

    Add this code in your style.css file from your child theme:

    COPY CODE
    
    
    .picture-gallery a.picture-thumb img
    {
       border-radius: 0 !important;
    }
    
    

    Thank you,
    Catalin

    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: Trouble building pages #24950
     Catalin
    Moderator

    Hello,

    Please take a look first in the documentation folder from the .zip you receive when purchasing the themE.

    Thank you,
    Catalin

    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 - 1,081 through 1,120 (of 1,943 total)

Log in with your credentials

Forgot your details?