Full Circle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Custom Community] [Theme: Custom Community] Update?Do you have a plugin list?
Also are you running any custom functions? edited functions?also you could send a ticket to TK support[at]themekraft[dot]com
Forum: Themes and Templates
In reply to: [Custom Community] [Theme: Custom Community] Update?Ftp into your site, rename your plugins folder plugins.bak and try to login in.
Forum: Themes and Templates
In reply to: [Custom Community] [Theme: Custom Community] Update?There is. What issues are you having?
Forum: Plugins
In reply to: Post list in Custom Community themehi casio151
best method to do this.
create a new page named “home” or no title.
create a new page named “news” or “posts”.under wp-admin / settings / reading
set your new home page and posts pages.now you can use the list posts shortcode on your home page to list out your posts.
[cc_list_posts category_name=”example-posts” amount=”3″ img_position=”mouse_over”]
hope this helps
Forum: Fixing WordPress
In reply to: "Custom Community" Theme Blues :-(problems were fixed with a support ticket to TK
Forum: Fixing WordPress
In reply to: "featured Image" not working :-(Issue was fixed.
Forum: Themes and Templates
In reply to: Custom Community sliderSlideshow is limited to one or the other (pages or posts) at the current time.
Forum: Themes and Templates
In reply to: Custom Community Child Theme misalignmentsin your css include lines, what did you pull in?
I just pull the reset.css*/
Template: custom-community-pro/* Reset browser defaults */
@import url( ../custom-community-pro/_inc/css/reset.css );Forum: Themes and Templates
In reply to: Custom Community Child Theme misalignmentsdid you use the child theme from themekraft.com?
Forum: Themes and Templates
In reply to: Remove avatar "lane", widen post text areasearch page fix.
body.search div.item-list{width:100%;}
body.search div.activity-inner{word-wrap: break-word;position:relative;left:-1px;width:100%;}
body.search div.author-box{display:none;}
body.search div.post-content {position:relative;left: -1px;width:100%}Your posts page? that the only page that does that?
very strange, did you edit this page at all?Forum: Themes and Templates
In reply to: Remove avatar "lane", widen post text areaYou can try this as well to line out the activity page.
body.activity div.item-list{width:100%;}
body.activity div.activity-inner{word-wrap: break-word;position:relative;left:-1px;width:100%;}
body.activity div.author-box{display:none;}
body.activity div.post-content {position:relative;left: -1px;width:100%}Forum: Themes and Templates
In reply to: Remove avatar "lane", widen post text areaFor some reason the last time i was here and checked your post I did not see the comment above mine.
In your case you might try
body.blog div#content{width:97%;}
body.blog div.author-box{display:none;}
body.blog div.post-content {position:relative;left: -90px;width:99%}
body.single div#content{width:97%;}
body.single div.author-box{display:none;}
body.single div.post-content {position:relative;left: -90px;width:99%}Also home page. if your posts are on the home page and the formatting is off.
body.home-page div#content{width:97%;}
body.home-page div.author-box{display:none;}
body.home-page div.post-content {position:relative;left: -90px;width:99%}Forum: Themes and Templates
In reply to: Remove avatar "lane", widen post text areadiv.item-list{width:98%;}
div.activity-inner{word-wrap: break-word;position:relative;left: -80px;width:100%;}
div.author-box{display:none;}
div.post-content {position:relative;left: -90px;width:99%}
body.search div.item-list{width:100%;}
body.search div.activity-inner{word-wrap: break-word;position:relative;left:-1px;width:100%;}
body.search div.author-box{display:none;}
body.search div.post-content {position:relative;left: -1px;width:100%}all of that should fix you up.
Its funny when someone spams up things trying to make some kind of point when they can not get something to work. How about a post that states your problem in detail so someone could help you.
Seems to me if you are so upset as to post useless rants in support forums that a theme change might be in order. Saves everyone time.
Forum: Themes and Templates
In reply to: [Custom Community] [Theme: Custom Community] CRAP THEME!!!!!!!nice work