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.

#26 Re: CE4 Theme for WordPress » Few Wordpress Theme Questions » 2015-08-09 01:47:09

Rod said exactly what I do, but I thought that I would add a little more. Basically, the galleria slideshow feature is built into the TTG Wordpress theme. That means that the images in the slideshow are managed by Wordpress, not [TTG's publisher]. The way I have my homepage and blog page set up is a feature of Wordpress under the "Reading Settings". I changed "Front page displays" to "A static page". This lets me choose one page as the landing page, and another as the page for my blog (two pages I had to create myself).
Graceson

#27 Re: CE4 Theme for WordPress » Few Wordpress Theme Questions » 2015-08-05 14:32:03

If you would like to look at an example of a site built on Wordpress then feel free to check out any of mine. Just as you are considering, I use the Wordpress theme to create all of my text pages. Then I also have auto index, publisher, galleries, and the cart running to power those sides of my sites which are all linked together through the navigation. I highly recommend the Wordpress theme. I can't compare it to using Pages because I don't have a copy of that, but I found Wordpress to do everything I want. I also haven't had any problems with it, and it fits in with everything else beautifully. I especially like the ease of having Wordpress manage all of my navigation links and the fact that I can create unlimited pages and use any plugin.

As far as managing blog images in Wordpress the CE4 theme is no different than any other Wordpress plugin. You simply upload images through the media manager and then choose to insert them into posts or pages. Like Rod, I just export images out of Lr and then upload them.

#29 Re: CE4 Gallery » Password protected album » 2015-07-19 02:51:02

Can you please explain where specifically you are having trouble? Is it with the password part, or the download part of the gallery that you are having problems with? Also, are you using publisher? If you haven't seen it already, the documentation has some information on password protection here: http://ce4.theturninggate.net/docs/doku … rotection. Lastly, a link to the gallery that you are having trouble with will greatly speed things up.
Graceson

#30 Re: PHPlugins (CE4) » Cookie Law Info Over Multiple Sites » 2015-07-06 05:27:39

In case anyone else is wondering, I did figure out a way to change this. I went to cookie-law-info>js>cookielawinfo.js and then edited the code a little. I looked up the js's setcookie function and found out that if you want the cookie to be set for a domain and all subdomains too the domain of the cookie should be set with a period in front of it. So, on line 11 I added my domain after path. Here is what that line looks like now for my site:

document.cookie = name+"="+value+expires+"; path=/; domain=.gracesonaufderheide.com";

This works extremely well because once the cookie is set once on any one of my sites it is also set for the other ones too. If you were going to integrate this into the plugin it would be nice to set up a box that people would put their domain in which would then insert the code for them. However, this wouldn't work if people were using completely different domains. I found this other solution for setting a cookie on completely different domains too: https://subinsb.com/set-same-cookie-on- … t-domains. I played with it for a while, but I couldn't get it to work without redirecting the visitor to a new page momentarily. It seems like there might be some way to implement this idea if you could get the hidden images to load so that the cookie is set, but it would be nice if the page didn't have to reload. Thats about all I have figured out about this. I hope this helps someone.
Graceson

#31 PHPlugins (CE4) » Cookie Law Info Over Multiple Sites » 2015-06-14 11:06:25

gaufde
Replies: 2

I just finished implementing the cookie law info plugin onto my sites via phplugins.php as discussed in this thread: http://community.theturninggate.net/top … -control/. Everything seems to be working perfectly, however, because I have three sites the user gets the banner three times, once on each site. Is there a way to make it so that if the user accepts the cookie on any one of my sites that they won't get the message again on my other sites?
Thanks,
Graceson

#32 Re: CE4 Gallery » How to change the Social media icons bar » 2015-06-10 02:19:28

Kyle Lucy is using the highslide presentation mode for his images. You can change this by going to Appearance>Large Image Presentation within Lightroom and changing the Presentation: desktop mode to highslide slideshow. I also recommend that you change Presentation: mobile to Magnific Popup because it displays your images at a higher quality. You can see more on that here: http://community.theturninggate.net/top … -display/.

#33 Re: CE4 Theme for WordPress » CE Imbedded WP blog conversion to CE4 WP blog » 2015-06-07 04:04:18

If your old blog was made using Wordpress and you plan on making a new CE4 Wordpress blog than the transfer should be relatively easy. Wordpress has export and import features so the transfer should be complete. A quick google search just pulled up this article on transferring blogs and it appears to cover all the steps from exporting to importing: https://kb.greengeeks.com/933/how-to-tr … o-another/

Graceson

#34 CE4 Gallery » Image Quality: Magnific Popup vs Touch Display » 2015-06-06 16:59:27

gaufde
Replies: 4

I recently noticed that the images on my website looked somewhat blurry on retina devices such as an iPad and iPhone. At first I thought that this was because of the retina display so I began to increase my image sizes to try and fix the problem. However, I noticed no difference as I did this. I kept going back and forth between my site and Rod's site to compare. I looked for anything that could make a difference. Finally, I noticed that Rod was using the Magnific Popup to display his mobile images as opposed to me using the Touch Display. I just changed this on my site and found that using the Magnific Popup gave sharper results.
Here are two screenshots from a retina iPad for comparison. The first is from the Touch Display and the second one is the Magnific Popup:
IMG_0090.PNG
IMG_0091.PNG
You can see that the text and details in the mountains in the first screenshot are much softer than in the second image. I just thought I would share this observation with the community in case anyone else is having trouble with image sharpness.
Graceson

#35 Re: General » Catalog Corrupt - Can't find Templates » 2015-05-09 23:31:32

I would check this link and make sure that all of your .lrwebengine and .lrtemplate files are in the proper places.
http://ce4.theturninggate.net/docs/doku … tall_ce4&s[]=templates. Also, the .lrtemplate files are really important because they hold all of your settings so make sure you don't lose those.

#36 Re: General » Shared Resources Confusion » 2015-05-07 01:00:34

I just fiddled around with it a little. From what I can tell by looking at the code and the urls that it creates it seems like you might need to change

form action="/"

to

form action="/blog/"

The code might also work without the change  because both of those codes search my blog, however, they show slightly different results and the first one looks more correct.

#37 Re: General » Shared Resources Confusion » 2015-05-07 00:13:51

Thanks Rod,
I'm not entirely sure if the blog has to be in the root. I just grabbed the code from Wordpress and added the classes and TTG function for styling and proper integration. That would be a good thing to test though. I'll look into it more, but it might be a while before I have the time to set up a test site to try it out on.
Graceson

#38 Re: General » Shared Resources Confusion » 2015-05-06 10:10:27

While I haven't personally used shared resources my understanding of the feature is to make it easier for the web servers. I believe that all it does is make it so the servers only have to serve information like site colors, logos, and scripts once instead of having that information served over and over again by each CE4 module. To incorporate a search box into all pages of your site then you should use the phplugins feature. I wrote a small tutorial on how to add a search box to the footer of a website. Here is the link: http://gracesonaufderheide.com/2015/04/ … e-website/.

#39 Re: General » My attempt at a client access page » 2015-02-17 09:21:54

Hi Mat,
I've thought about CRG but I don't do enough client work right now for it (I'd like to play with it at some point). Also, I don't have the extra money at the moment, so I'll play with this for a while.

#40 General » My attempt at a client access page » 2015-02-17 04:28:22

gaufde
Replies: 2

Hi,
I just created a client access page on my website that acts as a portal to some of my client galleries. The purpose for this is so that random viewers can't easily access unprotected client galleries through my website. I realize that for a gallery to really be protected I should use the TTG password protect gallery feature which I do on a couple of them. I wanted to see what you all think because I put this together by adapting little bits of code I found from the internet and lots of trial and error. You can try random codes to see an error, and if you want to see it work, try typing in "midland" (without the quotes). Please share any comments you might have.
http://photography.gracesonaufderheide. … nt-access/

#41 Re: PHPlugins (CE4) » cleaning up the menu » 2015-02-14 06:04:36

Thanks you guys for doing this as I really like the way this looks. I did play around with it some, and I added to the code so that drop-down menu items on mobile devices are indented 50px to make it easier to see. I am still learning, so if anyone sees an improvement to the code that I could make please let me know.
Here is what I am using now:

/*MENU ALIGNMENT*/
@media only screen and (max-width: 784px) {
#nav span a, 
#nav span a:hover, 
#nav > span:first-child > a, 
#nav li a, 
#nav li a:hover, 
#nav li span, 
#nav li li a, 
#nav li li span,  
#nav > li:first-child > a     {
text-align: left;
}
#nav li ul li > a {
    margin-left: 50px;
    }

#nav li ul li > a:hover {
    margin-left: 50px;
    }
.js #r2d2-menu ul#nav li {
        width: 100%;
        }
.js #r2d2-menu #nav li.has-submenu > a.expand-submenu {
    padding-left: 8px;
    width: 35%;
    width: calc(35% - 3px);
        }
}

#42 Re: CE4 Showcase » Finally Finished! - CE4 Photography and Goldsmith sites » 2015-02-13 04:20:36

Thanks Rod,
I moved from a more restrictive website system so I guess I am just stretching my legs out so to speak and doing all of the things that I couldn't do before.

#44 CE4 Showcase » Finally Finished! - CE4 Photography and Goldsmith sites » 2015-02-12 00:43:02

gaufde
Replies: 4

Hi Everyone,
First off, I'd just like to thank everyone here for helping me build my sites and work through bugs or user error. I'd also like to congratulate Ben, Matthew, and anybody else who helped for building these amazing plugins. Now, I think that I am finally finished with my sites. It took a while but I finally feel like they are presentable. Let me know what you all think and please share any suggestions that you might have.

http://gracesonaufderheide.com/
http://photography.gracesonaufderheide.com/
http://goldsmith.gracesonaufderheide.com/

#45 Re: General » Various Problems on Mobile Devices » 2015-02-10 04:55:06

Well, it looks like the really weird problems have gone away which is great. I hope that android fixes their mail bug, but I'm not so worried about that now because it works on all the other devices I've tried.

#46 Re: General » Various Problems on Mobile Devices » 2015-02-05 12:00:42

I got someone to try everything out on an iPhone for me and the email link worked for them too. I also got ahold of the android device that I was borrowing to check the site again. All of the issues except the email link seem to be magically resolved, but it would be great if someone else could verify this for me just to make sure. Also, thanks Kyle for verifying the email problem.

#47 Re: General » Various Problems on Mobile Devices » 2015-02-05 09:31:18

Hi Rod,
Thanks for the compliment, I appreciate it. I'm glad that it works on the iPhone, but it is strange what is happening on the android. I will try and play with it a bit more to see if I can get it to work, or maybe someone else who has an android can take a look. On your iPhone, are the sharing buttons working properly inside the touch popup?

#48 Re: General » Various Problems on Mobile Devices » 2015-02-05 07:50:51

I just tried playing around with the site a little more and I wanted to update you all. Right now I have gone to the touch display for mobile versions so that you all can see the weird thing that happens with the icons. I have also implemented the code that is supposed to fix the search feature. The funny thing, though, is that there are more bugs on photography.gracesonaufderheide.com than there are on goldsmith.gracesonaufderheide.com.
Graceson

#49 Re: General » Various Problems on Mobile Devices » 2015-02-05 01:38:03

The browser is chrome, and the Android OS is 4.4.4. I don't know too much about the phone or Android because it isn't my device.

#50 General » Various Problems on Mobile Devices » 2015-02-05 00:28:18

gaufde
Replies: 13

Hi,
I was just checking out my site on an android phone to make sure that everything looked good. For the most part, everything was fine, but I noticed three problems. The first is that swiping wasn't working in the large image presentation, the second was that the buttons to share an image via mail isn't inserting the link into the email, and lastly the search isn't working well. I have the most recent version of all my plugins. To fix my swiping problem I tried switing my large image presentation for mobile to the touch option instead of magnific popup. However, this introduced all sorts of weird problems that made icons appear before the grid in a gallery and then disappear, plus it made the menu system stop responding, so I have gone back to the magnific popup. I haven't been able to find anything about the share buttons, and for the search issue I looked here on the forum for fixes. I found this thread: http://community.theturninggate.net/post/26392/#p26392. This works for the most part, but when all the thumbnails come up on the page the large image presentation doesn't work properly. The site is http://photography.gracesonaufderheide.com/
Anyone have ideas?
Thanks,
Graceson

Board footer

Powered by FluxBB