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.

#251 Re: PHPlugins (CE4) » error in phplugins.php » 2015-05-05 06:50:18

Thank you. thank you. I can now stop tearing my hair out.
LOL

#252 PHPlugins (CE4) » error in phplugins.php » 2015-05-05 06:30:16

gwlco
Replies: 3

Bluehost reported the line 128 is broken: here are some of the lines before and after it. I have marked the line in the box.

// Some example functions are included below. Feel free to delete or modify unwanted functions.
// ****************************************************************************************************
// GET FUNCTIONS FROM WORDPRESS
define('__ROOT__', '/home1/garyphot/public_html/galleries/phplugins'); // SET PATH TO WORDPRESS

require_once(__ROOT__.'/wp-includes/version.php'); global $wp_version;

require_once(__ROOT__.'/wp-load.php');

// SITE-WIDE NAVIGATION FROM WORDPRESS
function ttg_header_navigation( $style, $path )

#253 Re: CE4 Publisher » publisher can't find templates » 2015-05-02 11:14:19

AHHHH, I see now. That clears it up for me.
Thank you very much.
Gary

#254 Re: CE4 Publisher » publisher can't find templates » 2015-05-02 09:13:12

Yes I went back to LR for all of these. In fact, I redid them 3 times just to make certain.

the structure is:

ttg-be
....templates
........autoindex
........gallery

These were both produced from LR and exported to the4 HD and loaded with FTP

so I don't know where to go from here.

#255 CE4 Publisher » publisher can't find templates » 2015-05-02 07:26:31

gwlco
Replies: 4

Here is the structure:
public_html
galleries
....TTG-BE
........templates
............autoindex
............gallery

Here is the message I get from Publisher when I try to edit the settings in an album:

Error
unable to perform action: listTemplates
message: No templates have been created.


Here is the message when I try to update a collection:

Can't update this collection

Unable to perform action: getSetupForTemplate
<cite>ttg-be/templates/gallery/<cite> could not b e
found. Create this temlate with CE4 Gallery then
upload it to your server

I have redone the gallery template a number of times. still the same response.

#256 Re: General » using ttg-be and creating a WP CE4 site » 2015-05-02 05:03:21

I figured out what happend. I redid the galleries (auto exec) and forgot to insert the code.
Thank you very much for sticking with me. I think I am on my way again.
Gary

#258 Re: General » using ttg-be and creating a WP CE4 site » 2015-05-02 03:19:08

Yes this makes sense, but when I press the Galleries link I get the old menu setup ->Home Galleries Blog Services, etc.
Here is the /galleries/phplugins.php info  I added:

// GET FUNCTIONS FROM WORDPRESS
define('__ROOT__', '/home5/garyphot/public_html'); // SET PATH TO WORDPRESS
require_once(__ROOT__.'/wp-includes/version.php'); global $wp_version;
require_once(__ROOT__.'/wp-load.php');

// SITE-WIDE NAVIGATION FROM WORDPRESS
function ttg_header_navigation( $style, $path ) {
    if (G_STYLE != 'CE4-WORDPRESS') {
        echo '
<div id="navigation-container" class="navigation-container clearfix">

    <div id="navigation" class="block-id navigation clearfix">
    <div class="mantle clearfix">


        <div class="core clearfix">
        <div id="navigation-background">

        <div id="r2d2-menu" class="clearfix">
        <ul id="pull">
            <li><span>&nbsp;</span></li>
            <li><span>&nbsp;</span></li>
            <li><span>&nbsp;</span></li>
            <li><span>&nbsp;</span></li>
            <li id="open-nav"><a href="#r2d2-menu"><i class="fa fa-reorder"></i></a></li>
            <li id="close-nav"><a href="#"><i class="fa fa-times"></i></a></li>
        </ul>
        ';

        wp_nav_menu(array( 'theme_location' => 'site-navigation', 'container' => false, 'menu_id' => 'nav', 'menu_class' => '', 'fallback_cb' => false, 'walker' => new My_Walker_Nav_Menu() ));

        echo '   
        </div><!-- #r2d2-menu -->

        </div><!-- #navigation-background -->
        </div>
    </div>
    </div> <!-- #navigation -->

</div> <!-- #navigation-container -->
        ';

        return false; // Replaces normal menu for non-WordPress pages
    }
    return true; // WordPress returns normal menu
} // END

http://garylittle.com

#259 Re: General » using ttg-be and creating a WP CE4 site » 2015-05-02 00:10:57

Thanks guys, but my REAL question is (and why I got away from TTG for awhile) is - I don't understand CE4 Theme for WordPress. When do you invoke it? Does it make the required pages?
I just never got the "HOW TO DO CE4 Theme for WordPress"
Thanks for  your help.

the root site is http://garylittle.com/

#260 General » using ttg-be and creating a WP CE4 site » 2015-05-01 03:27:05

gwlco
Replies: 9

Somehow I have missed the boat. I created the ttg-be using Mathews video.
NOW: what do I do?

I have installed a Gallery using publisher when under TTG-BE and can get to it by http://garylittle.com/gallery/quick-collection/
but nothing else works. I guess I just don't understand the connection between TTG-BE and the other products.
Before TTG-BE I didn't have any problem and now all I have is problems.

the root site is http://garylittle.com/

but none of the links work except the HOME menu link. HELP.

#261 General » a structure question » 2014-03-07 23:04:32

gwlco
Replies: 1

I would like to have the following structure of Galleries:

. . .
        Galleries
            Africa
            Europe    
                Turkey    
                    Istanbul
                        Mosques
                        Street Scenes
                        Bosporus
                    Ephesus
                Greece  etc.
    etc...

When I press the 'Galleries' link on the main menu I want the Galleries page to show Africa/Turkey/Greece...etc.
The Turkey gallery to show Istanbul/Ephesus.
The Istanbul  to show Mosques/Street scenes/Bosporus.


How do I Publish galleries to those sub galleries. I know I can link to them, but where do they go when I use Publisher?
Do I put another gallery under the current gallery?
I am not certain what Pages do, but is that the answer?

I would like, after all is done, a hierarchy of gallery pages. (Does this make sense??)
I want to be able to publish galleries, sub-galleries and sub-sub-galleries in Publisher.

Right now I have created a Menu sub heading from the Gallery to Alhambra (which would be the same situation in a main gallery of Spain).

http://gw-little.net

#262 Re: General » What is the 'current' best site for client to purchase » 2013-12-31 01:44:10

Thank you, I have CE3 Cart and want to start using it, just wanted to know if this is the best way. I do like the paypal best of all. Thank you.

#263 General » What is the 'current' best site for client to purchase » 2013-12-31 01:25:55

gwlco
Replies: 3

Fotomoto was in, then Fotomoto was out, maybe Fotomoto is back in?
Paypal was in, then paypal was out.
What is the current BEST purchase site for CE3 cart?

#264 Re: General » using my Existing WP site: how can I integrate galleries » 2013-03-28 00:09:16

This is a new venture for me....so here is a newbie question. I am trying to use PAGES  be the first window that opens when I press the 'Galleries' menu item in WP. I tried putting the PAGES upload in wp-content. Nothing happened when I selected Galleries from the WP menu.  Here is the link I used in WP menu:  http://garyphotosgallery.com/home-page   and nothing happened. So where do I put that upload?

Update:  I put a gallery page as follows:  http://garyphotosgallery.com/wp-content/dubrovnik-2011 and it worked fine. My question is how can I build up a hierarchy under the wp-content folder like TTG pages does? Since using Pages in the same manner doesn't work.

#265 Re: General » block google et all from searching the site » 2013-03-27 23:04:31

I wanted to block the 'crawlers' from my site while in development since many things are changing almost on a daily basis. I will wait until my site is more stable.

#266 General » using my Existing WP site: how can I integrate galleries » 2013-03-27 23:02:22

gwlco
Replies: 3

I want to use the WP menuing system. Can I upload a Gallery to that site and reference it from the WP Nav menu?

#267 Re: General » block google et all from searching the site » 2013-03-13 00:24:49

Thank you Rod. I will be more careful in the future to do my own work. But you continue to be a good source.I want to put this in this post in case other people want the same thing

It's good programming policy. Pros have a robots.txt. Amateurs don't. What group do you want your site to be in? This is more of an ego/image thing than a "real" reason but in competitive areas or when applying for a job can make a difference. Some employers may consider not hiring a webmaster who didn't know how to use one, on the assumption that they may not to know other, more critical things, as well. Many feel it's sloppy and unprofessional not to use one.

The creation of the robots.txt file can be found http://www.mcanerin.com/EN/search-engine/robots-txt.asp

or here: http://searchengineland.com/google-offe … ator-13653

Here is the contents of the robots.txt file I created

# Disallows all robots

User-agent: *
Disallow: /

#268 Re: General » block google et all from searching the site » 2013-03-12 05:28:28

I understand that, but what do i store in the .htaccess file for this purpose?

#269 General » block google et all from searching the site » 2013-03-12 04:45:42

gwlco
Replies: 14

As I remember the file .htaccess will do this. What do I need to store in it?
I  dont want the site indexed or searched until I am ready.

#271 General » Does not seem to be any moderation on Photoswipe Gallery I have a ques » 2013-03-08 04:31:22

gwlco
Replies: 2

Is there something wrong with Photoswipe Gallery? I cannot find it in the store?
I really like the full page slide show option. I don't think any of the other gallery plugins have that. If so let me know.

#272 General » trying to share templates between engines » 2013-03-08 03:50:30

gwlco
Replies: 1

I am using http://ce3wiki.theturninggate.net/doku. … en_engines and maybe the problem is that I am trying to share across CE2 and CE3 engines. Apparently that is not possible since so much is missing on the target template. Am I missing something?

Also, when viewing the video provided, it seemed that there were allot of other changes to be made, but the article referenced above doesn't mention that.

Board footer

Powered by FluxBB