Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

  • neilgee
    Participant

    @neilgee

    Thanks, nice plugin, going with https://wordpress.org/plugins/bp-user-widgets/

    There was a jQuery issue which I added a support ticket at the repo address.


    neilgee
    Participant

    @neilgee

    Ok thanks, I have opened a ticket.

    To get around it for now I am using the Buddypress xProfile Rich Text Field plugin which allows an RTF field which does maintain all formatting if re-edited.


    neilgee
    Participant

    @neilgee

    Perfect thanks!


    neilgee
    Participant

    @neilgee

    Yes had to get it into $allowedtags – I already had tried the priority and that didn’t work. This link helped – http://ottopress.com/2010/wp-quickie-kses/

    Code I used…

    	add_action( 'init', function () {
    		global $allowedtags;
    	
    			$allowedtags['a'] = array(
    			        'href'   => array (),
    			        'title'  => array (),
    			        'target' => array ()
    			);
    		}
    	);

    neilgee
    Participant

    @neilgee

    No doesn’t work either, still strips out the attribute on save. Also tried the to remove wp_filter_kses with a priority of 1– still not working though.


    neilgee
    Participant

    @neilgee

    It was CSS i had img.avatar set to an explicit width – once that was removed all the pieces fell into place!


    neilgee
    Participant

    @neilgee

    Ok I just worked out it’s the theme as TwentyTwelve works perfectly, the theme I am using is a Genesis ChildTheme based on the framework – so I need to find out why..

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar