ssmithalignsoftcom
Forum Replies Created
-
It’s that the Github repo changed, albeit in a comment, but I’m always nervous that an abandoned repo has been taken over and redirected.
Was: * https://github.com/DanielFloeter/category-posts-widget
Now: * https://github.com/tiptoppress/category-posts-widget
Thanks for the speedy response!Forum: Plugins
In reply to: [Mailgun for WordPress] Plugin Closed?Also a concern, and a tremendous amount of noise drowning out the signal as Wordfence emails about every single site this is installed on notifying of the issue, which creates the risk a more serious issue is going to get missed in all the static.
A quick note of acknowledgement would go a long way here.
Forum: Plugins
In reply to: [WooCommerce Square] Can’t enter card detailsThe 2.4.1 version of the WooCommerce Square plugin (that wasn’t available at the time I posted this issue) resolved this problem. It wasn’t available via plugin updates at the time, I was able to download it from my WooCommerce account and install it manually. I’m assuming it’s generally available now.
- This reply was modified 5 years, 1 month ago by ssmithalignsoftcom.
Forum: Plugins
In reply to: [SMNTCS Quantity Increment Buttons for WooCommerce] Version 1.20 is brokenI’m having the same issue with 1.2 – the first item in the cart responds to the +/-, but doesn’t fire the ‘Update Cart’ button, so the values don’t get saved, and only the +/- buttons on the first row/item work, the 2nd on don’t respond to clicks.
Update: I had missed this:
'post_type' => array( 'page' ),Changing that to this:
'post_type' => array( 'post' ),Exposes the UI to upload a 2nd Featured Image, so that works.
The problem now is in using the Shortcode:
[kdmfi_featured_image id=”featured-image-2″ size=”full”]If I embed that shortcode in a post, the image doesn’t display.
When I enable NextGEN Gallery Version 2.2.14 on a WP install running on Ubuntu with PHP7 [PHP 7.0.22-0ubuntu0.16.04.1 (cli) ( NTS )] – trying to create Posts in WP throws a “Call to undefined function split()” error.
- This reply was modified 8 years, 7 months ago by ssmithalignsoftcom. Reason: Added exact PHP version
Same – I’ve just installed the plugin specifically looking for Random posts, and I’m getting the same posts every time.
@jaredmcateer – Many thanks for your note – that was exactly the issue I was having. Just upgraded Ubuntu from 14.04 to 16.04 w/PHP7, and the php-xml library wasn’t installed.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Shortcode parameter for Random Post missingAfter diving through the source code, the syntax is this:
[rpwe orderby=”rand”]
Forum: Plugins
In reply to: [WooCommerce] How to completely disable Reviews Tab@splashingpixels.com – Yes, that’s true, but as Tevya points out it’s sometimes very desirable to be able to globally disable comments rather than having to set it granularly, especially if a number of posts, pages or products have been entered with comments/reviews enabled.
The other issue is that some themes will display a comments or reviews tab regardless of whether you have comments/reviews enabled on a per product basis, and globally disabling comments/reviews will make this tab disappear (on well designed themes). I personally dislike having a content tab that will never have any content in it, and disabling via CSS or in the template.php file is much less desirable than just turning off the feature globally.
Forum: Plugins
In reply to: [WooCommerce] How to completely disable Reviews TabThanks Tevya – I love finding a clear, quick fix to a problem.
The Disable Comments plugin was exactly what I was looking for to turn off Reviews on a WooCommerce site.
Hi Oken,
For this site we’re using a custom implementation of Alen Grakalic’s Easy Slider plugin:
http://cssglobe.com/easy-slider-17-numeric-navigation-jquery-slider/
Cheers,
:SteveHi Chris,
That works like a charm! Thanks very much!
Just a note that there’s an extra closing bracket at the end of line 3:
$thumb_post_id = MultiPostThumbnails::has_post_thumbnail('post', 'secondary-image'));should be
$thumb_post_id = MultiPostThumbnails::has_post_thumbnail('post', 'secondary-image');Really appreciate the help!
Forum: Fixing WordPress
In reply to: Automated posting queue?One thing I’ve noticed, and it may be a Live Journal issue, but when I create a post in drafts in WP, and then publish it in the future, LJ’s RSS feed gets the post with 2 date/timestamps on it – one with the original creation date (which is a broken permalink as the post doesn’t exist there) and one with the correct permalink.
Is this anything anyone is aware of, and is there a fix? I’m assuming that future dating posts will suffer the same problem. It’s notable that this only affects RSS posts on LJ, not anywhere else, but it’s been enough to keep me away from queueing posts like this, though I’d really like to be able to.