Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hey Spencer,
first of all, thank you for the purchase!
The URL you’ve provided redirects to another website, which is not using WordPress – could you please double-check, or is this behaviour intended?
Meanwhile, here is a concise guide on setting up the one-page front:
1). Create a page that will serve the “base” for the front page and make it a “One-page” template (in the “Page Attributes” box while in the edit mode). This is required due to the way WordPress handles its front page displays.
2). In the “Settings -> Reading” admin section, choose “Static Page” in the “Front page displays” setting and select the page you’ve created from the drop-down.
3). In the Theme Options panel, “One-page website” tab, check the option “Activate one-page website mode” and do not forget to press the “Save All Changes” button to preserve the setting.
4). Now each new page you create will display as a section of the front page (you can give them any templates except for “One-Page”, since that one is needed only for the “container” page we’ve created above); if you need to exclude any page, you can do it in the “One-Page Website” tab of the Theme Options panel. The menu will be generated automatically, you can also control which items to exclude in the above tab of the Theme Options panel.
Should you want further explanations on any of the steps, do not hesitate to ask!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Bradley,
I’ve checked the slider settings, and they seem to be in order; if I understood your question correctly, the reason for the fact that the bottom of the slider is loaded below the fold is because the admin bar on top takes up some extra space; please try viewing your website in incognito mode (if you’re using Chrome) or simply log out of your account – the slider will fit the bottom of the screen ;)
On a side note – I would strongly recommend reducing the size of the images you’re using for the slider, they’re over 1.5 Mb each, which makes loading rather slow. I’d suggest compressing them by downsampling (reducing jpg quality by a couple of notches). This should not affect the visual, if done in moderation, yet the website will be loading much quicker.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Elroy,
let’s troubleshoot ;)
Could you please tell me whether you’re facing difficulties translating a particular string or any text? Also, please provide one example where you cannot translate a string – what text you input into the “Old”, “New”, and “Domain” fields in the plugin. Thanks!
Sincerely,
Andrii / Satori StudiosatoriKeymasterGlad to hear it worked! Do not hesitate to contact me in case any other questions or issues arise.
Sincerely,
Andrii / Satori StudiosatoriKeymasterAlright, this is a bit outside the scope of the intended theme functions, but I’ll try to point you in the right direction: please use this code in the “Styles: Add Custom CSS” tab of the Theme Options panel:
@media only screen and (max-width: 767px) { .page-space { height: 0 !important; } #main-header #header, #main-header .bigheader, #main-header #header-box, #main-header .smallheader { border-bottom: none !important; position: static !important; height: auto !important; } }
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Björn,
now I see what you mean :)
Enabling the “Page Settings” box on projects would require some work since it was not envisaged it the theme initially, I can provide you with a solution, yet I cannot guarantee that I will implement it into the theme in the next version update. Please download this archive, unzip it, and upload all contained files into the theme folder, i.e. /wp-content/themes/Kanso.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Sylvio,
I will go over the questions in the same order:
1). This is out of the scope of the theme back-end capabilities, yet I will try to help out: one needs to alter the “rewrite” array for the code which generates the “project” custom post type. This is located in the theme’s functions.php file – I’ve prepared a custom one for you, which contains the necessary changes (line 383). Please unzip the archive, and upload the resulting file into the theme folder via ftp (/wp-content/themes/Tokyo). After that you might need to flush the permalink cache – you can do this by going to the “Settings -> Permalinks” admin section, changing the radio button to any other setting than your current one, saving the settings, and then resetting the radio to the one you had originally (“post name” I presume).
2). I agree, this would be a good addition to the theme’s functionality! I’ve prepared an updated file – please download this archive, unzip it, and upload the contained file into the following folder:
/wp-content/themes/Tokyo/includes/supersized/includes/
replacing the existing file. Then refresh the website – the background choice options should now appear on the projects as well.Please let me know if the above information helps achieve the desired outcomes!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Rhiannaweilert,
first of all, thank you for the purchase!
I can see that the header does not shrink anymore on the website you’ve provided – have you already managed to alter the code to disable the shrinking header, you do you still need help on this one?
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey IAE,
first of all, thank you for the purchase!
I will go over the issues in the same order:
1). The website looks like this in my Chrome (latest version) at the moment: screenshot. Could you please point me to the images that do not appear in Chrome? Thanks!
2). This is definitely a font issue, and probably ousite the scope of the theme, yet I’ve found a case with a similar problem, let’s try their proposed solution: please insert this line into the theme header.php file, inside the ” tags:
removing the space before the “meta” word. Alternatively, you can download this custom header.php file I’ve prepared for you, it already contains the new code. All you need to do is unzip the archive and upload the resulting file into the theme folder (/wp-content/themes/Kanso/), replacing the existing file.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Björn,
there is currently no back-end option to change the spacing between the sections of the one-page layout, yet you can use some custom CSS to achieve this – please go to the “Style: Add Custom CSS” tab of the Theme Options panel and add this code, then click “Save All Changes”:
.page-template-page_one-page-php .page-holder { padding-bottom: 60px !important; }
You can use any other figure instead of “60” to adjust the spacing according to your needs.
Sincerely,
Andrii / Satori Studio -
AuthorPosts