Natural order has been restored!
Flipit is back online for all those who have been pining for it!
Thanks for all the emails and messages.
Thanks vicintosh:) Happy to help. Virplay has been on the support forum quite a bit. Unfortunately despite our best efforts he was still unhappy. I’m happy for him to get a refund, but I don’t think it’s very cool to get a refund, leave a negative rating and then continue to use the theme.
Virgil,
The theme is only down temporarily. My bigger concern is, why do you want the update? If you found the theme ‘unsatisfactory’ to the point that you demanded a refund, you should not be in good conscious using the theme at all, hence, you shouldn’t need the update.
You can’t have your cake and eat it too Virg.
Regards, Heath
Just a bump in the road guys, it will be back up momentarily.
You can use a jquery plugin to get around it 
Also yes I still stand by the title, it’s total bullshit, there are massive discrepancies in what some people get away with. I just downloaded a recently published theme, with the filtering and fonts included in the theme – it’s a crock, all depends on who you get I think.
purethemes said
I had the same problem, maybe it’s a new rule..
How did you get around it?
How is it, that all the popular themes being sold on themeforest; Avada, Modernize, Immersion (probably just about all of them), are able to move wpautop and wptexturize to handle column shortcodes yet we’ve been rejected for the same thing?
Message: “Please make sure you’re not stripping out any native functionality like wpautop and wptexturize.”
There’s tons on the forums about actually using this practice.
How is there such a disparity? I’m just struggling to get my head around the double standards on here. Very frustrating. Is it just luck of the draw with reviewers?
/*-----------------------------------------------------------------------------------*/
/* WP Auto Formatting Fix w/Raw shortocde
/*-----------------------------------------------------------------------------------*/
if( ! function_exists( 'wpts_content_formatter' ) ) {
function wpts_content_formatter( $content ) {
$new_content = '';
$pattern_full = '{(\[raw\].*?\[/raw\])}is';
$pattern_contents = '{\[raw\](.*?)\[/raw\]}is';
$pieces = preg_split($pattern_full, $content, -1, PREG_SPLIT_DELIM_CAPTURE);
foreach ($pieces as $piece) {
if (preg_match($pattern_contents, $piece, $matches)) {
$new_content .= $matches[1];
} else {
$new_content .= shortcode_unautop( wptexturize( wpautop( $piece ) ) );
}
}
return $new_content;
}
}
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_content', 'wptexturize' );
remove_filter( 'the_content', 'shortcode_unautop' );
add_filter( 'the_content', 'wpts_content_formatter', 99 );
Quite frustrating. No explanation after months of late nights, trying to build something that’s both unique, and empowers users to be creative and build their own layouts with ease. I can understand being rejected and having to fine tune, but no explanation at all?
Can someone shed some light on what needs fixing please.
These are the 3 demos included with the theme:Is it technical, creative, both?
Help!
Cheers.
