chenryhen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Only Admin menu appearsForgot to follow up on this!
Yup, the PHP upgrade to 5.4 was the issue. The client worked it out with the webhost and got back her access to the admin panel. Thanks all
Forum: Fixing WordPress
In reply to: Only Admin menu appears@ryangiglio thanks for the tip! I’ll ask the client to check with their host.
Forum: Fixing WordPress
In reply to: Only Admin menu appears@esmi: I wasn’t contracted to do web admin, just the site design and development. I believe my contact with the client was going in to upgrade actually, and that’s when she noticed the problem.
Just confirmed : no new plugins since the site launched. I’m still mystified :/
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] Order by Custom FieldHi Kailey – I just upgraded my plugin (thanks!). Is there an example for the custom field ordering? I’m a little confused by the documentation.
orderby=date Order: Ascending (good for order by title) or Descending (good for order by date) order=DESC Meta Key for ordering: If order by = meta value, specify a key meta_value=some_key
So if I had a custom field with integers called “custom_order”, I would put in my short tag “orderby=meta meta_value=customer_order” ?
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] Multiple Mini Loops on the same page?That extra div does belong to an open div tag further up. ??
That did the trick! I think I’m back in business. Is it possible to create an ml_format2 or does it not work like that?
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] Multiple Mini Loops on the same page?It looks like some of my HTML just disappears. Let’s see. The site is at:
https://chenryhen.com/clients/twg/
Right now, it looks ok, because I put the information in statically. Here is what’s on the page itself, via the WordPress content box:
<div id="story-slider"> <ul id="features"> -- I'm snipping just the elements in this list -- </ul> </div> </div> <div id="main-content-bottom"></div> <div id="latest-news"> <h1>Latest News</h1> [miniloop number_posts=1 categories=-4][ml_format][/miniloop] </div>
I’d like the features ul to have posts in the ‘featured’ category though. But even if I just do this:
<div id="story-slider"> [miniloop] </div> </div> <div id="main-content-bottom"></div> <div id="latest-news"> <h1>Latest News</h1> [miniloop number_posts=1 categories=-4][ml_format][/miniloop] </div>
The bottom of that features area just disappears and the features div and the Latest News div run together. Thanks for offering to take a look!