Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ElegantOne Theme
#1
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!
Reply
#2
last few days, I follow the changing your new theme ... I find it very interesting
good luck
Reply
#3
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.
Reply
#4
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
Reply
#5
Hello,

is there any bugfix or hint for the problems?

best regards - alex
Reply
#6
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
Reply
#7
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. Smile
Reply
#8
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
Reply
#9
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.
Code:
margin-left: 28px;

Big Grin

(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
Reply
#10
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.
Code:
margin-left: 28px;

Big Grin

(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
Reply
#11
I like the sidebar templates but how do I insert content in the sidebars?

Don
Reply
#12
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?
Reply
#13
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'))  {
Reply
#14
Thank you so much error solved. Great work on the theme!
Reply
#15
It would be nice if the theme's author fixed this issue.
Reply
#16
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.
Reply
#17
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 :-(
Reply




Users browsing this thread: 1 Guest(s)