bestewar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Old Post Featured Thumbnails Displaying, New Are NotHonestly, no idea what the problem was here, but even though I had Featured Images assigned to the Posts I simply needed to re-upload the thumbnails and now it works.
Forum: Fixing WordPress
In reply to: Only Displaying AdministratorThanks again @bcworkz, you are the man!
Forum: Fixing WordPress
In reply to: Only Displaying Administrator@bcworkz, I’ve figured it out out a workaround. If i actually log in and as the user i want to have assigned as the author, go to the Post, click Update (even if I didn’t change anything), then the correct modified author is echoed on the blog page.
This doesn’t affect the Author dropdown though. Just because I’m curious, do you have a solution or suggestion as to how I could echo the dropdown selection? Thanks again for all your help
Forum: Fixing WordPress
In reply to: Only Displaying Administrator@bcworkz thanks again for the response! I do have quite a bit of experiencing with PHP and designing themes from scratch and do consider myself a quick learner so I am assuming this is something I’ll be able to figure out on my own. Thanks for the resources otherwise though.
After digging a bit deeper in PhpMyAdmin it appears as though each post revision is being saved as it’s own entry in my wp_posts table, as you can see here: post revisions in PhpMyAdmin.
With that said, it appears though the correct post_author id IS showing up for the “published” post, which is where I’m assuming the admin posts list screen is getting this data from. On that note, I’m at a loss as to why the blog itself is then echoing the admin only. I’ve tried <?php the_modified_author(); ?> but to no avail. I know we’re close, but what am i doing wrong?
Forum: Fixing WordPress
In reply to: Only Displaying Administrator@bcworkz thanks again for the follow up, but you lost me a bit here. Here are two screenshots of what I’m working with in regards to assigning the authors via the WP dashboard: post author dropdown, posts authors column
When you say I need to get the dropdown selection the $_POST array, is this an array that is already declared? Or if not, is this something within functions.php, or just within the blog template PHP file? Also, not exactly sure how to coordinate the_author filter.
I apologize for the naivety, but I think i’ll need a bit more hand holding to get this one wrapped up. Truly appreciate your help!
Forum: Fixing WordPress
In reply to: Only Displaying Administrator@bcworkz, thanks so much for the info! After investigating via phpMyAdmin, it would appear as though all of the post have 1 as the post_author, as you can see here: post author screenshot
Any idea how I can update the authors? I’ve looked into the_user_meta() but haven’t found an exact solution. Thanks again!!
- This reply was modified 7 years, 3 months ago by bestewar.
Forum: Plugins
In reply to: [Flamingo] Additional Settings Not Working For Custom FieldsFollowing up again, specifically addressing the plugin author. This is a problem multiple plugin users are experiencing, please update us in there is a way to customize the Submissions view within the dashboard vs. only seeing the customized view in exported Excel files. Thanks
Forum: Plugins
In reply to: [Flamingo] Additional Settings Not Working For Custom FieldsSo I did find out that when you export all submissions as a CSV the custom fields do work, but within the dashboard, Submissions appear the same as default.
Plugin author, is there a way to have them display properly in the dashboard?
Forum: Plugins
In reply to: [Flamingo] Additional Settings Not Working For Custom FieldsYes, I’m well aware of that link, that is where I got the structure for this code I’m using:
flamingo_email: “[your-email]” flamingo_name: “your-name]” flamingo_guests: “[guests]” flamingo_company: “[text-839]” flamingo_message: “[your-message]”
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
But like I said, this is not working. Am I doing something wrong?
Forum: Plugins
In reply to: [Firelight Lightbox] Max-Width & Centered Inline ContentWow, that easy eh? I knew there had to be a simpler version than what I was doing! Thank you so much, works perfectly!
Revolution Slider has this feature: https://revolution.themepunch.com/
Forum: Plugins
In reply to: [Animate It!] Starting OnLoad rather than OnScrollAlso, the link is acting super goofy. Seems like when you click the link it says “Not Acceptable”, but then if you click into your address bar, hit enter, it will load.
Sorry for the inconvenience.
Forum: Plugins
In reply to: [Animate It!] Starting OnLoad rather than OnScrollhttps://blmprinthouse.com/summit_sustainability/
Not sure why the link didn’t work the first time.
Animation is already onScroll, but since the page loads incorrectly (the root of the problem is that the top section appears to load secondly after the Our Vision section), the viewport thinks i’ve already scrolled over the section as soon as the page loads. Long story short, what settings could I adjust within Scroll Offset to change this?
Thanks for your time!
Forum: Themes and Templates
In reply to: [Adamos] 3 Featured Boxes not displaying on home pageFigured it out! Thanks for your time!
Forum: Themes and Templates
In reply to: [Adamos] 3 Featured Boxes not displaying on home pageI am not. How would I go about enabling this?