TT Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [PaperCuts] Instagram linkDear elizabethg216,
unfortunately, the PaperCuts theme offers only the Facebook, Google+, Twitter and RSS header links.
Best regards
Tomas Toman – TT ThemesForum: Themes and Templates
In reply to: [StairWay] Removing commentsDear Michaelyn,
if you uncheck the option “Allow people to post comments on new articles” in “Settings > Discussion”, it will not affect the already published posts/pages. To remove comments on these older pages/posts, you need to go into “Pages > All Pages” (respectively “Posts > All Posts”) and through the link “Quick Edit” uncheck the option “Allow Comments” at all desired pages/posts. You also can set it globally for all pages/posts through the drop-down list “Bulk Actions – Edit”.
I hope that my answer will be helpful for you.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PhotoStory] Blog width PhotoStoryI am glad that I could help you!
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PhotoStory] Blog width PhotoStoryDear Pat,
for reducing the left menu box, please use the following CSS:
body .menu-box {width: 175px;} body .menu-box ul a, body .menu-box ul a:visited {width: 165px;}Then, you also can modify the width of the whole page container to reduce the gap between the menu box and the main content area:
body #container {width: 1070px;}Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PhotoStory] Blog width PhotoStoryDear PM,
you can hide the whole right sidebar in “Appearance > Theme Options > General Settings > Display Sidebar”. Or, if you only would like to reduce its width, please insert the following CSS code into “Appearance > Theme Options > Other Settings > Custom CSS”:
body #content {width: 570px;} body #sidebar {width: 165px;}You can change both values of width according to your needs, but keep in mind that their sum should be always 735 pixels.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PaperCuts] Subscriptions widget: lostI can recommend you to use the mentioned Jetpack plugin. For enabling all its features, you will be asked to connect to WordPress.com (if you don’t yet have a WordPress.com account, you can quickly create one after clicking the connect button).
Here is an example how the widget looks like: http://jetpack.me/support/subscriptions/.Forum: Themes and Templates
In reply to: [PaperCuts] Subscriptions widget: lostDear Edith Angst-Hase,
as the subscription widget is not the PaperCuts theme feature, it is a plugin issue. As I can see, you are using the Jetpack plugin on your website, so please check its settings in “Jetpack > Settings” panel. Maybe you have mistakenly disabled this feature here. Your list of subscribers should stay preserved.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PaperCuts] Slidder Full Width 100% on PaperCuts ThemeIt is possible by editing the “header.php” file. When you open this file, just at the end you can see the following code:
<div id="content"> <?php if ( is_home() || is_front_page() ) { ?> <?php if ( get_header_image() != '' ) { ?> <div class="header-image-wrapper"><div class="header-image"><img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" /></div></div> <?php } ?> <?php } else { ?> <?php if ( get_header_image() != '' && $papercuts_options_db['papercuts_display_header_image'] == 'Everywhere' ) { ?> <div class="header-image-wrapper"><div class="header-image"><img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" /></div></div> <?php } ?> <?php } ?>You will need to edit it by the following way:
<?php if ( is_home() || is_front_page() ) { ?> <div class="header-image-wrapper"><div class="header-image"><?php echo do_shortcode("[metaslider id=123]"); // replace 123 with your slideshow ID ?></div></div> <?php } else { ?> <?php if ( get_header_image() != '' && $papercuts_options_db['papercuts_display_header_image'] == 'Everywhere' ) { ?> <div class="header-image-wrapper"><div class="header-image"><img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" /></div></div> <?php } ?> <?php } ?> <div id="content">Then, please insert the following CSS code into “Theme Options > Other Settings > Custom CSS”:
.home #content, .home #sidebar {margin-top: 0;} .home .header-image-wrapper {margin-top: 25px;}This will be working for displaying a slideshow only on your homepage. To display it on all pages, please modify your “header.php” in the following way:
<div class="header-image-wrapper"><div class="header-image"><?php echo do_shortcode("[metaslider id=123]"); // replace 123 with your slideshow ID ?></div></div> <div id="content">In this case, your Custom CSS should be the following:
#wrapper #content, #wrapper #sidebar {margin-top: 0;} #wrapper .header-image-wrapper {margin-top: 25px;}I hope that my answer will be helpful for you.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PaperCuts] Slidder Full Width 100% on PaperCuts ThemeHello,
you will need to include the slider directly into the “header.php” theme file, ideally just above the following element:
</header> <!-- end of wrapper-header -->. You will need to add something like this:<?php if (is_home() || is_front_page()) { echo do_shortcode("[metaslider id=123]"); // replace 123 with your slideshow ID } ?>Here is a detailed manual how to include the Meta Slider into a theme: Meta Slider Including.
Maybe you will also need to add some Custom CSS to style your slider.
Or, if this procedure is not comfortable for you, here is a live demo how looks the in-built slider in PaperCuts Premium version: Premium Demo.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PaperCuts] sidebar pushed right by blog listDear Geoff,
if possible, please post here a link to your website so I can check it (or a screenshot at least). The right sidebar should be displayed in the same way across all pages. Your problems could be caused by conflict with some plugin. Please try to deactivate all your installed plugins (one after another) to see whether it can help.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PaperCuts] Comments positionAccording to your error message, I expect that your website URL is http://blogdeluis.com/. If so, it seems that you are not using the PaperCuts theme so my code posted above can’t work with it. If I display the source code of your website, I can see that your theme name is Papercut, not PaperCuts, so it is a different theme. I have checked the WordPress repository and there is no theme called Papercut. It seems that your theme comes from another source than wordpress.org.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PaperCuts] Comments positionDear Almudena,
I have tested the modified code with the clear WordPress installation and everything seems to be OK. Please verify that you have replaced the whole content of “comments.php”. Also check if there are no empty lines at the start and end of this file. Of course, the code posted above will work only with PaperCuts theme, not with any other themes.
You can edit the “comments.php” file through “Appearance > Editor” panel. If your problems continue, please post here a link to your website (if possible).
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PaperCuts] Comments positionDear Almudena,
if you have too many comments on your posts so their list is too long, I can recommend you to go to “Settings > Discussion” panel in your WordPress administration and check here the option “Break comments into pages”. This option breaks your comments into more pages.
Most themes display the comment form just under the list of comments. If you would like to move it before the comments, you will need to edit the “comments.php” theme file in the following way (simply replace the whole current content of the “comments.php” file by the following code):
<?php /** * The template for displaying Comments. * @package PaperCuts * @since PaperCuts 1.0.0 */ if ( post_password_required() ) return; ?> <?php global $papercuts_options_db; ?> <div id="comments" class="comments-area<?php if ( $papercuts_options_db['papercuts_next_preview_post'] == '' || $papercuts_options_db['papercuts_next_preview_post'] == 'Display' ) { ?> comments-area-post<?php } ?>"> <?php $placeholder_name = __( 'Your name' , 'papercuts' ); $placeholder_web = __( 'Website' , 'papercuts' ); $placeholder_comment = __( 'Comment...' , 'papercuts' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $field_req = ( $req ? " *" : '' ); $comment_args = array( 'title_reply'=>__( 'Leave a Comment' , 'papercuts' ), 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<p class="comment-form-author">' . '<label for="author">' . __( '', 'papercuts' ) . '</label> ' . '<input id="author" name="author" type="text" placeholder="' . $placeholder_name . $field_req . '" value="" size="30"' . $aria_req . ' /></p>', 'email' => '<p class="comment-form-email">' . '<label for="email">' . __( '', 'papercuts' ) . '</label> ' . '<input id="email" name="email" type="text" placeholder="E-mail' . $field_req .'" value="" size="30"' . $aria_req . ' />'.'</p>', 'url' => '<p class="comment-form-url">' . '<label for="url">' . __( '', 'papercuts' ) . '</label> ' . '<input id="url" name="url" type="text" placeholder="' . $placeholder_web . '" value="" size="30" />'.'</p>' ) ), 'comment_field' => '<p>' . '<label for="comment">' . __( '', 'papercuts' ) . '</label>' . '<textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" placeholder="' . $placeholder_comment . '"></textarea>' . '</p>',); comment_form($comment_args); ?> <?php if ( have_comments() ) : ?> <h2 class="entry-headline"><?php printf( _n( '1 Comment', '%1$s Comments', get_comments_number(), 'papercuts' ), number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' ); ?></h2> <ol class="commentlist"> <?php wp_list_comments( array( 'callback' => 'papercuts_comment', 'style' => 'ol' ) ); ?> </ol><!-- .commentlist --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <div id="comment-nav-below" class="navigation" role="navigation"> <div class="nav-wrapper"> <p class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'papercuts' ) ); ?> </p> <p class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'papercuts' ) ); ?></p> </div> </div> <?php endif; ?> <?php if ( ! comments_open() && get_comments_number() ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.' , 'papercuts' ); ?></p> <?php endif; ?> <?php endif; ?> </div><!-- #comments .comments-area -->I hope that my answer will be helpful for you.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PaperCuts] moving the sidebar to the left form the rightI am glad that I could help you!
Forum: Themes and Templates
In reply to: [PaperCuts] moving the sidebar to the left form the rightDear lynskeyc,
to move the sidebar to the left, please insert the following CSS code into “Appearance > Theme Options > Other Settings > Custom CSS”:
#wrapper #content {float: right;} #wrapper #sidebar {float: left; margin: 35px 25px 0 0;}I hope that my answer will be helpful for you.
Best regards
Tomas Toman