Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Sebastian,
almost anything is possible with CSS ;) please try adding this line to the “Style: Add Custom CSS” tab of the Theme Options panel:
@media only screen and (min-width: 1030px) { #container-footer { padding: 30px 40px 20px 40px !important; } }
You can of course change the “30px” and the “20px” parts to obtain the needed top and bottom padding for the footer widget area, respectively.
Regarding the logo: when the header collapses on mouse scroll, the logo image obtains a maximum height of 75 pixels – you can either make your logo image 75px or below in height, or increase the limit by adding some custom CSS:
.small-logo { max-height: 120px !important; }
Please let me know if the above information helps resolve the questions!
Best,
Andrii / Satori Studiosatori
KeymasterHey Rmills,
I will go over the issues one by one:
1). The main menu seems to have been duplicated in the process of importing the demo data: note that there are two of each item in the menu :) please try visiting the “Appearance -> Menus” admin section and deleting all duplicate items, i.e. every second menu item, so that there are one of each (e.g. “Features”, “Layouts”, etc).
2). The logo and other header contents are not part of the demo data because they are added via the theme’s Options Panel and are not part of the natural WordPress content (pages, posts, etc). To add a logo, please visit the “Theme Options” admin section, “Page Elements” tab, and find the “Logo” and “Logo alignment” options; in order to add the top bar with social icons, please use the “Header social icons” tab in the Theme Options panel; the auxiliary text and search box in the top right corner are also added via the Theme Options panel: please locate the “Display promo text in the top section” and the “Display search box in the top section” options in the “Page Elements” tab of the Theme Options panel.
Should you face difficulties with any of the above, or have additional questions, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Barbara,
I’ve investigated the issue and it seems that it is indeed a bug – one letter was missing from the pager code in the last Kanso version; please accept my apologies, and thank you for bringing this up!
Since I cannot seem to be able to access your “Appearance -> Editor” section to editor the code directly, I’m sending you this fixed file: please unzip the archive, and upload the resulting php file into the theme folder (/wp-content/themes/Kanso/). Then refresh the website and check the portfolio page. Please let me know if this solves the problem!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Mtaylor,
could you please give more details as to the issue you’ve mentioned the last – the fact that you cannot get the theme’s shortcodes plugin to work? Does it return an error when you try to use the shortcode generator, or do the inserted shortcodes fail to work properly?
On the page you’ve provided, I can see via the code that the pullquote shortcode has been used, yet no text has been given, which is why it does not display anything yet.
Thank you for your patience!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Rhodesman,
glad to hear it worked!
And thank you for the suggestions, I will work on providing more flexibility in switching the theme features on/off from the Theme Options Panel in the upcoming version 1.5.
Should you have additional questions, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Rmills,
first of all, thank you for the purchase!
Could you please provide the URL of the website in question, provided it is available online at the moment? That would make my directions more precise. Thanks!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Barbara,
this issue hasn’t been reported previously; to provide a definitive answer I will need to see the back-end – you can provide access to the WP admin area by sending the login and password to support@satoristudio.net. Thanks!
Best,
Andrii / Satori Studiosatori
KeymasterHey Igloomy,
first of all, thank you for the purchase!
This hasn’t been reported before, yet let’s try the following: please download this archive of the plugin, unzip it, and upload the contained folder (not just the files within it, but the entire folder) into the plugins directory in your WordPress installation: /wp-content/plugins. After that please refresh the admin of the website and go to the “Plugins” section. There you should be able to see the “Contact Form” plugin – hover over it with the mouse and press “Install”. Please let me know if this fixes the problem!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Csaba,
I see you’ve removed the new header.php again – could you please send it to me via email (the php file itself, archived), so that I could look at what new code you are using? Thanks!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Barbara,
there is no easy way to achieve that, for once because a visitor can always take a screenshot of the page with the image and cut out the image from it. The most widely recommended way of preventing unwanted image theft is watermarking; you can also consider using a password-protected area to hold the full-size images.
Sincerely,
Andrii / Satori Studio -
AuthorPosts