bigpacific
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gravatar Profile Not Updating on Self-Hosted SiteSo it turns out the client had TWO gravatar accounts and has two sites but was using one gravatar for both sites instead of separate ones for separate content.
I think she had forgotten she had the other one as we set it up a number of years ago. Logged in, fixed, site updated! Thanks for the assistance, I hope this thread is helpful for others.
Forum: Fixing WordPress
In reply to: Gravatar Profile Not Updating on Self-Hosted SiteNo luck on W3 Total Cache purge, the same. So strange that gravatar.com shows the OLD profile info to non-logged in users, but the NEW profile info when we log in…?
Forum: Plugins
In reply to: [WP Fastest Cache] Cache not clearingThere is nothing in wp-content/cache except a 0kb index.html file
Hi, Steve. Thanks. They do look funny to me because the links look identical. The theme developer can’t see any reason for them and All in One SEO doesn’t do that so I’m just not sure where they could be coming from and I can not see where I might control it, see how it’s caused or even find any references to it to read up and investigate. Saying ‘ignore it’ is a hard answer to give a client – would like to have a bit more information but don’t know where to get it.
Thanks for the awesome support! I will definitely make a donation ??
Hi, Brandon. Colleen will be emailing you via the contact form link with the verification.
Just to confirm, we’re combining the stats of https://colleenfriesen.com/blog (the old site)
with https://www.colleenfriesen.com at the root.
/2014/ can be disregarded completely as it was just a development copy of the site for the redesign.
Thanks for the help!
Hi, I figured it out. I had inadvertently deleted the category the videos were filed under ??
Forum: Plugins
In reply to: [Sermon Browser] does not work after update to WPyes, I am https://www.johnmarian.com/blog
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Styling changes not reflected on siteHi, I had used email but never heard back.
I had to deactivate the plugin because it is incompatible with slider revolution and my sliders disappear from the front page if I have the mailchimp for wordpress pro plugin activated. Would love to connect by email, I’ll try your email address again.Hi – no, I had to place it in the actual page content and would prefer to use it as a function, only on the home page.
Forum: Fixing WordPress
In reply to: Titles not showing on posts – Quick fix from a brainiac here?Forum: Fixing WordPress
In reply to: Titles not showing on posts – Quick fix from a brainiac here?Here’s the full single.php:
<?php get_header();?> <div class="main-left"> <?php get_sidebar(); ?> </div> <div class="main-right"> <div class="right-main"><div class="rpadding"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="title" style="padding:8px 0;"> <h1 style="margin-left:0; margin-right:0; padding-left:0; padding-right:0;"><a href="<?php the_permalink() ?>" target="_self"><?php the_title(); ?></a></h1> <p><?php _e("Posted by "); ?><?php the_author() ?><?php _e(" in "); ?><?php the_category(',') ?><?php _e(" on "); ?><?php the_time('F dS, Y'); ?></p> <div class="clear"></div> </div> <?php the_content(__('(more...)')); ?> <div class="clear sep"></div> <?php comments_template(); // Get wp-comments.php template ?> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <?php posts_nav_link(' — ', __('« Older Posts'), __('Newer Posts »')); ?> </div></div> <div class="clear"></div> </div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Titles not showing on posts – Quick fix from a brainiac here?Here’s the full css:
[ Eight hundred and seventy lines of code removed. For that many lines please use pastebin.com instead. ]
Forum: Fixing WordPress
In reply to: Titles not showing on posts – Quick fix from a brainiac here?<div class="title" style="padding:8px 0;"> <h1 style="margin-left:0; margin-right:0; padding-left:0; padding-right:0;"><a href="<?php the_permalink() ?>" target="_self"><?php the_title(); ?></a></h1>
used the code button this time
Hi. Thanks for the speedy reply.
I just created a page called contact.php and embedded [si-contact-form form=’1′] on it. There is a page-contact.php template but I am not using it.