New Front EN › Support Forums › Kanso Theme Support › logo and portfolio
Tagged: Logo, one-page-site, Portfolio, slideshow
- This topic has 19 replies, 2 voices, and was last updated 10 years, 5 months ago by satori.
-
AuthorPosts
-
May 16, 2014 at 10:34 am #3302jjParticipant
Hello, I’ve some question to ask:
1) what’s the standard dimension for the logo (on one-page-site) if there is one?
2) i like the portfolio layout, and i’d like to use it two times on site, one for picture and one like a blog (with text and image).
is there any possibility to select just one ‘type’ and show that on a dedicate page?
eg. portfolio 1 – images – 3 type: funny, portrait landscape
portfolio 2 – articles – 1 type: news
now, i create two different page: one for p1 and one for p2, but when i see the result i see all the 4 type together
3) about the slideshow, there’s a way to modify all the transition in one time? i want a simple lateral slide, i found the way to modify it make it only lateral but it’s pic by pic..(quite boring job)
4) last question, how is it possible to make appear devices on slideshow (like the slideshow of the kanso demo)?thanks
JayMay 16, 2014 at 3:47 pm #3312satoriKeymasterHey Jay,
first of all, thank you for the purchase!
I will go over the questions in the same order:
1). The logo can be of any dimensions, as long as it is less than 150 pixels in height (which is the height of the header). I would recommend a maximum height of ca 100px, to leave some free space around the logo.
2). The “Portfolio” page template in Kanso displays all projects by design. Multiple portfolios with different types weren’t originally envisaged in the theme; there are indeed automatically generated pages from each portfolio type (they have the “tag-portfolio” slug base, e.g. https://satoristudio.net/kanso/tag-portfolio/illustration/, and can be viewed by visiting the “Portfolio -> Types” admin section, and clicking on the “View” button next to a type). However, these pages only display one specific type each. Having only three portfolio types on one page would require considerable changes in the theme’s code, and thus are not covered by the ThemeForest support offer. I will still try to help out – I can propose trying the following arrangement: the first page would be a Portfolio page with a custom piece of code that filters out only the three required types; the second page would be a portfolio type page like the one I described above. In case you would be willing to try it out, please tell me the IDs of the three tags you wish to leave on the first portfolio page, and I might be able to provide the necessary code.
3). Unfortunately, there is no “bulk” option for slide animations and other slide-specific settings – you would need to edit each slide individually.
4). The devices from the front page slider on the theme demo website are simple images :) you can download them directly from the demo website if you like, I don’t mind sharing them. Alternatively, you can get a layered PNG image of the slide from here.
Sincerely,
Andrii / Satori StudioMay 16, 2014 at 11:10 pm #3315jjParticipantthank you for reply Andrii
about question 2, i’ll try something different then, in other case i’ll contact you if i need some help with the code
thanks for your support!Jay
May 18, 2014 at 5:42 pm #3318jjParticipantHi Andrii, other 2 simple (for you) question to ask
1a) i made a blog page. when i publish an article down the text appear the author, the date and disable comment…how can i remove all this information?
1b) what i just told you, happen also on portfolio
i guess i’ve to fix something on the code..but i don’t want to mess up all the work (i’m a noob sorry)
2) i also add on the footer the tag list, when i select one of the tag, all the articles with that tag appear..but, on the right side there’s a message saying ‘no widget in here yet’ (i revomed all in purpose) how can i remove even this message to let the page clean?Many thanks for your help
Jay- This reply was modified 10 years, 6 months ago by jj.
May 19, 2014 at 11:29 am #3324satoriKeymasterHey Jay,
please find my comments below:
1a). There’s a setting in the “Page Elements” tab to remove this data for portfolio projects; classic blog posts were meant to always display the meta information. However, it is quite easy to remove them using some custom CSS: please try inserting this code into the “Style: Add Custom CSS” tab of the Theme Options panel –
.post-meta { display: none; }
1b). The code above will remove all meta information from all parts of the website ;)
2). There are two ways: you can either use custom CSS (in the same way as described in 1):
.widget-sidebar { display: none; }
– or edit the theme’s “sidebar.php” file, removing line 6 (which starts with “
“).
Let me know if you need further instructions or have troubles implementing any of the above!
Sincerely,
Andrii / Satori StudioMay 19, 2014 at 1:07 pm #3327jjParticipantworks perfectly, wonderful!
thanks
JayMay 19, 2014 at 1:25 pm #3328jjParticipantwait… now i have this
Warning: include(post-meta.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/VBSITO/wp-content/themes/Kanso/content-aside.php on line 38
Warning: include(): Failed opening ‘post-meta.php’ for inclusion (include_path=’.:/Applications/XAMPP/xamppfiles/lib/php’) in /Applications/XAMPP/xamppfiles/htdocs/VBSITO/wp-content/themes/Kanso/content-aside.php on line 38
Comments are closed.May 19, 2014 at 1:57 pm #3329satoriKeymasterHey Jay,
please try this: download this archive, unzip it, and upload the contained file into the theme folder via ftp (/wp-content/themes/Kanso/), replacing the existing file. Let me know if the error message persists after this!
Best,
Andrii / Satori StudioMay 19, 2014 at 5:17 pm #3330jjParticipantstill there, replaced the file, restarted all, but the message is still there :\
thanks Jay
May 19, 2014 at 5:29 pm #3331 -
AuthorPosts
- You must be logged in to reply to this topic.