Documentation

Partner - A Concrete5 Theme. 

 

- The Partner Theme uses web symbols (http://www.justbenicestudio.com/studio/websymbols/) to generate the social media icons with the css3 font-face attribute. 

- To change the url for the social media icons go to "packages->theme_partner->themes->partner->elements->social.php" you can change the URL here. Below is an example.

 

<!--change twitter.com to your twitter url-->

<a class="social" target="_blank" href="http://www.twitter.com/">

t

</a>

 

- You can change the icon by changing "t" to your liking. please see http://www.justbenicestudio.com/studio/websymbols/ for other social media icons. 

 

- The Partner Theme utilizes 5 css stylesheets. Here is where they are located.  

- /packages/theme_partner/themes/partner/stylesheets/base.css -> has the main styling of the theme

- /packages/theme_partner/themes/partner/stylesheets/skeleton.css -> contains the grid framework of the theme

- /packages/theme_partner/themes/partner/stylesheets/layout.css -> contains the media queries of the theme for the responsive layout

- /packages/theme_partner/themes/partner/stylesheets/animate.css -> contains the animation on the home.php page type and the animation on the social icons when hovering

- /packages/theme_partner/themes/partner/typography.css -> contains the type css styling for the Partner theme. 

 

- The Partner Theme has pb_post.php which supports the Pro Blog add-on. Chad Strat (https://marketplace.concretecms.com/profile/-/7790/) is fully responsible for this add-on and how it fuctions. The pb_post.php is a layout that contains styles for this add-on. 

 

- To install the Partner Theme login to Concrete5

- Hover over "Dashboard" in the top right of the screen 

- Click "Extend Concrete5"

- Find the Partner Theme under "Awaiting Installation" 

- Click "Install"

 

- To Activate Theme

- In the intelligent search type "themes" it should be the first result and will have "Pages and Themes" next to it. 

- Scroll down to the "Partner Template" and click "Activate"

- Click "Return to Website" to view your new template look.