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.

#126 Re: Backlight Support » Connection » 2016-07-06 00:46:14

I'm so stupid !

I mixed everything, administrator password and guest password.
I had the administrator password instead of admin and the password guest instead of the administrator password.
So it does not risk function at all!

I'm sorry to have bothered you for nothing, and I believe we can do great things with Backlight, although still missing a lot of opportunities in relation to CE4.

Backlight not tired so more smile

Again thank you and good afternoon.

Philippe

#127 Re: Backlight Support » Connection » 2016-07-05 22:37:30

Thank you for your reply !

Yes I can connect with the user name and default password.
Yes when I change the username and password I record these changes well, but from the more or any possible connection with the old user name and password or with the new!

Philippe

#128 Backlight Support » Connection » 2016-07-05 20:04:30

PhilippeH
Replies: 6

I'm sorry but Backlight already beginning to tire me.

Yesterday I made an installation by carefully following the directions worked.

This morning I wanted to sign me and, IDs or incorrect passwords!

Since I reinstalled Backligh six times and still can not login!

Even changing with each new installation the username and password.

I of course reset the browser.

I realize that I made a mistake somewhere, but where?

Have you any idea?

Thank you in advance.

Philippe

#129 Re: CE4 Theme for WordPress » style » 2016-06-15 00:15:46

Thank you for your response, I'll watch it !

Philippe

#130 CE4 Theme for WordPress » style » 2016-06-14 18:42:05

PhilippeH
Replies: 2

Hello,

I wonder if it is possible to do this kind of presentation with EC4 ( as you can see here: http://test.vuedailleurs.com/blog/ ) for the blog?

Thank you for your reply.

Philippe

#131 Re: CE4 Showcase » Phoneographie » 2016-03-14 21:40:22

Hello Matthew,

Thank you for visiting my site, I'm surprised you that you have difficulty connecting from Korea Southern, I personally blocked any country where no IP address through my extension security.

I appreciate that you like the site and I must say that I also really like this picture which was taken early in the morning!

Good continuation.

Cordially.

Philippe

#132 Re: CE4 Showcase » Phoneographie » 2016-03-09 17:57:25

Hello,

I did not have disconnection warning from Jetpack?

I just go there, and now it works!

Cordially.

Philippe

#133 Re: CE4 Showcase » Phoneographie » 2016-03-07 22:33:37

Hello, and thank you for taking the time to go for a ride on my website.

I'm glad you enjoyed the pictures!

Cordially.

Philippe

#134 Re: CE4 Showcase » From CE2 to CE4 » 2016-03-04 20:56:25

Hello,

I like the work you've done, both for the site (sobriety) than the images it contains!

Congratulations.

Philippe

#135 CE4 Showcase » Phoneographie » 2016-03-04 20:39:19

PhilippeH
Replies: 7

Hello,

I present the new version of my site on Iphoneography (Smartphone to photograph) http://phoneographie.com

I went from CE3 in EC4, and I added a blog.

Please feel free to leave a comment to tell me what you think, good or bad!

I also want to thank you for any help that I could find on these pages!

Cordially.

Philippe

#136 Re: CE4 Pages » Menu » 2016-02-04 22:58:00

Hello,

Thank you very much for that, I'll watch it quickly.

Best regards.

Philippe

#137 CE4 Pages » Menu » 2016-02-04 07:58:04

PhilippeH
Replies: 2

Good evening,

I have a little question. I would insert my menu in the header of the site, as did this person: http://jforbishweddings.com/galleries.php

So I did a search in the pages of the forum and I found this post: http://community.theturninggate.net/top … -masthead/

The problem is that I did not understand everything does not speak English, it is a bit complicated for me.

Can you help me.

In advance thank you very much.

Best regards.

Philippe

#138 Re: CE4 Theme for WordPress » Breadcrumb » 2016-01-15 05:04:43

Always thank you for your quick response!

I will go in search of a plugin.

Best regards.

Philippe

#139 CE4 Theme for WordPress » Breadcrumb » 2016-01-15 03:44:27

PhilippeH
Replies: 2

Hello,

I wonder if there is a way to add a breadcrumb to see EC4 theme for Wordpress

Thank you in advance for your response.

Best regards.

Philippe

#140 Re: CE4 Theme for WordPress » Image on the front » 2015-11-24 22:46:00

Hello,

Thank you for all that information, it helped me a lot.

Yes it worked for me, but I still handed the file as it was originally.

I added the code in my custom.css .post_thumbnail and it works flawlessly.

Good evening.

Regards,

Philippe

#141 Re: CE4 Theme for WordPress » Image on the front » 2015-11-21 02:39:48

Good evening,

Thank you to you for your answer, I just found it was necessary to change the image size in functions.php

if (!isset($content_width)){
    $content_width = 450;

Good evening.

Regards,

Philippe

#142 CE4 Theme for WordPress » Image on the front » 2015-11-21 02:08:11

PhilippeH
Replies: 5

Hello everyone,

Does anybody know, how to do to put an image on the front in an article, which is smaller than the original image size download WordPress.

In advance thank you to you.

Best regards.

Philippe

#143 Re: CE4 Theme for WordPress » comments.php » 2015-11-20 19:46:35

No, I have no problem.
I just asked myself the question.
Thanks again.
Best regards.
Philippe

#144 Re: CE4 Theme for WordPress » comments.php » 2015-11-20 17:26:09

Hello, and thank you for your answer!

When I import the Wordpress theme with Lightroom, that is the comments.php file that is exported:

<?php

/*
* If the current post is protected by a password and
* the visitor has not yet entered the password we will
* return early without loading the comments.
*/
if (post_password_required())
    return;
?>

<div id="comments" class="clearfix">

    <?php if (have_comments()): ?>
        <h3 class="comments-title">
        <?php
        printf( _n( 'One response to &ldquo;%2$s&rdquo;', '%1$s responses to &ldquo;%2$s&rdquo;', get_comments_number(), 'loc' ),
            number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' );
        ?>
        </h3>

        <?php if (get_comment_pages_count() > 1 && get_option('page_comments')): // are there comments to navigate through? If so, show navigation ?>
        <nav role="navigation" id="comment-nav-above" class="site-navigation comment-navigation">
            <h1 class="assistive-text"><?php _e( 'Comment navigation', 'loc' ); ?></h1>
            <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'loc' ) ); ?></div>
            <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'loc' ) ); ?></div>
        </nav><!-- #comment-nav-before .site-navigation .comment-navigation -->
        <?php endif; // check for comment navigation ?>

        <ol class="commentlist">
        <?php wp_list_comments(array('callback' => 'shape_comment')); ?>
        </ol><!-- .commentlist -->

        <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through? If so, show navigation ?>
        <nav role="navigation" id="comment-nav-below" class="site-navigation comment-navigation">
            <h1 class="assistive-text"><?php _e( 'Comment navigation', 'loc' ); ?></h1>
            <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'loc' ) ); ?></div>
            <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'loc' ) ); ?></div>
        </nav><!-- #comment-nav-below .site-navigation .comment-navigation -->
        <?php endif; // check for comment navigation ?>

    <?php endif; // have_comments() ?>

    <?php // If comments are closed and there are comments, let's leave a little note, shall we?
        if (!comments_open() && '0' != get_comments_number() && post_type_supports(get_post_type(), 'comments')):
        echo '<p class="nocomments">' . __( 'Comments are closed.', 'loc' ) . '</p>';
        endif;
    ?>

    <?php
        $comments_args = array(
            'comment_notes_before' => __('<p class="comment-notes">Your email address will not be published. Required fields are marked *</p>', 'loc'),
            'title_reply' => __('<i class="fa fa-fw fa-comments-o"></i> Leave a Comment', 'loc'),
            'title_reply_to' => __('<i class="fa fa-fw fa-comments-o"></i> Leave a Reply to %s', 'loc'),
            'cancel_reply_link' => __('<i class="fa fa-fw fa-times"></i> Cancel Reply', 'loc'),
        );
   
        comment_form($comments_args);
    ?>

</div><!-- #comments -->


There are also duplicate files in footer.php or woocommerce.php

What I wanted to know was if this was normal?

Regards,

Philippe

#145 CE4 Theme for WordPress » comments.php » 2015-11-20 05:19:37

PhilippeH
Replies: 4

Good evening,

I wonder if it is normal that there is commente.php file twice this text:

<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through? If so, show navigation ?>
        <nav role="navigation" id="comment-nav-below" class="site-navigation comment-navigation">
            <h1 class="assistive-text"><?php _e( 'Comment navigation', 'loc' ); ?></h1>
            <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'loc' ) ); ?></div>
            <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'loc' ) ); ?></div>
        </nav><!-- #comment-nav-below .site-navigation .comment-navigation -->
        <?php endif; // check for comment navigation ?>


Thank you for your response.

Regards,

Philippe

#146 Re: CE4 Theme for WordPress » translation » 2015-11-13 17:29:42

Hello,

I managed to perform the translation thanks to Google translate, then I installed the .po and .mo files and it works, except for some who do not want words to be translated:

says:
Leave a Comment
Your email address will not be published. Required fields are marked *
Your comment is awaiting moderation.

And perhaps other words.

Do you have an idea of the problem?

Regards,

Philippe

#147 Re: CE4 Theme for WordPress » translation » 2015-11-05 20:26:12

Hello,

Thank you for your reply, I will try to look at all this as soon as possible.

Best regards.

Philippe

#148 Re: CE4 Theme for WordPress » translation » 2015-11-05 08:17:21

Hi, me again smile

I do not understand absolutely nothing, there is nobody who can help me to translate the theme in French?

Good evening to everybody.

Best regards.

Philippe

#149 Re: CE4 Theme for WordPress » damaged themes » 2015-11-05 01:46:20

You're right, we only have I put a space in the name of my theme, plus two capital.
So I correct the problem, and now everything is back in order.
Again thank you, and good afternoon.
Best regards.
Philippe

#150 Re: CE4 Theme for WordPress » damaged themes » 2015-11-05 00:26:04

I'll check it all tonight, but I seem to have completed documentation.

Maybe the name of my theme understand space space?

I'll let you know.

Best regards.

Philippe

Themes Children, Google translation makes me misery smile

Board footer

Powered by FluxBB