Forum Replies Created

Viewing 40 posts - 161 through 200 (of 262 total)
  • Author
  • in reply to: add friends , follow friends Masonry, loading issue #47885
     Norman
    Participant

    -the location is ok. see screen shots.

    Attachments:
    You must be logged in to view attached files.
    in reply to: add friends , follow friends Masonry, loading issue #47882
     Norman
    Participant

    I @Abe,

    thanks I really hoped for a solution like that. Appreciate.
    I did like you said but the animation is still there.
    I also deleted my browser cache, my super cache cache and my CDN cache.

    Any idea ?

    in reply to: shortcode for logged in username #46977
     Norman
    Participant

    after trying some things I recommend this plugin:

    https://wordpress.org/plugins/user-shortcodes/

    after installing the plugin you can easily use
    6 shortcodes:

    [currentuser_username]
    Display the current user name
    [currentuser_useremail]
    Display the current user email
    [currentuser_displayname]
    Display the current user display name
    [currentuser_firstname]
    Display the current user first name
    [currentuser_lastname]
    Display the current user last name
    [currentuser_id]

    in reply to: add friends , follow friends Masonry, loading issue #46933
     Norman
    Participant

    @Abe , Hi Abe i tried a lot of things but I couldn’t switch off the masonry effect.
    I always had other problems.
    Since it works on a desktop computer I started thinking that it is a performance problem of smartphones.
    Because I am displaying 80 members on one page.
    However I keep on trying.
    But if there is any chance that you can guys can offer a simple solution for displaying a non animated very simple members loop page that would be great.

    in reply to: shortcode for logged in username #46932
     Norman
    Participant

    thx !

    in reply to: add friends , follow friends Masonry, loading issue #46176
     Norman
    Participant

    .. i still have a big problem, because all smart phones are having a problem when they have to show
    the page with my mansonry members list. – they can’t load the page- finally nothing is displayed and it says there is a problem with the page. on desktop computer however it works fine.

    in reply to: group avatar white screen after croping avatar #46095
     Norman
    Participant

    this picture is better, sorry

    Attachments:
    You must be logged in to view attached files.
    in reply to: group avatar white screen after croping avatar #46094
     Norman
    Participant

    … shows TWO brackets

    in reply to: add friends , follow friends Masonry, loading issue #45727
     Norman
    Participant

    @Radu sorry to bother again but also on my smartphone my add friends page always has a problem. it says there is a problem with the page and than the page reloads. i am displaying 100 members. if i don’t touch it look ok for a moment if i scroll down it happens again.
    on this page is only a search field and than the kleo members list with add friend and follow option.
    i also think that this can be a problem for the database connection.
    i know you gave me that code- but it didn’t work for me. Is there really no other option to list buddypress friends in a simple way without animation ?

    in reply to: new Kleo 2.4 update problems #45709
     Norman
    Participant

    @sharmstr i see. i just found it under the settings. is there a way to get rid of the ORDER tab in the main menu and exchange it for MyAccount (woocommerce) . getting the user address is an important step under the settings tab it is too much hidden in my opinion and showing ORDER HISTORY is not so important for me.

    in reply to: new Kleo 2.4 update problems #45696
     Norman
    Participant

    Hi i finally found my cover problem ! for some reasons the plugin didn’t auto install.
    if you have the same issue please load the plugin from this link: kleo/lib/inc/buddypress-cover-photo.zip

    in reply to: add friends , follow friends Masonry, loading issue #44431
     Norman
    Participant

    i had to take the script off- it breaks my buddypress somehow. says problem with page, need to reload, than it reloads,problem again ..
    is there a more simple way to show, add and follow friends from the library ?

    in reply to: add friends , follow friends Masonry, loading issue #44385
     Norman
    Participant

    @sharmstr Yes, i cleared all caches

    in reply to: add friends , follow friends Masonry, loading issue #44379
     Norman
    Participant

    no effect so far

    Attachments:
    You must be logged in to view attached files.
    in reply to: add friends , follow friends Masonry, loading issue #44377
     Norman
    Participant

    @Radu

    Radu thanks for the help so in the end I should have this correct ?

    /kleo-child/buddypress/members/members-loop.php

    in reply to: woocommerce change new-badge color #44320
     Norman
    Participant

    @sharmstr – i confirm your code works

    i had to also reset the CDN cache on my server- not only in wordpress.

    thank you !

    in reply to: woocommerce change new-badge color #44318
     Norman
    Participant

    can this be because of zlib compression ? or unlikely

    in reply to: woocommerce change new-badge color #44299
     Norman
    Participant

    ok. will check caching

    in reply to: woocommerce change new-badge color #44296
     Norman
    Participant

    @sharmstr still no effect ;(

    in reply to: woocommerce change new-badge color #44294
     Norman
    Participant

    @sharmstr thx- but in my case no effect visible

    in reply to: woocommerce change new-badge color #44292
     Norman
    Participant

    i used it like this: (no )

    .woocommerce span.new-badge,
    .woocommerce-page span.new-badge {
    background: #ff00b4;
    color: #fff;
    }

    in reply to: woocommerce add to cart #44247
     Norman
    Participant

    oh. damn. i was in cataloge mode !! sorry !!!

    in reply to: BuddyPress Cover #43710
     Norman
    Participant

    @mattylb

    Is it working properly with KLEO already ?
    I had a problem to upload into the cover picture and also the Kleo Avatar is round and not dissapearing when the square one is visible. Would be great if you could upload a screenshot of your member profile with cover to see how it looks ! I also really want this plugin to work.
    thx

    in reply to: BuddyPress Cover #42479
     Norman
    Participant

    A-W-E-S-O-M-E ! thx

     Norman
    Participant

    @Abe

    Abe important rtMedia fixed the bug !!

    you have to add this code to the themes function.php ( i tested it, it works !)

    COPY CODE
    function rtmedia_modify_upload_params_upload_url( $params ){
        if( class_exists( 'BuddyPress' ) && bp_displayed_user_id() && bp_is_activity_component() ) {
            $params['url'] = '/' . bp_get_activity_root_slug() . '/upload/';
        }
        return $params;
    }
    
    add_filter( 'rtmedia_modify_upload_params','rtmedia_modify_upload_params_upload_url', 10, 1 );
    in reply to: picture upload problem in member profile page #41809
     Norman
    Participant

    @Abe
    Hi Abe finally I found out that, if either the BuddyPress Multilingual or Woocommerce plugin is enabled, the picture attachment upload doesn’t work.

    Can you do me a favor and tell me if you can upload on your site in the profile page into the activity stream a message PLUS picture attachment with woocommerce or buddypress multilingual switched on ? would be great. I also tried to do the same on the official kleo theme demo website and overthere i experienced the same problem. I could attach a picture in the main members activity but on the members profile page and also in forums it would always kill the picture and only show the text.

    thx for help. this is really important for me.

    in reply to: hashtag system not working #41067
     Norman
    Participant

    @stef418 sorry not using bbpress – cannot comment

    in reply to: hashtag system not working #41064
     Norman
    Participant

    @stef418

    I deinstalled hashbuddy, deleted all cache and scanned all articles with hashtagger again.
    I also set the tag base to hashtag

    so all my hashtag files are here http://www.domainname.com/hashtag/nameofthehashtag

    ( but it is impossible to show also activity post in this tag archieve, but in the activity feeds all hashtags are turned into links by hashtagger to the archieve -and that is really great )

    in reply to: picture upload problem in member profile page #40983
     Norman
    Participant

    I still can’t fix the problem. Is it possible that rtMedia only allows picture attchments to upload into the one main activity only ? I switched off all plugins, still not working. In the members activity it is no problem. Or a permission problem ? Please help.

    in reply to: picture upload problem in member profile page #40866
     Norman
    Participant

    I also checked in the Media library . If I attach a picture on a member profile page ( activity tab) it is not uploaded to the media library. I disabled plugins but it is still not working.

    in reply to: Move profile tabs order #40847
     Norman
    Participant

    @Catalin I fixed it, i turned out that when I edit the functions.php via my ftp editor it is changing

    ‘ in to ` that was all the problem.

    But it is strange that I can’t reorder the MEDIA from rtmedia, everything else works great.

    I used this ( in case someone needs it ) put it in your child functions.php

    function mb_profile_menu_tabs(){
    global $bp;
    $bp->bp_nav[‘notifications’][‘position’] = 110;
    $bp->bp_nav[‘articles’][‘position’] = 22;
    $bp->bp_nav[‘media’][‘position’] = 14;
    }
    add_action(‘bp_setup_nav’, ‘mb_profile_menu_tabs’, 201);

    in reply to: Move profile tabs order #40829
     Norman
    Participant

    @Catalin Hi Catalin I am trying to achieve the same as maxrevz but it is also not working for me. I also used the code you linked to http://bp-tricks.com/snippets/code/arrange-group-profile-navigation-menu/
    but it has no effect.

    I inserted in the functions.php in my childtheme. Do I have to make a plugin folder for the functions.php in the child theme ?

    in reply to: hashtag system not working #40817
     Norman
    Participant

    ok. fixed it ! thx again. the plugin is really good . I recommend it to everyone who is looking for a hashtag system in KLEO

    in reply to: hashtag system not working #40813
     Norman
    Participant

    @sharmstr do I need a tag.php ?

    in reply to: hashtag system not working #40805
     Norman
    Participant

    Mmmh weird, my TAG ARCHIVE pages are all empty.

    ( I also believe the plugin works, but I don’t know what the problem is. Will share if I find something )

    in reply to: hashtag system not working #40802
     Norman
    Participant

    yes but at least people will not get dissapointed, because when they click they will see all articles for this hashtag instead of a error page.
    it is not perfect but a big improvement

    in reply to: hashtag system not working #40797
     Norman
    Participant

    no i checked it has to be a dynamic url redirect

    in reply to: hashtag system not working #40796
     Norman
    Participant

    @sharmstr

    sharmstr is there a way of linking in the permalink

    instead of /tag/

    to something like /?s=%hashtag%

    wouldn’t that solve it ? since in the end is always to end here: http://www.domain.com/?s=hashtag

    in reply to: hashtag system not working #40795
     Norman
    Participant

    I see,

    in my case:

    – after writing a new post in the activity feed I have to refresh the page to make the new hashtags work
    – only hashtag that are used in previous article turn into hashtags with link to the permalink with
    /tag/
    but it works

    – yes the only problem is that the article archieve is using ?s= instead of /tag/

    for example the articles for the tag #lifeisgood are here
    http://www.domain.com/?s=lifeisgood

    not reachable with
    http://www.domain.com/tag/lifeisgood

    i will contact the plugin owner. thx @sharmstr

    in reply to: hashtag system not working #40790
     Norman
    Participant

    @sharmtr about hashtagger etc.

    All my users are writing update messages in the activity feed, and because they are used to twitter and facebook etc. they automatically get frustrated because they add hashtag keywords and those only link to activity actions, in my case a 404 page shows up.
    hasgtagger also offers a regeneration option, it basically scans all content and if it finds a hashtag it activates it- in my case not all hashtags where activated.
    for example in one post #word1 #word2 only #word2 was turned into a functional hash tag.

    If it doesn’t work with activities that would be a bummer, because basically the plugin seems to be really great.

Viewing 40 posts - 161 through 200 (of 262 total)

Log in with your credentials

Forgot your details?