sandraholt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to change font for header title?I was told (after I already built my site) that there is no support for my theme… So, there really is no theme vendor.
Forum: Themes and Templates
In reply to: How to change font for header title?Can I do this with a plug-in or do I have to modify my css?
Forum: Themes and Templates
In reply to: How to change font for header title?I’d like to use a cursive script. I don’t know exactly which yet.
Forum: Themes and Templates
In reply to: How to get rid of only 1 sidebar in Inspiration ThemeWow, you’re good! That worked right away. Thanks so much for helping me!
Forum: Themes and Templates
In reply to: How to get rid of only 1 sidebar in Inspiration ThemeIt worked, thanks! The only thing that I have left is that the sidebar 2 still says to add some widgets. I can’t find in the css file where it says that so that I can delete it. Am I looking in the wrong place?
Thanks for your help!
Forum: Themes and Templates
In reply to: How to get rid of only 1 sidebar in Inspiration ThemeI just clicked on the link you gave me and understand now what you mean. Thanks for the explanation.
I will keep the theme for now but build another child theme *sigh*…
In the meantime, since this is the last thing I would like to do to this site, can you tell me how to adjust the width of the columns?
Forum: Themes and Templates
In reply to: How to get rid of only 1 sidebar in Inspiration ThemeOkay, I understand. Even though it’s hard to change the width of the columns, I can still try to do it within css, right? Also, what does it mean the the author’s url is pointing to a business? I’m new to this so I don’t know what you mean.
Forum: Themes and Templates
In reply to: How to get rid of only 1 sidebar in Inspiration ThemeYes, although I just moved one to the sidebar I don’t want just so that it doesn’t look weird.
Thanks for letting me know about posting big chunks of code. I didn’t know.
Forum: Themes and Templates
In reply to: How to get rid of only 1 sidebar in Inspiration ThemeWell… I’ve put too much time into this theme to back out now. I looked at the sidebar.php and I do not see a sidebar 2. Here is what I see:
<div class=”wrap”>
<?php if (!is_front_page()) : ?>
<?php if ( is_active_sidebar( ‘inspiration’ ) ) : ?>
<?php dynamic_sidebar( ‘inspiration’ ); ?>
<?php else : ?>
<div class=”sidebaritem”>
<h3><?php _e(‘Bookmarks’, ‘inspiration’); ?></h3>-
<?php
/**
* only shown if widget sidebar not enabled
*/
wp_list_bookmarks(‘title_li=& categorize=0&title_before=&title_after=’); ?></div>
<div class=”sidebaritem”>
<h3><?php _e(‘Categories’, ‘inspiration’); ?></h3>-
<?php wp_list_categories(‘title_li=’); ?>
</div>
<div id=”search” class=”sidebaritem”>
<label for=”s”><?php _e(‘Search:’, ‘inspiration’); ?></label>
<form id=”searchform” method=”get” action=”<?php echo home_url(); ?>”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<input id=”searchBtn” type=”submit” value=”<?php _e(‘Search’, ‘inspiration’); ?>” />
</div>
</form>
</div><div id=”archives” class=”sidebaritem”>
<h3><?php _e(‘Archives:’, ‘inspiration’); ?></h3>- <?php wp_get_archives(‘type=monthly’); ?>
</div>
<div id=”meta” class=”sidebaritem”>
<h3><?php _e(‘Meta:’, ‘inspiration’); ?></h3>-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- ” title=”<?php _e(‘Syndicate this site using RSS’, ‘inspiration’); ?>”><?php _e(‘<abbr title=”Really Simple Syndication”>RSS</abbr>’); ?>
- ” title=”<?php _e(‘The latest comments to all posts in RSS’, ‘inspiration’); ?>”><?php _e(‘Comments <abbr title=”Really Simple Syndication”>RSS</abbr>’, ‘grisaille’); ?>
<?php wp_meta(); ?>
</div>
<?php endif; ?><?php endif; ?>
</div>
Forum: Themes and Templates
In reply to: How to get rid of only 1 sidebar in Inspiration ThemeIt’s actually called inspriation theme. But every time I search for it on the WP themes page, I can’t pull it up.
Forum: Themes and Templates
In reply to: How to get rid of only 1 sidebar in Inspiration ThemeSorry, I misunderstood… I can’t seem to find the link to the theme though… Let me search a little more.
Forum: Themes and Templates
In reply to: How to get rid of only 1 sidebar in Inspiration Theme