Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
One Page Responsive Theme
#1
http://get-simple.info/extend/theme/one-...theme/969/

Theme Description:

Responsive and Mobile Ready theme built on top of Bootstrap 3. Unique one page animated template style that isn't very common on GetSimple. Perfect for a portfolio site or small business website.
If you have any feedback, questions, or are having problems please post in our thread on the Forum and we will update it promptly.

Install Instructions:

Unzip and upload. Also, you must add the contents of readme.txt to your .htaccess file (in the root of your site, not in the theme folder) for the one page theme to function properly.

Changelog:

1.0.1 on 8/28/15: Fixed upload file
1.0.0 on 8/28/15: Initial Version
Reply
#2
http://npostudycan.php.xdomain.jp/f/

I can't get back to home page. Why not?
Reply
#3
Hi , i am testing you theme, it is nice but links on the menu doesn't like it should work (nothing happen) what should i do ?


Another question is it possible to reduce the height of the upper band ( where the name of the site is writen ).

Thanks for your work
Reply
#4
(2016-04-09, 00:25:39)kazu2015 Wrote: http://npostudycan.php.xdomain.jp/f/

I can't get back to home page. Why not?

Hmm, that seems like a bug. Perhaps it doesn't work in newer version of GS as I haven't updated this theme in a long time. You can simply remove home from the menu and they can click on the logo? I know that's not an ideal solution but I really need to completely rewrite this theme from scratch because the one-page-ness is implemented in a pretty odd way and I can do it better now.

(2016-08-04, 03:30:12)Bill Wrote: Hi , i am testing you theme, it is nice but links on the menu doesn't like it should work (nothing happen) what should i do ?


Another question is it possible to reduce the height of the upper band ( where the name of the site is writen ).

Thanks for your work

Can you post al ink to your site? Might be the same bug as the other guy, but I can try to solve it for you.

To make the header less tall, go to stylesheet.css and look for the class .header1 there you can change height, padding, etc. Let me know if you need more specifics than that.
Reply
#5
Menu link button don't work for me because my .htaccess is not set right i think, when i add the code that is in the readme.txt in my .htaccess i have got a server error on the site :

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.


Here is my actual .htacces :

Code:
#
# GetSimple CMS htaccess ROOT file
# apache 2.4
#

# The following require certain allow overrides, if getting 500 error comment them out one by one
# can be resolved in apache httpd.conf to ensure security alternatives

# override charset
AddDefaultCharset UTF-8

# prevent directory listings
Options -Indexes

# Follow symbolink links, This is required for rewrites on some hosts
Options +FollowSymLinks

# Set the default handler.
DirectoryIndex index.php

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>
<IfModule mod_access_compat.c>
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
<IfModule !mod_access_compat.c>
Require all denied
</IfModule>
</IfModule>
</Files>

<Files sitemap.xml>
<IfModule !mod_authz_core.c>
Allow from all
</IfModule>
<IfModule mod_access_compat.c>
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
<IfModule !mod_access_compat.c>
Require all granted
</IfModule>
</IfModule>
</Files>

# handle rewrites for fancy urls
<IfModule mod_rewrite.c>
RewriteEngine on

# Usually RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /site/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
</IfModule>


What should i change ?

And is there something special to set in these settings ( fancy url and permalink )?

[Image: Figure-1_lightbox.png]

Thanks for your help
Reply
#6
Has anyone tried to update this theme for Bootstrap4?
Reply
#7
You could start here with this tool: http://upgrade-bootstrap.bootply.com/

Some more info about what has changed: https://designmodo.com/migrate-bootstrap-4/

Or google "migrate bootstrap 3 to 4" to see if you find some other useful tool or info.

Hope that helps


GS Community Edition with php8.x compatibility, new features and much more!  Support Me


Reply




Users browsing this thread: 1 Guest(s)