Forum Replies Created

Viewing 40 posts - 4,961 through 5,000 (of 20,101 total)
  • Author
  • in reply to: Paid Membership Pro plugin error #177497
     Radu
    Moderator
    Not marked as solution
    in reply to: Visual composer not working for WP Editor Role #177495
     Radu
    Moderator

    Hi,

    Cannot login with the admin account (kleo username)

    Make sure to have the options like in the next screenshot

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

    Hi,

    Here it’s a example for selectors on hover image, and for current tab where you are, you will have to do that for every tab i’ve done for #user-activity, you will have to do for the rest tabs, the selectors are those https://archived.seventhqueen.com/forums/topic/media-link-in-buddypress-showing-dobble/#post-171934 just do same rule for every like below.

    COPY CODE
    
    a#user-activity:before {
        content: " " !important; 
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/actividades.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    
    /* hover custom icon ( replace #user-activity with the second selector) */
    a#user-activity:hover:before {
        background-image: url('https://kids.niehs.nih.gov/resources/images/icon-nav-activities.svg');
    }
    
    /* current tab custom image by component replace #user-activity with the second selector  */
    #object-nav li.current a#user-activity:before {
        background-image: url('https://livelovely.com/static/images/full-listing/icon-modal-success%402x.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: registerations #177491
     Radu
    Moderator

    Yes,

    But let me know what actions had you made to have the register page white ? from what i know both plugins works ok with our theme

    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: Site is launching at bottom of page #177489
     Radu
    Moderator

    Hi,

    Cannot see any scroll to bottom on the homepage, in what page i can see that?

    Browsed few pages and it stays on the top

    VIDEO : https://drive.google.com/file/d/0Bxo5b6iHWRMwNFhiOG54M0xaTE0/view

    Let me know if all good now.

    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

    I see, can you please provide WP admin credentials + FTP login details to take a closer look ?

    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

    You will have to install the contact form 7 plugin before to import the form

    link : https://wordpress.org/plugins/contact-form-7/

    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: Adding custom links to to buddy press menu #177246
     Radu
    Moderator

    Hi,

    The issue it’s related to the Buddypress plugin itself not Kleo but here it’s a plugin that allows you to create custom menus there: https://wordpress.org/plugins/buddypress-custom-profile-menu/

    I don’t know if without custom code you can achieve membership restriction in the custom profile links

    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: Coul not import Buddypress Profile Fields. #177245
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    what element are you are using ???

    If you had updated the theme and visual it’s required to update also the k-elements plugin, so if you haven’t done that update also the k-elements.

    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: registerations #177243
     Radu
    Moderator

    Hi,

    You can use a captcha or invisible captcha plugin there : https://wordpress.org/plugins/invisible-recaptcha/ most sure will reject all bot signups, cannot pass the google captcha.

    An additional security plugin it’s Wangguard : https://wordpress.org/plugins/wangguard/

    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: featured image #177242
     Radu
    Moderator
    Not marked as solution
    in reply to: Load more button not working #177241
     Radu
    Moderator
    Not marked as solution
    in reply to: @mentions dropdown auto complete #177237
     Radu
    Moderator

    Hi,

    It’s the same like in the video still redirecting, cookie cleared even in incognito it’s happening the same… try yourself before pelase when it’s ok 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
     Radu
    Moderator

    Hi,

    IT works for me, using latest theme version and also latest visual composer and k-elements version.

    Check for Visual Composer and K-elements plugin updates in wp-admin -> appearance -> install plugins -> Update it if you see update link for those plugins and check again.

    If it’s the same even if you will update, try to de-activate rest of the plugins except visual composer and k-elements

    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: Load more button not working #177234
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Works for me without any problem, renders any shortcode in those areas.

    Make sure the issue to not be caused by some plugin, so de-activate them all except sq kleo monaziter and check again.

    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: @mentions dropdown auto complete #177232
     Radu
    Moderator

    Hi,

    I encounter the same issue, i’m not able to view nothing, i’m redirected to /register

    VIDEO : https://drive.google.com/file/d/0Bxo5b6iHWRMwVkhqYkI2LWRKd1U/view

    Let me know when the site it’s usable and no more redirects in other install

    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

    You will have to add the css on every install, but if you will use kleo child and you will paste the css to wp-content/themes/kleo-child/style.css will be keep even if you update the theme.

    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 #177144
     Radu
    Moderator
    Not marked as solution
    in reply to: http elements to https #177139
     Radu
    Moderator

    Hi,

    Where i can see that ?

    In homepage doesn’t show

    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: @mentions dropdown auto complete #177138
     Radu
    Moderator

    Hi,

    I think it’s caused by some plugin ??
    And more than that there it’s a issue with the staging site i cannot browse thru staging, i’ve redirected always to imingle.com/register

    see vide : https://drive.google.com/file/d/0Bxo5b6iHWRMwNHQ2WXVkVzdJQzg/view

    just de-activate child theme all plugins except bbpress and buddypress (make sure they are updated) 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
    in reply to: Register with paid memebership #177137
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    I’ve targeted also the class ‘wpb_animate_when_almost_visible’ which thru this class some animations are applied and that it’s added by the visual composer for all their elements that have set animation for animate when almost visible.

    The css rule should fix that!

    Let me know if you notice a problem on any element

    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,

    Check also those files, those have link to the fonts.googleapis.com :

    1. /wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php
    2. /wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php
    3. /wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php
    4. /wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php

    In all those files a wp_enqueue line exist with the same font and code apparently, comment them.

    Suggest to vc team to add an option or a filter that prevents google fonts to load.

    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

    Nope,

    Just i’ve tested with a visual composer shortcode from example and it’s rendered..

    what shortcode are you trying to add there ? [code] ?

    What plugin shortcode ?

    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,

    Add this css in quick css area

    COPY CODE
    
    .animated,.wpb_animate_when_almost_visible  {
     /*CSS transitions*/
     -o-transition-property: none !important;
     -moz-transition-property: none !important;
     -ms-transition-property: none !important;
     -webkit-transition-property: none !important;
     transition-property: none !important;
     /*CSS transforms*/
     -o-transform: none !important;
     -moz-transform: none !important;
     -ms-transform: none !important;
     -webkit-transform: none !important;
     transform: none !important;
     /*CSS animations*/
     -webkit-animation: none !important;
     -moz-animation: none !important;
     -o-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
     opacity: 1 !important;
     filter:none !important;
     
     }
    

    IF you want to turn off only on mobile devices use the next css

    COPY CODE
    
    * Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	.animated,.wpb_animate_when_almost_visible  {
     /*CSS transitions*/
     -o-transition-property: none !important;
     -moz-transition-property: none !important;
     -ms-transition-property: none !important;
     -webkit-transition-property: none !important;
     transition-property: none !important;
     /*CSS transforms*/
     -o-transform: none !important;
     -moz-transform: none !important;
     -ms-transform: none !important;
     -webkit-transform: none !important;
     transform: none !important;
     /*CSS animations*/
     -webkit-animation: none !important;
     -moz-animation: none !important;
     -o-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
     opacity: 1 !important;
     filter:none !important;
     
     }
    }
    
    

    The CSS will be added to wp-admin -> theme options -> general settings -> 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: Profile and Group Cover images #177126
     Radu
    Moderator
    Not marked as solution
    in reply to: Load more button not working #177060
     Radu
    Moderator
    Not marked as solution
    in reply to: SweetDate 3.0 #177056
     Radu
    Moderator

    @Benson

    Check it now, updated right now.

    And it looks like the old version

    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 #177055
     Radu
    Moderator
    Not marked as solution
    in reply to: restrict access to a users profile #177052
     Radu
    Moderator

    Hi,

    Using the next code will makes your users to register normally and then after activation to be locked in the membership levels page until they buy something

    COPY CODE
    
    add_action( 'template_redirect', 'my_membersip_restrict' );
     
    function my_membersip_restrict() {
        global $pmpro_pages, $post;
     
        if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) {
            if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) {
                wp_redirect( pmpro_url() );
            }
        }
    }
    
    

    The snippet will be pasted in wp-content/themes/kleo-child/functions.php

    NOTE : The Kleo 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: @mentions dropdown auto complete #177050
     Radu
    Moderator

    hi,

    Most sure because of those errors

    De-activate all plugins to see if that it;s caused by a certain pluin and also the child theme, try to update bbpress, empty cache, turn off minification and cache for testing.

    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: @mentions dropdown auto complete #177049
     Radu
    Moderator

    hi,

    Most sure because of those errors

    De-activate all plugins to see if that it;s caused by a certain pluin and also the child theme, try to update bbpress, empty cache, turn off minification and cache for testing.

    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: CENTER WINDOW #177048
     Radu
    Moderator

    Theoretically in both places, but since this customisations belongs to the plugin, in the plugin css field.

    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: Ajax Search Summary in Menu Bar is Wrong #177047
     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: Multiple Q’s from a new user of Kleo Theme: #177046
     Radu
    Moderator

    Add also this rule

    COPY CODE
    
    .kleo-toggle-menu.open .kleo-toggle-submenu {
        top: 33px;
    }
    

    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: Schema.org Question #177045
     Radu
    Moderator

    Hi,

    For the forums just use the next function https://pastebin.com/raw/7Vz4wCDV

    For the contact page use the next snippet https://pastebin.com/raw/7bgqRbBK

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

    NOTE : Child theme needs to be installed and activated.

    That’s it, the bbPress will be included in next theme update, for the contact page you will have to add 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: google recptcha not shown in login popup #177031
     Radu
    Moderator

    Hi,

    Please de-activate all plugins, see if it works, if it works enable back plugins one by one, if it’s the same leave plugins off and de-activate child theme… then check again.

    Let me know

    I’ve received the same issue like you now don’t know why but after plugin and child theme de-activate activate works… not sure what’s the issue

    Let me kow

    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: FB login #177029
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 4,961 through 5,000 (of 20,101 total)

Log in with your credentials

Forgot your details?