Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#101 CE4 Publisher » Photo in Stage "gallery" not being copied » 2014-08-21 23:04:12

Pfredd
Replies: 4

I added a photo to a Stage document using the "Page Image" section.

That photo is included in the "photos" folder of the template.

When I publish that using Publisher, the photo is not copied to the photo folder in the destination "gallery"

I deleted the gallery and republished, just to make sure and the problem still exists.

The "gallery": http://www.pfredd.com/projects/vview
The template: http://www.pfredd.com/ttg-be/templates/ … -defogging

Note that the Page Image photo is NOT one of the photos selected when I publish, as I do not want it to be part of the slide show.

Any help would be greatly appreciated.

Thanks!

#102 Re: CE4 Stage » Slideshow missing » 2014-08-21 08:39:29

Kind of like the pointy "round" lower right corner.....

#103 Re: CE4 Stage » Slideshow missing » 2014-08-21 08:25:01

Rod,

Upgraded Stage (the rest were up to date) and things are working again (even with spaces in the template name :-) ). I WILL, however, rename my templates so they don't have spaces.

The really weird thing is it worked just fine with the older version of Stage in my test environment...

Oh well - thanks, as always, for your assistance!

#104 CE4 Stage » Slideshow missing » 2014-08-21 07:52:23

Pfredd
Replies: 5

I have an auto index folder that I publish several different Stage "galleries" to using publisher.

This worked perfectly on my test site: http://www.pfredd.com/ce4test/projects

When I went to set up my production site, there are no slide shows visible on the Stage pages.

I have tried creating this several times, with the same result.

Go to http://pfredd.com/projects to see the issue. There is one album listed there. Click on it and you will see a page that should have a slide show at the bottom.

The photos are in the photos folder. The HTML has all of the titles & captions.

What have I done wrong?

#105 Re: CE4 Pages » Style Descriptive border-radius control » 2014-08-19 12:51:16

Here is what I use for rounded corners and drop shadows (in custom.css):

/* Give Auto Index albums rounded corners and drop shadows */
.album-mantle {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 8px 8px 3px rgba( 0, 0, 0, 0.4 );
    -webkit-box-shadow: 8px 8px 3px rgba( 0, 0, 0, 0.4 );
    box-shadow: 8px 8px 3px rgba( 0, 0, 0, 0.4 );
}

.album-mantle:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 8px 8px 3px rgba( 0, 0, 0, 0.4 );
    -webkit-box-shadow: 8px 8px 3px rgba( 0, 0, 0, 0.4 );
    box-shadow: 8px 8px 3px rgba( 0, 0, 0, 0.4 );
}

#106 Re: CE4 Stage » Switching Galleria background » 2014-08-18 09:16:02

rod barbee wrote:

try this:

.galleria-container.fullscreen {
    background-color: red;
}

Exactly what I was looking for.

Thanks Rod!

#107 Re: CE4 Stage » Switching Galleria background » 2014-08-17 12:09:34

Unfortunately, galleria.fullscreen refers to the full screen icon.

Best I can tell, there's a galleria-container, and that's where the background color is specified for both "normal" and "full screen" views.

I am trying to decipher the Galleria code, but it's slow going, as JavaScript isn't my strong suit.

I see there are callback functions for when galleria goes into and exits fullscreen mode. But I don't know if there is a way to change the CSS in those functions.

Will keep plugging away at it...

#108 CE4 Stage » Switching Galleria background » 2014-08-15 19:26:38

Pfredd
Replies: 6

I would like to switch the Galleria Slide Show background depending on whether or not the Slideshow is Full Screen or not.

Basically, I want a background when in Full Screen and no background when it's "normal" size.

I am sure this would have to be done in phplugins, if it is possible at all.

Any ideas on how to accomplish this?

#109 Re: CE4 Showcase » Yet an other CE4 site » 2014-08-14 08:09:11

New code works great.

Thanks!

#110 Re: CE4 Showcase » Yet an other CE4 site » 2014-08-14 04:15:13

Daniel,

Thanks for your code (again)!

I am having a few issues with it, however.

First, the function "breadcrumb" should actually be "breadcrumbs"

Once I fixed that, I ran into the following issue. Here is a clip of what the breadcrumbs look like on my test contact page:

breadcrumb.PNG

I noticed in the code that you refer to "class=crumb", but I don't see that class defined anywhere. Is that the problem?

My test site is: http://www.pfredd.com/ce4test

Thanks!

#111 Re: CE4 Showcase » Yet an other CE4 site » 2014-08-12 21:57:02

Daniel,

Care to publish your code for breadcrumbs for non-publisher managed pages?

You have created an amazing site!

#113 Re: CE4 Auto Index » Vertically centering thumbnails » 2014-08-10 22:01:17

The Portrait aligned thumbnails have the same amount of margin on the top & bottom. The Landscape aligned thumbnails have a small margin at the top and a larger margin at the bottom.

I would like the Landscape thumbnails to have the same sized container,  but have the thumbnails be "centered" vertically ( have the same margin on the top & bottom).

#114 CE4 Auto Index » Vertically centering thumbnails » 2014-08-10 21:21:36

Pfredd
Replies: 5

If you look at this site: http://pfredd.com/ce4test/gallery/test_set_1/ you will see that the thumbnails that are in Landscape are aligned with the top of the container.

Is there any way to vertically center the thumbnail?

#115 CE4 Gallery » Suggestion: Mouse Wheel scrolling » 2014-08-04 22:04:43

Pfredd
Replies: 1

I would like to make a suggestion for a future version of Gallery: Have Magnific Popup support scrolling through the photos via the mouse wheel.

Thanks!

#116 Re: CE4 Auto Index » Base Auto Index Gallery not showing Breadcrumbs » 2014-08-03 00:51:11

It's not THAT big of a deal, I guess. But if you are going to implement Breadcrumbs, why not have them on every page (except for Home)? If I like navigating with Breadcrumbs, it's inconsistent that they aren't on every page.

I can always go back to using phplugins code, like I did in CE3. But I like the fact that, in CE4, I can set what I want the Breadcrumb for a page to be, where the phplugins code uses the directory name.

#117 Re: CE4 Auto Index » Base Auto Index Gallery not showing Breadcrumbs » 2014-08-03 00:02:09

Yes, I do want Projects to have Breadcrumbs.

How do I make it a Publisher managed Album Set?

#118 Re: CE4 Auto Index » Thumbnail color & hover color swapped » 2014-08-03 00:00:31

OK - My fault. Not sure what I was thinking, but everything is OK now.

#119 CE4 Auto Index » Thumbnail color & hover color swapped » 2014-08-02 22:06:19

Pfredd
Replies: 3

I set up a thumbnail color and hover color for my Auto Index. They look fine in the Lightroom preview, but when I use the template on my site, the colors are swapped.

The thumbnail background color is set to the color I specified for the hover color and the hover color is the color I specified for the background color.

http://pfredd.com/ce4test

#120 Re: CE4 Auto Index » Base Auto Index Gallery not showing Breadcrumbs » 2014-08-02 12:07:44

OK - I did as I was instructed, and it mostly works.

My problem is that the Projects page doesn't have Breadcrumbs. I created an Auto Index page and FTPed it to the Projects page on my server. The one Stage page DOES show the Breadcrumbs.

Site:http://pfredd.com/ce4test/Projects

#121 Re: CE4 Auto Index » Base Auto Index Gallery not showing Breadcrumbs » 2014-08-01 22:53:09

OK - Now I understand.

I thought I had to use Publisher to publish the Auto Index in the "projects" folder, and I couldn't figure out how to do that.

Will give it a try tonight.

Thanks!

#122 Re: CE4 Auto Index » Base Auto Index Gallery not showing Breadcrumbs » 2014-08-01 20:07:35

So how do I set things up so that I can publish my Stage pages?

Again, my Home page, http://pfredd.com/ce4test, is created with Pages.

I have Menu items for a photo gallery (gallery folder), projects (Stage pages), blog (wordpress), and a couple of one-subject pages that may not have any photos.

I would like my Breadcrumbs to be: Home >> Gallery >> (album), Home >> Projects >> (project name), Home >> (Single Page Name), etc.

How do I set this up? From what I have been messing with, it looks like everything has to live under "galleries"....

It's looking to me like CE4 was not designed to support Breadcrumbs in this way. I was able to do this in CE3 with a highly modified version of Daniel Leu's phplugins Breadcrumb code. So maybe that's what I need to use in CE4. Then, like in CE3, I will only use Publisher to manage my photo albums.

#123 Re: CE4 Auto Index » Base Auto Index Gallery not showing Breadcrumbs » 2014-08-01 11:29:09

I use gallery because I have used a folder called that for years, and that is where people expect to find my photos.

Will Stage pages show breadcrumbs as well?

#124 Re: CE4 Auto Index » Base Auto Index Gallery not showing Breadcrumbs » 2014-08-01 11:27:46

I have it in gallery because before using  CE3 I used other software that had my photos in a folder called gallery. Because others  expect my photos to be in the gallery folder, I continue to use it.

I guess I could publish to galleries and make a symbolic link to it called gallery.

Will breadcrumbs work with Stage pages as well?

Would it be possible to publish Stage templates that have breadcrumbs as well?

#125 Re: CE4 Auto Index » Base Auto Index Gallery not showing Breadcrumbs » 2014-08-01 10:19:55

OK - I found this: http://ce4.theturninggate.net/docs/doku … _home_page

I am totally confused.

I use Pages and ftp those pages to: http://pfredd.com/ce4test.

I created a folder named gallery (for historic reason) in ce4test, and FTP my auto index template to it.

I will have other folders in ce4test that will have Stage pages as well.

I set up a CE4 Publisher instance. It's API URL is http://pfredd.com/ce4test/ttg-be/publisher/. I set the "top level galleries directory" to 'gallery'

I then publish Albums and Album Sets using this publisher instance. This all appears to work, except there are no breadcrumbs when viewing the "gallery" folder.

Am I doing things correctly?

Board footer

Powered by FluxBB