Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hi Ich@web!
To display captions, you’ll need to tick “Yes” for the “Captions” option in the “Header Slider” tab of the theme options panel. Please note that due to the limitations of the code the captions will not be displayed in the next option “Slides as links” is turned on.
Sincerely,
Andrew | SatorisatoriKeymasterHi Ich@web,
First of all, thank you for the purchase!
To answer your questions:
A. To display the header slider, please make sure that the „Display custom header” checkbox is checked in the “Header” tab of the theme options panel. Please see Manual page 5 for related information. Also, note that the slider will appear on pages, not on individual posts. In case this does not solve the problem, please provide your website’s URL and admin login/password (sent them to support@satoristudio.net) so that I could troubleshoot.
B. You can assign your own menus to one or both of there location in the top-left box of the “Appearance – Menus” section in the theme admin area.Should you have other questions or comments, do not hesitate to contact me!
Sincerely,
Andrew | SatorisatoriKeymasterThanks!
Regarding the video resizing issue – please correct me if I misunderstood the problem: you wish for the video content to resize correctly on smaller browser dimensions. If so, please locate the following line in the style.css file (it should be line 26, i.e. in the beginning):
.post-wrapper .post-content iframe {
max-width: 656px !important;
margin: -16px 0 0 -16px !important;
}
and remove the “!important” from the “max-width” parameter, i.e. it should look like “max-width: 656px;”
satoriKeymasterDear Tom,
I have a small favour to ask – I would be very grateful if you could rate the theme and the support by visiting the “Downloads” tab in your ThemeForest account. Thank you!
Should you have other questions or issues, do not hesitate to approach me!
Best,
Andrew | SatorisatoriKeymasterHi Ivhero!
First of all, thank you for the purchase!
Regarding the image slider: the image width and height had to be hard-coded in order to make the theme responsive (i.e. rearrange automatically depending on the screen resolution and type of device). This is why the image is being resized according to the pre-set dimensions (950×330 px). I would recommend cropping the slider images to these dimensions in order for them to appear “as-is” in the slider (in case you do not have an image editor installed, I can crop them for you). If you wish though, I can try to modify the template files so as to increase the image height to your preferred figure. Let me know what you think!Sincerely,
Andrew | SatorisatoriKeymasterHi Irdeto!
The easiest way is to use the “full-width” page template, which is 950 px wide. If you also want posts to be wider, it is a more difficult task, since all width in the theme are hard-coded in order to enable the responsive layout to function properly. We’ll need to alter the template code: go to “Appearance – Editor”, add the following lines at the bottom of the “style.css” file (should open by default), and hit “Update File”:
@media only screen and (min-width: 1150px) { .container #content { width: 728px; } .container #sidebar { width: 160px; } .container #content .post-meta { margin-left: 728px; } .single-post .container #content .featured-thumbnail img, .page .container #content img, .blog .container #content .featured-thumbnail img, .single-post .container #content a img, .tag #main .container .featured-thumbnail img, .category .container #content .featured-thumbnail img { max-width: 728px; }
}Sincerely,
Andrew | SatorisatoriKeymasterDear Stéphane,
Thank you for the purchase!
In order for me to be able to resolve the issue in the shortest possible time, please provide the admin login and password for your WordPress installation. You can send the login details to support@satoristudio.net (non-disclosure guaranteed).Sincerely,
Andrew | SatorisatoriKeymasterDear Tom,
1). Now I understood the second part of the question, sorry :) You want the mouse-over menu items to be of different tone than the original state? At the moment the theme (by design) makes the mouse-over items completely untransparent and does not change the colour. If you want the mouse-over items to change the tone, you’ll need to insert the following css code into “style.css”:
#nav-secondary .middle-menu-container li:hover { background-color: #000000 !important; }
instead of the six zeroes, you can insert any tone you want in the hex format.2). Ah sorry I forgot to edit that in the original response! Instead of
please put
3). The date’s class is “.meta-date”, and the comments have the class “.meta-comment-count”
4). This is not an Origami theme issue, yet anyways: if you go to “Settings – Discussion” section of the admin menu, you can un-check the “Allow people to post comments on new articles” option, which should turn off comments for all posts and pages, unless overridden by the individual page/post settings (there is a “Discussion” box underneath the text editor area if you edit a page or a post; if it does not appear, you should open the “Screen Options” tab on the top right and tick the “Discussion” option).
Hope this helps!
Sincerely,
Andrew | SatorisatoriKeymasterDear Paul,
the above snippet is the only change I’ve made to the demo website. You can check the source of the page and see it just after the opening tag. As noted earlier, be sure to remove all spaces from the code if you wish to insert it into the theme. Just in case I’ve uploaded the updated header.php file here for you to try out.
Sincerely,
Andrew | Satori -
AuthorPosts