polyfade
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] Confused about specifying URLsThanks everyone. @eliot Akira I tried adding
custom=true, but that didn’t seem to work exactly. While it now returned my custom field,link, as text, it also returned the link of the post as a url. The result was mashed up.If you’d like me to set up a sandbox demo, I can, but I’m not too concerned now since changing the custom field from
linktocustom_linkworks just fine.Forum: Plugins
In reply to: [RICG Responsive Images] Featured Image srcset@joe McGill, thanks. I’m realizing that now looking at the way thumbnail is being declared as
twentyfifteen_post_thumbnail()instead of the commonthe_post_thumbnail(). As you mentioned the thumbnail options are set to cropset_post_thumbnail_size( 825, 510, true ).Forum: Plugins
In reply to: [Simple Share Buttons Adder] Missing ssba.min.jsDavid, adding basic HTML inside Share Text field breaks when using double quotes.
Example:
<span class="btn-text">Share this</span>Using single quotes instead, works just fine, regardless of version.
Example:
<span class='btn-text'>Share this</span>Forum: Plugins
In reply to: [Simple Share Buttons Adder] Missing ssba.min.jsDavid, I first started from 6.0.3. Everything was fine until I updated to 6.0.4.
I don’t see v6.0.3 available at the Developers section any longer. To make sure it’s not the update, can I grab v6.0.3?
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Missing ssba.min.jsAlso, I don’t know if this has anything to do with the JS error, but the update no longer allows HTML inside the
Share Textfield under theCoretab.Forum: Plugins
In reply to: [Max Mega Menu] Options are disabledTom,
I updated from 1.8.1 to 1.8.2 again. The JS error went away, so let me tell you what’s going on from this point.
When trying to turn a regular link into a megamenu, I get the progress wheel and all options (select boxes) seem disabled. It won’t allow me to do anything but click ‘X’ icon to close the modal.
Sometimes it allows me to create a megamenu so long as the link has children links, but not always. And sometimes when it does, it won’t allow me to edit it again. Meaning, I get the progress wheel with seemingly disabled select boxes.
I see this plugin stores info to the database. Could it be my charset is set to utfmb4 rather than utf8 general? That’s the difference between the 2 sites I tested on.
FYI, if that’s the case, new/updated WP installs install with the utfmb4 charset. I’m not going to pretend I know anything about MySQL. https://goo.gl/n6QKyP
Forum: Plugins
In reply to: [Custom Content Shortcode] Built-in Link ManagerEliot, no worries. Seeing as WP has abandoned the Links Manager on a fresh WP installs, who knows how long before it’s depreciated. It’s probably the least utilized WP function.
Sadly, the Links Manager already fits the needs of a sponsors page without reinventing the wheel (adding a new custom post type with some ACF fields).
Thanks again for your hard work.
Forum: Plugins
In reply to: [Custom Content Shortcode] Built-in Link Manager@eliot Akira, well yes, but no. I don’t think I explained myself well.
That returns the link_category Names along with their Descriptions. (As seen here.)
I’m looking to return the (Name and Description* for each Link posted to the link category, Fuzzball, for example. (See visual)
* Description can only be seen on the full page. (See visual)
Does that help?
Forum: Plugins
In reply to: [Intuitive Custom Post Order] Plugin no longer works with 4.2.1Sorry, I wasn’t clear. This plugin does work, but when you drag and drop, it’s very difficult to see the order while dragging.
Forum: Plugins
In reply to: [WP Theater] Genericons not loadingThanks a bunch! Play button icon is now showing.
Forum: Plugins
In reply to: [Imsanity] Imsanity producing internal server errorSeems to be a plugin conflict. It was just odd how it was working a moment before without error, then all of a sudden…
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Error with WP 4.1I posted this question to the Roots forum.
http://discourse.roots.io/t/search-filter-plugin-with-roots/2757It turns out Roots’ Theme Wrapper doesn’t play well with Search & Filter. So, looking around I came across a PHP function,
ob_start.Placing
<?php ob_start(); ?>inside Roots’ template, base.php as the very first line will get Search & Filter to behave as intended.However, I can’t say for sure if this will work with Search & Filter Pro.
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Error with WP 4.1I tried a fresh Roots install to be sure. My issue seems Roots-related as Search&Replace works with WP’s own TwentyFifteen theme.
Forum: Plugins
In reply to: [Custom Content Shortcode] Repeater within a repeaterThanks a bunch Eliot!
Forum: Plugins
In reply to: [Contact Form 7] Ajax loader JS present but always invisibleHere’s the link to the form.
(Sorry, for the indirect link. I need to post this with discretion.)