New version ClassiSky 1.3 and CP3.1.9 and CP3.2+ fatal errors
I purchased this child theme a while ago - BEFORE CP 3.3 was released. Today I downloaded your latest version
Whilst this latest version clearly states that this child theme is compatible with ClassiPress 3.1.9+. I can inform you it is not.
Was this not tested for use with 3.1.9 and 3.2+?
I have just been testing this child theme to work with 3.1.9 and I immediately experienced the following FATAL ERRORS....
ISSUE 1
<b>Fatal error</b>: Call to undefined function
cp_display_style() in <b>/Applications/MAMP/htdocs/simply319/
wp-content/themes/classi_sky/
loop-ad_listing.php</b> on line <b>20</b><br />
loop-ad_listing.php on line 20:
<div class="post-block-out <?php cp_display_style( 'featured' ); ?>">
and on line 40
<div class="<?php cp_display_style( array( 'ad_images', 'ad_class' ) ); ?>">
ISSUE 2
<b>Fatal error</b>: Call to undefined function
cp_display_style() in <b>/Applications/MAMP/htdocs/simply319/
wp-content/themes/classi_sky/
single-ad_listing.php</b> on line <b>39</b><br />
single-ad_listing.php line 39:
<div class="shadowblock_out <?php cp_display_style( 'featured' ); ?>">
and on line 82:
<div class="bigright <?php cp_display_style( 'ad_single_images' ); ?>">
There appears to be no
cp_display_style() function defined anywhere in the child theme. This function only exists in the master version of ClassiPress 3.3. I can only assume (am testing this too) that the same fatal errors will appear in CP 3.2.1
You should fix this asap
In the meantime, what is the quick fix for this?