Forum Replies Created

Viewing 40 posts - 3,441 through 3,480 (of 20,101 total)
  • Author
  • in reply to: frontend poll #192821
     Radu
    Moderator

    Hi,

    This is not possible, try to search for a plugin that allows you to do 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: Advance Search #192817
     Radu
    Moderator

    Hi,

    Just take a look at this video guide how to setup the theme like in the demo

    I see that you have the search form on your homepage, you can add remove fields from wp-admin -> users -> profile search -> and select your form in your case home form.

    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 don’t think so cuz the kleo doesn’t manipulate that, maybe it was comes from something else ? not sure what, like cache other plugins or the hosting? not sure

    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 running slow and sometimes not available #192814
     Radu
    Moderator
    Not marked as solution
    in reply to: Change to appear only username instead of Full name #192813
     Radu
    Moderator

    Hi,

    I was able to register with a test account, did you had solved?

    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: visual composer not loading #192812
     Radu
    Moderator

    Hi,

    I think one of your plugins causes that or the child theme if you are using

    There seems to be a plugin compatibility switch off all plugins except visual composer then check if the vc works if yes activate plugins back one by one while you check until you find the plugin that do that.

    If still not works with all plugins off or not, try to do the next, go to wp-admin -> plugins -> check visual composer and k-elements, de-activate them then delete them after that go to wp-admin -> appearance -> install plugins -> install Visual composer and K-elements, then check again.

    IF still not works you will have to enable wp debug, i will add the procedure below.

    Please update the KLEO theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    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: Video Background issue #192811
     Radu
    Moderator
    Not marked as solution
    in reply to: preview picture of a video content #192810
     Radu
    Moderator
    Not marked as solution
    in reply to: Visual Composer is not working. #192807
     Radu
    Moderator
    Not marked as solution
    in reply to: Best method to print blogs nicely #192806
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo #192805
     Radu
    Moderator
    Not marked as solution
    in reply to: Issues with Paid Membership Pro #192804
     Radu
    Moderator

    Hi,

    Just go to wp-admin -> theme options-> memberships -> Allow registrations also from PMPRO checkout page. -> on

    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: Posts not scrolling #192802
     Radu
    Moderator
    Not marked as solution
    in reply to: changing fonts to google font ABEL #192801
     Radu
    Moderator

    Your style.css file isn’t standard

    Any style.css file from a child hteme should have those kind of headers

    COPY CODE
    
    /*
    Theme Name:     Kleo Child
    Theme URI:
    Description:    Child theme for Kleo
    Author:         SeventhQueen
    Author URI:     http://seventhqueen.com
    Template:       kleo
    Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
    License: GNU General Public License
    License URI: license.txt
    */
    
    /*
    * Please add your custom styles below
    */
    
    .my-class {padding:0;}
    
    

    So your style.css doesn’t have those

    So just add those before your css rules

    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: Split: Button styling #192800
     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: rtMedia Nonce Error #192798
     Radu
    Moderator

    Hi,

    We had contact the rtmedia team and we are in progress to fix the dom duplicated id’s next week i think

    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: Installation with error #192756
     Radu
    Moderator
    Not marked as solution
    in reply to: changing fonts to google font ABEL #192746
     Radu
    Moderator

    Hi

    Just add

    COPY CODE
    
    .post-info {
        font-family: abel !important;
    }
    

    Or only for homepage add

    COPY CODE
    
    .home .post-info {
        font-family: abel !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: Posts not scrolling #192744
     Radu
    Moderator
    Not marked as solution
    in reply to: preview picture of a video content #192743
     Radu
    Moderator
    Not marked as solution
    in reply to: Change to appear only username instead of Full name #192742
     Radu
    Moderator

    Hi,

    I think you can do that with this plugin : https://wordpress.org/plugins/buddypress-real-names/ give it a try.

    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: rtMedia Nonce Error #192739
     Radu
    Moderator

    Hi,
    We will investigate tomorrow in depth this issue ( [DOM] Found x elements with non-unique id ).
    The second thing related to the replying to the comments it may be caused by the paginatiation tiat is no ajax, it’s directly via url

    You will click reply or comment on our demo you will see it works, also if you press load more a new content will be pulled in the same page without refresh https://seventhqueen.com/demo/sweetdatewp/activity/

    We have also those errors in console related to [DOM] Found x elements with non-unique id and the functionality isn’t affected at all.

    On your install if you press Load more at the bottom of activity page will open this link https://khiadmin.staging.wpengine.com/activity/?acpage=2 instead of pulling new content there.

    If you had child theme and other plugins that can interfere with buddypress de-activate all except buddypress and see if it works as it should.

    Let me know if it works to comment/reply with all plugins except Buddypress and child theme off

    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: Visual Composer is not working. #192737
     Radu
    Moderator
    Not marked as solution
    in reply to: Installation with error #192735
     Radu
    Moderator
    Not marked as solution
    in reply to: Split: Button styling #192731
     Radu
    Moderator

    Hi,

    Not sure why.. wired but just add this css in wp-admin -> theme options -> quick css

    COPY CODE
    
    @media(max-width:991px) {
        #register-page form.standard-form h4.reg_groups_title {
            display: inline;
        }
    
        #register-page form.standard-form #registration-groups-section {
            display: inline-block;
        }
    
    }
    

    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: Profile functions not working anymore #192730
     Radu
    Moderator
    Not marked as solution
    in reply to: Css dont hide buddypress page titles. #192729
     Radu
    Moderator

    Hi,

    Thank you for the kind words, i appreciate your polite and i’m glad that you had find a workaround.

    Have a nice week
    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: Where is the image coming from? #192728
     Radu
    Moderator
    Not marked as solution
    in reply to: Profile functions not working anymore #192724
     Radu
    Moderator
    Not marked as solution
    in reply to: Issues with Paid Membership Pro #192723
     Radu
    Moderator

    Did you had disabled child theme ?

    For me on my local install it works pmpro + theme.

    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 dont hide buddypress page titles. #192721
     Radu
    Moderator

    You see that the code works for me if i inject to the page.

    Let me know the credentials 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
    in reply to: Where is the image coming from? #192719
     Radu
    Moderator
    Not marked as solution
    in reply to: Catagory filter in Kleo Posts #192718
     Radu
    Moderator
    Not marked as solution
    in reply to: Latest post won’t stick #192717
     Radu
    Moderator

    Hi,

    There the content it’s replaced with that, see screenshot

    Try to switch off child theme and all plugins except buddypress then check if that still happens, if no, enable them back one by one while you check.

    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: Gutenberg ready? #192715
     Radu
    Moderator

    We will let you 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: rtMedia Nonce Error #192712
     Radu
    Moderator

    Sorry for that, here’s a screenshot for searching in sweetdate theme

    We had informed rtMedia about this from the beginning, you can ask them also !

    Also that cannot be found in sweetdate theme

    Anyway there is no functionality issue..

    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: Horizontal Form – BP PRofile Search #192711
     Radu
    Moderator

    Hi,

    The horizontal template it’s located in our theme wp-content/themes/sweetdate/buddypress/members/bps-form-horizontal.php

    If you will have issues with this re-upload theme files over the existing one via FTP in wp-content/themes/sweetdate also do the same with bp profile search ofc re-downloading latest 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
    in reply to: video player missing volume button in mobile view #192710
     Radu
    Moderator
    Not marked as solution
    in reply to: Site is running slow and sometimes not available #192709
     Radu
    Moderator
    Not marked as solution
    in reply to: Lost/forgotten Login Details #192708
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 3,441 through 3,480 (of 20,101 total)

Log in with your credentials

Forgot your details?