intarwebsdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Multiple Email Recipients] Sending invoices to 2 customer emails?Any plans to add this feature to the plugin any time soon?
Forum: Plugins
In reply to: [Sokol: Smart WooCommerce Search] Plugin not workingI have this issue with Smart WooCommerce Search 1.5.17 and WooCommerce 3.9.3 (My site isn’t ready to update to WooCommerce 4.x yet). I rolled back to Smart WooCommerce Search 1.5.13 to fix it.
Forum: Plugins
In reply to: [Server IP & Memory Usage Display] Custom function.php code overrides pluginTitle is supposed to say functions.php, not function.php
Forum: Plugins
In reply to: [Event Organiser] Featured/sticky events?It depends on how you are displaying the events loop.
I was able to use this plugin to make the events sticky on the archive page: Sticky Posts – Switch https://ww.wp.xz.cn/plugins/sticky-posts-switch/
If you’re using the shortcode, just use two shortcodes. The first shortcode will have parameters to show only that event. Since this shortcode is placed first, it will always be on top. The shortcode below it will show all the events but exclude the featured/sticky one.
Good luck on figuring it out! Sometimes you just have to wait it out for an update to be released that fixes everything.
If you did purchase the theme, why don’t you contact the theme developers?
Who said you can’t downgrade WordPress versions? That’s nonsense, it is very much so possible. There’s a plugin for it – https://ww.wp.xz.cn/plugins/wp-downgrade/
- This reply was modified 7 years, 3 months ago by intarwebsdeveloper. Reason: More content added to message
Have you tried using any other themes like the TwentySixteen theme, just as a test? If it works in TwentySixteen (as it should), then the issue is with the theme you are using, not the plugin.
Wayfarer looks like it’s a premium theme that you need to purchase. If you purchased this theme, I’m pretty sure it includes tech support for the issues you are having.
I got it working fine in WP 5.1 with 23 other plugins installed, using a child theme of GeneratePress with the Classic Editor installed. This is the shortcode I used using the Classic Editor:
[sonaar_audioplayer albums="52" show_playlist="true"][/sonaar_audioplayer]Are you using the new block editor aka Gutenburg?
- This reply was modified 7 years, 3 months ago by intarwebsdeveloper. Reason: Fixed formatting
Sorry it’s not working for you but it’s working perfectly fine for me in WP 5.1 . Sounds like there’s a compatibility issue with some of your plugins or the theme you’re using.
Forum: Plugins
In reply to: [Event Organiser Posterboard] Only future events?Nevermind. I figured this out. There is some code that needs to be commented out in the core code of the plugin. Since it hasn’t been updated in two years, I feel safe that my edits to the plugin won’t get overwritten.
For anyone who want to show past events with the poster board shortcode do this:
Edit the file event-organiser-posterboard.php . On line 216 comment out the first array item
'event_start_after' => 'today',so it looks like//'event_start_after' => 'today',instead. This is making the posterboard shortcode display only events that start after today.Here is an example of the shortcode I used to display only the events in the year 2000 posterboard style:
[event_board event_start_before='2001-01-01' event_start_after='1999-12-31']- This reply was modified 7 years, 4 months ago by intarwebsdeveloper.
- This reply was modified 7 years, 4 months ago by intarwebsdeveloper. Reason: Typos
Forum: Plugins
In reply to: [Total Sales Counts for WooCommerce] Total monetary salesThanks for replying. Yes, I meant to say I would like to show them on the frontend. But don’t worry about, I found a solution for what I needed. Thanks again.
Thanks!
I’m just wondering why the tables are not removed after the plugin has been deactivated and deleted. If the plugin is not longer going to be used, what’s the point of keeping that data in the database? So people can have data in their databases for no reason except to take up space?
- This reply was modified 8 years, 2 months ago by intarwebsdeveloper.
Confirmed, version 1.2.4 has fixed this issue.
I can confirm this issue with the 4 column layout. It actually also affects the 5 and 6 column layouts as well.
My channel has 16 videos and the last four videos are missing the thumbnails, with and without pagination while using 4, 5 or 6 column layouts.
Using 2 or 3 columns does show all the thumbnails like suggested above.