gutterboy333
Forum Replies Created
-
Forum: Plugins
In reply to: [10WebSocial] Instagram API endpoint retired – feed goneYep, giving this about 6 more hours and then I’m gonna have to switch.
Forum: Plugins
In reply to: [10WebSocial] Instagram API endpoint retired – feed goneI just switched over to https://wordpress.org/plugins/insta-gallery/
Took about a minute to setup and replace this plugin.
Yeah, gonna have to switch too if the fix isn’t announced very very soon.
Forum: Plugins
In reply to: [10WebSocial] Instagram API endpoint retired – feed goneThanks very much for the prompt attention. Looking forward to the fix 🙂
Forum: Plugins
In reply to: [10WebSocial] Instagram API endpoint retired – feed goneI find it rather strange it is still using the legacy API – why hasn’t it been updated to use the new API? I believe it was supposed to drop support for it on June 4th but it got extended to June 29th.
I know this is a free plugin but this is a pretty major issue as it completely breaks the usage of the plugin.
Forum: Plugins
In reply to: [WP-Paginate] Disabling the ellipsesHi Alan,
Not in a reliable manner it can’t. It has no specific class tied to that
<li>element, so the only way to target it would be to target it as a specific child element, but it doesn’t stay in a reliable position to do so (sometimes it’s the last child and sometimes it’s the second last child – and I think sometimes it’s the first child and sometimes it’s the second child).Yes, you could technically apply a class to it via JS, but to be honest IMO I think that is getting a bit convoluted for what should be a trivial problem.
Forum: Plugins
In reply to: [WP-Paginate] Disabling the ellipsesHi Alan,
Unfortunately that doesn’t really solve the issue as you are still left with the
margin-rightof it’s parent<li>element.Forum: Plugins
In reply to: [Australia Post WooCommerce Extension] GST is not calculating correctlyGreat – thanks very much! 🙂
Forum: Plugins
In reply to: [Australia Post WooCommerce Extension] GST is not calculating correctlyWe are experiencing a similar issue.
We have GST set to be included in the price of the item, so if our item is set for $10.00 then GST is included in that (divide by 11 = approx $0.91 GST).
That works fine, however say shipping that is quoted from AusPost is $8.95, it seems to add GST on top of that… so shipping then becomes $9.85, when it should stay $8.95 but divide the $8.95 by 11 to get the GST component.
Thanks!
Forum: Plugins
In reply to: [Timber] Why is Timber using such an old version of Twig?Ok great – thanks Jared! 🙂
Forum: Plugins
In reply to: [Timber] Why is Timber using such an old version of Twig?Thanks for the answer 🙂
Even if I updated to 2.x, wouldn’t it get rolled back whenever we updated the Timber plugin?
Forum: Plugins
In reply to: [WooCommerce] Sort products by last edited date in admin?Thanks very much for the code; it’s not something I needed to add long term, just needed to check it this once as I needed to restore a backup and needed to check if any products had been modified after the backup date.
However, I went into the DB and worked out how to do it in phpmyadmin – for anyone else wondering:
SELECT * FROM wp_posts WHERE post_type='product' order by post_modified DESCCheers!
- This reply was modified 6 years, 4 months ago by gutterboy333.
- This reply was modified 6 years, 4 months ago by gutterboy333.
Forum: Plugins
In reply to: [WooCommerce] Selling products/services in person setting?Awesome, glad I finally know what it does, thanks!
Forum: Plugins
In reply to: [WooCommerce] Product Tabs?Thanks, yeah, forgot the tabs were used for description and reviews by default and didn’t really show up on the admin section on what “tabs” were on the page.
Great – thanks very much!
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] No Text Layer Transition?Hello – thanks for the response.
That only seems to change the speed the slides take to transition to the next one, not how fast it takes for the text layer to fade in.