chrissiea
Forum Replies Created
-
Hi, this is not really that helpful. Ive already said I’ve selected all the different size options available and none of them help.
Would you like to be more specific and helpful? If you can see the difference, what do you suggest i do?
I dont mean to be rude but a vague answer helps noone.
Thanks
Hi,
I also have this same problem on one of my posts, an image from the body and the gravatar image. Solutions?
Thanks
Sorry @bvytis its https://www.travellerswithtime.com/
Actually, I thought I had a lazy loader plugin but I don’t, so that shouldn’t be the issue.
Hi @danmv,
Thanks for getting back to me. Ive had a look at the link you sent through.
Following the steps, it seems that my header images across all my posts/pages are loading very slowly. They are all optimised etc but page speed insights suggests that preloading the header images will increase the indiviudal page speeds between 2-4 seconds.
It seems to be a problem with all my pages and posts, so I’m thinking the header itself?
I do have lazy load installed, im not sure whether that is contributing to the problem?
Is it possible to to add this –>link rel=”preload” code somewhere so it covers all header images? or do I need to go through and add it to each page individually?
If I need to add it individually, where do I add it?
Im not very IT minded but I can work it out if you wouldnt mind offering a little direction,
Thanks,
ChrisForum: Fixing WordPress
In reply to: Sudden increase in links out of page but the links dont exist?Hey Rachna, nope, none of the above things happen.
An example page is https://www.travellerswithtime.com/destinations/cambodia-travel-tips-advice/. Its saying there are 32 external links. I count 3.
Thanks
Chris
Forum: Fixing WordPress
In reply to: Sudden increase in links out of page but the links dont exist?Hi,
Thanks for moving it to the right place, and also for the response.
I did the health check and deactivated all the plugins but it hasnt helped, the excess links are still all there, even with no plugins active.
Id appreciate any other ideas you may have,
Thanks
Chris
Ok, i just deleted and reinstalled and its fine now.
Simply fix haha!
Thanks for your help
Chris
Thanks for getting back to me. The site url is https://www.travellerswithtime.com.
FYI the more tag worked perfectly! Will have to keep working on the child theme concept, didnt go so well for me today lol. Ill work it out!
Thank you again, love the plugin.
Chrissie
Morning!
Great to know i wasnt doing the wrong thing haha. I have read about child themes so that does make perfect sense. I’ll give it a go! I seem to have about 3-4 weeks between updates so that gives me time to work it out ??
My table of contents is below my first paragraph so i assumed it should use the first paragraph instead. I didnt know i could fill out an excerpt in wp-admin. I’ll work that out too and see if it helps.
Thank you so much, You’ve saved me going round in fairly stessful circles!
Chrissie
Hello!
I recopied the file into my themes directory (public_html/wp-content/themes/hestia). This is the right place right? Below is the code ive used.
<!– Post Wrap Start–>
<div class=”post hentry ivycat-post”><!– This outputs the post TITLE –>
<h2 class=”entry-title”>“><?php the_title(); ?></h2><!– This will output of the featured image thumbnail –>
<div class=”featured-image”>
<?php the_post_thumbnail( ‘full’ ); ?><!– This outputs the post EXCERPT. To display full content including images and html,
replace the_excerpt(); with the_content(); below. –>
<div class=”entry-summary”>
<?php the_excerpt(); ?>
</div><!– This outputs the post META information –>
<div class=”entry-utility”>
<?php if ( count( get_the_category() ) ) : ?>
<span class=”cat-links”>
<?php printf( __( ‘<span class=”%1$s”>Posted in</span> %2$s’, ‘posts-in-page’ ), ‘entry-utility-prep entry-utility-prep-cat-links’, get_the_category_list( ‘, ‘ ) ); ?>
</span>
<span class=”meta-sep”>|</span>
<?php endif; ?>
<?php
$tags_list = get_the_tag_list( ”, ‘, ‘ );
if ( $tags_list ): ?>
<span class=”tag-links”>
<?php printf( __( ‘<span class=”%1$s”>Tagged</span> %2$s’, ‘posts-in-page’ ), ‘entry-utility-prep entry-utility-prep-tag-links’, $tags_list ); ?>
</span>
<span class=”meta-sep”>|</span>
<?php endif; ?></div>
</div>
<!– // Post Wrap End –>Is that all ok?
Everything is right on my site except the excerpt seems to be the table of contents.. id prefer the meta description or first paragraph of my content, but if i change this line <?php the_excerpt(); ?> to ‘the_content’it uses my whole 3000 word post.
If you can suggest a way to fix this that would be great, otherwise i’d be totally happy just to make my images permanent.
Thank you!
Chrissie
Hi! Thanks for getting back to me. I think i’ve found the issue. The post loop template has disappeared from my theme file. Would that do it? I know the theme updated recently. I definately copied the file over though, both times.
It takes me quite a while to work all this out and ‘?ustomise’ the code to display how i want it given i have no idea what im doing. If you know what ive missed and have a way to make the file stick i’ll do it again later today. I use the hestia theme if that helps.
If you need to see what i’ve done ill copy it here for you once ive finished. Let me know what works for you.
I really appreciate the fast response! The plug in has been great for my site structure but i really need the images to show.
Thanks
Chrissie
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] No pop up after i add the code?Never mind. I installed a different plugin instead. Thanks.
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] No pop up after i add the code?i installed the plugin, clicked through to mailmunch, set it all up and then copied and pasted the code. It should have been in the header? although i just added it to the footer again too