shemakeswebsites
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Set Master keyHi again, thank you. Would this be something that would run in a php function? Would this allow the master key field to be set manually in each download?
Forum: Plugins
In reply to: [Download Manager] Set Master keyThank you for your help. Is there any way that you can share a snippet to tweak the masterkey settings so that it can be manually set in the back-end? I would really, really appreciate it!
Forum: Plugins
In reply to: [Download Manager] Set Master keyThank you for your quick response. You said generally.., does that mean that it can be editable with code?
Forum: Plugins
In reply to: [Download Manager] Set Master keyI want the master key to be the same as the Post ID. Is this possible?
Forum: Plugins
In reply to: [Download Manager] Direct download linkPerfect, I needed the direct download link. Thank you!
Forum: Themes and Templates
In reply to: [Astra] Display Primary CategoryGreat! Thank you so much. I appreciate it!
Forum: Themes and Templates
In reply to: [Astra] Display Primary CategoryYou can see it here: https://websitedemos.net/blog-01/
On the blog dated November 2nd there are two categories listed: Fashion, Lifestyle. By default WordPress offers multiple categories but allows you select a primary category when you have more than one category selected.
I would like to be able to use multiple categories, but only the primary to be shown rather than the list of categories selected(like in the website demo shared).
Thank you.
Forum: Plugins
In reply to: [WP Job Manager] Issue with Submit a Job Form errorsI see. Thank you for the reply. Hopefully it will be fixed soon especially since these forms are a essential part of the entire plugin. ??
Forum: Plugins
In reply to: [WP Job Manager] Issue with Submit a Job Form errorsBTW I’m using the Jobify theme so I’m not sure if this is a plugin or theme issue. You can see it in action here: https://jobify-demos.astoundify.com/classic/post-a-job/
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Plugin ConflictHi Gabe, thank you so much for your response and quick action! And yes, to confirm the plugin conflict did not affect the functionality, just the dashboard settings for popups. Thank you again!
Forum: Plugins
In reply to: [WP Job Manager] Job Listing StatusThanks to both of you for your help. I am looking for the code that would display the “pending approval” status so that I can mimic it for this “needs changes” status. While the “needs changes” status certainly will do part of the job – it doesn’t actually allow job listing owners to access the listing to make changes.
It seems that the request for this has come up in quite a few posts lately. Basically, I am looking for the ability to flag any job posts or resumes that need to makes changes in order to be approved. The most common situations would be for things like, a typo in a link or error in the contact information. I need to be able to alert the member that their listing needs to be fixed, allow them to make the changes and submit for review and ultimately approval.
Forum: Plugins
In reply to: [WP Job Manager] Job Listing StatusHi again, I spoke too soon. This does the job part-way. I need the front-end user to be able to edit their listings once the status is set to “Needs Changes”, but the listing disappears from their job manager, so I need to make a change somewhere.
Where are the other post status types stored in the files so that I can review? Thank you.
Forum: Plugins
In reply to: [WP Job Manager] Job Listing StatusHi Jake,
Thank you so much – this is actually exactly what I was looking for. I appreciate it!
Forum: Developing with WordPress
In reply to: Is there a function to list all post tags?Thank you very much. I wouldn’t have been able to figure this out. The second snippet is quite handy too, I can now also add a product category/tags index as well. Much appreciated. ??
Forum: Developing with WordPress
In reply to: Is there a function to list all post tags?Thanks for your help again Joy. I think I need to build arrays into my code to get the post tags, but I’m getting errors when trying to do that. I guess the samples that are shown are used in templates, but not in the form of a shortcode snippet so it’s just not working out. I’ll keep trying.
Thanks Steve, this tells me how to get the tag list from the current post, so it’s shown in the loop. I’m trying to output all the tags from all posts onto another page, like an index.
Thanks to you both.