Forum Replies Created

Viewing 40 posts - 16,521 through 16,560 (of 20,101 total)
  • Author
  • in reply to: Youtub videos always autostart #99741
     Radu
    Moderator

    Hi,

    I can take a look in your dashboard if you are ok with this, provide 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
    in reply to: how to change font color on top search box #99739
     Radu
    Moderator

    Add this css

    COPY CODE
    
    
    .search-form input.header-search {
        color: red !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: How to change background color #99737
     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: font comment #99736
     Radu
    Moderator

    Hi again,

    To understand correctly your query, you want to add custom fonts to this plugin https://wordpress.org/plugins/tinymce-visual-editor-comment/ ?

    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: Center logo & registration box #99735
     Radu
    Moderator

    You’re welcome

    Have a nice week

    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’t Update Theme via ThemeForest #99734
     Radu
    Moderator

    Hi,

    Yes, just open a new ticket or reply into 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: Forget password doesn’t work #99733
     Radu
    Moderator

    Hi,

    I don’t think this is caused by sweetdate theme let’s make a test, activate a wordpress default theme like Twenty Fifteen then repeat the action and let me know if you are able to recover pass via email with default theme activate.

    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: terms of service page #99731
     Radu
    Moderator

    Hi,

    I see, first, disable all additional plugins and reproduce this, if that is not gonna happens enable plugins one by one to identify what plugins causes this, by default this is not happend.

    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 see, first, disable all additional plugins and reproduce this, if that is not gonna happens enable plugins one by one to identify what plugins causes this, by default this is not happend.

    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’t Update Theme via ThemeForest #99594
     Radu
    Moderator

    Hi,

    Please download the attached archive.

    Let me know after you download the archive.

    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 change font color on top search box #99589
     Radu
    Moderator

    Hi,

    With this css

    COPY CODE
    
    
    .search-form input::-webkit-input-placeholder { /* Safari, Chrome and Opera */
      color: orange !important;
    }
    
    .search-form input :-moz-placeholder { /* Firefox 18- */
      color: orange;
    }
    
    .search-form input::-moz-placeholder { /* Firefox 19+ */
      color: orange !important;
    }
    
    .search-form input:-ms-input-placeholder { /* IE 10+ */
      color: orange !important;
    }
    
    .search-form input::-ms-input-placeholder { /* Edge */
      color: orange;
    }
    
    .search-form input:placeholder-shown { /* Standard one last! */
      color: orange !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: How to change background color #99588
     Radu
    Moderator

    The background for the breadcrumbs zone can be change with this css

    COPY CODE
    
    #page-title {
        background-color: red !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: How to change background color #99587
     Radu
    Moderator

    Hi,

    Do you want to change background color only for dashboard page ? or for entire site ?

    If you want for entire site use this css

    COPY CODE
    
    .main-content.container-fluid {
        background: red;
    }
    

    If you want only for home page use this

    COPY CODE
    
    .home-page .main-content.container-fluid {
        background: red;
    }
    

    the css will be added here : wp-admin -> appearance -> theme options -> 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: Adding a line of text in the login widget #99583
     Radu
    Moderator

    Hi,

    Please provide a print screen that pointing out where to be placed that line

    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: Theme Install Service #99547
     Radu
    Moderator

    We will create only that 4 packages for demo purposes and we will create and assign required pages for the plugin to work, the rest of settings like gateway and rest of options you should configure by yourself

    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: Customise the Search results page #99543
     Radu
    Moderator

    Hi,

    You can edit/customize as you wish the search results page by editing this file : /wp-content/themes/kleo/search.php

    Recommended usage : copy this file to /wp-content/themes/kleo-child/search.php and made your desired modifications in child.

    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: font comment #99541
     Radu
    Moderator

    Hi,

    We haven’t used never a plugin that allows users to comment with a custom font but you have to search on google for a plugin that allows you to do that.

    I’ve searched on google and i found this : https://wordpress.org/plugins/tinymce-visual-editor-comment/

    You need to test this plugin, we have not tested the behaviour of the plugin on sweet

    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: terms of service page #99538
     Radu
    Moderator

    Unable to login

    Please review the 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
     Radu
    Moderator

    Hi,

    Unable to access the website it says “ERROR: The username or password you entered is incorrect. Lost your 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: Paid Membership Pro #99536
     Radu
    Moderator

    Hi,

    You have create any other packs ?

    You can create additional packs from wp-admin -> Memberships -> Membership Levels -> Add New Level

    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: Loco Translate #99535
     Radu
    Moderator

    Hi,

    Do you have solved your issue

    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
    in reply to: Log in button #99529
     Radu
    Moderator

    Hi,

    Please add to your page a row and inside put a text block visual element from visual composer and paste this shortcode

    [bbp-login]

    And i recommend you to set full width for the homepage from rightside -> Page Attribute -> Template -> Select Full-Width

    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: forum/forums breadcumbs #99526
     Radu
    Moderator

    Hi,

    If you disable the seo yoast and the breadcrumbs shows ok try to contact the seo yoast forum support or bbpress forum support.

    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: Boxed Background Image Not Showing Up #99524
     Radu
    Moderator

    Hi,

    Make sure that this is not a cache related problem, if you have some cache plugin clear the cache if not, please provide 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: Theme Install Service #99522
     Radu
    Moderator

    Hi,

    Sorry but i don’t understand your question

    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: Want to change the colour of header #99520
     Radu
    Moderator

    Hi,

    The header background color can be changed from wp-admin -> theme options -> styling options -> Background color*

    If the changes not applying make sure that you don’t have a cache plugin and you will have to clear/purge the 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
     Radu
    Moderator

    Hi,

    Please go to post or a page and on top right page you will see screen options -> check send trackbacks and discussion ( see screenshots )

    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: Video Player Size #99510
     Radu
    Moderator

    Hi,

    I don’t really understand, but i suggest you to set video iframe to be 100% with this css in this way the iframe will fits ok in page.

    COPY CODE
    
    .wpb_column iframe {
        max-width: 75% !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: SELECTION COLOR #99509
     Radu
    Moderator

    Ok

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

    Hi D,

    Try with this

    COPY CODE
    
    .kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
        opacity: 1;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
    

    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,

    Add this line to wp-config/themes/kleo-child/functions.php

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    

    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: Center logo & registration box #99501
     Radu
    Moderator

    Hi,

    The code that i have provided you earlier to that !

    Add this css next to rest of CSS

    COPY CODE
    
    body.home form#register_form_front .five.columns { margin:0px !important;float: left;text-align: right !important;}
     
    form#register_form_front .three.mobile-one.columns {
        width: 58%;
        text-align: right !important;
        float: right;
    }
     
    body.home form#register_form_front .mobile-one label {
        text-align: right !important;
    }
    

    See attachment how it looks.

    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: Youtub videos always autostart #99500
     Radu
    Moderator

    Hi,

    I think that is from revolution slider and you should go to wp-admin -> Slider Revolution -> choose the slider that is on that page and look for an autoplay option and set it off

    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: you have to be connect to download #99353
     Radu
    Moderator

    Hi,

    You can do this with pmpro plugin and using this shortcode

    [membership]
    http:// Link to download
    [/membership]

    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: Mailchimp doesn't allow dating websites #99344
     Radu
    Moderator

    Hi,

    We haven’t test any other mail send services you should look for their wordpress plugins and to test the plugins :

    https://wordpress.org/plugins/getresponse-integration/

    https://wordpress.org/plugins/aweber-integration/

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

    Thank you !

    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: Youtub videos always autostart #99340
     Radu
    Moderator

    Hi,

    It seems there is an plugin that plays the youtube video, Please configure that plugin to not auto play videos or disable it.

    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,

    Yes the Kleo theme is integrate nicely with buddypress and you can run multi site.

    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: Activity (site wide) #99336
     Radu
    Moderator

    Hi,

    By default you cannot do that, you need to search on google or on buddypress forums for a plugin or a custom code that allows you to to that

    https://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/

    Investigate and test this plugin : https://wordpress.org/plugins/buddypress-activity-privacy/

    Other discussion about this : https://www.google.com/search?client=safari&rls=en&q=buddypress+activity+friends+only

    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: Group creation by a user #99333
     Radu
    Moderator

    Please follow this answer https://archived.seventhqueen.com/forums/topic/group-creation-problem/#post-96619

    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
Viewing 40 posts - 16,521 through 16,560 (of 20,101 total)

Log in with your credentials

Forgot your details?