Full Circle
Forum Replies Created
-
Your link did not show up FactoryFcb
This get worked out world?
Forum: Themes and Templates
In reply to: [Custom Community] Problem with Custom Community Child ThemeNot sure what you did to break this.
What changes did you make to the posts page?Forum: Themes and Templates
In reply to: Custom Community theme tweakesCss changes should go in the css tab under theme settings.
This way they are the last to load.The avatar issue.
Looks like you got this fixed up?What shortcodes break?
I have never seen this bug happen
What version of the CC theme are you running?Forum: Themes and Templates
In reply to: [Custom Community] Post Author name runaroundWith the CC theme, buddypress needs to be installed.
Forum: Plugins
In reply to: Custom Community and EcommerceCustom Community and Woo/jigo plugins will work together.
There will be some custom css needed to get your layouts to flow the way you want them, but this is somewhat normal when dealing with theme/plugins of such size.Is buddypress installed?
If not under theme settings / buddypress / global search you can change this to disabled to clear the error.Hi CybreTron,
I have not seen this and run MU myself. What are your settings like?Forum: Themes and Templates
In reply to: Custom Community Avatar space in postsIn theme settings, general tab , default homepage,
set Show / hide avatars to show
set Post listing style to default
set Show / hide date, category and author to showhere is the css i used to over write the settings on a global level and not just the home page.
body.blog div#content{width:100%;}
body.blog div.author-box{display:none;}
body.blog div.post-content {position:relative;left: -90px;width:97%}
body.single div.author-box{display:none;}
body.single div#content{width:100%;}
body.single div.author-box{display:none;}
body.single div.post-content {position:relative;left: -90px;width:97%}
body.search div.author-box{display:none;}
body.search div#content{width:100%;}
body.search div.author-box{display:none;}
body.search div.post-content {position:relative;left: -90px;width:97%}
body.archive div.author-box{display:none;}
body.archive div#content{width:100%;}
body.archive div.author-box{display:none;}
body.archive div.post-content {position:relative;left: -90px;width:97%}Your twitter widget title, Is set to H3 and not H2 like the rest.
h3.widgettitle a{font-size:16px;}
Give this a shot.
Forum: Themes and Templates
In reply to: [Custom Community] Custom Community Magazine Layoutcontact us at the support link off the home page of themekraft.com
Would be glad to help out with this.You can show posts OR pages, not both at the same time.
Posts are rather easy to pull from category. Pages, you need the page ID number, you can find this by editing the page and checking for postid=2 <- number here is what you are after.
Now in your slideshow you list the ID numbersunder slideshow tab in theme options, you can set post type to page
next option down list your id numbers like 2,10,40
save and test your slideshow.This second option with the ID numbers can be used with the post IDs as well.
Forum: Themes and Templates
In reply to: Help with "Date Posted" on homepageunder theme-settings / general / default-homepage you have the options to hide the author and date and more.
Forum: Themes and Templates
In reply to: [Custom Community] [Theme: Custom Community] Remove Page Titles.pagetitle{display:none} in your theme-settings / css tab.
wp-content/themes/custom-community/images/slideshow
The images are named noftrdimg*.jpg
Hope this helps