Posts: 59
Threads: 10
Joined: Oct 2012
2012-10-16, 03:13:06
(This post was last modified: 2013-05-08, 03:20:39 by ChompDigital.)
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.
Posts: 1,127
Threads: 136
Joined: Feb 2012
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.
Posts: 6,266
Threads: 181
Joined: Sep 2011
people will beta test for you if you want, just throw a zip up.
Posts: 59
Threads: 10
Joined: Oct 2012
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.
Posts: 59
Threads: 10
Joined: Oct 2012
shawn_a Wrote:people will beta test for you if you want, just throw a zip up.
Will do, thanks!
Posts: 83
Threads: 19
Joined: Mar 2011
Hello,
I find this theme perfect, but I have not managed to install it presents a blank screen. Why?
Posts: 59
Threads: 10
Joined: Oct 2012
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!
Posts: 83
Threads: 19
Joined: Mar 2011
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?
Posts: 59
Threads: 10
Joined: Oct 2012
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?
Posts: 83
Threads: 19
Joined: Mar 2011
it does not work ... I sent you a PM
Posts: 3,491
Threads: 106
Joined: Mar 2010
2012-10-17, 05:26:13
(This post was last modified: 2012-10-18, 04:29:15 by fotothink.)
@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]
Posts: 59
Threads: 10
Joined: Oct 2012
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.
Posts: 83
Threads: 19
Joined: Mar 2011
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
Posts: 83
Threads: 19
Joined: Mar 2011
Is it possible to change the menu a drop menu, that would be nice, if not ask a lot of work
Posts: 59
Threads: 10
Joined: Oct 2012
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
Posts: 83
Threads: 19
Joined: Mar 2011
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
Posts: 59
Threads: 10
Joined: Oct 2012
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!
Posts: 83
Threads: 19
Joined: Mar 2011
There is a little problem with the menus, which "hide" behind the logo ... see http://getsimple.net63.net/
Posts: 59
Threads: 10
Joined: Oct 2012
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.
Posts: 3,491
Threads: 106
Joined: Mar 2010
2012-10-18, 03:08:54
(This post was last modified: 2012-10-18, 04:29:44 by fotothink.)
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.)
Posts: 59
Threads: 10
Joined: Oct 2012
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)); } ?>
Posts: 3,491
Threads: 106
Joined: Mar 2010
2012-10-18, 04:19:12
(This post was last modified: 2012-10-18, 04:31:14 by fotothink.)
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
Posts: 59
Threads: 10
Joined: Oct 2012
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)); } ?>
Posts: 3,491
Threads: 106
Joined: Mar 2010
2012-10-18, 05:00:11
(This post was last modified: 2012-10-18, 06:12:50 by fotothink.)
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.
Posts: 59
Threads: 10
Joined: Oct 2012
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.
|