7Farmgirls
Forum Replies Created
-
Thanks Justin!
I just realized that whoever set this up before me left it on the Default App Token, so I need to set that up!
Thanks again!
Forum: Fixing WordPress
In reply to: Warning: strpos(): Empty needle above imagesI also have this problem…is WordPress working on fixing this bug?
Forum: Plugins
In reply to: [Wordpress Flickr Embed] Wp Flickr Embed gets stuck on 'loading'Also, just wanted to add that I tried uninstalling and reinstalling. Also cleared the authorization with Flickr and then reconnected it with the Flickr account. Still a no-go.
Forum: Hacks
In reply to: Search to show full postOh yay! You are right…it was just that the cache needed cleared. It looks just like it should now.
I will fix the code how you described, too, just to be safe.Woohoo! Thank you SO much ??
Forum: Hacks
In reply to: Search to show full postThank you, Yorman!
The first one worked! Yay!
I tried adding no. 3, but no changes?
Do I need to add something in the style.css to make it work?
Forum: Hacks
In reply to: Search to show full postAnd another, very small detail. It would be nice if ‘Read More→’ was on the right hand side instead of the left. Any idea how to work that? I tried using the ‘align-right’ button in the editor and that did nothing ??
Forum: Hacks
In reply to: Search to show full postThank you santeven!
I replaced the_excerpt with the_content in this part:
<?php if ( is_home() || is_archive() ) :// Only display Excerpts for Home, and Archives ?> <div class="entry-summary"> <?php the_content(); ?> <a href="<?php echo get_permalink(); ?>" >Read More →</a> </div><!-- .entry-summary -->
and it did exactly what I wanted it to! Yay!
Now my problem is that for some reason I have my ‘Read More’ tag that I insert into each post, as well as a (more…) link. You can see it here: https://cathyflorence.com
I tried taking out this part:
<a href="<?php echo get_permalink(); ?>" >Read More →</a>
but it took away the ‘Read More→’ and left the less attractive (more…) tag.
Any ideas where that is to get it out? ??
Thanks again for your help!
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Visual part not workingAlrighty, thank you! ??
Forum: Hacks
In reply to: Sidebar Is Under Posts in Chrome and IEThat fixed it!!!! Thank you, thank you!
Thanks so much for your help. I *really* appreciate it ??
Forum: Fixing WordPress
In reply to: Menu border not showing upThanks for the ‘heads up’! ?? ?? Any clue where in the header.php it might be?
This is my header.php: https://pastebin.com/HMjRLF0n
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Visual Editor not workingI’m not sure what changed, but it works now ?? Thank you!
Forum: Fixing WordPress
In reply to: Menu border not showing upThis is in my page.php template? This is the only thing I’m seeing in my page.php, but maybe I’m looking in the wrong spot ??
<?php /** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ get_header(); ?> <div id="primary" class="site-content"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: New Menu causing problems with page layout?I thought it was fixed…but I just realized that I’m still having the problem…especially in Chrome. I had to zoom the resolution waaayyyy out for it to line up correctly.
Here’s what it looks like on the Blog page: (It does the same thing for my categories)
https://sevenfarmgirlsisters.com/wp-content/uploads/2015/03/Blog.jpg
Thank you for any help!
Forum: Fixing WordPress
In reply to: New Menu causing problems with page layout?Oh my! I just realized that the problem was just had my screen ‘zoomed in’. Once I zoomed it out (Ctrl click on the keyboard and scrolled with my mouse)…it looks perfectly fine. Goodness! Here I thought it was something a lot more technical ??
Sorry for the bother, but it did help me figure out what I was doing wrong ??
Is there something wrong with what I’ve done to the site that it would do that at a certain resolution?
I doesn’t do it when I zoom out.
Then it does it at a certain resolution.
Then it doesn’t do it anymore when I make it even bigger.
Not a huge problem, I guess…just wondering if I should fix it?
Forum: Fixing WordPress
In reply to: New Menu causing problems with page layout?No, I haven’t changed anything yet.
I want the text and post body to be over to the left like it normally is here: https://cathyflorence.com/about/
But both when I click on a category: https://cathyflorence.com/category/health/
or the Blog: https://cathyflorence.com/blog/
or on a single blog post: https://cathyflorence.com/a-blog-post/
It’s pushing the text over a big space, and the sidebar is underneath it.
Thank you for your help!