Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have this same question. My 180° images are wrapped 360° and thus appear misshapen/distorted.

    I’m not seeing it either running 4.8… any ideas?

    Thread Starter nikz

    (@nikz)

    Thanks for the reply Dan! I should have also mentioned that this is a contract job, I am just the developer and are tasked with building the site. Eventually it will go into the hands of others.

    The scenario is Ice Skating Rinks and the management of a training schedule/scenario for children from ages 6-ish to mid-teens, with badges and awards upon completion of a particular module.

    Parents will only be the ones paying the associates fees, kids will attend the training sessions and the website itself will be managed by Ice Rink staff (managers, trainers etc.). Ideally, the parents will have access to the child accounts but the kids can use it as their own little portal to show off the badges etc.

    It sounds like a simple scenario, but it has evidently become a little more complicated, considering the somewhat sensitive nature of giving kids an online portal and a pseudo social networking environment. There is a reason that Facebook has age restrictions (you must be 13 and older to have a Facebook account).

    Thanks for the suggestions Dan. 🙂

    Thread Starter nikz

    (@nikz)

    Nice, thank you. I’ll have a play and see if they will suit the needs! 🙂

    Forum: Plugins
    In reply to: Calling Subpage Content

    I had a similar requirement, just figured it out.

    You can put your subpages into an array thusly…
    $subpages = get_pages("child_of=".$post->ID);

    Then echo the subpage and column you need like so…
    _e($subpages[0]->post_content);

    Add this to your page template and just substitute ‘post_content’ with the required column. Wrap the echo in a for or while loop to give the client a way to add/remove employees by simply creating/deleting subpages.

    I used this technique to provide a client a way of giving pages different sidebar content for each page.

Viewing 5 replies - 1 through 5 (of 5 total)