i am using iBlog2 theme and i have been doing some changes with the theme.
I need some help with the following:
– Reduce the space between the posts on my main page
by adding the margin-bottom line/code to my css style file i can only get the space between the posts to be bigger but cannot reduce it. it seems to be stucked at 15px or something like that. here is what the code looks like in my css style file.
.post {
border: 1px solid #bbb;
background: #FFF;
padding: 25px 25px 15px 25px;
clear: both;
overflow: hidden;
padding-bottom: 1em;
margin-bottom: 0px;
if i put “margin-bottom: 50px” the space is huge between the post but when i put like 0px it looks like it a 15 px or more space between the post and i want almost no space.
– i would like to reduce the space in the bottom of my widgets (inside the widget)
i beilive it s called padding-botton but i plaied with the values and no changes.
when i changed the size of my widgets to make them wider i used the code below by changing the width value so i thought that by changing the padding-bottom value, it will reduce the space inside the widgets but it didnt.
#sidebar {
margin-top: 15px;
padding-bottom: 20px;
float:right;
width: 280px;
color: #666666;
line-height: 150%;
position: relative;
– i would like to center my calendar inside the widget
Since i changed the width of my widgets for a wider size the calendar widget is on the left side and not center. i would lke it center or better, to use the full lengthof the widget
it seems that the code bellow is the one to work with but i am not sure
/* calendar */
.widget_calendar table { margin: 0px auto;}
.widget_calendar td { padding: 0px 4px; }
.widget_calendar caption{ font-weight: bold;font-size: 1.2em; }
thank you
]]>I am currently using Iblog2 where the navigation bar is an image. I can’t find where the original image is and I raelly wnat to change it to my own image.
Please can someone help me?
Thanks
]]>Is it possible to do it in this theme?
I have looked at the CSS and tried to change the colour code but I have only managed to change the text colour (I am new to this).
If I can’t do it in this theme can anyone recommend one where I can make the changes?
Any help really appreciated!
Thanks
]]>What I’m asking for is pretty simple. I need to read out the titles of all the posts in a certain category with PHP, and put that onto a page. I’m sure this is possible, somehow, using the index.php template, but I’m not sure exactly how to do it. Could anyone help me?
Thanks!!
]]>Sometimes in Firefox this would happen, but by recoding the widgets in my sidebar I resolved the issue permanently; same goes for Chrome and Safari.
I am wondering if I should create a new PHP file for IE8, and if anyone could give me an example to start. I use the iBlog2 theme, and my site is laptopmemo.com
Another strange thing is that it used to work perfectly, but not it’s corrupted. Also, it looks like people can move my widgets on their computer, but it is just stored in their cache.
Here is my sidebar.php file for your reference:
]]><div class=”dbx-group” id=”sidebar”>
<div id=”cred”>
“>Professional WordPress Themes by PageLines
</div>
<?php if(get_option(‘plallow’) && get_option(‘pp_welcomemessage’)):?>
<div class=”welcome”>
<?php echo get_option(‘pp_welcomemessage’); ?>
</div>
<?php endif;?>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?><!–sidebox start –>
<div id=”categories” class=”dbx-box”>
<h3 class=”dbx-handle”><?php _e(‘Categories’); ?></h3>
<div class=”dbx-content”><?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
</div>
</div>
<!–sidebox end –><!–sidebox start –>
<div id=”categories” class=”dbx-box”>
<h3 class=”dbx-handle”><?php _e(‘Tag Cloud’); ?></h3>
<div class=”dbx-content”><?php wp_tag_cloud(‘smallest=8&largest=17&number=30’); ?>
</div>
</div>
<!–sidebox end –><!–sidebox start –>
<div id=”archives” class=”dbx-box”>
<h3 class=”dbx-handle”><?php _e(‘Archives’); ?></h3>
<div class=”dbx-content”><?php wp_get_archives(‘type=monthly’); ?>
</div>
</div>
<!–sidebox end –><!–sidebox start –>
<div id=”links” class=”dbx-box”>
<h3 class=”dbx-handle”><?php _e(‘Links’); ?></h3>
<div class=”dbx-content”><?php get_links(‘-1’, ‘
- ‘, ‘
‘, ”, FALSE, ‘id’, FALSE, FALSE, -1, FALSE); ?>
</div>
</div>
<!–sidebox end –><!–sidebox start –>
<div id=”meta” class=”dbx-box”>
<h3 class=”dbx-handle”>Meta</h3>
<div class=”dbx-content”><?php wp_register(); ?>
<li class=”login”><?php wp_loginout(); ?>
<?php wp_meta(); ?>
<li class=”rss”>“>Entries (RSS)
<li class=”rss”>“>Comments (RSS)
<li class=”wordpress”>WordPress</div>
</div>
<!–sidebox end –><?php endif; ?>
<div style=”clear:both”></div>
</div><!–/sidebar –>
The first is ClustrMaps, it’s a text widget using the html cut from their site. It works fine but any widgets on the sidebar after this text widget don’t appear. I used to deal with this by it being the last widget…..
Now I have another WP-Cumulus 1.23, this widget does the same thing, any widget after it does not appear, I tried to bundle both of these in 1 text widget without any luck.
I am using iBlog2 2.8.1 by PageLines as a theme and any thoughts would be great
site if anyone wants to see it in action is
https://www.airecanada.com/blogs
<div class="entry">
<?php the_content('<p>'.__('Continue reading', TDOMAIN)).' »</p>'); ?>
<?php link_pages('<p><strong>'.__('Pages', TDOMAIN)).':</strong> ', '</p>', 'number'); ?>
<?php edit_post_link(__('Edit', TDOMAIN)), '<p>', '</p>'); ?>
</div><!--/entry -->
To this:
<div class="entry">
<?php the_content('<p>'.__('Continue reading', TDOMAIN).' »</p>'); ?>
<?php link_pages('<p><strong>'.__('Pages', TDOMAIN).':</strong> ', '</p>', 'number'); ?>
<?php edit_post_link(__('Edit', TDOMAIN), '<p>', '</p>'); ?>
</div><!--/entry -->
]]>