waylaid
Forum Replies Created
-
Oh yeah! Brilliant, thanks Brian. All good now.
Upadte 2: If I add my new columns to the short-code manually then they show up fine: league_table columns=”my column names here” but they still don’t show up if just using the basic short code..-
Update: I have installed the Rookie theme and still have the above issue.
Just checked error logs in cpanel and it’s empty.
Hi I’m having a similar problem.
If I import a long CSV table (150+ rows), once saved it only contains the first 40 or so rows. Also, all the options – alternating row colours, first row as table head etc all become unticked. If I tick them and click update they are still unticked so none of the table sorting, pagination or search is applied.
The output looks like this: long tableIf I import a short CSV table everything works as it should: short table
I’m assuming this is a server issue as it all works fine on a test setup with a different host: http://dev.russellhill.net/blank_slate/ (this is what the eventual output will become).
The server where the problem is is on a shared hosting space. How do I go about finding out if the problem is down to any of the server configurations you mention above?
Thanks
RussellForum: Fixing WordPress
In reply to: Displaying sticky post titles only from one categoryOne other suggestion: For better efficiency, put the query_posts() after if ( $sticky[0] ) {, so the query will not be run if there are no stickies.
Great, have done that and will mark as resolved.
Thanks again.
Forum: Fixing WordPress
In reply to: Displaying sticky post titles only from one categoryThankyou very much.
I had to put the part
if ( $sticky[0] ) {back in because when there were no sticky posts it listed all news titles instead but otherwise it works like a dream
I much appreciate your help.
RussellForum: Fixing WordPress
In reply to: image captions and mysterious padding around the imageThankyou very much, I’ll give that a go in the morning!
Forum: Fixing WordPress
In reply to: image captions and mysterious padding around the imageAlso, I would really like to have the option of centering the caption text…
Forum: Fixing WordPress
In reply to: Problem displaying a page’s content in the sidebarThanks for the fast response. I tried that and it works perfectly!
Thankyou very much.
Russell