Forum Replies Created

Viewing 40 posts - 4,641 through 4,680 (of 20,101 total)
  • Author
  • in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180396
     Radu
    Moderator
    Not marked as solution
    in reply to: Attribute styling and Attribute in product names #180389
     Radu
    Moderator

    Hi,

    The markup it’s generated without specific classes or ID’s there to can target only the

    COPY CODE
    
    table.shop_attributes tr td p a[rel=tag] {
        background: red;
    }
    

    there should be on any TR a class named by section like tr class=”condition” or tr class=”validation” etc

    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: Private message restriction #180386
     Radu
    Moderator
    Not marked as solution
    in reply to: not displayed user #180385
     Radu
    Moderator
    Hi, Let me know now what your current questions are. Related to the last one did you want to say that if you are search using fields I am a -> man , looking for a woman returns mans instead womens ? In wp-admin -> users -> profile search Cheers R.
    in reply to: CSS #180382
     Radu
    Moderator

    Hi,

    Just use this css

    COPY CODE
    
    @media only screen and (min-width:321px) and (max-width:768px) {
        .dl-horizontal dt {
            width: auto !important;
        }
    
        .dl-horizontal dd {
            margin-left: 75px;
        }
    
    }
    

    will look like this on tablet

    The css will be added in wp-admin -> theme options -> Styling Options -> Quick css

    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: Translate Comment Time #180381
     Radu
    Moderator

    You’re welcome

    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: Translation problem – Live Messages #180380
     Radu
    Moderator
    Hi, Just go to wp-admin -> loco translate -> themes --- If the pot file cannot be generated cuz exceeds the 100k limit do the next Cheers R.
    in reply to: Search results #180379
     Radu
    Moderator

    Hi,

    I don’t understand what do you mean by non-AJAX search can you provide a screenshot ?

    The view will be generated when there are more than and the post type it’s post.

    The ajax search will be improved in future versions

    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
    Not marked as solution
    in reply to: Questions about your theme with my app #180377
     Radu
    Moderator
    Not marked as solution
    in reply to: Multiple Q’s from a new user of Kleo Theme: #180376
     Radu
    Moderator

    Hi,

    Yes you right, i’ve forgot… sorry

    Here’s the css that makes the image to fit int the circle

    COPY CODE
    
    #buddypress #friend-list li div.item-avatar img.avatar, #buddypress #member-list li div.item-avatar img.avatar, #buddypress #members-list li div.item-avatar img.avatar {
        width:100%;
    }
    

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

    Now it’s fit but the image it’s a little pixelated because the avatar had 50px and there should be increased so you will have to create a file named members-loop.php in child theme in this path
    wp-content/themes/kleo-child/buddypress/members/members-loop.php
    in that you will paste this content : https://pastebin.com/raw/3VMWhbfn

    That’s it

    NOTE : Child theme needs to be 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: Member Page #180375
     Radu
    Moderator

    Hi,

    Cannot login but anyway is no longer need, just create a file named members-loop.php in child theme in this path wp-content/themes/kleo-child/buddypress/members/members-loop.php in that you will paste this content : https://pastebin.com/raw/3VMWhbfn

    NOTE : Child theme needs to be 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: Read more button text #180374
     Radu
    Moderator

    Hi,

    You can use this code instead : https://pastebin.com/FkNKtrmD

    The function needs to be pasted in wp-content/themes/sweetdate-child/functions.php

    NOTE : Child theme needs to be 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: PMPro Checkout Button Disappeared #180373
     Radu
    Moderator

    Hi,

    You can se default pmpro checkout flow there by copying this file :

    /wp-content/plugins/paid-memberships-pro/pages/checkout.php
    to
    /wp-content/themes/sweetdate-child/paid-memberships-pro/pages/checkout.php

    In this way you will have default pmpro checkout workflow.
    NOTE : Child theme needs to be 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: Registration signup, categorized forum. #180372
     Radu
    Moderator
    Not marked as solution
    in reply to: Activity Page Style vs Activity Stream Style #180159
     Radu
    Moderator

    Just use [kleo_bp_activity_page] this shortcode instead activity stream it will duplicate the bp activity page.

    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: Translate Comment Time #180158
     Radu
    Moderator

    Just translate with an extra space so instead “vor” will be “vor ”

    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: Create An Account box location #180157
     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>Forums text & Default Compose Messages line #180156
     Radu
    Moderator

    Hi,

    try this css

    COPY CODE
    
    #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
      height:60px;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    

    Let me know

    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: Events post type – not showing “link business” #180155
     Radu
    Moderator
    Not marked as solution
    in reply to: Questions about your theme with my app #180149
     Radu
    Moderator
    Not marked as solution
    in reply to: WP BAKERY SMOOTH SCROLL WHEN A BUTTON IS CLICKED #180145
     Radu
    Moderator

    Hi,

    Just add to that button kleo-scroll-to class and if you link the href=”” to a div in the same page the smooth scroll will be generated

    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: Button setting for URL having trouble #180144
     Radu
    Moderator

    hi,

    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: Kleo Live Notifications #180143
     Radu
    Moderator
    Not marked as solution
    in reply to: Building Issues #180142
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    I’ve tried already checked that but the phpinfo() function it’s not allowed to run because of the hosting restrictions , see here details in a previous ticket : https://archived.seventhqueen.com/forums/topic/i-cant-add-more-than-5-images-visual-composer-accept-a-total-of-5-images/#post-179260

    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: CSS #180137
     Radu
    Moderator

    Hi,

    Ok then

    Good Day
    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
    Not marked as solution
    in reply to: Member Page #180131
     Radu
    Moderator

    Please provide to me in a private reply working FTP credentials + wp admin and tell where you placed the code

    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: landing page and demo #180130
     Radu
    Moderator
    Not marked as solution
    in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180124
     Radu
    Moderator
    Not marked as solution
    in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180123
     Radu
    Moderator
    Not marked as solution
    in reply to: Read more button text #180039
     Radu
    Moderator

    Hi,

    I see, i’ve made a confusion, i taught you need that for Kleo.

    You can change the read more string or any other string with loco translate, i will add the procedure below.

    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
    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: Translate Comment Time #180034
     Radu
    Moderator

    Hi,

    Just paste this code in wp-content/themes/kleo-child/functions.php

    NOTE : Child theme needs to be installed and activated.

    https://pastebin.com/raw/tqAQb39y

    If the translations no longer works for ago. press sync in loco

    Let me know

    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: Multiple Q’s from a new user of Kleo Theme: #180032
     Radu
    Moderator

    Hi,

    Cannot see your website it says “This site is under developement.”

    To can see the members directory please privde an account an link to members directory.

    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: Create An Account box location #180029
     Radu
    Moderator

    Yes,

    There you should set padding top 0 instead 80 for the row that contains the form and rest of two columns.

    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: Change #179921
     Radu
    Moderator

    Hi,

    Just add the next snippet to sweetdate_child/functions.php

    And replace with your text.

    COPY CODE
    
    
    
    function translate_memberships_options($kleo_pay_settings)
    {
        $kleo_pay_settings = array(
            array(
                'title' => __('Restrict members directory1', 'kleo_framework'),
                'front' => __('View members directory1', 'kleo_framework'),
                'name' => 'members_dir'
            ),
            array(
                'title' => __('Restrict viewing other profiles2', 'kleo_framework'),
                'front' => __('View members profile2', 'kleo_framework'),
                'name' => 'view_profiles'
            ),
            array(
                'title' => __('Restrict access to groups directory3', 'kleo_framework'),
                'front' => __('Access group directory3', 'kleo_framework'),
                'name' => 'groups_dir'
            ),
            array(
                'title' => __('Restrict access to single group page4', 'kleo_framework'),
                'front' => __('Access to groups4', 'kleo_framework'),
                'name' => 'view_groups'
            ),
            array(
                'title' => __('Restrict users from viewing site activity', 'kleo_framework'),
                'front' => __('View site activity', 'kleo_framework'),
                'name' => 'show_activity'
            ),
            array(
                'title' => __('Restrict users from sending private messages', 'kleo_framework'),
                'front' => __('Send Private messages', 'kleo_framework'),
                'name' => 'pm'
            ),
            array(
                'title' => __('Restrict users from adding media to their profile using rtMedia or bpAlbum', 'kleo_framework'),
                'front' => __('Add media to your profile', 'kleo_framework'),
                'name' => 'add_media'
            )
        );
    
        return $kleo_pay_settings;
    
    }
    add_filter( 'kleo_pmpro_level_restrictions', 'translate_memberships_options', '10',1);
    
    

    If copying the code from above causes fatal error paste it from here : https://pastebin.com/raw/S4wm1nP3

    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: Remove Sweet Date Text #179920
     Radu
    Moderator

    Hi,

    Can you help with something else ?

    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: How to remove the wordpress login and kelo logo #179919
     Radu
    Moderator

    Hi,

    Check directly on the page level so go to wp-admin-> pages -> look for your homepage, see screenshot.

    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: How to add social icons to side menu as DEMO #179913
     Radu
    Moderator

    Hi,

    Look in wp-admin-> appearance -> widgets -> sidemenu area

    Cheers
    R.

    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 - 4,641 through 4,680 (of 20,101 total)

Log in with your credentials

Forgot your details?