max101
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [CataBlog] [Plugin: CataBlog] Caption or excerpts to lightboxHi macguru2000,
I did use the catablog-row class sorry, it was the id’s as you mentioned as soon as I removed my id’s and used classes it was 100%.
Hope this helps a example of the structure that worked ??<div class="catablog-row gallery"> <span> <a class="catablog-image" "/stock-photo-16908556-cleveland.jpg"> <img alt="" src="/stock-photo-16908556-cleveland.jpg"> </a> </span> <div class="catablog-description"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut...</p> </div> </div>
Forum: Themes and Templates
In reply to: [CataBlog] [Plugin: CataBlog] Caption or excerpts to lightboxHey macguru2000,
You where spot on!!! thanks working like a charm. Did not need to use catablog-row class works 100%, they should say this in the template doc.
again Thanks
Forum: Themes and Templates
In reply to: [CataBlog] [Plugin: CataBlog] Caption or excerpts to lightboxHi Macguru2000,
The site is not up yet only local will look at getting it up on a staging server in the mean time this is the template I’m using.<div id="gallery"> <span> <a href="%LINK%" class="catablog-image" %LINK-TARGET% %LINK-REL%> <img src="%IMAGE-THUMBNAIL%" alt="" /> </a> </span> <div class="catablog-description"> <p>%DESCRIPTION%</p> </div> </div>
Forum: Themes and Templates
In reply to: [CataBlog] [Plugin: CataBlog] Caption or excerpts to lightboxHey Macguru2000,
I have tried the 2 standard wp templates as well as my own the descriptions shows on the main page just not in the lightbox.Forum: Themes and Templates
In reply to: [CataBlog] [Plugin: CataBlog] Caption or excerpts to lightboxThe caption/excerpts works on the page, I have no conflicts but when I open the lightbox there is no caption/excerpts, I see the description div empty that’s where I seem to be having issues. Is the lightbox able to display a caption/excerpts?