Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS Theory
#1
Uploaded to extend:
http://get-simple.info/extend/theme/gs-theory/1089/
The Original free html template is here
https://templated.co/theory

No Demo as yet. Maybe soon
Reply
#2
this is what i was doing with it:

http://www.parsonagefarm.uk/

Still ironing out faults and altering content a bit.
Reply
#3
Thumbs Up 
Firstly I would like to say, outstanding design, so simple and easy to use. I love it! 

The only detractor that I have found is that the navigation in the mobile browser (chrome) on Google pixel does not work.


Attached Files Thumbnail(s)
   
Reply
#4
(2017-08-24, 14:29:29)Craziwolf Wrote: Firstly I would like to say, outstanding design, so simple and easy to use. I love it! 

The only detractor that I have found is that the navigation in the mobile browser (chrome) on Google pixel does not work
Hi Craziwolf,
I used the theme for this site http://www.parsonagefarm.uk/ and the navigation works in chrome on a generic android phone. Could you test it with your pixel ? and the original html template https://templated.co/theory
Reply
#5
Ok TimBow, well that's odd! Both sites work fine on the phone however mine still does not, I have a theory... I placed a logo instead of text in the centre of the banner, this may have caused the issue. Can you test from your phone? Http://we-search.info I still need to make the image resize with the mobile browser, maybe this is the issue? The clear section of the PNG may be covering the menu.
Reply
#6
It is not doing what it should on android chrome.
You need <img src="../data/uploads/logo-medium-compressed.png" style="max-width: 100%">
or better the same declaration in the css file
#banner img{max-width: 100%}
Reply
#7
(2017-08-25, 19:41:36)Timbow Wrote: It is not doing what it should on android chrome.
You need <img src="../data/uploads/logo-medium-compressed.png" style="max-width: 100%">
or better the same declaration in the css file
#banner img{max-width: 100%}

The inline CSS works perfectly however when I add the #banner img{max-width: 100%} it seemingly duplicates the background image.


Attached Files Thumbnail(s)
       
Reply
#8
Bizarre! I couldn't possibly say what is happening there.
Reply
#9
I think because the banner background is an image too that it is following on from the new code, I would say we probably need to add a new id class called logo or something similar. I will have a play around and see if I can get it to work Smile
Reply
#10
(2017-08-25, 22:14:32)Timbow Wrote: Bizarre! I couldn't possibly say what is happening there.

Ok so I have figured it out! because the banner has an image by applying the max-width it for some reason is duplicating the background image and fitting it as best as it can within that container. by creating a new id in the CSS and change the HTML 

Code:
/* Banner content */

    #banner-content img{max-width: 100%}
 
Code:
<section id="banner">
        <img src="../data/uploads/logo-medium-compressed.png" id="baner-content">
</section>

it also give the opportunity to expand the usability of the banner, you could embed a YouTube video, ad more images or text even.

Again Great theme! I would lobe to see it developed more!
Reply
#11
(2017-04-25, 23:37:07)Timbow Wrote: Uploaded to extend:
http://get-simple.info/extend/theme/gs-theory/1089/
The Original free html template is here
https://templated.co/theory

No Demo as yet. Maybe soon

Hi Timbow,

first of all thanks for the great theme, which works very well for my project, a homepage for a choir. But now they still want to have a photo gallery, so I added the I18N gallery in my plugins, thought it would cause no problems. But it does: no proper presentation of the photos, no navigation between slides, no slide show as expected a.s.o.
I have to admit that my expertise in scripting, specially Java, is very poor and I have no idea, what went wrong, unless I followed all hints of installing and trouble shooting of the plugin. Could it be that I have overlooked something important, what does not allow the "easy" installation and using of I18Ngallery in combination with gs-theory?
Thanks a lot in advance for your reply,
and kind regards,
Sabine
Reply
#12
(2018-01-18, 08:21:52)Sabine Wrote: first of all thanks for the great theme, which works very well for my project, a homepage for a choir. But now they still want to have a photo gallery, so I added the I18N gallery in my plugins, thought it would cause no problems. But it does: no proper presentation of the photos, no navigation between slides, no slide show as expected a.s.o.
I have to admit that my expertise in scripting, specially Java, is very poor and I have no idea, what went wrong, unless I followed all hints of installing and trouble shooting of the plugin. Could it be that I have overlooked something important, what does not allow the "easy" installation and using of I18Ngallery in combination with gs-theory?
Thanks a lot in advance for your reply,
and kind regards,
Sabine

Normally with I18N Gallery it's the jquery thing. On this page are Mvlcek's instructions for the gallery:
http://mvlcek.bplaced.net/get-simple/i18ngallery
Quote:If your template includes jQuery, it must be at least version 1.4, it must be included before the get_header() call and you should have switched on "Do not include jQuery" in the Gallery Settings.
I haven't checked but I bet jquery is called at the end of the page in that template. Just move it to the head section.
Reply
#13
(2018-01-18, 09:10:20)Timbow Wrote:
(2018-01-18, 08:21:52)Sabine Wrote: first of all thanks for the great theme, which works very well for my project, a homepage for a choir. But now they still want to have a photo gallery, so I added the I18N gallery in my plugins, thought it would cause no problems. But it does: no proper presentation of the photos, no navigation between slides, no slide show as expected a.s.o.
I have to admit that my expertise in scripting, specially Java, is very poor and I have no idea, what went wrong, unless I followed all hints of installing and trouble shooting of the plugin. Could it be that I have overlooked something important, what does not allow the "easy" installation and using of I18Ngallery in combination with gs-theory?
Thanks a lot in advance for your reply,
and kind regards,
Sabine

Normally with I18N Gallery it's the jquery thing. On this page are Mvlcek's instructions for the gallery:
http://mvlcek.bplaced.net/get-simple/i18ngallery
Quote:If your template includes jQuery, it must be at least version 1.4, it must be included before the get_header() call and you should have switched on "Do not include jQuery" in the Gallery Settings.
I haven't checked but I bet jquery is called at the end of the page in that template. Just move it to the head section.
Reply
#14
Hi Timbow, I will check the jquery thing again, thanks for your fast reply!
Reply




Users browsing this thread: 1 Guest(s)