learning_bee15
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Fifteen Featured Images are blurry?Solved
Forum: Fixing WordPress
In reply to: Why my site is so slow?You need to optimize your png-s to web (use Smush.it or tinypng.com).
Thanks!! I will do so.Add ExpireHeaders (in .htaccess)
Already doneand check your caching (use W3 Total Cache)
In past it has slow down my siteTry to minify CSS and Javascript (use plugin).
Can you recommend me one?Forum: Fixing WordPress
In reply to: Why my site is so slow?@javawpscript: I am not that smart. Can you explain what that is?
Forum: Fixing WordPress
In reply to: Why my site is so slow?@Barnez,
I have tried deactivating the plugins and I found that one plugin was the problem. So I have removed that and now the load time is close to 4 seconds.
I will talk to Bluehost, who is my service provider. That “gosocial.in/call/medianet/” is the advertisement. Unfortunately I have to keep that.Forum: Fixing WordPress
In reply to: How to delete featured image from post but not from homepage?I solved the problem. Much thanks!!
Forum: Fixing WordPress
In reply to: How do I only show excerpt not the full post on homepage?Tara and sterndata, thanks!
Forum: Fixing WordPress
In reply to: How do I only show excerpt not the full post on homepage?Also,
I don’t have excerpt option in my content.php file.This is my content.php
<?php /** * The default template for displaying content * * Used for both single and index/archive/search. * * @package WordPress * @subpackage Twenty_Fifteen * @since Twenty Fifteen 1.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php // Post thumbnail. twentyfifteen_post_thumbnail(); ?> <header class="entry-header"> <?php if ( is_single() ) : the_title( '<h1 class="entry-title">', '</h1>' ); else : the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); endif; ?> </header><!-- .entry-header --> <div class="entry-content"> <?php /* translators: %s: Name of current post */ the_content( sprintf( __( 'Continue reading %s', 'twentyfifteen' ), the_title( '<span class="screen-reader-text">', '</span>', false ) ) ); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfifteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __( 'Page', 'twentyfifteen' ) . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ) ); ?> </div><!-- .entry-content --> <?php // Author bio. if ( is_single() && get_the_author_meta( 'description' ) ) : get_template_part( 'author-bio' ); endif; ?> <footer class="entry-footer"> <?php twentyfifteen_entry_meta(); ?> <?php edit_post_link( __( 'Edit', 'twentyfifteen' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-footer --> </article><!-- #post-## -->Forum: Fixing WordPress
In reply to: Images are Elongated in my blogpostYes! I changed the css and it worked out! Thanks though.
Forum: Fixing WordPress
In reply to: How can I create a category listing page?Thank you guys!
Forum: Themes and Templates
In reply to: WordPress white space issueNope it’s not fixed! I doubt it’s an image issue 🙁 As it’s a problem of every page
Forum: Themes and Templates
In reply to: WordPress white space issueNvm! The problem solved. It was a facebook plugin
Forum: Themes and Templates
In reply to: WordPress white space issueI am using chrome. The problem does not happen on homepage. Try opening a post page – it will show the empty space on the side. It will also show on desktop – if you shrink the posts page.
Forum: Themes and Templates
In reply to: WordPress white space issuehttp://prntscr.com/99yka4
the space on the right – specially happens on mobile!Forum: Themes and Templates
In reply to: WordPress white space issueI have tried display-x:hidden on html and body class. It’s wiping out the homepage content if I do that
Forum: Themes and Templates
In reply to: WordPress white space issuehtttps://www.storyofcooks.com