Thread Rating:
  • 3 Vote(s) - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Transverse Theme Demo
#1
Transverse Get Simple CMS Theme

Current version 1.5
For premium theme purchases and support click here.
This Theme Is Setup For Use With Custom Title Plugin.
Custom Title Plugin
----------------------------------------------------------------------


Added:
I18N Plugin Support For Drop Down Menu (Please Install I18N Plugin)
Install I18N Plugin: http://get-simple.info/extend/plugin/i18n/69/

Test drive the live demo here.

Transverse features include:

Full Width Layout
Left Sidebar Layout
Right Sidebar Layout
Responsive Home Page Slider
Drop Down Menu Support (Must install I18N Plugin)
Scroll To Top
Custom Theme Settings
Clean & Compressed Code "built for speed"
HTML5/CSS3

Custom Theme Options:
Top Nav (show/hide)
Sidebar Nav (show/hide)
Home Page Slide(show/hide)
Social Bar below/above content (show/hide/both)
3way Custom Blocks footer/header (show/hide/both)
Optional logo or text
All colors can be changed including(body, header, headings, links, nav etc.)

For instructions on setup, please see the How To in the demo. Direct support is for premium GS Themes theme owners only.
Reply
#2
Take your time mate, don't hurry it. It sounds complicated and you want it to be right. You won't want to be correcting errors after you have released it.

How about just a little screenshot as a teaser?

[Edit]
First glance - looks great! I will look at it more carefully later in the day if I can.
Reply
#3
people will beta test for you if you want, just throw a zip up.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#4
Timbow Wrote:Take your time mate, don't hurry it. It sounds complicated and you want it to be right. You won't want to be correcting errors after you have released it.

How about just a little screenshot as a teaser?


Thank you, I'll post a teaser and a beta version shortly.
Reply
#5
shawn_a Wrote:people will beta test for you if you want, just throw a zip up.

Will do, thanks!
Reply
#6
Hello,
I find this theme perfect, but I have not managed to install it presents a blank screen. Why?
Reply
#7
jlm Wrote:Hello,
I find this theme perfect, but I have not managed to install it presents a blank screen. Why?
I just released version 1.2 if you'd like to try that. Theme package has been tested and works properly.
Please report back if v1.2 isn't working for you, I just extracted v1.2 to confirm and everything is working normally.

Let me know thanks!
Reply
#8
Sorry, but v 1.2 does not work for me.
I have a white screen, with the source code

Code:
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]-->
<!--[if IE 7 ]>    <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8 ]>    <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9 ]>    <html lang="en" class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
    <title>

That's all ...

I do not know if I forget something, am I the only one with this problem?
Reply
#9
Are you certain that all files have been added to your root theme folder?
Have you tried all page layouts within the theme?

See screenshot that all files exist in the Transverse theme folder on your end.
You can also check this by going to your GS theme editor in admin to see if the files exist.

jlm Wrote:Sorry, but v 1.2 does not work for me.
I have a white screen, with the source code


Code:
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]-->
<!--[if IE 7 ]>    <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8 ]>    <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9 ]>    <html lang="en" class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
    <title>

That's all ...

I do not know if I forget something, am I the only one with this problem?
Reply
#10
it does not work ... I sent you a PM
Reply
#11
@SmashArtist:

Your theme's header.inc.php has:
Code:
<title><?php echo(get_custom_title_tag()); ?></title>

Not everybody uses the Custom Title plugin, so it should be get_page_clean_title() ... etc. instead.
or at least something like:

Code:
if (function_exists('get_custom_title_tag')) {
  get_custom_title_tag();
} else {
  get_page_clean_title();
...
}
[edited code: missing quotes]
Reply
#12
Carlos Wrote:@SmashArtist:

Your theme's header.inc.php has:
Code:
<title><?php echo(get_custom_title_tag()); ?></title>

Not everybody uses the Custom Title plugin, so it should be get_page_clean_title() ... etc. instead.
or at least something like:

Code:
if (function_exists(get_custom_title_tag)) {
  get_custom_title_tag();
} else {
  get_page_clean_title();
...
}

Good looking out. I forgot that I had added the custom title plugin. I'm too use to doing things right when it comes to SEO, default tags are useless.
Like you said though, not everyone uses it.

Thanks, I'll be changing this shortly.
Reply
#13
with the Custom Title Plugin
http://get-simple.info/extend/plugin/custom-title/240/

everything is OK
Thank you very much, I test the theme
Reply
#14
Is it possible to change the menu a drop menu, that would be nice, if not ask a lot of work
Reply
#15
Sure in the next release I can add this feature.

jlm Wrote:Is it possible to change the menu a drop menu, that would be nice, if not ask a lot of work
Reply
#16
Hello,

I installed version 1.4 on my test site, for the moment the operation is excellente, it work.
The drop menu brings a lot to put up a site "more developed"

thank you for the excellent work
Reply
#17
jlm Wrote:Hello,

I installed version 1.4 on my test site, for the moment the operation is excellente, it work.
The drop menu brings a lot to put up a site "more developed"

thank you for the excellent work

Glad to hear, thanks!
Reply
#18
There is a little problem with the menus, which "hide" behind the logo ... see http://getsimple.net63.net/
Reply
#19
jlm Wrote:There is a little problem with the menus, which "hide" behind the logo ... see http://getsimple.net63.net/

This reason why this is happening is because theme was designed to handle too many menu items horizontally.

You can always remove the logo or push the nav ul down to rest below the logo.
Reply
#20
Your theme now supports the Custom Title plugin, but requires the I18N plugin.

You could easily support, but not require I18N if you changed your header.inc.php to do something like:

Code:
<?php
    if (function_exists('get_i18n_navigation') {
        get_i18n_navigation($slug, $minlevel=0, $maxlevel=10, $show=I18N_SHOW_MENU, $component=null);
    } else {
        get_navigation(return_page_slug());
    }
    ?>
[edited code: missing quotes]

(Haven't checked if there are other I18N calls in the theme.)
Reply
#21
Carlos Wrote:Your theme now supports the Custom Title plugin, but requires the I18N plugin.

You could easily support, but not require I18N if you changed your header.inc.php to do something like:

Code:
<?php
    if (function_exists(get_i18n_navigation) {
        get_i18n_navigation($slug, $minlevel=0, $maxlevel=10, $show=I18N_SHOW_MENU, $component=null);
    } else {
        get_navigation(return_page_slug());
    }
    ?>

(Haven't checked if there are other I18N calls in the theme.)


Thanks for taking the time to test things, I noted that the theme does require I18N. I'll go ahead and use your feedback though and add to my next release.

Quote: <?php if(function_exists(get_i18n_navigation)){ get_i18n_navigation($slug, $minlevel=0, $maxlevel=10, $show=I18N_SHOW_MENU, $component=null);
} else { get_navigation(get_page_slug(FALSE)); } ?>
Reply
#22
My suggested fixes have an error. Missing quotes, sorry (hadn't tested). It should be:
Code:
if (function_exists('name_of_function')) ...
instead of:
Code:
if (function_exists(name_of_function)) ...
[edit] I have edited my previous posts.
--

About I18N, it does require the plugin. Just tested your theme, and I get this:
Quote: Fatal error: Call to undefined function get_i18n_navigation() in [...]\theme\Transverse1.4\header.inc.php on line 5
Reply
#23
Carlos Wrote:My suggested fixes have an error. Missing quotes, sorry (hadn't tested). It should be:
Code:
if (function_exists('name_of_function')) ...
instead of:
Code:
if (function_exists(name_of_function)) ...
[edit] I have edited my previous posts.
--

About I18N, it does require the plugin. Just tested your theme, and I get this:
Quote: Fatal error: Call to undefined function get_i18n_navigation() in [...]\theme\Transverse1.4\header.inc.php on line 5

v1.5 has the following added and is currently working.
Code:
<?php if(function_exists(get_i18n_navigation)){ get_i18n_navigation($slug, $minlevel=0, $maxlevel=10, $show=I18N_SHOW_MENU, $component=null);
       } else { get_navigation(get_page_slug(FALSE)); } ?>
Reply
#24
SmashArtist Wrote:v1.5 has the following added and is currently working.

It works, but you get a notice if you enable debug mode.
Better enclose that between quotes, it's the correct way.

Another suggestion: use "<?php" instead the short form "<?" -- not all servers support that.

[edit] And another suggestion: add
Code:
<?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); }
to several of the theme's php files that don't have it.
Reply
#25
Carlos Wrote:
SmashArtist Wrote:v1.5 has the following added and is currently working.

It works, but you get a notice if you enable debug mode.
Better enclose that between quotes, it's the correct way.

Another suggestion: use "<?php" instead the short form "<?" -- not all servers support that.

[edit] And another suggestion: add
Code:
<?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); }
to several of the theme's php files that don't have it.


Thanks I found about 3 files and added to each:
Code:
<?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); }

Also changed all short form as suggested in all files.
Code:
<?php
Reply




Users browsing this thread: 1 Guest(s)