pixxels
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shiro] Shiro WordPress Theme black link line under imagesHi,
I’m sorry I’ve kept you waiting so long but I had been on holidays.
I’ve just had a look at it and can’t find this line too. 🙁
CheersForum: Themes and Templates
In reply to: [Ilisa] Changing Font in the MenuHi jillacox,
please have a look at
#branding #main-menu ul li a!BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] Disable the Custom Color option in Ilisa themeHi,
try to disable just the last line of theme-options.php. That should work too. Or you may have a look at the lines above. Here are the css rules for the custom color option.
BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] How to move "comments" link to bottom of post?Hi readingbuddy,
thanks! 🙂
You can easily turn on/off comments for every post or page within WordPress.
Here you’ll find how to do this:
http://codex.wordpress.org/Comments_in_WordPress#Enabling_Comments_on_Your_SiteBR,
MarionForum: Themes and Templates
In reply to: [Ilisa] changing font size and margin for page titleHi anabobo,
great! 🙂
– To change the font size in the main menu have a look at
#branding #main-menu ul li ain style.css. You have to edit font-size twice: 1. px and 2. rem.
– to change the font size of the page titles addfont-sizeto#content h1
BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] change skin colourHi Joe,
great! 🙂
You just have to edit some lines in style.css:
1. add
background: rgba(255, 255, 255, .9);to#page
2. optional: deletebackground-color:#FFF;from#comments
3. optional: deletebackground: #EEE;from#comments #respondThat should work in most common browsers.
BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] SilderYou’re welcome! 🙂
Forum: Themes and Templates
In reply to: [Ilisa] Changing post fontHi,
for second: please have a look at tho other post. 🙂
BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] SilderHi Sarah,
I’ve got it! 🙂
Just add<?php $withcomments=1 ?> <?php comments_template(); ?>to your index.php.
The first lines should look like this:
<?php get_header(); ?> <div id="wrapper"> <div id="content"> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php $withcomments=1 ?> <?php comments_template(); ?> <?php endwhile; ?>BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] Form and GalleryHi Joni,
thank you!
1. I’ve just used the native WP Gallery. (http://www.bloggenie.ca/wordpress-3-5-is-here-what-new-for-your-blog/)
2. That’s not a part of ilisa options, ilisa just styles tables, lists, etc. Perhaps this will help: http://en.forums.wordpress.com/topic/how-to-create-tables-in-wordpresscom
3. Sure you may add sliders etc. Everything you want.
4. I’m not sure what you mean. 😉
BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] Changing post fontHi,
thank you! 🙂
To change the body font have a look at line 103 in your style.css and changefont-family: sans-serif;.
BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] SilderHi Sarah,
sorry, lots of work at the moment. I’m sure there will be a solution but first I have to try how to do this.
BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] SilderHi Sarah,
should there be only one section for comments at the bottom of the page, or a section for comments after each blog post?
BR,
MarionForum: Themes and Templates
In reply to: [Ilisa] How to move "comments" link to bottom of post?Great, thank you! 🙂
Forum: Themes and Templates
In reply to: [Ilisa] SilderHi Sarah,
sure you can add a slider. The way how you have to do this depends on the slider you choose. Please have a look at the sliders’ instructions.
BR,
Marion