oceangoing
Forum Replies Created
-
Sorry, I see now that this was already reported here.
Since I’m probably going to have very few fixes, I’m going to use the following clumsy fix:
1. In the theme’s header.php, change these lines
<img src="<?php header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="" />
to
<img src="<?php header_image(); ?>" width="699" alt="" />
2. Resize the images I’m using to 699px width.
Just posting it in case it helps someone else as a quick fix. Hope someone will come up with a real solution soon!
Forum: Plugins
In reply to: [WP-Table Reloaded] Js script no longer workingI’d already checked functions.php, but your reply gave me an idea, and I’ve found it now! There was indeed a reference to that directory, in wp-table-reloaded-extensions.php (my first attempt at an extension, I should have probably used siteurl or something instead of the complete path).
Many thanks, it now all works perfectly again!
Forum: Plugins
In reply to: [WP-Table Reloaded] Js script no longer workingThank you for getting back to me, Tobias. I thought it must have something to do with the move, but I just can’t find what it is. I looked all through WordPress settings, and nothing points to the old /wordpress directory.
Any other ideas where I might look?
Forum: Plugins
In reply to: [WP-Table Reloaded] Js script no longer workingI should have said: I added no new plugins after the move, so I don’t think it’s a conflict – but I deactivated all other plugins one by one, and the problem persists.
You can find the table here (scroll down). And on this page is a table which has no DataTables activated – you can see, the css is working on that one.
Thanks for the quick answer! This would be too much for the client to handle; I need something straight ‘out of the box.’
Pity, but I’ll just have to do it differently then. Thank you for taking the time to reply. ??
Marking this resolved!
Forum: Plugins
In reply to: [Plugin: More Fields] Fatal error in ‘Manage Boxes’Thanks so much, LSmith, for pointing out that this had been discussed before – I’d completely missed that thread.
For others, check out this thread. I replaced the two files with the ones provided by krembo99 and the problem is now resolved. ??