Forum Replies Created

Viewing 40 posts - 1,681 through 1,720 (of 1,943 total)
  • Author
  • in reply to: Cant add search bars #21636
     Catalin
    Moderator

    Hello,

    What version of WordPress and PHP do you have on your server?
    Please send me a link to the page where you have this error.

    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 #21635
     Catalin
    Moderator

    Hello,

    Is everything OK with the fix?

    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: Theme options gives blank page #21627
     Catalin
    Moderator

    Hello,

    Please send me a link to your website.

    Also provide user admin credentials to your WordPress admin panel. 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: Add Text Above Members in Members Directory #21623
     Catalin
    Moderator

    Hello,

    The members page template is generated by BuddyPress core and cannot be modified by adding content in the content field from edit page area.

    I tested the code and it works. You just need add this in the functions.php file from your child theme.

    I can do that for you if you provide me FTP credentials. If so, reply message as private for security reasons.

    Also, give me the text you want to add.

    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: Customize Call to Action Heart #21612
     Catalin
    Moderator

    Hello,

    Take a look at this:

    http://fontawesome.io/3.2.1/cheatsheet/

    here you have a list with the icons you can use. To change it you need to add this code:

    COPY CODE
    
    
    .icon-heart:before 
    {
    content: "\xxxx";
    }
    
    

    u need to replace \xxx with the code corespondent to the icon you chose. As an example:

    COPY CODE
    
    icon-play -> content: "\f04b"; 
    

    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: Use up white space in header #21610
     Catalin
    Moderator

    Hello,

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

    COPY CODE
    
    
    #header div.login-buttons
    
    {
       padding-top:35px;
    }
    
    

    You can change the number in pixels as you wish.

    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: rev slider suddenly not loading #21565
     Catalin
    Moderator

    Hello,

    The picture in the slider does not exist:

    http://www.thesacredsisterhood.com/wp-content/uploads/2014/07/login1.png

    Please doble check the slider configuration regarding this file. 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: GROUPS MASONRY Thumb Is So Brul #21562
     Catalin
    Moderator

    Hello,

    Please modify the file from:

    ..\wp-content\plugins\k-elements\shortcodes\templates\buddypress\kleo_bp_groups_masonry.php

    and replace this:

    COPY CODE
    
    <a>"><?php bp_group_avatar( 'type=thumb&width=80&height=80' ); echo  kleo_get_img_overlay(); ?></a>
    

    with this

    COPY CODE
    
    <a>"><?php bp_group_avatar( 'type=full&width=80&height=80' ); echo  kleo_get_img_overlay(); ?></a>
    

    Let me know if it works for you.

    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: Two problems that I can't decide! #21554
     Catalin
    Moderator

    Hello,

    For fixing the issue please replace the app.js file you have in the thme folder at:

    ..\wp-content\themes\sweetdate\assets\scripts\app.js

    with the one attached.

    We will add this fix in a theme update ASAP.

    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: CSS and functionality Error #21544
     Catalin
    Moderator

    Hello,

    Please provide me a link to your website. If not possible (I see in screenshots you installed it on localhost) please provide me the exact content of the homepage, 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: Two problems that I can't decide! #21534
     Catalin
    Moderator

    Hello,

    Please provide me credentials for WordPress admin and FTP. 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: Problems With Visual Composer CSS #21532
     Catalin
    Moderator

    Hello,

    Please provide me admin user aces to your WordPress admin panel. 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: Are there any Compatible Content Builder plugins? #21520
     Catalin
    Moderator

    Hello,

    Please take a look at the shortcode button that you can find in the add content menu. Please see attach.

    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: Does anyone have a decent "full site search" code #21518
     Catalin
    Moderator

    Hello,

    W will release this in a future update of the theme. If you need it now you will have to hire a developer to do custom work on your search functionality.

    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: Css is different from yours #21515
     Catalin
    Moderator

    Hello,

    Please take a look at (Theme options>Styling options) and check the “Alternate background color”; i noticed that you changed this compared to the demo version. Also, on every profile that is listed you should also have listed his/her last activity. Try adding an update in Activity field in a profile and see the text that appears.

    More then this, I don’t see any other differences.

    Let me know if you need any help.

    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: Shortcode List w/ Options #21513
     Catalin
    Moderator

    Hello,

    We are working on a detailed documentation for shortcodes. I will be able to provide you the list ASAP.

    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: Multiple Checkbox: not partial match? #21512
     Catalin
    Moderator

    Hello,

    First, please update the theme to the latest version.

    Then take a look at

    ../wp-content\themes\sweetdate\custom_buddypress\bp-functions.php

    and there you will find:

    COPY CODE
    
    function compatibility_score() {}
    

    You can copy this function to your functions.php file from your child theme and modify it as you need.

    Let me know if this works for you,

    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: A few questions about the theme. #21498
     Catalin
    Moderator

    Hello,

    1. The default size of the logo is 192 x 88 px (Width x Height).

    2. Making those changes implies custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team.

    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: My Account page not working #21497
     Catalin
    Moderator

    Hello,

    Please send me credential to your WordPress site to be able to help. 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
     Catalin
    Moderator

    Hello,

    Please verify if this file:

    http://www.myselfdefensetraining.com/wp-content/themes/kleo/js/page-members.js and

    http://www.myselfdefensetraining.com/wp-content/themes/kleo/page-members.js

    exist in your theme folder. See the path above.

    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: Compatibility Matching #21435
     Catalin
    Moderator

    Hello,

    Please send me FTP credentials and WordPress admin aces to fix your issue. 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: GROUPS MASONRY Thumb Is So Brul #21431
     Catalin
    Moderator

    Hello,

    Normally should be 80*80px as the theme template is coded. Please send me a link to your page where you have 50*50 px dimensions. Did you use shortcodes for masonry?

    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: KLEO About Us Widget hyperlink request #21426
     Catalin
    Moderator

    Hello,

    You can add a link to the desired page in the second fields under the title from the widget options like:

    COPY CODE
    
    <a href="page link">About us</a>
    

    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,

    Search elements can be added from (Users>Profile fields) –> “add new field”. To chose elements you want to display you need to go to (Sweetdate>Buddypress) “Search form customization” area.

    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: Sam sex match problem. #21421
     Catalin
    Moderator

    Hello,

    Please take a look at printscreen. The matching fields option can be found in (Sweetdate>BuddyPress).

    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: Hide menu items #21417
     Catalin
    Moderator

    Hello,

    Please take a look to this link:

    https://archived.seventhqueen.com/forums/topic/conflict-with-the-following-functions-or-classes-kleo_custom_menu

    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: Custom Menu #21414
     Catalin
    Moderator

    Hello,

    For adding elements, please take a look at attach.

    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.
     Catalin
    Moderator

    Hello,

    Please update to the latest theme version available.

    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: Activation by sms #21400
     Catalin
    Moderator

    Hello,

    Making those changes implies custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team.

    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: Help! The profile and group pic are gone #21394
     Catalin
    Moderator

    Hello,

    I checked your website and i saw that not ALL the profile pictures are missing. All the users had profile pictures uploaded?

    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,

    Please send me a link to your website to be able to give you the fix needed for 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: Help! The profile and group pic are gone #21386
     Catalin
    Moderator

    credentials not working…

    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: Border on activity posts and replies ? #21383
     Catalin
    Moderator

    Hello,

    The css is located in Theme styling option from the theme menu. I suggest you to add this code t your style.css file from the theme child folder to prevent losing it if featured updates.

    Glad to help.

    Than 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: Bug: Member's Page Pagination #21382
     Catalin
    Moderator

    Is everything OK with the theme now?

    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: Help! The profile and group pic are gone #21379
     Catalin
    Moderator

    Hello,

    Please send me WordPress credentials. 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: Help! The profile and group pic are gone #21375
     Catalin
    Moderator

    Hello,

    Please send me a link to a page where you have this 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: Shortcode List w/ Options #21290
     Catalin
    Moderator

    Hello,

    We will include in the theme documentation a page with detailed description for short codes.

    You can add any shortcode from visual controller and configure all the options and variables available.

    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: Linkedin Login #21282
     Catalin
    Moderator

    Hello,

    You should specify to the developer that should do the code not to be overwritten by theme updates.

    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: Linkedin Login #21278
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    http://developer.linkedin.com/documents/sign-linkedin

    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: buddypress wpml translation #21276
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://archived.seventhqueen.com/forums/topic/wmpl-to-translate-profile-fields

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

Log in with your credentials

Forgot your details?