Sherwin Techico
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Supersized] Disable on iPad, Tablet, MobileCheck out @apsolut’s links and code-solution. Those should do it.
Forum: Hacks
In reply to: Embedded JavaScript maintenance, possibly plugin?For those that are also interested in this, I’m taking a look at this plugin to see if it solves the problem: https://www.ads-software.com/extend/plugins/css-javascript-toolbox/
Will update if so…
Forum: Fixing WordPress
In reply to: [Plugin: Better WordPress Minify] Whats a script handle?^ bump
^ Ditto
Forum: Plugins
In reply to: [MapPress Maps for WordPress] Making Maps Responsive?I added this in a JS instead of having it on post/page. Would just have to worry about adding width=100% to the mappress tag
jQuery(document).ready(function ($) { // For MapPress plugin // Tentatively add enclosing divs to make rendered map fluid on mobile browsers $('.mapp-layout').wrap('<div style="width: 99%" />'); });
Forum: Fixing WordPress
In reply to: [Tumblrize] Tumblrize compatible with WP 3.3.1?Ditto.
I found this post: https://www.ads-software.com/support/topic/plugin-simple-custom-post-type-archives-single-template-fix-for-simple-custom-post-type-archives-and-wpml?replies=4#post-2262214
It might help with the above questions, just in case other people have the same issue.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Posts' PermalinksSeems I got the same wishlist item as you, although the difference in what I’m trying to achieve is that the %category% for me, is a custom category-taxonomy per se. For example,
works/print/%year%/%postname”
It’s for Portfolio work if any.
Forum: Plugins
In reply to: [Plugin: Advertising Manager] Conflicts with Twitter Tools?Yah, its regarding Advertising Manager (AM). I have 10+ plugins in a particular blog and disabled/enabled each one. It seems that AM causes some weird things to happen w/ Twitter Tools. Just wondering if someone else can confirm other than me. I HTH.
TIA
Forum: Alpha/Beta/RC
In reply to: 2.7rc1 and [gallery] shortcodeI second the fix. Thanks Joost.
Forum: Plugins
In reply to: [Plugin: Google Analytics for WordPress] 2.6.6 breaks [gallery] shortcodeThanks Joost.
Forum: Alpha/Beta/RC
In reply to: 2.7rc1 and [gallery] shortcodeConfirming. https://www.ads-software.com/extend/plugins/google-analytics-for-wordpress/ 2.6.6.
Having the option to track downloads, etc. messes up [gallery] shortcode.
Forum: Fixing WordPress
In reply to: Gallery shortcode doesn’t workSame here. And just using a simple [gallery]
Forum: Fixing WordPress
In reply to: Threaded Comments Problem – Markup wrong?Blah… I’m just going to go along w/ this and call it a day.
<?php wp_list_comments('avatar_size=48') ?>
But if anyone had the time to do something like this, were you define your own .commentlist template via the hook and got it working like it should, please do let us know by updating this thread.
TIA
Forum: Fixing WordPress
In reply to: Threaded Comments Problem – Markup wrong?Live example can be seen here: https://is.gd/biMR
Pointers/help, etc. greatly appreciated. Thanks in advance.