lindajl
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lovecraft] Reduce blog title font sizeFound a way around the posts not landing on the Blog page. But still need to reduce the font size on the post titles. Its very big.
Hi Mohammad
Thank you so much for your help. It wasnt working so found a way around it – slightly changed the name of the blog page. Removed old one from the menu and added new. It works perfectly now.
If you would like to test it, please feel free.
Thank you.
Cheers
LindaHi Mohammed.
Thanks I will give it a go. I wanted to use Content Views and have set one up, so it should drop onto that, but wasnt. I also changed the reading setting to Blog page for posts.Will see how I go.
CheersForum: Fixing WordPress
In reply to: Revive responsive banner not shrinking on mobile phoneTHanks. Have just posted on there
Forum: Themes and Templates
In reply to: [the espresso] Remove blog posts from home pageIf I upgrade to premium, do I get to home page editing options?
Forum: Themes and Templates
In reply to: The Expresso – Weblizar child themeOk. Thanks
Forum: Themes and Templates
In reply to: The Expresso – Weblizar child themewordpress.org, through the themes in wordpress admin
Forum: Fixing WordPress
In reply to: Ginkaku template dropdown menu not workingI found the code and changed to 2em – its set out differently to your code. The submenu now links, but they are now narrower. Plus the Books menu has the sub sub menu, for the book excerpts. This is not connecting.
Would it be better to try and get hold of Okamoto?
Thanks
That coding didnt work. Is there anything else I can try? Thanks
That didnt work. I put it into the Visual Editor Stylesheet.
Any other suggestions, please?If I have to go into the main stylesheet, I will need guidance as to what to remove and change. Did have a play but nothing worked.
Ok thanks. Will give that a go. I dont know a lot about child themes, not the workings of them, but can reseach and find out more about them.
Forum: Themes and Templates
In reply to: Add feature slider to blogHave found out how to increase the sidebars.
Forum: Themes and Templates
In reply to: Reduce font size of posts titleHi Bojan
Thank you so much for all your help! Yes, it makes sense, but after all that I decided to change the template, wasn’t really happy with the layout.
Again, many thanks.
LindaForum: Themes and Templates
In reply to: Reduce font size of posts titleLooking through, am still having probs trying to find the post title. Only thing I can come up with is this:
<?php
/**
* The default template for displaying content
*
* Used for both single and index/archive/search.
*
* @package WordPress
* @subpackage Jolene
* @since Jolene 1.0
*/
?>
<div class=”content-container”><article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<header class=”entry-header”>
<?php if ( ! is_search() ) :jolene_post_thumbnail_small();
endif;
if ( is_single() ) :
the_title( ‘<h1 class=”entry-title”>’, ‘</h1>’ );
else :
the_title( ‘<h1 class=”entry-title”>‘, ‘</h1>’ );
endif;
jolene_post_thumbnail_big();
?>
</header><!– .entry-header –>
<?php if ( is_search() ) : ?>
<div class=”entry-summary”>
<?php the_excerpt(); ?>
</div><!– .entry-summary –>
<?php else : ?>
<div class=”entry-content”>
<?php the_content( __(‘<div class=”meta-nav”>Read more… →</div>’, ‘jolene’ )); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-links”>’ . __( ‘Pages:’, ‘jolene’), ‘after’ => ‘</div>’ ) ); ?>
</div><!– .entry-content –>
<?php endif; ?>
<div class=”clear”></div>
<footer class=”entry-meta”>
<span class=”post-date”>
<?php jolene_posted_on(); ?>
</span>
<div class=”tags”>
<?php echo get_the_tag_list(”, ‘, ‘);?>
</div>
<?php edit_post_link( __( ‘Edit’, ‘jolene’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
</footer><!– .entry-meta –>
<?php if ( is_single() ) :
get_sidebar(‘content’);
endif;
?></article><!– #post –>
</div><!– .content-container –>Would it be the h1? Dont want to play and ruin anything. But, I can reinstall it if I need to.