ryan76nz
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Image Generator] Thumbnail not generating after WP updateI’ve got it working on PDF Image Generator Version 1.4.5.2, WordPress version 4.5.2, settings:
Use imageMagick with exec function
Your server using imageMagick 6.5.4Wasn’t working until I changed the settings from Use imagick PHP Extension.
I’m having this issue too, on a fresh install today, no plugins enabled, default theme. I can’t get to the Text view either, I click and it does nothing. Tried in Chrome and Firefox.
Forum: Fixing WordPress
In reply to: Excerpt Field disappearedIt’s on the top right of the screen.
Forum: Fixing WordPress
In reply to: Excerpt Field disappearedthese “missing” options are checked under screen options inside the invididual posts. It’s at the top.
Where is it????? I can’t find it. The top of where? The post?
Forum: Fixing WordPress
In reply to: Excerpt box missing for Editor roleARGH so let’s try that again – that’s the full list.
Editors do *not* have the following permissions:
Activate Plugins
Create Users
Delete Plugins
Delete Users
Edit Dashboard
Edit Files
Edit Plugins
Edit Themes
Edit Users
Import
Install Plugins
Install Themes
Switch Themes
Unfiltered Upload
Update Plugins
Update ThemesForum: Themes and Templates
In reply to: [Arras theme] Hide Recent Posts from homepageAwesome, that’s perfect. Thanks!
Forum: Themes and Templates
In reply to: [Arras theme] Hide Recent Posts from homepageHi, thanks for the reply. I’ve done that but it doesn’t seem to help – if Recent Posts is added through the Widget interface it appears on all pages and if it isn’t, it doesn’t appear anywhere.
Have I missed something?
Forum: Themes and Templates
In reply to: [Arras theme] show post date in Per Line viewThanks for the reply, but using <?php the_time() ?> shows only the time of the post. I need to display the date as well!
EDITED: https://codex.www.ads-software.com/Template_Tags/the_time
Thanks!
Forum: Fixing WordPress
In reply to: Comment box shows when ‘login to comment’ is selectedI’m using arras theme, which I put as a tag. I thought that would be enough information to see which theme I am using. I didn’t realise I had to put it in the text as well.
Here is the comments.php:
<?php
if ( !empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']) )
die( __('Please do not load this page directly. Thanks!', 'arras') );
if ( post_password_required() ) {
_e('<p class="nocomments">This post is password protected. Enter the password to view comments.</p>', 'arras');
return;
}
?>
<?php if ( have_comments() ) : ?>
<?php if ( !empty($comments_by_type['comment']) ) : ?>
<h4 class="module-title"><?php comments_number( __('No Comments', 'arras'), __('1 Comment', 'arras'), __ngettext('% Comment', '% Comments', get_comments_number(), 'arras') ); ?></h4>
<ol id="commentlist" class="clearfix">
<?php wp_list_comments('type=comment&callback=arras_list_comments'); ?><div class="comments-navigation clearfix">
<div class="floatleft"><?php previous_comments_link() ?></div>
<div class="floatright"><?php next_comments_link() ?></div>
</div>
<?php endif; ?><?php if ( !empty($comments_by_type['pings']) ) : ?>
<h4 class="module-title"><?php _e('Trackbacks / Pings', 'arras') ?></h4>
<ol class="pingbacks"><?php wp_list_comments('type=pings&callback=arras_list_trackbacks'); ?>
<?php endif; ?><?php else: ?>
<?php if ('open' == $post->comment_status) : ?>
<h4 class="module-title"><?php _e('No Comments', 'arras') ?></h4>
<p class="nocomments"><?php _e('Start the ball rolling by posting a comment on this article!', 'arras') ?></p>
<?php else : ?>
<h4 class="module-title"><?php _e('Comments Closed', 'arras') ?></h4>
<p class="nocomments"><?php _e('Comments are closed. You will not be able to post a comment in this post.', 'arras') ?></p>
<?php endif ?>
<?php endif; ?><?php if ('open' == $post->comment_status) : ?>
<div id="respond">
<h4 class="module-title"><?php comment_form_title( __('Leave a Reply', 'arras'), __('Leave a Reply to %s', 'arras') ); ?></h4>
<div id="commentsform">
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<?php comment_id_fields(); ?>
<?php if ( $user_ID ) : ?>
<p>
<?php printf( __('Logged in as %3$s.', 'arras'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, $user_identity) ?>
" title="<?php _e('Log out of this account', 'arras') ?>"> (<?php _e('Logout', 'arras') ?>)
</p>
<?php else : ?>
<p><label for="author"><?php _e('Name', 'arras') ?> <?php if ($req) _e('(required)', 'arras') ?></label>
<input type="text" name="author" id="s1" value="<?php echo $comment_author; ?>" size="40" tabindex="1" minlength="2" <?php if (get_option('require_name_email')) : ?>class="required"<?php endif ?> />
</p>
<p><label for="email"><?php _e('Mail (will not be published)', 'arras') ?> <?php if ($req) _e('(required)', 'arras') ?></label>
<input type="text" name="email" id="s2" value="<?php echo $comment_author_email; ?>" size="40" tabindex="2" <?php if (get_option('require_name_email')) : ?>class="required email"<?php endif ?> />
</p>
<p><label for="url"><?php _e('Website', 'arras') ?></label>
<input type="text" name="url" id="s3" value="<?php echo $comment_author_url; ?>" size="40" tabindex="3" class="url" />
</p>
<?php endif; ?>
<p><?php printf( __('XHTML: You can use these tags:%s
‘, ‘arras’), allowed_tags() ) ?></p>
<p>
<textarea name=”comment” id=”s4″ cols=”50″ rows=”10″ tabindex=”4″ class=”required”></textarea>
</p>
<?php if(function_exists(‘show_subscription_checkbox’)) : ?>
<p><?php show_subscription_checkbox() ?></p>
<?php endif; ?>
<p>
<input name=”submit” type=”submit” id=”sbutt” tabindex=”5″ value=”<?php _e(‘Submit Comment’, ‘arras’) ?>” />
<?php cancel_comment_reply_link( __(‘Cancel Reply’, ‘arras’) ) ?>
</p>
<?php do_action(‘comment_form’, $post->ID); ?>
</form>
<?php if(function_exists(‘show_manual_subscription_form’)) { show_manual_subscription_form(); } ?>
</div><!– end #commentsform –></div>
<?php endif ?>Thanks for any help – this is a showstopper!
Forum: Plugins
In reply to: New Plugin: WP-Amazon-CarouselI found it!
[carousel list=”NewReleases” category=”VideoGames” tag=”ohmyki-20″ showBorder=”True”]
Since the ‘tag’ parameter is specified, you will earn an Affiliate referral fee for any sales made through this widget.
Forum: Plugins
In reply to: New Plugin: WP-Amazon-CarouselHi, I love this widget, but how do I add my affiliate code? Is it affiliate=”mycode”? I’ve looked in the FAQ but it’s not there.
Thanks
RyanForum: Fixing WordPress
In reply to: Text widget appears in blog, not in widget listD’oh! It’s a link category, not a text widget. Oops.
Forum: Fixing WordPress
In reply to: Text widget appears in blog, not in widget listDo I need to post more information?
The blog is here: https://www.websynapse.co.nz
I’m using version 2.7-RC1-10073
Thanks for any help
Forum: Fixing WordPress
In reply to: wordpress current widgets missingI’m having a missing widgets problem too, 8 widgets on the blog but only 7 showing up in the Current Widgets section. The missing one is a Text widget. I’m running 2.7-beta1.
Forum: Fixing WordPress
In reply to: [Plugin: Redirection] Auto-redirect if domain is changed?I changed the URLs on the Settings->General screen and there was something wrong with the domain. Now the issue with the domain is sorted but I get the blank screen of death.
https://websynapse.brooklynnemichelle.com
What can I do?