• Had a few teething issues, but spoke to Fahim Murshed on live chat who was able to walk me through it.

    Really wish there was a way to change easily the layout of the rewards cause on mobile view, they are pushed so far down that users may get bored before getting there

Viewing 1 replies (of 1 total)
  • Hello,
    Thank you so much for your review.

    This is very easy to change the reward layout for responsive device.

    Go to modify this file: /wp-content/plugins/wp-crowdfunding/wpneotemplate/woocommerce/basic/include/tabs/story-tab.php

    Line#10-17

    
    <div class="tab-description tab_col_9 tab-campaign-story-left">
        <h2><?php _e('Campaign Story', 'wp-crowdfunding') ?></h2>
        <?php the_content(); ?>
    </div>
    <div class="tab-rewards tab_col_3 tab-campaign-story-right">
        <?php do_action('wpneo_campaign_story_right_sidebar'); ?>
    	<div style="clear: both"></div>
    </div>
    

    to

    
    <div class="tab-rewards tab_col_3 tab-campaign-story-right">
        <?php do_action('wpneo_campaign_story_right_sidebar'); ?>
    	<div style="clear: both"></div>
    </div>
    <div class="tab-description tab_col_9 tab-campaign-story-left">
        <h2><?php _e('Campaign Story', 'wp-crowdfunding') ?></h2>
        <?php the_content(); ?>
    </div>
    

    Now “Reward” will be the first position on the responsive device.

    I request you to reconsider the 4 stars review to 5 stars.

    Thanks a lot.

    – Fahim

Viewing 1 replies (of 1 total)
  • The topic ‘So Far, So Good’ is closed to new replies.