Reply To: Portfolio issues with conversion to HTML5

Homepage Community Forums Ally Theme Support Portfolio issues with conversion to HTML5 Reply To: Portfolio issues with conversion to HTML5

#7248
Eric
Customer

    Sorry, I’m not sure what you’re doing wrong. If you use the theme on a separate installation (local or another subdmain, etc) then you’ll see it’s working. I’m using the exact version as you (which is available in the downloads area).

    On the settings page –

    Select one of the following:” is set to “Display Content

    Limit content to” is set to 100 (as an example).

    and this is the result – http://i.imgur.com/v23JGRs.png

    That shows that its working. So it could just be some

    If you’re wondering what code displays the option in the options page, it’s this –

    <p><label for="<?php echo GENESIS_SETTINGS_FIELD; ?>[ally_portfolio_content_archive_limit]"><?php _e('Limit content to', 'genesis'); ?></label> <input type="text" name="<?php echo GENESIS_SETTINGS_FIELD; ?>[ally_portfolio_content_archive_limit]" id="<?php echo GENESIS_SETTINGS_FIELD; ?>[ally_portfolio_content_archive_limit]" value="<?php echo esc_attr( genesis_option('ally_portfolio_content_archive_limit') ); ?>" size="3" /> <label for="<?php echo GENESIS_SETTINGS_FIELD; ?>[ally_portfolio_content_archive_limit]"><?php _e('characters', 'genesis'); ?></label></p>

    That is from the functions file, and as you know, it affects what is displayed from the portfolio file.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com