dear all,
i left the site titel blank and have just a header image instead… how can i link the header image to the homepage? at the moment the blank site titel is linking to the homepage…
]]>is there a way to remove the date posted from this theme?
]]>I would like to add a secondary menu directly below the main navigation. I’m currently rebuilding this site, and as you can see, there are partner links directly below the main navigation that are separated by extra space. The easiest way I can think to do this in the rebuilt site is adding functionality for a secondary menu that can be filled-in in the WordPress admin. I’m having trouble editing the theme files to allow for a secondary menu however. Can anybody help with that?
]]>Hello!
Website- lauratolpeznikova.com
Basically when I activate my categories widget it shows up as two separate ones.
Here is sidebar.php
<div id=”supplementary”>
<div class=”meta”>
<?php if (is_home() || is_page()) {?>
–>
<?php endif; ?>
<?php } elseif (is_tag()) { ?>
<div class=”post_nav”>
<h3>Where Am I?</h3>
<p>You are currently browsing entries tagged with <?php single_tag_title(); ?> at
“><?php bloginfo(‘name’); ?>.</p>
<div class=”spacer”></div>
</div>
<?php } elseif (is_month()) { ?>
<div class=”post_nav”>
<h3>Where am I?</h3>
<p>You are currently viewing the archives for <?php the_time(‘F, Y’); ?> at “><?php bloginfo(‘name’); ?>.</p>
<div class=”spacer”></div>
</div>
<?php } elseif (is_year ()) { ?>
<div class=”post_nav”>
<h3>Where am I?</h3>
<p>You are currently viewing the archives for <?php the_time(‘Y’); ?> at “><?php bloginfo(‘name’); ?>.</p>
<div class=”spacer”></div>
</div>
<?php } elseif (is_day()) { ?>
<div class=”post_nav”>
<h3>Where am I?</h3>
<p>You are currently viewing the archives for <?php the_time(‘l, F jS, Y’); ?> at “><?php bloginfo(‘name’); ?>.</p>
<div class=”spacer”></div>
</div>
<?php } elseif (is_search()) {?>
<div class=”post_nav”>
<h3>Search Results</h3>
<p>You are currently viewing the search results for <?php the_search_query(); ?>.</p>
<div class=”spacer”></div>
</div>
<?php } elseif (is_page(‘about’)) {?>
<div class=”post_nav”>
<h3>Blogroll</h3>
</div>
<?php } elseif (is_page(‘contact’)) {?>
<?php } ?>
</div> <!– close meta –>
</div> <!– close supplementary –>
</div> <!– close content –>
Any idea what might be wrong? Thanks!
]]>So I am testing the comments on https://www.newlifemonday.com and I have configured them to be held in moderation.
These are the two problems I am having:
1) I have comment moderation turned on but there is nothing to this effect shown on the comment form.
1) After submitting the comment there is no notification that it actually has been submitted and it awaiting approval. All that happens is that the page reloads the post. This is very frustrating for the reader as they have no idea whether there comment actually went through or not.
2) The submitted comment does get through, but it always ends up in the spam folder!
Can anyone help??
Thank you,
Kerstin
the way oulipo is structured it’s a very careful arrangement of moving and static header, moving center panel, moving sidebar and moving footer. when there isn’t enough content in the main panel, say one search item with a small photo and an excerpt, the footer lifts up off the bottom and shifts the whole blog towards the left.
any idea what to adjust to make sure it doesn’t do this? there’s a min-height on the entry class but i’m not sure if that’s enough to throw it all off.
]]>I’ve made some minor tweaks to Oulipo for my site. I don’t think I tampered with the search box in the header, but it doesn’t seem to work. When I type in search terms for key words used frequently on the site, I receive only one page in the search result… even though several pages contain the key word.
Here’s the site: https://jackiecraven.com
Any suggestions?
]]>This has never been an issue until I switched to Oulipo theme.
Here is an example: https://uzikidding.com/cosplay/nico-minoru/
How would I make the images stand next to each other?
]]>I’m trying to replace “Leave a Reply” with “Leave a Comment” and I’m also trying to delete the message beneath the comment entry box where it says, “You may use these HTML…”.
I changed this in the legacy.comments.php but it doesn’t do anything. Any help with this would be much appreciated.
Cheers
]]>I’m trying to increase the size of the gravatars on post comments. In legacy.comments.php, I found this line:
<?php echo get_avatar( $comment, 32 ); ?>
and changed “32” to “80.” But that didn’t change the size.
Any ideas?
]]>