inTOWN
Forum Replies Created
-
Forum: Plugins
In reply to: [AddThis Social Sign In] Multiple errors in plugin with debug on.Same problem
Forum: Plugins
In reply to: [WP Go Maps - Google Map, OpenStreetMap, Leaflet Map] Where is the widget?Hey there… I have the pro version and was wondering the same
Forum: Plugins
In reply to: [Widget Builder] Add a CSS class that matches the widget slug-name+1 also looking for a way that the user can add a class using a custom field dropdown to every widget.
Forum: Plugins
In reply to: [WP Photo Album Plus] My thoughts on this pluginHi Jacob,
Lightbox
VI-B5 was set to the plain photo file. My fancybox worked but when set to photo file it would not show up navigation. When I hard coded a rel=”myrel” it did work. So in the future it would be great if I could add that rel.Templates
Photopage is the template which holds my albums, it’s not the slideshow as I am not using it.
It’s a page made under pages with the slug ‘fotos’, and it has assigned a php template called “Photos”.
In that page I did :<?php /* Template Name: Page Photos */ ?> <?php get_header(); ?> // need a title here called 2014 <?php echo do_shortcode('[wppa type="album" album="3"][/wppa]') ; ?>// this is a parent album //Underneath I would like all sub-albums //need a title here called 2013 <?php echo do_shortcode('[wppa type="album" album="2"][/wppa]') ; ?>// this is a parent album //Underneath I would like all sub-albums //need a title here called 2012 <?php echo do_shortcode('[wppa type="album" album="1"][/wppa]' ) ; ?> // this is a parent album //Underneath I would like all sub-albumsI can call the titles, but once I click through to a gallery within the album, the title is still there, since also the galleries use the same template.
With gallery page I mean: once I clicked a cover in my album, so for example with breadcrumb:
Home > Fotos > 2014 (album) > Gallery 006Hi there Tizz, thanks for the reply.
It’s not an exact copy, i added some classes so I could style.I have two reasons why I would like to do it dynamically:
First: I am loading the album/galleries directly with php. I don’t want the end-user (making this site for a client) to be bothered with adding short_codes to pages. So I added it with php (if album 3 exists, show album 3, if album 4 exists, show album 4 , etc) to the page template.Second: I want to show the album name only at the photo page (which holds all albums) but NOT above a gallery. But since both the album and the gallery are using 1 page template, I need to find a way to say:
– When this page shows 1 album or more, please show the album name above each album.
– When this page only shows a gallery, please don’t show anything.For that it would be really handy to be able to load the album name dynamically. So I don’t have to do it by hand for future albums. And, it would help to figure out a way to load the album names conditionally, so only when we are on the photo page.
Having the same problem…
Same to you on both subjects!
Any news on this one?
hi,
Not when lightbox effects are selected, only when you select one of the other effects it seems…
Can I ask you an off topic question as well?
I am looking for a way to select the amount of galleries shown in an album. I need to be able to set a different amount on different pages (home page x amount of galleries, photo page another x amount of galleries). Right now I am using the echo short code to show an album, but is there another way you might now of?Code =
class=’ngg_lightbox’Hey there Eric,
You are right, it has to do with cache, but inside NextGen. The same thing I can also do by going to Gallery > Other Options > Misc > clear image cache. Very annoying however, since now I have to do that at every little change while developing.Thanks for the suggestion, at least I know now what the problem is so I won’t have to spend hours finding the mysterious bug 😉 !
Good luck with getting back in things!
Forum: Plugins
In reply to: [WP-DBManager] How to remove the "backup folder MIGHT be visible" messageCan somebody please do something about this error? Every update I have to go back to wp-dbmanager.php to delete uncomment the
add_action('admin_notices', 'dbmanager_admin_notices');Following the instructions (moving the .htaccess) doesn’t help. The htaccess is in it’s place but the message keeps showing up…
Forum: Plugins
In reply to: [Convert Post Types] WPML compatibility ?Same problem here
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Invisible popupHi there, sorry for my late reply.
Thanks for pointing out those settings for me… I hadn’t seen these settings > i have put them on loading in footer and everything seems fine now.
Thanks a lot and sorry for not seeing it myself!found this SQL code to clean at least all sessions:
DELETE FROM wp_options WHERE option_name LIKE '_pmxi_session_%';