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.
You are not logged in.
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
Again thank you and good afternoon.
Philippe
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
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
Thank you for your response, I'll watch it !
Philippe
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
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
Hello,
I did not have disconnection warning from Jetpack?
I just go there, and now it works!
Cordially.
Philippe
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
Hello,
I like the work you've done, both for the site (sobriety) than the images it contains!
Congratulations.
Philippe
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
Hello,
Thank you very much for that, I'll watch it quickly.
Best regards.
Philippe
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
Always thank you for your quick response!
I will go in search of a plugin.
Best regards.
Philippe
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
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
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
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
No, I have no problem.
I just asked myself the question.
Thanks again.
Best regards.
Philippe
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 “%2$s”', '%1$s responses to “%2$s”', 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( __( '← Older Comments', 'loc' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', '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( __( '← Older Comments', 'loc' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', '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
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( __( '← Older Comments', 'loc' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'loc' ) ); ?></div>
</nav><!-- #comment-nav-below .site-navigation .comment-navigation -->
<?php endif; // check for comment navigation ?>
Thank you for your response.
Regards,
Philippe
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
Hello,
Thank you for your reply, I will try to look at all this as soon as possible.
Best regards.
Philippe
Hi, me again
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
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
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