Posts: 59
Threads: 10
Joined: Oct 2012
2012-10-18, 02:25:17
(This post was last modified: 2013-05-08, 03:13:56 by ChompDigital.)
If you liked my first theme
Transverse check out ElegantOne.
ElegantOne is simplistic, clean and professional. This supports i18N Navigation, Custom Titles and GS Blog. Also I've provided custom image classes and columns to use throughout.
Layouts Included:
Full Width
Left Sidebar
Right Sidebar
Cool Stuff:
Hidden Footer (appears on scroll)
Custom Fonts
ScrollToTop
More to come in future releases.
Premium purchase and support now available at:
http://www.gsthemes.com/market-item/elegant-one/
Please feel free to leave your thoughts, report any bugs or to request new features.
Thanks!
Posts: 83
Threads: 19
Joined: Mar 2011
last few days, I follow the changing your new theme ... I find it very interesting
good luck
Posts: 59
Threads: 10
Joined: Oct 2012
jlm Wrote:last few days, I follow the changing your new theme ... I find it very interesting
good luck
I just released this one if you'd like to see it.
Posts: 11
Threads: 1
Joined: Aug 2009
There are some Problems with IE7 and IE8. The Menü is Borken and divs are Not optimized.
Can u do some bugfixes in the javascripts?
Best Regards alex
Posts: 11
Threads: 1
Joined: Aug 2009
Hello,
is there any bugfix or hint for the problems?
best regards - alex
Posts: 65
Threads: 11
Joined: Apr 2012
Hi SmashArtist,
I like your themplate Elegant One very much. It works in FF, Safari, Chrome but in my IE 8 it comes with some bugs. Is there a possibility to solve the IE problems?
Thanx
SoHo
Posts: 8
Threads: 1
Joined: Jan 2013
Hi,
Thanks for your elegant theme.
I try to put a background slide show on it, with
this page.
It's difficult because I understand that the path to background's image is defined in CSS File.
I put code in the header file and it doesn't work. I think the path of images is incorrect.
I will post if I find.
Posts: 46
Threads: 9
Joined: Jan 2013
I need to tighten the menu links a little. How do I do that? Is it done in i18N Navigation or in the css file?
thanks
don
Posts: 59
Threads: 10
Joined: Oct 2012
That is done in the CSS.
Code:
header nav li {
margin-top: 8px;
display: block;
float: left;
margin-left: 28px;
Just change the margin-left above in the css to tighten it up.
(2013-01-30, 10:00:09)lakechicago Wrote: I need to tighten the menu links a little. How do I do that? Is it done in i18N Navigation or in the css file?
thanks
don
Posts: 46
Threads: 9
Joined: Jan 2013
Thank you. That works great. What about paragraphs? I have too much space between them (see
http://www.dondemaio.com/gp2/music/ but changing the css doesn't seem to work.
(2013-01-31, 07:12:12)SmashArtist Wrote: That is done in the CSS.
Code:
header nav li {
margin-top: 8px;
display: block;
float: left;
margin-left: 28px;
Just change the margin-left above in the css to tighten it up.
(2013-01-30, 10:00:09)lakechicago Wrote: I need to tighten the menu links a little. How do I do that? Is it done in i18N Navigation or in the css file?
thanks
don
Posts: 46
Threads: 9
Joined: Jan 2013
I like the sidebar templates but how do I insert content in the sidebars?
Don
Posts: 3
Threads: 0
Joined: Apr 2013
Hi
I get the following error on my localhost
( ! ) SCREAM: Error suppression ignored for
( ! ) Notice: Use of undefined constant get_i18n_navigation - assumed 'get_i18n_navigation' in C:\wamp\www\GetSimpleCMS\theme\ElegantOne\header.inc.php on line 38
Anything I should have done or should do?
Posts: 3,491
Threads: 106
Joined: Mar 2010
2013-04-10, 02:13:40
(This post was last modified: 2013-04-10, 02:14:12 by Carlos.)
Edit
header.inc.php and add missing quotes inside the
function_exists checks.
That is, change:
Code:
<?php if (function_exists(get_custom_title_tag)) {
by
Code:
<?php if (function_exists('get_custom_title_tag')) {
and
Code:
<?php if (function_exists(get_i18n_navigation)) {
by
Code:
<?php if (function_exists('get_i18n_navigation')) {
Posts: 3
Threads: 0
Joined: Apr 2013
Thank you so much error solved. Great work on the theme!
Posts: 3,491
Threads: 106
Joined: Mar 2010
It would be nice if the theme's author fixed this issue.
Posts: 46
Threads: 9
Joined: Jan 2013
2013-04-23, 23:37:56
(This post was last modified: 2013-04-24, 03:39:38 by lakechicago.)
Need help.
How do I put a child menu in a sidebar on the page below using the ElegantOne theme?
http://www.dondemaio.com/szc/index.php?id=practice
Thanks.
Don
/// UPDATE -- OK, I just figured it out.
Posts: 166
Threads: 7
Joined: Jan 2013
Eek!!! I just went to the author's site in the first post in this thread and it is showing a hackers tag.
I just hope it isn't a GS powered site :-(