mediatracts
Forum Replies Created
-
Forum: Plugins
In reply to: [AnythingSlider for WordPress] Instructions for this pluginHi Jacob,
Sorry it wa really late here in the UK. I had updated the call in the theme file to look like yours in the tutorial video and it didn’t work… Played around with it a bit and realised I didn’t need the qoute marks around true
Not working code was
`<?php echo do_shortcode( “[anything_slides navFormat=”true”]” ); ?>’Correct code is
‘<?php echo do_shortcode( “[anything_slides navFormat=true]” ); ?>’Great work on the plugin by the way, just love the video embeds etc
Forum: Plugins
In reply to: [AnythingSlider for WordPress] Instructions for this pluginI followed the instructions for Using the navigation formatted although mine is embedded in the theme (home.php)
But it doesn’t seem to work.
Forum: Installing WordPress
In reply to: Admin Page (Dashboard) Errorjust deleted the only two plugins that came with my initial install (these were not active by the way) this has not helped.
However it is worth noting that when i tried to edit the one called akismet it gave the same error message as above.
Forum: Installing WordPress
In reply to: Admin Page (Dashboard) ErrorWhere do I find the error log, my server logs are clean?
Forum: Installing WordPress
In reply to: Admin Page (Dashboard) ErrorI found that deleting line 37 in the wp-admin/index.php
<?php wp_dashboard(); ?>
allowed the dashboard to be displayed but it has nothing on it??? will keep digging, please help if you have any ideas