Couple questions

Permalink Browser Info Environment
Hi,

Just wanted to let you know that I am really loving the Slate theme :) Very easy to use and very versatile!! Just a couple of questions:
1. Is it possible to center the navigation bar? If so, how?
2. The 'Home' page layout allows for 3 columns, is there a way to make it 4?

I hope to hear from you soon, and thanks again :)

Type: Discussion
Status: In Progress
Moga
View Replies:
c5mix replied on at Permalink Reply
c5mix
Thanks so much for purchasing and the great feedback!

1. Try these threads:
http://www.concrete5.org/marketplace/themes/slate/support/center-me...
http://www.concrete5.org/marketplace/themes/slate/support/center-na...
2. Sure, but you will have to modify the home.php file (located at packages/theme_slate/themes/slate/home.php). Modify this:
<div class="row">
            <div class="col_4">
                <?php 
            $a = new Area('Column One');
            $a->display($c);
            ?>
            </div><!-- .col_4 ends -->
            <div class="col_4">
                <?php 
            $a = new Area('Column Two');
            $a->display($c);
            ?>
            </div><!-- .col_4 ends -->
            <div class="col_4 omega">
                <?php

To this:
<div class="row">
            <div class="col_3">
                <?php 
            $a = new Area('Column One');
            $a->display($c);
            ?>
            </div><!-- .col_3 ends -->
            <div class="col_3">
                <?php 
            $a = new Area('Column Two');
            $a->display($c);
            ?>
            </div><!-- .col_3 ends -->
            <div class="col_3">
                <?php


P.S. It's best to override the home.php file so you don't lose your changes on upgrades. To do that copy home.php to themes/slate/home.php (you'll have to create the slate folder in the root themes directory).

concrete5 Environment Information

# concrete5 Version
5.6.3.1

# concrete5 Packages
City5 Carousel (0.9.6), Cobalt (1.0), Content Around Image (1.23), Easy News (1.2.0), Eloquent (1.0.2), Email List Signup (1.5.5), Expand / Collapse (1.2.6), Extern blank (1.0), Fancybox links (1.0), Formigo Social Links (1.0), Global Areas (1.0), Iframe (1.0), Image Slider (1.1), Mail Monkey (2.1.2), Owl slider Manager (0.9.6), Page List Title (2.3), Page Redirect (1.4), Page Selector Attribute (1.1), Redirect (1.1), SEO Search Engine Rank Tracker (2.0), Simple Accordion (0.9.3), Simply Clean - Theme (2.1), Slate Theme (1.5.3.1), Smooth Scroller (1.4.8), Social Icons Reloaded (2.0), Social Share Lite (1.2), tcSlider (2.2.9), tnSpacer (1.3), VR Tabs Lite (0.9.8), Whale Nivo Image Slider (1.2), ZenLike (2.00).

# concrete5 Overrides
languages/da_DK, languages/ja_JP, languages/fr_FR, languages/nb_NO, languages/ar, languages/fa_IR, languages/he_IL, languages/zh_CN, languages/de_DE, languages/el_GR, languages/sl_SI, languages/es_AR, languages/cs_CZ, languages/nl_NL, languages/tr_TR, languages/vi_VN, languages/sk_SK, languages/sv_SE, languages/es_PE, languages/ro_RO, languages/pt_PT, languages/es_ES, languages/fi_FI, languages/zh_TW, languages/it_IT, languages/es_MX, languages/ru_RU

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off

# Server Software
Apache

# Server API
apache2handler

# PHP Version
5.3.27

# PHP Extensions
apache2handler, bcmath, calendar, Core, ctype, curl, date, dom, ereg, filter, ftp, gd, gettext, hash, iconv, imap, ionCube Loader, json, libxml, mbstring, mcrypt, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, session, SimpleXML, sockets, SPL, SQLite, sqlite3, standard, tokenizer, XCache, XCache Cacher, xml, xmlreader, xmlwriter, zip, zlib.

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 250M
post_max_size - 250M
safe_mode - Off
safe_mode_exec_dir - /usr/local/php/bin
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 250M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH
xcache.var_maxttl - 0

Browser User-Agent String

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.