ottie
Forum Replies Created
-
Hi Nicolas, working on the same website https://orthovano.be/ with the woocommerce plugin sometimes gives issues with the menu. We use the nimble builder for the header, and sometimes (even on wider screens), the mobile menu kicks in on the left side instead of the right and hamburger and all other symbols are replaced by small oval shaped circles. Very confusing, as the layout of the menu is gone. Don’t know how I fix this, but sometimes checking the shortcode option in the nimble builder header on and off seems to fix it, but temporarily. Any ideas?
Thanks!Same issue here. Nextgen Pro.
Only get a preview image to a gallery. Nothing else.
WP 3.8.1, last versions nextgen & nextgen pro.
If I add the shortcode (with the template), I get a gallery but it’s not the bells and whistles I bought the pro version for…Hi Peter,
I suppose the compact album template in the folder “view”/album-compact.php just calls for a gallery template (gallery.php) when the preview picture of the album is clicked.
So you have to look in gallery.php, and in
<div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
just make an h2 or whatever, asking for the title of the gallery.
I guess that should be something like:
<h2><?php echo $gallery->title ?></h2>
Hope that can help you.Ottie