mrqq
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
@wonderboymusic (Core Committer) — 63 minutes ago
Milestone changed from 4.3 to Future Release
With a heavy heart🙁
Unfortunately, theme author is long gone.. 🙁
I found the culprit, in functions.php:
function maybe_list_children($content) { if (trim(strip_tags($content)) == '') { return '<ul class="children-list">' . wp_list_pages('child_of=' . get_the_ID() . '&echo=0&title_li=') . '</ul>'; } else { return $content; } } function list_children_shorttag() { return maybe_list_children(''); } add_filter('the_content','maybe_list_children'); add_shortcode('puslapiai', 'list_children_shorttag')if I comment out add_filter call, it starts to work..
Hi,
the only active plugin besides NGG is Akismet.
However, you were right – switching to default WP theme makes the album appear. How do I go about figuring out what’s wrong?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails are not createdi’ve checked, both gallery, gallery subfolder, and thumbs folders are with 777 permission..
Viewing 4 replies - 1 through 4 (of 4 total)