Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHi there!
I’ve checked the website, for some reason there was a “visibility: hidden” CSS rule added to the portfolio tag archive title (“style.css”, line 594) – it is not in the theme originally. I’ve removed the code and now the title displays as intended.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Elliott,
please send the me the login information for your WordPress admin to support@satoristudio.net – I will take a look and troubleshoot if needed.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Elliott,
the title of the 2×1 blocks is sourced from the title of the tag ;) By design, the 2×1 blocks only appear on portfolio tag archive pages to present the information about the tag being viewed at the moment.
Sincerely,
Andrew / Satori Studiosatori
KeymasterAh, I see now. The back-end allows for two sizes (“Normal” and “Large”), mostly for aesthetic purposes and to preserve the theme’s visual concept. In order to add a third size, several theme files should be customized, namely:
– functions.php (add a new size choice option for project item editor mode).
– custom-styles.php (add the new size in pixels and well as link to the Theme Options hook).
– header-functions.php (adjust the column width in the Isotope settings to match the new dimensions.Since this functionality is not envisaged by the theme, the standard ThemeForest support offer does not cover such deep customization; unfortunately, I am not available for a paid ad-hoc project at the moment, but I can advise a website with decent value-for-money in terms of good-quality WordPress customization services: Tweaky.com.
Sincerely,
Andrew / Satori Studiosatori
KeymasterYes, sure: please use the “Portfolio page items: box dimensions” setting on the “Portfolio Page” tab of the Theme Options panel can be used to set the dimensions of the “Normal” portfolio item boxes; the “Large” size is computed automatically and is twice the size of the “Normal” box plus one margin.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Elliott,
first of all, thank you for the purchase!
The portfolio tag archive page template does not contain a sidebar by default, which means that a back-end switch is not envisaged by the theme (mostly for aesthetic purposes). However, the sidebar can be added to the template by adding one line of code to the “taxonomy-tagportfolio.php” template file: the “get_sidebar()” tag, right before the footer call.
Sincerely,
Andrew / Satori Studiosatori
KeymasterSure, just use this:
body #container-mobile-icons { display: none !important; }Best,
Andrew / Satori Studiosatori
KeymasterHey Leslye,
well this is a tough one; I can either tell the images not to stretch in the rectangular boxes on small screens, which will make all images different in width depending on the dimensions of the original files; or I can set the height to automatically be equal to the length at any given screen width, which would in turn lead to quite large item boxes on smartphone-landscape screens. I think the first option is a less clumsy solution; alternatively, you can use the “aside” project format for text-only projects, replacing images with plain text for more flexibility. Please let me know what you think!
Best,
Andrew / Satori Studiosatori
KeymasterHey Bao,
thanks, you’re right, the “on()” method would be a much better solution here.
Regarding the fancybox overlays: for the record the code for the fancybox is contained in the /includes/fancybox/ folder; what needed to be done is to insert the same function that is generated by the fancybox files as a callback for the Isotope’s “appended” method (see last instance of .isotope in the “header-functions.php” file).
Best,
Andrew / Satori Studiosatori
KeymasterI’ve edited lines 272-307 in the “header-functions.php” file (the code between the “” tags). Note that I did it in the parent theme folder, but only because I made the theme from scratch myself – in all other cases it is highly recommended to use child themes ;)
Best,
Andrew / Satori Studio -
AuthorPosts