asjbak
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to show grandchildren when on a grandchild pageThank 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 grandchildrenForum: Plugins
In reply to: Booking calendar errorNow 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
Forum: Plugins
In reply to: Bizarre Behavior – Not Working- GoDaddy HostingMaybe 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-configHope this will work for you also!
Forum: Plugins
In reply to: Bizarre Behavior – Not Working- GoDaddy HostingHere the same problem,
Generated, not served! 🙁
Forum: Plugins
In reply to: [Plugin: GD Pages Navigator] Suggestion: Errant LIIs 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 pageHello,
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