Forum Replies Created

Viewing 40 posts - 2,801 through 2,840 (of 20,101 total)
  • Author
  • in reply to: SweetDate 3.0 #197357
     Radu
    Moderator

    Hi,
    That depends by all team and the priorities, not sure to communicate any eta for any of your requested features, maybe many of them will be not be implemented never in sweeetdate, maybe creating a new dating theme.

    Please please please do not continue this ticket it’s to old and had very very many replies here on 4 pages.

    Cheers
    R

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

    You can create a new directory for new types of members using this plugin : https://wordpress.org/plugins/bp-member-type-generator/

    generating a new one based by certain profile fields and visibility implies custom code, search for a plugin that can do that if it exists.

    Cheers
    R

    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: profile avatar circle #197353
     Radu
    Moderator

    For desktop same on mobile

    COPY CODE
    
    #profile .row .five.columns .two.columns.pull-two {
        float: left;
        display: inline-table;
        margin: 0 auto !important;
        position: initial;
        padding: 20px 10px;
    }
    

    Pulling the change avatar out implies additional time, not have solution for that

    Cheers
    R

    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: Location of php file call some #197351
     Radu
    Moderator

    Here : wp-content/themes/sweetdate/framework/frontend.php line 17 and maybe 35 ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator
    Not marked as solution
    in reply to: A few formatting questions #197343
     Radu
    Moderator

    Also for the header use this css to make it narrow

    COPY CODE
    
    div#header {
        max-width: 980px;
        margin: 0 auto;
    }
    

    For main content

    COPY CODE
    
    div#main {
        max-width: 980px;
        margin: 0 auto;
    }
    

    socket

    COPY CODE
    
     #socket {
        max-width: 980px;
        margin: 0 auto;
    }
    

    Or all toghether in one rule

    COPY CODE
    
    #header ,#main, #footer, #socket {
        max-width: 980px;
        margin: 0 auto;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: A few formatting questions #197342
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    div#footer {
        max-width: 980px;
        margin: 0 auto;
    }
    

    Change the 980px with your value.

    On my resolution it’s already boxed but for lower resolution use the css

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: changes #197340
     Radu
    Moderator

    Maybe creating a member type : https://wordpress.org/plugins/bp-member-type-generator/ you can have new directory for the new type

    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 page #197339
     Radu
    Moderator

    Hi,

    Ask buddypress since that belongs to their plugin

    Cheers
    R

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

    Hi,

    This might be the reason

    There are some js errors on the page, set all plugins off except elementor see if it works.

    Cheers

    R

    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,

    here’s the screenshot link save it or give it directly the link : http://seventhqueen.com/public-files/radu/Groups__Peaceful_Parent_2018-05-09_16-38-31.png

    Cheers
    R

    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: Sign up form costumized #197331
     Radu
    Moderator

    Great
    Cheers
    R

    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: Social Articles #197328
     Radu
    Moderator
    No problem Cheers R
    in reply to: Error message #197324
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    use this one

    COPY CODE
    
    .button.dropdown>ul li a[href*="messages"] {
        background: #000; color: #fff !important; }
    }
    
    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 Theme #197322
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Can you resume please what are you trying to do ?

    I understand you want to change color of a menu item when you are on a certain url ?

    Using a similar css like this : .my-account.messages #header .btn-profile a[href=”https://domain.com/messages/”] will not color that when you are on that url will target only the a elements that has in href that url and hiveng this class btn-profile wrapped into this structure .my-account.messages #header.

    Cheers
    R

    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 Theme #197261
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo #197259
     Radu
    Moderator
    Not marked as solution
    in reply to: new buddypress shortcode #197256
     Radu
    Moderator

    No problem
    Cheers
    R

    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 cover photo is not displaying #197255
     Radu
    Moderator
    Not marked as solution
    in reply to: A few formatting questions #197254
     Radu
    Moderator

    Hi,

    1. At this moment the header and whole site it’s boxed see the screenshot

    2.

    You will have to install and activate child theme first then copy this file : wp-content/themes/kleo/page-parts/general-header-section.php to child theme wp-content/themes/kleo-child/page-parts/general-header-section.php

    Then open the file in child and see the screenshot

    OR if you want to add link instead the top menu comment the echo $top_menu; and add below you links.

    3a.

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    COPY CODE
    
    .navbar-nav>li>a {
        font-size: 20px !important;
    } 
    

    3b. at this moment no search on the page

    3c. It’s like that by default did you had make any changes (css) there ?

    3d. hover text color

    COPY CODE
    
    .navbar-nav>li>a:hover {
        color:red !important;
    }
    

    4. Looks as it should you had solved?

    Cheers
    R

    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: Block other users #197250
     Radu
    Moderator

    Hi,

    It might be possible using a plugin , check this one : https://wordpress.org/plugins/bp-block-users/

    Cheers
    R

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

    Search in rt media plugin with loco translate plugin, the tab belogs to that plugin

    Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/

    A small introduction on how translations work

    Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.

    For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.

    Follow these steps to get you started:

    • Install Loco Translate plugin
    • Go to the plugin dashboard: WP Admin – Tools – Manage translations
    • Find the theme or plugin in the list.
    • If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
    • Press SYNC button to synchronise your translation with the provided .pot file
    • Search for the string you want to translate and add your translated string.
    • Press Save when you finished your translation.

    Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language

    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: Footer text #197247
     Radu
    Moderator
    Not marked as solution
    in reply to: Some Elementor Settings questions #197244
     Radu
    Moderator

    Hi,

    Most sure yes, check in wp-admin -> theme options -> styling options -> header -> Background the color and change it remove it.

    Cheers
    R

    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: Lightbox first image undefined after 4.3.5 #197242
     Radu
    Moderator
    Not marked as solution
    in reply to: Responsive container width #197237
     Radu
    Moderator

    Yes, in all places where 991px it’s.

    Yes from there it should be, search in the file for the selector.

    Cheers

    R

    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: Profile Field Description Doubling Up #197236
     Radu
    Moderator
    Not marked as solution
    in reply to: new buddypress shortcode #197235
     Radu
    Moderator

    Hi,

    I think you should ask the plugin developer about that, most sure using the default wp theme you will encounter the same.

    Cheers
    R

    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: Sign up form costumized #197233
     Radu
    Moderator

    Replace all code with this one

    COPY CODE
    
    
    
    
    .form-search input[type="password"] {
        min-width: 90px;
    }
    
    .form-search .one.mobile-one.columns {
        display: none !important;
    }
    .form-search.custom .three.mobile-one.columns {
        height: inherit;
        display: inherit;
        width: 106px;
        float: left;
    }
    .form-search .three.mobile-one.columns:nth-child(4) {
        padding-left: 0px !important;
        margin:0 !important;
    }
    
    

    Cheers
    R

    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: changes #197232
     Radu
    Moderator

    Hi,

    Not known solution for this, it might be a custom thing.

    Cheers
    R

    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 horizontal tab #197231
     Radu
    Moderator

    Hi,

    We are rewriting the default woocommerce templates and you can modify it by copying the files in child theme from wp-content/themes/kleo/woocommerce/single-product/ to wp-content/themes/kleo-child/woocommerce/single-product keeping their structure.

    tabs file :
    wp-content/themes/kleo/woocommerce/single-product/tabs/tabs.php in child will be
    wp-content/themes/kleo-child/woocommerce/single-product/tabs/tabs.php

    You will have to have child theme installed and activated.

    Cheers
    R

    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 Theme #197230
     Radu
    Moderator
    Not marked as solution
    in reply to: slider #197229
     Radu
    Moderator

    No problem
    Cheers
    R

    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 Theme #197228
     Radu
    Moderator
    Not marked as solution
    in reply to: Users are unable to register #197227
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Social Articles #197225
     Radu
    Moderator
    Hi, Not sure, if you change to default theme the tags and cats appears there ? if yes it means because of some css rules that you had added. Follow this to increase the upload size limit : http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/ Cheers R
    in reply to: Events Calendar Pro and Kleo settings #197224
     Radu
    Moderator

    You will have to use only that code, replacing the file mentioned there it’s outdated, we had included that in theme update.

    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 - 2,801 through 2,840 (of 20,101 total)

Log in with your credentials

Forgot your details?