Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • asjbak

    (@asjbak)

    Thank you addicottweb!
    I did look around for hours for this solution!
    100+ kudos for you 🙂

    If a page has children > show children
    If on the childpage and the childpage has grandchildren > show grandchildren
    If on the grandchild > show rest of grandchildren

    Forum: Plugins
    In reply to: Booking calendar error
    Thread Starter asjbak

    (@asjbak)

    Now I see it gives more errors while activating:

    Plugin could not be activated because it triggered a fatal error.

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\test\wp-content\plugins\booking\wpdev-booking.php on line 145

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\test\wp-content\plugins\booking\wpdev-booking.php on line 149

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\test\wp-content\plugins\booking\wpdev-booking.php on line 153

    Parse error: parse error, expecting `T_FUNCTION’ in C:\wamp\www\test\wp-content\plugins\booking\wpdev-booking.php on line 1453

    Maybe this is the solution: Worked for me:

    1.
    </html>
    <?php while (ob_end_flush()) {} ?> (must be in your footer or header file)

    2.
    Turn on $use_flock = true;
    in your wp-cache-config

    Hope this will work for you also!

    Here the same problem,

    Generated, not served! 🙁

    Is there an option for highlighting an active link?
    like:

    <li class=”page_item page-item-2 gdpn-pages-active“>About

    Forum: Plugins
    In reply to: image in container per page
    Thread Starter asjbak

    (@asjbak)

    Hello,

    I’m looking for a plugin that can control a different image, per page, inside an imagecontainer (fixed width and height).

    I found link

    and this one can insert an imiga, per post, inside the post.
    I don’t want it inside the post but in my own div.

    Someone knows if there’s a plugin aviable or how to hack this one?

    best regards,
    marco

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