I’m pretty junior on WP.
does anyone have any experiencing customizing the iA3 theme?
I’ve tried everything but I can’t seem to have the custom Article appear as main feature on the home page. See link above. See: Cosmic 140—Art for Geeks
Can anyone help? Many thanks in advance.
M
]]>Sascha (gruenerleichtsinn.de)
]]>I would like to remove the search box, and everything below the line below the parachute so that all that remains below the line would be ? Henrik Gadegaard, 2012.
How do I do that?
]]>I’ve upgraded my WordPress to the 3.3 version and the IA3 theme breaks the “show” link/button in the media gallery tab of the image upload window.
Clicking this button results in nothing happening
Any suggestion ?
Thank-you
]]>This filter:
/** * in twentyten theme: display the date of current post */
function xiliml_get_translated_date($thedate, $format = '') {
$theformat = (''== $format) ? get_option('date_format') : $format ;
return the_xili_wp_local_time($theformat,strtotime(xiliml_get_the_date('m/d/Y H:i')));
}
add_filter('get_the_date','xiliml_get_translated_date',10,2);
…that is part of the plugin, clearly targeting the twentyten theme, filters out my date; it just disapears!:
<time datetime="<?php the_time('c') ?>" pubdate="pubdate"><?php the_date() ?></time>
What can I do, beside stripping it out of the plugin, to correct the situation?
Thanks
Pat
]]>I have been wanting to buy this theme for a while, being a big fan of Oliver Reichenstein and his design work with Information Architects.
However, I just upgraded the site I want to install it to version 3.1.3, (the site is hosted on BlueHost – and using the most recent version of PHP version 5.2.17 and am getting the same error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/churchs2/public_html/tarky7/wp-content/themes/iA3 1.2.1/functions.php on line 30
Could the issue be the most recent version of WordPress ?
Grrrr !
]]>
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/21/d85611696/htdocs/wp/wp-content/themes/iA3 1.2.1/functions.php on line 30
The actual code on line 30 looks like this:
public function do_setup() {
add_menu_page('iA3', 'iA3', 'administrator', 'ia3', array('ia3_back', 'display_admin_page'));
add_option('ia3_options', '', '', 'yes');
}
What is wrong there?
Thanks a lot
Stephan