Posts: 1,127
Threads: 136
Joined: Feb 2012
Uploaded to Extend:
http://get-simple.info/extend/theme/verti/1046/
My demo page: http://gs.cyberpress.biz/verti/
This was requested by someone. The free template is from www.html5up.net and all credit to them for the design.
Features 3 levels of nav by drop down and fly-out plus a mobile javascript hamburger menu all working. Just install the I18N plugin - no need to edit the templates. Four page templates are sidebar left and right plus no sidebar, also the homepage. The multiple content blocks of the homepage will have to be edited as html in the template, or set up as components or pages, or integrated with a plugin.
Posts: 6,266
Threads: 181
Joined: Sep 2011
Posts: 6,266
Threads: 181
Joined: Sep 2011
nice theme, i love its simpilicity
Posts: 1,127
Threads: 136
Joined: Feb 2012
(2016-06-23, 23:18:05)shawn_a Wrote: not working ? elaborate?
Chrome showed Uploading 10% 20% all the way to 100% then gave me the Thank you for Contributing message but I couldn't see the file. Firefox worked.
Dunno.
Posts: 1,127
Threads: 136
Joined: Feb 2012
(2016-06-23, 23:20:15)shawn_a Wrote: nice theme, i love its simpilicity
He is a good designer that bloke
Posts: 2
Threads: 0
Joined: Jul 2014
2016-07-04, 01:21:34
(This post was last modified: 2016-07-04, 01:21:55 by spidercode.)
Nice theme, everything is so easy .
i have only one issue i can not make it work with the plugin:
"I18N Gallery Display image galleries (I18N enabled)
Version 2.2.1 — Author: Martin Vlcek "
i created a library i saw it in the page but when i click on a photo it is not opening as a gallery but as a single photo.
Can you please help on this issue ?
Thank you very much
Posts: 1,127
Threads: 136
Joined: Feb 2012
I will take a look. ....it's a jquery thing...
Moved the jquery link into the <head> section as required by I18NGallery. The wise will turn off jquery loading in the plugin settings. See http://mvlcek.bplaced.net/get-simple/i18ngallery
I18NGallery working at http://gs.cyberpress.biz/verti/two/thomas-gallery/ (third page under Dropdown)
Uploaded version 1.1 with this change to extend.
I have not tested any further so thanks for the bug alert ad please let me know if there are more.
Posts: 2
Threads: 0
Joined: Jul 2014
I just Uploaded version 1.1 and the gallery is working Properly
Thank you very much
Posts: 1,127
Threads: 136
Joined: Feb 2012
Font awesome not loading on my demo site
It did load weeks ago, then it didn't then it did then it didn't.
I got from Stack Overflow the fix to add the following to my root htaccess
Code: # make fontawesome work
Header add Access-Control-Allow-Origin "http://gs.cyberpress.biz"
You would have to replace "http://gs.cyberpress.biz" with your own domain.
Edited 08/16 - the domain has to exactly match so http://gs....
Posts: 1,127
Threads: 136
Joined: Feb 2012
Fontawesome now not loading again. Does anyone know how to fix this?
Quote:Console:
Font from origin 'http://gs.cyberpress.biz' has been blocked from loading by Cross-Origin Resource Sharing policy: The 'Access-Control-Allow-Origin' header has a value 'http://gs.cyberpress.biz' that is not equal to the supplied origin. Origin 'http://www.gs.cyberpress.biz' is therefore not allowed access.
This is for a local font, not off some remote server. doesn't make sense to me.
Posts: 1,247
Threads: 82
Joined: Feb 2011
Is this a problem you have only with this theme, or in general with Fontawesome?
Posts: 1,127
Threads: 136
Joined: Feb 2012
(2016-09-06, 04:27:58)datiswous Wrote: Is this a problem you have only with this theme, or in general with Fontawesome?
Only this site. When I looked in the GS Settings page I had the base url without the www and a red notice advising the base url with the www. I changed it and it works again. Maybe that's all it was.
Posts: 1,247
Threads: 82
Joined: Feb 2011
Ok and the Access-Control-Allow-Origin is that something you have to add to any site with an external font or is this depended on host or something? I was reading the following info on Wikipedia where I get the idea that you would have that line in htaccess for any theme with external fonts installed.
Posts: 6,266
Threads: 181
Joined: Sep 2011
not usually, usually those directives default to open in most browsers or servers.
But it might depend on your host
I hear ms edge is a more secured browser though
Posts: 5
Threads: 3
Joined: May 2010
(2016-06-23, 22:02:47)Timbow Wrote: Uploaded to Extend:
http://get-simple.info/extend/theme/verti/1046/
My demo page: http://gs.cyberpress.biz/verti/
This was requested by someone. The free template is from www.html5up.net and all credit to them for the design.
Features 3 levels of nav by drop down and fly-out plus a mobile javascript hamburger menu all working. Just install the I18N plugin - no need to edit the templates. Four page templates are sidebar left and right plus no sidebar, also the homepage. The multiple content blocks of the homepage will have to be edited as html in the template, or set up as components or pages, or integrated with a plugin.
hello,
How activate multi level page navigation ? I have install I18N plugin but that not work.
Posts: 1,127
Threads: 136
Joined: Feb 2012
Quote:How activate multi level page navigation ? I have install I18N plugin but that not work.
The first thing is to double check you have the I18N Navigation plugin (not just I18N base) uploaded and activated in the back end.
That should change what you see under the Pages tab
And if you have child pages defined the menu should work.
If it doesn't work still, check your page source to see if you have nested <ul> elements in the nav and tell us what you do see in your site menu.
Posts: 11
Threads: 2
Joined: Feb 2013
Hello! How is it possible to make a list in a post?
In CKeditor I use list button, but in post view I get nothing
Posts: 1,127
Threads: 136
Joined: Feb 2012
(2016-10-03, 05:34:01)ross104 Wrote: Hello! How is it possible to make a list in a post?
In CKeditor I use list button, but in post view I get nothing
Yes, that is strange. There is some styling for lists in the main css file under /* List */ - could you use that.
Maybe where it says
Code: ul.default {
list-style: disc;
padding-left: 1em;
}
ul.default li {
padding-left: 0.5em;
}
Just delete each .default
Posts: 11
Threads: 2
Joined: Feb 2013
Deleting .default makes all list signs appear - even in menu and other items
Posts: 1,127
Threads: 136
Joined: Feb 2012
(2016-10-04, 08:46:46)ross104 Wrote: Deleting .default makes all list signs appear - even in menu and other items
Ha! Silly me.
Okay, three methods:
Easy: In the CK editor you can give your list some inline style by right clicking and choosing list properties - disc, square etc. Spacing may not be right.
Good: Use the css as it is and if you want to show bullets or numbers give your list class="default". You will need to edit in 'source' mode in the editor.
Also Good: Edit the file main.css. at line 1684 under /* list */ . To display for instance ul elements with bullets only in the div id=content edit to:
Code: ul.default, #content ul {
list-style: disc;
padding-left: 1em;
}
ul.default li, #content ul li {
padding-left: 0.5em;
}
And do the same for ordered and unordered lists in the sidebar and footer as required.
|