Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Future Imperfect
#1
Uploaded to Extend here:
http://get-simple.info/extend/theme/futu...fect/1006/

A free site template by html5up.net the original demo is here:
http://html5up.net/future-imperfect
My demo of the GetSimple theme is here:
http://www.gs.cyberpress.biz/fi/
Reply
#2
Hi! Very nice theme, I'm using it for a friend's website.

But I have a compatibility problem with the [Lightbox plugin](http://get-simple.info/extend/plugin/lig...lugin/997/). The lightbox plugin is expected to extend a thumbmail into a fullscreen view of the picture. But the header section of the theme is still in the foreground... It should be under the picture.

I tried a few CSS changes but I don't really know what changes has to be made... Maybe the "z-index" property, but it break the theme if I comment it...

Any ideas? Smile
__
Contact me if you need a french translation file for your plugin.
Reply
#3
(2016-02-19, 04:58:31)Charpy1 Wrote: Hi! Very nice theme, I'm using it for a friend's website.

But I have a compatibility problem with the [Lightbox plugin](http://get-simple.info/extend/plugin/lig...lugin/997/). The lightbox plugin is expected to extend a thumbmail into a fullscreen view of the picture. But the header section of the theme is still in the foreground... It should be under the picture.

I tried a few CSS changes but I don't really know what changes has to be made... Maybe the "z-index" property, but it break the theme if I comment it...

Any ideas? Smile

Really none. I haven't been able to get the lightbox plugin to work at all.
http://www.gs.cyberpress.biz/fi/lightbox-issue/
until I do I am in the dark.

How did you make it work?
Reply
#4
Timbow. I would recommend you to place the tag <?php get_footer(); ?> before the </body> and not to make a thumbnail image link.
Reply
#5
(2016-02-19, 18:16:44)Oleg06 Wrote: Timbow. I would recommend you to place the tag <?php get_footer(); ?> before the </body> and not to make a thumbnail image link.

Thanks Oleg, you were 100% correct. The plugin is working now but I haven't yet seen Charpy's problem.
Reply
#6
(2016-02-19, 20:00:05)Timbow Wrote:
(2016-02-19, 18:16:44)Oleg06 Wrote: Timbow. I would recommend you to place the tag <?php get_footer(); ?> before the </body> and not to make a thumbnail image link.

Thanks Oleg, you were 100% correct. The plugin is working now but I haven't yet seen Charpy's problem.

Ad this to css
Code:
.lg-outer {top: 55px !important;}

to move the lightbox overlay down a little.
Got to go
Reply
#7
(2016-02-19, 20:23:50)Timbow Wrote:
(2016-02-19, 20:00:05)Timbow Wrote:
(2016-02-19, 18:16:44)Oleg06 Wrote: Timbow. I would recommend you to place the tag <?php get_footer(); ?> before the </body> and not to make a thumbnail image link.

Thanks Oleg, you were 100% correct. The plugin is working now but I haven't yet seen Charpy's problem.

Ad this to css

Code:
.lg-outer {top: 55px !important;}

to move the lightbox overlay down a little.
Got to go


Thanks for the answer, but I just figured out how to solve my problem. The problem was a css property in the header : z-index.
I changed :
Code:
z-index: 1000;

To :
Code:
z-index: 1;


And now the lightbox plugin in fully in front, works perfectly! Cool
__
Contact me if you need a french translation file for your plugin.
Reply
#8
I have been trying to use the I18N plugin with this theme but the multilayered menus does not seem to work. I am relatively new to getsimple in general. Any help with this problem would be appreciated even if its just to say thats not how I18N works.
Reply
#9
(2016-02-28, 01:37:19)stevenwashere Wrote: I have been trying to use the I18N plugin with this theme but the multilayered menus does not seem to work. I am relatively new to getsimple in general. Any help with this problem would be appreciated even if its just to say thats not how I18N works.

GetSimple in its unadorned state only does simple, single level menus. that is to say that the tag in the template, normally
<?php get_navigation(return_page_slug()); ?>
will write links to pages that have been created and marked for menu inclusion as a series of <li> elements.

If you create pages and mark them as parents or children and include them in the menu and install I18N then you can use a different tag in your template to generate different structures of <ul> and <li> elements nested to any number of levels and displaying short text links or full page titles. But you will need css in your theme to display nested lists correctly. you might want them drop-down, fly-out, in the sidebar or under the main menu.

So I don't know exactly where you are with your site but in this theme there is no css to display more than a simple nav menu. If you want for instance to put a submenu in the sidebar or to have dropdowns you will have to write the styles you want.

mlvcek's pages are a really good guide, with examples, here
http://mvlcek.bplaced.net/get-simple/mul...navigation
Reply
#10
very nice, wonder if it has a gpl license


ah looks like it is CCA
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#11
Thanks for the theme, I appreciated it.
You can see the use I made at www.lamichetta.it (italian athletics master association).

The only thing I would add is:
when repositioning objects on resizing, being able to move part of the SIDEBAR above of the MAIN content, and part below.
This is because I might want to use the upper component of the sidebar as an intro, as on higher resolutions it's one of the most visible items.
Hope I made myself clear.

Nicola
Reply
#12
This is a gorgeous theme - thank you!  I'm having a very peculiar problem with it though in that the mobile menu doesn't work at all.  When I click on it nothing happens.  I did have a gallery installed but fully deleted it to see if that was the issue.  I've just done a fresh installation of the theme and again the mobile menu doesn't work.  I'm not sure if I've made some dreadful rookie mistake but I cannot for the life of me fathom what's causing the issue.  I may be having a non-functional brain day though!  Shy

Edited: Ha, yeah, link would help. It's on a test server. www.slightlyconcerning.com
Reply
#13
It can only be javascript going wrong
On your test site the browser Inspect function gives me 
Code:
http://www.slightlyconcerning.com/theme/FutureImperfect/assets/js/util.js   Failed to load resource: the server responded with a status of 404 (Not Found)

and that file util.js  appears to be missing (or blank)
Reply
#14
(2016-05-21, 02:59:07)Timbow Wrote: It can only be javascript going wrong
On your test site the browser Inspect function gives me 

Code:
http://www.slightlyconcerning.com/theme/FutureImperfect/assets/js/util.js   Failed to load resource: the server responded with a status of 404 (Not Found)

and that file util.js  appears to be missing (or blank)

Thanks.  That's really odd as I downloaded it and uploaded as was.  I'll download the theme again and see what happens.  Thanks for your time!
Reply
#15
Ah, must have gone wrong on the original download.  I had to use a different browser as it detected a virus so it must have gone wrong somewhere.  (Don't worry, I know it's not a virus.  This computer is on its way out and makes weird decisions about stuff!)
Reply
#16
(2016-01-28, 03:33:34)Timbow Wrote: Uploaded to Extend here:
http://get-simple.info/extend/theme/futu...fect/1006/

A free site template by html5up.net the original demo is here:
http://html5up.net/future-imperfect
My demo of the GetSimple theme is here:
http://www.gs.cyberpress.biz/fi/

Thanks for the theme and the upload.

Looking at the Sampler demonstrating Future Imperfect theme here http://www.gs.cyberpress.biz/fi/sampler/, I am impressed of the tile like picture set and the tables. How is this coded? Can you share this for the audience here like it would look in Get-Simple Site Editor?

Thanks!
Reply
#17
There is a lot of useful css in that theme. It should all work on your site but the GetSimple CKEditor can only display some of it in the back end. The author used his own grid which he calls SKEL for instance, which displays the images on the sampler page. You might find some guidance by googling, or just copy the page source html through your browser..
Reply




Users browsing this thread: 1 Guest(s)