Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
ronnak
Participantme too!!
ronnak
Participantthese are the last lines in main.php file:
<div id="fluida-news" class="postbox news" > <h3 class="hndle"><?php _e( 'Theme Updates', 'fluida' ); ?></h3> <div class="panel-wrap inside"> </div><!-- inside --> </div><!-- news --> </div><!-- righty --> </div> <!-- wrap --> <script type=”text/javascript”> var reset_confirmation = ‘<?php echo esc_html( __( ‘Reset Fluida Settings to Defaults?’, ‘fluida’ ) ); ?>’; </script> <?php } // fluida_page_fn()ronnak
Participantthese are my last lines in main.php:
<div id=”fluida-news” class=”postbox news” >
<h3 class=”hndle”><?php _e( ‘Theme Updates’, ‘fluida’ ); ?></h3>
<div class=”panel-wrap inside”>
</div><!– inside –>
</div><!– news –></div><!– righty –>
</div> <!– wrap –><script type=”text/javascript”>
var reset_confirmation = ‘<?php echo esc_html( __( ‘Reset Fluida Settings to Defaults?’, ‘fluida’ ) ); ?>’;
</script> <?php
} // fluida_page_fn()ronnak
ParticipantHi
HELP
simon, I added your text but i get a new error:Parse error: syntax error, unexpected ‘Fluida’ (T_STRING) in C:\xampp\htdocs\wordpress\wp-content\themes\fluida\admin\main.php on line 189
Im working locally at the moment
thanks
Ronny -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)