Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Rmills,
I’ve looked further into the issue and it seems that the root of the problem is indeed the fact that the “Background Image/ Source of Slides” metabox does not save its settings properly. Please download this fix I’ve prepared, unzip it, and upload the resulting file into the following folder of your WP installation: /wp-content/themes/Tokyo/includes/supersized/includes/, replacing the existing file. After that please refresh the website and try altering the metabox settings once more. Let me know if this works!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Skrag,
I will retain the numeration as previously:
1). The slide size depends on how you set it up: if you go to “Revolution Slider” admin section and press the green “Settings” button next to the slider you want to edit, you can find a number of options regarding the size of the slider:
– Slider Layout: here you can choose between “Fixed” (set width and height manually in pixels), “Custom” (set width and height manually depending on the screen sizes), “Auto Responsive” (varies with the screen size/height), and “Full Width” (the one set in the demo slider).
– Fullscreen Align: force captions to fit the screen width or the container of the theme
– Force Full Width: force the slider to stretch to the width of the screen or be contained inside the parent container
Note that the slide background images will always be stretched to the width of the slide, and any captions or other objects you insert in the slide editors (press the blue “Edit Slides” button next to the slider you’re working on) will stay inside the captions grid width. Please let me know if any of the above is still unclear!6). When adding a new page which will become a part of the one-page layout, you can add any number of any content elements into the page content area (you can switch between the “Visual” and “Text” modes using tabs in the top right corner), and all of it will display on the one-page layout as well. You can also use theme’s built-in shortcodes for an additional selection of pre-styled elements to augment your layout.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Luka,
first of all, thank you for the purchase!
By design, Kanso has a single portfolio page template which always displays all projects; there are two ways to extend this functionality to multiple portfolios, yet please note that both require a certain amount of theme customization:
– either creating a new custom post type (i.e. “Project 2” or similar) and a new page template to display that post type (this path requires solid knowledge of php as well as understanding of how WordPress post types and loops work;
– or creating two project tags (“Portfolio -> Tags”) and two new page templates (or adding two parts to the “page_one-page.php” template to display only projects associated with each tag.The first option is more fundamental and offers more flexibility, yet requires considerable changes in the theme’s architecture; I would be able to help out with the second path if you choose it though, as it is not so demanding in terms of development time.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Galini,
first of all, thank you for the purchase!
There are two ways an image background size is set in Kanso depending on whether the parallax effect is on or off:
– if it is off, the backgrounds have the “background-size: cover” CSS property, which ensures that the image always fills the entire background, regardless of the screen width of the particular device; this also means that the image will most likely be cropped from top and bottoms for the width to always match the screen width. This is the most commonly used CSS method for auto-fitting image backgrounds to objects that might shift in size.
– if the parallax is on, the “background-size” is set to “initial”, i.e. full image size; this is needed because the parallax will simply not work with the “cover” CSS feature.In your case, you are trying to achieve something that requires a compromise: as far as I understood, you need the background image to fit both by width and by height into the respective page section. Given that your visitors will have varying screen widths yet the height of the section does not change in proportion to the width, rather depending on its content, the fully fitted background could be achieved on a very limited number of screen sizes with needed combinations of width and height that are proportional to the image dimensions. The only option I could recommend, apart from rethinking the section, is setting the following CSS property:
#page-holder-21 { background-size: auto 100% !important; }
(you can add custom CSS into the “Style: Add Custom CSS” tab of the Theme Options panel). This expression will tell the background of the “About JIG” section to fit by height, thus always displaying all portraits in full. As a “side-effect”, however, the width of the background will not always fit the screen width entirely, leaving blank space on the sides.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Barbara,
could I ask you for access to ftp and WordPress back-end, I cannot seem to be able to replicate the issue on my instance of WP. You can send the credentials to support@satoristudio.net (no disclosure guaranteed). Thank you!
Sincerely,
Andrii / Satori Studiosatori
KeymasterGlad to hear it worked!
Should you have other questions about the theme, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Sebastian,
please try this code to remove the underlines from titles:
.page-title h2 a, .page-heading h1 a, .single .post-header h1 a, #blog-header h1 a, .post-header h1 a { border-bottom: none !important; }
Let me know if it works!
Best,
Andrii / Satori Studiosatori
KeymasterHey Rmills,
the background images can be set up in the “Appearance -> Background Settings” admin section. The source of the images may be set individually for each page using the “Background Slider/Source of Images” box below the text editor in the page edit mode. You can find more information and details about setting up backgrounds on page 8 of the theme manual.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Skrag,
first of all, thank you for the purchase!
I will go over the issues in the same order:
1). If by “graphic” you mean the slider (which currently says “Coming soon etc”), I would strongly recommend installing the demo slider provided with the theme – please go to “Revolution Slider” admin menu, click on the green “Import Slider” button, and choose the “Kanso_demo_frontslider.zip” file from the “Resources” folder, which is located inside the main ThemeForest archive (“Kanso_WP_Theme_Package”). The slider will look exactly like the one from the theme demo, you can then edit it by clicking on the blue “Edit Slides” button next to the respective slider. Do not forget to change the name of the slider in the “Header Revolution Slider” option on the “Revolution slider” tab of the Theme Options panel.
2). The main menu becomes left-aligned automatically on screens with less than 1030px width – this is a part of the theme’s responsive (mobile-friendly) framework; you can check the behaviour on the theme demo as well ;) if you still want the menu to stay on the right on <1030px screens, please insert this piece of code into the "Style: Add Custom CSS" tab of the Theme Options panel:
@media only screen and (max-width: 1030px) and (min-width: 767px) { #header #nav-wrap { text-align: right !important; }
3). Not sure I understood what you meant here, could you please clarify? In case you were wondering if you can create other pages using given page layouts – then yes, it is possible.
4). Yes, you can do that, this setup has been showcased in the theme demo. You’d need to use the “Blog Posts” template for that page, and the link to the blog posts page will appear on the one-page website automatically once you have more posts than the value set in the “Number of blog posts per page” option on the “One-Page Website” tab of the Theme Options panel.
5). There are no widget areas inside the content of the one-page setup; only in the footer, as shown in the theme demo. Other pages (e.g. blog and individual pages, as well as posts or portfolio projects) may have sidebar widgets. The “Social Media” widget included with the theme displays links to social media accounts, just like in the footer of the theme demo – for a solution that lists recent social media posts please look for third-party plugins, e.g. this one for Facebook.
Should you need additional clarifications in any of the areas, please let me know!
Sincerely,
Andrii / Satori Studiosatori
KeymasterDear Barbara,
please accept my apologies, I haven’t sent you the second part of the fix: please download this archive, unzip it, and upload into the following folder: /wp-content/themes/Kanso/includes/pager/.
Let me know if this solves the problem!
Sincerely,
Andrii / Satori Studio -
AuthorPosts