GetSimple Support Forum
ElegantOne Theme - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: ElegantOne Theme (/showthread.php?tid=3692)



ElegantOne Theme - ChompDigital - 2012-10-18

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!


ElegantOne Theme - jlm - 2012-10-18

last few days, I follow the changing your new theme ... I find it very interesting
good luck


ElegantOne Theme - ChompDigital - 2012-10-18

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.


RE: ElegantOne Theme - alexd0001 - 2012-12-05

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


RE: ElegantOne Theme - alexd0001 - 2012-12-07

Hello,

is there any bugfix or hint for the problems?

best regards - alex


RE: ElegantOne Theme - SoHo22 - 2012-12-20

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


RE: ElegantOne Theme - Gederp - 2013-01-22

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


RE: ElegantOne Theme - lakechicago - 2013-01-30

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


RE: ElegantOne Theme - ChompDigital - 2013-01-31

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



RE: ElegantOne Theme - lakechicago - 2013-01-31

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



RE: ElegantOne Theme - lakechicago - 2013-02-20

I like the sidebar templates but how do I insert content in the sidebars?

Don


RE: ElegantOne Theme - cornelombaard - 2013-04-09

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?


RE: ElegantOne Theme - Carlos - 2013-04-10

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'))  {



RE: ElegantOne Theme - cornelombaard - 2013-04-10

Thank you so much error solved. Great work on the theme!


RE: ElegantOne Theme - Carlos - 2013-04-20

It would be nice if the theme's author fixed this issue.


RE: ElegantOne Theme - lakechicago - 2013-04-23

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.


RE: ElegantOne Theme - davetest - 2013-04-24

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 :-(