Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Reiner,
I’ve implemented the new code on your website, please check it out and let me know is the behaviour is what you’ve expected; please note that due to the constraints of the theme the actual maximum will be the closest figure that contains a non-fractional number of portfolio item box widths.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Chao,
there is no back-end setting for changing the sidebar width, for the sake of preserving the theme’s visual identity; if, however, you wish to decrease the width of the sidebar, you can add this code to the “Style: Add Custom CSS” tab of the Theme Options panel:
#sidebar { width: 35% !important; }
replacing the “35” with the figure you need.Please note that this works only for values below 35%, as for everything above 35% additional changes in the CSS would be needed. The latter, however, should not be very problematic for a freelancer who is familiar with WordPress and CSS.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Susan,
sorry about that little bug; please paste this code at the bottom of “style.css” file (opens by default when you visit “Appearance -> Editor”):
.icl_languages_selector { margin-left: 0 !important; }
and hit “Update File” to save the changes.Please let me know if this fixes the switcher positioning.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Reiner,
it should be possible to set a maximum width value for the content using some extra code; since it looks like a potentially useful feature, I can implement it for free; please let me know if this would be something to solve your issue and if yes – what is your preferred maximum width figure?
Best,
Andrew / Satori Studiosatori
KeymasterHey Denis,
setting a category archive page as a front page of a website is definitely not possible via the default WordPress settings; the only two feasible ways that I can imagine are:
1). create a new template file that would mimic the category page by using a custom “wp_query” loop, and assign a page with this template as a static front page.
2). modify the “index.php” template to include only a certain category, and then set the front page as the “posts page”.Both cases would require altering the theme’s php files, which is considered as a theme customization and therefore unfortunately is not covered by the ThemeForest support offer. I could propose to make the necessary changes myself for a small fee, yet my schedule is packed at the moment; if you need, I can advise a couple of decent and value-for-money freelance service aggregators.
Sincerely,
Andrew / Satori Studiosatori
KeymasterDear Leslye,
regarding the icon menu – the only reason I’ve not made them into a tiled grid is because in that case there wouldn’t be any place for the labels, which in the case of mobile screens is a problem – there is no “mouse hover” action on touchscreens that could reveal the labels. In any case, I will experiment with both issues and see if anything can be done to improve the user experience – it make take some time, so please if I’m not back to you at the beginning of next week, would you be so kind as to remind me?
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Paz,
if something was wrong with .htaccess, there would normally be a message at the bottom of the “Permalinks” settings page; you can try posting the contents of your .htaccess file here, I will have a look if there’s something missing.
Also, just in case – after changing the permalink pattern to “Post name”, are you accessing the pages/posts by simply refreshing them? You might want to try to go to the “Pages” menu, click on a page to enter the editor, and then click “View Page” from there.
Best,
Andrew / Satori Studiosatori
KeymasterHey Susan,
the theme’s built-in functionality only allows for changing/translating the text strings, but not creating multiple language versions; the most widely practiced method of creating several language versions of a WordPress website are multilingual plugins, the best of which are WPML and Xili.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Paz,
yes, it is important to have permalink structure set to “Post name” for the icon menu item links to work properly. Human-readable permalinks are in any case a very advisable way to render website URLs, for the sake of usability and search engine optimization. If you change the permalinks to “Post name”, do the links start working?
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Maggie,
first of all, thank you for the purchase!
You can find information on how to change the page layouts on pages 3 and 4 of the Theme Manual. Should you have additional questions, do not hesitate to contact me.
Sincerely,
Andrew / Satori Studio -
AuthorPosts