Takashi Irie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sunspot] changing entire theme widthYou certainly can change the entire width by adjusting
max-width
value for.wrap
but you may also need to adjust width of many other elements too.What about keeping the width but centring the whole layout? That would be easier.
.wrap {
margin: 0 auto -1em;
}Hope it helps.
Forum: Themes and Templates
In reply to: [Sunspot] Change words/characters allowed in 2 colmns modeYou can change the excerpt length in
sunspot_excerpt_length()
in /inc/tweaks.phpHope it helps.
Forum: Themes and Templates
In reply to: [Sunspot] [Theme: Sunspot] Child menu not compatibleDo you guys still have this issue in IE9? I can’t reproduce the issue as it’s described here. I’ll mark this as resolved for now but please let me know if you still see the issue after upgrading to the latest version.
Really sorry for the late response. In Sunspot, all headings,
h1-h6
clear floats, so I would suggest you to remove the rules from headings or add a class to the heading you want it to wrap and addclear:none;
to the class.Hope it helps.
Forum: Themes and Templates
In reply to: [Sunspot] Replace Image on left Side Bar – Sunspot themeFirst of all, really sorry for the late response. The background for the sidebar is done by the idea, Faux columns. So if you want to edit the background, you’d need to edit the background image,
wrapper-bg.png
.Hope it helps.
I have this issue too! Any thoughts?
@cosmictap, if you have figured out this issue, please share with me. Thanks in advance.
iamtakashi
I agree with pescadito01. Please!
Forum: Alpha/Beta/RC
In reply to: Using year/month/day permalinks with custom post typesHi John,
I don’t get the configuration area “Extra permalink settings…” on permalink setting page like the screenshot on your plugin page?Forum: Plugins
In reply to: [Plugin: Custom Field Template] Multiple templates/custom post typesHi, I’m still having a problem to make Custom Field Template to appear in custom post types.
I have created the custom post types through function.php and list them in the “Custom Post Type (comma-deliminated):”field without space but comma. Custom Field Template appears in the default post (I have specified in Post type: section) but it doesn’t appear in the custom post types I have created. The panel is there but none of the fields show up.
What am I missing? Please let me know.
Thanks!
P.S. I’m testing this using Twentyten theme and no other plugin activated. The plugin version is Version 1.7.1
Update!!
If I specified “Both” in “Post Type:” section rather than just “Post”, fields start appear!!Forum: Plugins
In reply to: [Plugin: Tweet Blender] an extra closing div ?Thank you very much, Kirilln. I have checked it clean install WordPress and there wasn’t an extra closing div. It’s my mistake, sorry. Thank you for the great plugin!!
Forum: Plugins
In reply to: [Plugin: Tweet Blender] Tweet Blend Not Loading TweetsThis is happening to me too. sometime shows tweet but many times also doesn’t show anything.
Forum: Plugins
In reply to: Show sub categories and their posts (nested) on category page?Hi,
I also want to know how we can achive this!
Please someone advice us!!
Thanks
iamtakashiForum: Fixing WordPress
In reply to: RSS feed problem related permalinks?Hi again,
Now, If I click my RSS feed link, I would get this error message…
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ON DUPLICATE KEY UPDATE feed=feed’ at line 11]
This is caused a plugin called Feed Statistics. When I deactivate the plugin, the error message is gone. But in my reader the latest post still not be there…