ryansommers
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mercury] conflict between your child and wpmudev pluginHey joeymalek,
I’m really not sure why it’d work different with Mercury. The only function changes from P2 was just to remove an iPhone specific meta tag (which has since been done in P2 itself) and I added some fonts from Google.
There’s no javascript changes or other custom code that should modify plugin behavior, it’s almost all just CSS changes.
Without being able to use the plugin myself, it’s really hard to know how to test or fix it.
Forum: Themes and Templates
In reply to: [Mercury] Number of images per galleryHi Melozo,
Mercury doesn’t change anything with regards to image galleries, so how they work is determined by P2 and WordPress.
Forum: Themes and Templates
In reply to: [Mercury] Thanks for the themeWas there anything in Mercury that made it more difficult?
Forum: Reviews
In reply to: [Mercury] I am using itThanks! ??
Forum: Themes and Templates
In reply to: [Mercury] How can I make these changes?Closing ticket.
Forum: Themes and Templates
In reply to: [Mercury] How can I make these changes?comment boxes be under a post by default. In the other hand we see post and next comment box and next comments.
I’m not sure what you mean. Do you have a link I could look at to see what you’re seeing?
in P2 recent comments widget when mouse going on post title and we try to read comment, a peace of comment show under avatar.
I don’t see this happening, can I have a link for this as well?
comments be listed from newer to older.
I want to use editor of WordPress in post box and comment boxes. How can I do that?
Unfortunately these both work the same way as the P2 parent theme. You’d need to make those changes in P2.
Forum: Themes and Templates
In reply to: [P2] Patch file for P2 to allow user scaling on mobile versionAwesome, thanks Kathryn ??
Forum: Themes and Templates
In reply to: [P2] Patch file for P2 to allow user scaling on mobile versionOkay, I updated the gist at https://gist.github.com/ryansommers/165ac43e9e85e27ecefd
The “iPhone viewport meta tag” section is removed entirely from functions.php, and a proper viewport meta tag has been added to header.php that will be served to all devices.
Forum: Themes and Templates
In reply to: [P2] Patch file for P2 to allow user scaling on mobile versionThat would actually make more sense. I wasn’t connecting that it was being served to iPhone only at the moment, was just thinking mobile in general.
If that were the case, is it still standard to have a meta viewport tag in the functions.php file, or would it move to header.php?