castfalk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Thumbnails Appearing HugeDeactivating the only image-related plug-in I found didn’t help, but I was able to shrink the image sizes to 75%. That makes them a little smaller than the thumbnails I’d been using, but not by too much.
Thanks for the suggestions!
Forum: Fixing WordPress
In reply to: Thumbnails Appearing HugeYes, the images appear larger than they should.
On this page, for example, the images of the titles John Eyre and A Crumby Way to Die. On my dashboard, I’ve selected the thumbnail image size, which is how they appear. (https://www.carolynastfalk.com/wp-content/uploads/2022/06/Screen-Shot-2022-06-02-at-8.19.52-AM.png)
On the live page, they appear as I’d suspect they would if I’d selected large or full-size.
Thanks.
Forum: Fixing WordPress
In reply to: Comments Not VisibleThanks so much for this solution! I gave the changes a shot, but ultimately, I agree we need to choose a new theme.
Forum: Fixing WordPress
In reply to: Comments Not VisibleThank you! I know next to nothing about the code, but I’m wondering if that first big means we have to look in the functions.php file.
/** * The template for displaying Comments. * * The area of the page that contains both current comments * and the comment form. The actual display of comments is * handled by a callback to weaver_comment_list which is * located in the functions.php file. */ ?> <div id="comments"> <?php if ( post_password_required() ) : ?> <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', WEAVER_TRANS ); ?></p> </div><!-- #comments --> <?php /* Stop the rest of comments.php from being processed, * but don't kill the script entirely -- we still have * to fully load the template. */ return; endif; ?> <?php // You can start editing here -- including this comment! ?> <?php if ( have_comments() ) : ?> <h3 id="comments-title"><?php printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), WEAVER_TRANS ), number_format_i18n( get_comments_number() ), '<em>' . get_the_title() . '</em>' ); ?></h3> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> <div class="navigation"> <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">←</span> Older Comments', WEAVER_TRANS ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', WEAVER_TRANS ) ); ?></div> </div> <!-- .navigation --> <?php endif; // check for comment navigation ?> <ol class="commentlist"> <?php /* Loop through and list the comments. Tell wp_list_comments() * to use weaver_comment_list() to format the comments. * If you want to overload this in a child theme then you can * define weaver_comment_list() and that will be used instead. * See weaver_comment_list() in weaver/functions.php for more. */ wp_list_comments( array( 'callback' => 'weaver_comment_list' ) ); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> <div class="navigation"> <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">←</span> Older Comments', WEAVER_TRANS ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', WEAVER_TRANS ) ); ?></div> </div><!-- .navigation --> <?php endif; // check for comment navigation ?> <?php else : // or, if we don't have comments: /* If there are no comments and comments are closed, * let's leave a little note, shall we? */ if ( ! comments_open() ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.', WEAVER_TRANS ); ?></p> <?php endif; // end ! comments_open() ?> <?php endif; // end have_comments() ?> <?php comment_form(); ?> </div><!-- #comments -->
Forum: Plugins
In reply to: [Yoast SEO] SEO Data Optimization NotificationI’m getting the same message almost DAILY. And I update it every time, yet there it is, back the next day. I’ve made no changes to my URL setting.
I contacted my host. They said, “Any length of MaxQueryString will work on your account. there is no block from server end.” I thought, okay, back to square one. But… interestingly, when I re-visited my site, all is now well and the backup to the new Dropbox location appears to be functioning. I took the host’s response to mean that there was not and had not been a limit on the query string, but perhaps it was changed at my request.
Thank you.
Thanks for your reply. I do have version 1.16.26. I tried wiping the settings and then resetting them, but I’m still having the same issue. Any other ideas? Does it matter what browser I’m using? (I’m using Google Chrome. I tried Microsoft Edge yesterday, but it was no different.)
Forum: Fixing WordPress
In reply to: Site Up and Down, Mostly DownSorry I didn’t respond sooner! I wasn’t notified of any replies. I ended up working it out with BlueHost. I think they said it was due to a server migration on their end. The story didn’t quite jibe with me, but everything was normal given a day or two time. Thanks for your replies.
Forum: Plugins
In reply to: [Contact Form 7] Feedback Messages Not Being DeliveredI was able to resolve my problem using the article. Thank you!
Still no message in “Feedback” on my dashboard, but they are delivered to my inbox. I’m not sure if they are being filtered for spam, but at least they are reaching me.
Am I correct in thinking that any messages sent to me over the past months, year, or however long it has not been functioning are simply lost to a black hole? While the user received confirmation their message was sent, it was never received on my end.
Forum: Plugins
In reply to: [Contact Form 7] Feedback Messages Not Being DeliveredI will check that out. Thank you.
Forum: Fixing WordPress
In reply to: Not Receiving Mail from Contact FormI’m using Contact Form 7 v. 5.1.1.
Forum: Plugins
In reply to: [Better Click To Tweet] Tweetable Quote not appearingYay! First time I’ve ever solved a plug-in problem!
Forum: Plugins
In reply to: [Better Click To Tweet] Tweetable Quote not appearingYou’re welcome!
Forum: Plugins
In reply to: [Better Click To Tweet] Tweetable Quote not appearingI discovered what I thin was the problem with mine. If there are any quotation marks in your text, they seem to prevent the text from appearing. It makes for awkward quotes with no quotation marks, but at least they are visible!
Forum: Plugins
In reply to: [Better Click To Tweet] Tweetable Quote not appearingI just installed the plug-in today, and I am having the same problem. I’m getting the white box with “click to tweet,” but no visible text in it. If I click on it, I see the generated short link and my handle, but not the text I inserted.