radkrishr
Forum Replies Created
-
I deactivated the JetPack custom CSS option and switched to child theme (created a child theme for the Chunk theme) with a modified style.css. This seems to have solved the problem. You can check my site now.
I am not sure if the JetPack Custom CSS code while dynamically rendering the page has anything to do with messing up the comments in safari.
Thanks for all your help.
I uninstalled it completely and re-installed the plug in. I still see the problem on safari.
This is my custom CSS code:
#site-title {
color: #000;
font-family: ‘Oswald’, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 60px;
margin: 0;
text-transform: uppercase;
text-rendering: optimizeLegibility;
}/* Search Widget: Modified by Radha March 11, 2013 */
.widget_search .screen-reader-text {
display: none;
}#container {
width: 830px;
}/* Modifying post content margin and changing ruler color to chestnut from #ccc */
#contents {
border-left: 1px solid #954535;
margin-left: 228px;
}/* Modifying rulers above and below menu to reflect chestnut from #ddd */
#menu {
border-bottom: 1px solid #954535;
border-top: 1px solid #954535;
}.hentry .entry-meta {
margin: 35px 0 0 -229px;
width: 220px;
}.archive #container .page-title h2 {
display: none;
}Hi Jeremy, I deactivated all the plugins including Akismet one at a time and tested this. I am able to reproduce this consistently. Do you suspect my custom CSS code?
Checked with Safari on iOS (on my iPad) and results are same. Looks like it is not playing well with Safari.
Appears to be a problem only with Safari. I checked the same with Chrome and IE and don’t see any problem. I use safari on Mac OS X and seems this problem is specific to Safari. Haven’t checked on Safari/Windows.
Hi Jeremy, forgot to mention – I am on wp 3.5.1.
Hi Jeremy
Thanks! My URL is http://www.radkrish.net
I am currently on Jetpack version 2.2 and I see the same problem that Bladelaire has reported.. The comment box comes up always expanded until its clicked to enter comments. It looks very ugly when a post opens up. How do I fix this?
Forum: Plugins
In reply to: [Really Simple Share] Facebook Like behaviour- is this correct?Apparently, the text box for posting comment appears but gets limited to the overall pixel width we specify in the setup. I tried this with HTML5 in both IE and in Safari. In the iFrame mode, the box for posting comments does not appear.