Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hey Dave,
yes, please – I’ll need to ask you for WordPress admin and FTP access credentials – seeing the actual code will enable me to provide a more efficient fix. You can send the details to support[at]satoristudio.net
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey dimas,
thank you for choosing Kanso!
Could you please provide a URL of a page where I could see the slider? Seeing the live code will enable me to provide a more precise solution.
I’ve sent you a fresher version of the Slider, together with updating instructions, to the email you used when registering on this forum.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Dave,
please try activating any other theme and let me know if the admin crashes continue (you will not lose your settings or content when you switch themes in WordPress). Thanks!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Chris,
the content width in Ikebana is determined by two parameters:
1. The “width” CSS statement which is generated by the code on lines 806-850 of the “header-functions.php” template file, depending on the width of the single portfolio masonry tile, so that a non-fractional number of tiles always fits exactly into the content width. The generated code contains content widths for all breakpoints from very wide to mobile.
2. The “max-width” statement which is generated on lines 100-106 of the “custom-styles.php” theme file, this is the one that limits the maximum width the content can have. It’s calculating its value from the Theme Options setting I mentioned in the above post, and based on what you described I still suspect this is what you’re after.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Chris,
there’s a setting called “Maximum content width” in the “Page Elements” tab of the Theme Options panel – you can use it to indicate the maximum width the content can take; if you input something large there, the content will keep expanding indefinitely to fill the width of the screen.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey lc3, thank you for choosing Shogun, and my apologies for the inconveniences! Glad to hear the issue’s been resolved though; in case you encounter anything else or have questions about using the theme, do not hesitate to contact me.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Leslye,
I’ve found the source of the bug, and updated your instance of Ikebana accordingly – now the sticky post checkbox should be working properly; my apologies for any inconvenience! I will update the theme’s code for the next version release.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Leslye,
to change the font size of tile overlay text, please use the following code in the “Style: Add Custom CSS” tab of the Theme Options panel:
.image-post-overlay-in { font-size: 16px; }
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Ian,
I’ve prepared an update, please download and unzip this archive, and upload the resulting .php file into the /wp-content/themes/Kabuki/ directory inside your WordPress installation, replacing the existing file when prompted. Let me know if the GA data still doesn’t show up after a couple of days!
Sincerely,
Andrii / Satori StudiosatoriKeymasterThanks for sharing, Ian! Yes, this snippet should do the job; I’m calling the likes of it “hacky” because it assumes we know the footer height in advance, which is usually not the case when developing themes that will potentially be used by thousands of people – who might put different amounts of content into the footer (in addition to that, on smaller screens that content will pack into a larger number of lines and therefore further change its height quite unpredictably, complicating this even further). However, for a specific website, where you do know the desired height of the footer, that can indeed be a neat solution.
Sincerely,
Andrii / Satori Studio -
AuthorPosts