AndyWarren
Forum Replies Created
-
Forum: Plugins
In reply to: [Enjoy Social Feed plugin for WordPress website] Undefined Variable NoticeOk, adding
$shortcode_content = "";to line 27 did actually remove the notice. Its odd though as$shortcode_content;should have done the same thing.In any case, I have resolved the notice, but if there is a better way, please share it or push an update to the plugin.
Forum: Plugins
In reply to: [Enjoy Social Feed plugin for WordPress website] Undefined Variable NoticeScratch that, it actually came back again even with the variable being defined before the
foreach(). So the following does not fix it.I looked at the plugin file giving the notice. The variable was indeed undefined. Inside the
foreach()starting on line 29 in theenjoyinstagram_shortcode_grid.phpthe variable$shortcode_contentis being concatenated without previously being defined. To fix the notice just add$shortcode_content;to line 27 in that file, or right before theforeach()on line 29. Problem solved. @mediabeta please update your plugin file in the repo with this. Thanks!Forum: Plugins
In reply to: [Enjoy Social Feed plugin for WordPress website] Undefined Variable NoticeAny update @mediabeta?
Forum: Plugins
In reply to: [Enjoy Social Feed plugin for WordPress website] Undefined Variable NoticeHi, thanks for the quick reply. Here’s two screenshots.
Forum: Plugins
In reply to: [AW WordPress Yearly Category Archives] Year Links SuffixHi, sorry about the late reply, I’ve been out on the long holiday weekend. Thanks for your feature suggestion, I’ll look into adding something like this the next time I push an update out.
I’m going to mark the thread as its not really a support request and for of a feature request. Let me know if you have any other issues.
I updated the plugin to show the dates from newest to oldest. That seems much more logical, not sure why I didn’t do that earlier. Thanks for the idea!
Go ahead and update to v1.2.6 to get this new sort order.
No Worries, you’re very welcome, and I’m glad its working for you. In case anyone else has this issue, its important to use the same category IDs in both shortcodes.
Changing the order of the dropdown would have to be done in the plugin code unless you sorted them with jQuery/JS after they have all loaded. That’s actually a pretty good idea though, I’ll add it to my next update!
I’ll go in and remove my code snippet from the plugin file and then log out so you can delete the temporary login. Let me know if you run into any other issues.
Ok, So I replaced the the category slugs in both shortcodes with the category IDs, and added a piece of code to the plugin file via the plugin editor to show which category each post belonged to. It you use the plugin you’ll notice small link right above the post title that says the category name. I went through each year, and think it is working correctly, but please have a look and verify that the correct posts are displaying in the correct year.
Before you remove my temporary admin login I’ll need to remove that piece of code I added tot he plugin file, so let me know if the plugin is now working as expected.
I don’t see the first required shortcode in your WP editor anywhere.
[aw_year_links cat="X" postslug="slug-to-post-or-page"]is also required. The postslug attribute needs to be the slug to the page that you have the second shortcode on. The first one sends a query string in the URL and the second one uses that query string to filter out posts by year before displaying them.I’m going to configure the plugin in your WP install for you to see how it should work.
If you can provide me an admin login you can email it here so its not public.
Can you give me an admin login to the WordPress backend to take a look?
Forum: Plugins
In reply to: [AW WordPress Yearly Category Archives] Site url using hidden folderThanks, I’ll mark it as resolved then.
Forum: Plugins
In reply to: [AW WordPress Yearly Category Archives] Site url using hidden folderGlad
home_url()worked for you. Do you need help with anything with this, or have you got it squared away?Forum: Plugins
In reply to: [AW Simple Sorter] Show included categoryYa, unfortunately I don’t have that functionality built into the plugin. It will pull all of the taxonomy terms that are associated with the Simple Sorter post type, and does not have an option to exclude at the moment. I will add this to my list of feature updates that will be released in the near future.
Forum: Plugins
In reply to: [AW Simple Sorter] Show included categoryUnfortunately the plugin is not built to show posts from any category outside of the built in taxonomy in the Simple Sorter post type. It’s also not built to allow limiting which of the taxonomy terms show on the front end.
If I misunderstood your question please clarify it for me and I’d be glad to help you.