Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Kellia,
first of all, thank you for the purchase!
Could you please provide the URL of you website? I need to look at the code in order to troubleshoot this. Thanks!
Best,
Andrii / Satori Studiosatori
KeymasterGlad to hear! Should you face issues or have other questions about the theme, do not hesitate to contact me.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Tim,
the initial code wasn’t fit for the situation, so I’ve modified the theme’s existing jQuery to incorporate the dotted navigation, now it should highlight when needed.
Best,
Andrii / Satori StudioP.S. I’ve removed the login credentials from your previous post (all posts on this forum are publicly viewable); I recommend you change the password as soon as possible
satori
KeymasterNice! I like the way you’ve used the section above the masonry grid. Should you face any other issues, do not hesitate to contact me.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey RGB,
it is difficult to tell why the dotted navigation behaves strangely on your website without access to the back-end; when I tested it on Kanso demo it was highlighting the right dots at the right times.
In order to force the theme to display all posts as full-width, please download this custom file, unzip it, and upload the contained files into the theme folder (/wp-content/themes/Kanso/), replacing the existing files.
Best,
Andrii / Satori Studiosatori
KeymasterHey Oren,
the CSS code you’ve mentioned is generated in the “header-functions.php” file; please remove the code on lines 762-810 of that file to disable this CSS.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey RGB,
submenus are only possible in the multi-page mode in Kanso; this has been done intentionally, to keep the navigation as simple and usable as possible – some users become confused when both scrollable one-page menu and submenu co-exist :) I must apologize for not making it clear enough in the manual, will correct this. I would recommend trying to add the extra items as top-level items into the current one-page menu; in principle I could help you add a bit of the native WP menu to the existing scrolling menu, yet this will work only if the item with the submenu is either the first or the last one in the menu. If that is the case, please let me know, I will provide instructions.
Regarding your second question: I’ve decided to give it a shot. Please download the custom files from my repository, unzip the archive, and upload the contained files into the theme folder (/wp-content/themes/Kanso), replacing the existing files. Let me know if it works!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Dan,
the mobile buttons do not remain active, yet the background does stay once a button is being pushed once, which, after considering your question, does start to feel somewhat counter-intuitive from the usability perspective. In order to get rid of this behaviour, we’d need to change one CSS rule (“style.css”, line 382 in theme version 2.1).
You can either add the overriding code below to the “Style: Add Custom CSS” tab of the Theme Options panel, or at the bottom of the “style.css” (that file should open by default when visiting the “Appearance -> Editor” admin menu) – or, if you are fairly familiar with CSS, edit the line I’ve mentioned directly, removing the second selector.
#icons-mobile a:active .mobile-icons-title {
background-color: transparent !important;
}
Please let me know if this helps fix the issue.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey RGB,
there’s no “See All” button on the website at the moment, I suppose you’ve removed it so far. Before I ask for your login information, let’s try this: could you please tell me which template is chosen for the “Projects” page in the “Page Attributes” settings box (you can check it while in the page editor mode for that particular page); secondly, please tell me which option is currently chosen in the “Settings -> Permalinks” admin menu section. Thanks!
P.S. your bureau does some really interesting work
Best,
Andrii / Satori Studiosatori
KeymasterHey Oren,
first of all, thank you for the purchase!
The “max-width” declaration you’re after is on line 133 of the “responsive.css” file in the theme’s root folder ;) I’ve put the CSS that governs the fluid layout into a separate file in this case.
If you wish to make the website stretch the entire width of the screen, you can add the following CSS into the “Style: Add Custom CSS” tab of the Theme Options panel (or directly change the “responsive.css” line that I mentioned above):
body .container {
max-width: 100%;
margin: 0 20px;
}
Sincerely,
Andrii / Satori Studio -
AuthorPosts