Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hey Massaki,
I’ve dropped IE8 support for all themes since the beginning of 2014, following ThemeForest’s lifting of this requirement. What you can do, though, if you want the website to show images in IE8, is transfer the background CSS rules into the theme’s “ie8.css” file, like this:
#page-holder-12 { background-image: url('http://www.facem.jp/wp-content/uploads/2014/04/FaceWaterSplashWEBVersion.jpg'); background-repeat: no-repeat ; background-size: cover; } #page-holder-35 { background-image: url('http://www.facem.jp/wp-content/uploads/2014/04/fundo.jpg'); background-repeat: repeat ; background-size: initial; } #page-holder-46 { background-image: url('http://www.facem.jp/wp-content/uploads/2014/04/access.jpg'); background-repeat: no-repeat ; background-size: cover; }
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Luigi,
I’ve investigated the issue – indeed, there was an interference from the script that truncates the textual content of the tile to fit it inside given dimensions. I’ve prepared a fix and implemented it on your website, please have a look. I will also include this into the next theme update, thank you for pointing this out, and my apologies for any inconveniences!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Luigi,
could you please clarify what you mean by “downgrading the format” of a post box? Thanks!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Timon,
the plugin looks through, indeed! Thanks for the heads-up, I’ll see if I can add some of its switches to the theme as well.
Sincerely,
Andrii / Satori StudioJuly 8, 2014 at 8:41 am in reply to: H1 Heading style has a color background in posts and pages – why? #3702satoriKeymasterHey Monika,
I can see in the code that there’s a “margin” CSS property added to the “h2” elements, most probably in the “lessframework.css” file – please remove it, and the headings will be back to normal :) Alternatively, you can add this CSS rule to the theme’s “style.css” file:
.post-header h2 { margin: 0; }
I’ve replied to the logo issue in a separate thread, please see here ;)
P.S. it seems that you are using a caching plugin on your website – if it’s the case, I would highly recommend not using any such until the website is out of development; it obscures the real code and might hinder the propagation of any changes made in the theme files.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Monika,
there are two ways you can address this situation: either cropping off the whitespace above and below the test in the logo image (to make it of the same height as the slogan element, i.e. 26px) – OR increasing the line-height of the slogan element by adding this CSS to the theme’s “style.css” file (opens by default when you visit the “Appearance -> Editor” admin section, do not forget to save the changes once you insert the code):
#slogan {
line-height: 56px;
}Let me know if you face any problems while implementing the above solutions!
Sincerely,
Andrii / Satori StudioJuly 8, 2014 at 7:32 am in reply to: H1 Heading style has a color background in posts and pages – why? #3699satoriKeymasterHey Monika,
could you please provide a direct URL of the page with the problem you’ve described, and tell me what was your initial goal when you started editing the CSS file. Thanks!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Timon,
I am planning to add the Universal Analytics in version 3.2; you can download the updated “header-functions.php” file here if you want. Otherwise, if you are planning to use a separate plugin, you can simply leave blank the “Google Analytics Code” field in the “Analytics” tab of the Theme Options panel – the old code will not work without it; if you want to completely eliminate the code, you can delete lines 93-103 of the theme’s “header-functions.php” file.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Massaki,
I’ve tested your website in IE11 (screenshot) and IE10 (via Browserstack, screenshot), they both seem to be displaying the images correctly. Could you please tell me which version of IE you are using to test the website? Thanks!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey PV,
the icon menu in the left part of the demo uses the portfolio-related “tag” taxonomy I’ve mentioned above – once you have the tags (Portfolio -> Tags admin menu), you can create the icon menu items in the “Icon Menu” tab of the Theme Options panel. For more information and screenshots, please see pages 3-4 of the theme manual.
Should you have problems with the icon menu items, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studio -
AuthorPosts