tinablack2
Forum Replies Created
-
Hi Marko,
Thanks to a previous post in the W3 Total Cache forum, I found the culprit!
https://www.ads-software.com/support/topic/donotcache/
We use the Polylang plugin that has a setting “Detect browser language – When the front page is visited, redirects to itself in the browser preferred language. As this doesn’t work if it is cached, Polylang will attempt to disable the front page cache for known cache plugins.”
Since we only use one language, I was able to deactivate this setting which resolved the Site Health error message.
Thanks again for your patience and support!
Tina
Hi Marko,
One last question, we have been using W3 Total Cache since 2018 with no errors like this. Why is this Site Health issue only arising now? Does it have something to do with the new Site Health checks included in WordPress 6.6?
Thank you,
Tina
Hi Marko,
Thank you. I really appreciate your response. I will try to identify where that constant is being defined. Do you have any suggestions on where to look specifically?
Thank you!
Tina
Forum: Plugins
In reply to: NextGen Gallery DisappearedI have been researching this problem. I see that a lot of people have experienced galleries disappearing but I haven’t found many resolved threads! Frustrated.
I am afraid to go in and start messing around without guidance….I don’t want to make anything worse!I realize I neglected to give the site url where the problem exists:
https://lisakotin.com/gallery/It’s a very simple site. Please help!!
Tina
Yes! I think that works! Excellent. Thank you!!
Thank you. Will do.
Does Subscribe2 deliver new posts directly into users inbox?Thanks!
Forum: Plugins
In reply to: [Featured Post] Featured Post Duplicates in Blog SectionWe removed the plugin. It was causing duplication of posts.
Tina
Forum: Fixing WordPress
In reply to: Featured Post on Homepage is Duplicating in Blog SectionIt looks like I am using Featured Post Plugin. This may be where to solve issue?
I hope you can help. I am at a loss.The plugin uses this code:
<?php query_posts($query_string."&featured=yes&posts_per_page=1");
my full homepage code is this:
get_header(); ?> <div class="center-left"> <h1 class="heading">true confections: <br> a blog about sugar addiction</h1> <?php query_posts($query_string."&featured=yes&posts_per_page=1"); if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <div class="video"> <?php if ( has_post_thumbnail()) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > <?php the_post_thumbnail(); ?> </a> <?php endif; ?> </div> <div class="video-txt"> <h2><?php the_title(); ?></h2> <span><?php echo get_the_date(); ?></span> <?php the_content(); ?> <br> <a href="<?php echo site_url();?>/blog/">Click here for more Blogs >></a> </div> <?php endwhile; ?> <?php wp_reset_query(); ?> <div class="news-sec"> <h1 class="heading">news</h1> <?php query_posts('post_type=news'); if (have_posts()) : while (have_posts()) : the_post(); ?> <h2><?php echo get_the_date(); ?></h2> <p><?php the_content(); ?></p> <?php endwhile; ?> <?php endif; ?> </div> </div> </div> <div class="center-right"> <?php dynamic_sidebar( 'primary-widget-area' ); ?> </div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Featured Post on Homepage is Duplicating in Blog SectionI think that is Loop-page.php
I cannot understand the code.
Here is the code:
<?php /** * The loop that displays a page. * * The loop displays the posts and the post content. See * https://codex.www.ads-software.com/The_Loop to understand it and * https://codex.www.ads-software.com/Template_Tags to understand * the tags used in it. * * This can be overridden in child themes with loop-page.php. * * @package WordPress * @subpackage Lisa_Kotin * @since Lisa Kotin 1.2 */ ?> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?> style="border:0px !important;"> <?php if ( is_front_page() ) { ?> <h1 class="heading"><?php the_title(); ?></h2> <?php } else { ?> <h1 class="heading"><?php the_title(); ?></h1> <?php } ?> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'lisakotin' ), 'after' => '</div>' ) ); ?> <?php edit_post_link( __( 'Edit', 'lisakotin' ), '<span class="edit-link">', '</span>' ); ?> </div><!-- .entry-content --> </div><!-- #post-## --> <?php //comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?>
Forum: Fixing WordPress
In reply to: Featured Post on Homepage is Duplicating in Blog SectionDo you mean blog template = page.php??
And when you say under my theme folder, do you mean under theme functions?Thank you…
Forum: Fixing WordPress
In reply to: Every First Word Is Capitalized in PostOMG!!!! That’s IT!!!! THAAAAAAAANK YOU!!!
I have spent hours trying to figure that out. You are a life saver.Thank you……
Forum: Fixing WordPress
In reply to: Every First Word Is Capitalized in PostAlso….when I unclick the star…release the Featured functionality, the font appears perfect. So it seems like it has something to do with the Featured star function?
Thank you!
TinaForum: Plugins
In reply to: [Compact WP Audio Player] Failed to Load Error MessageThank you mra13!!
The music player magically started to function properly again!?
Not sure what happened. Thank you for checking the site and being willing to help.Tina
Forum: Fixing WordPress
In reply to: Dashboard All Messed UpOk! Thank you! I will try that!
TinaWow!! It worked! What a Christmas miracle!! You are a real angel, Nick. Thanks again for helping us all out!