gaberosser
Forum Replies Created
-
I solved my issue by using this plugin instead:
https://www.ads-software.com/extend/plugins/attachments/
Never did get the Multi-Post Thumbs to work, but this one works for me like a charm!
I too am having this issue, but I am just using the basic code give with the Instructions on the Plugin page. Here’s my code:
functions.php:
if (class_exists('MultiPostThumbnails')) { new MultiPostThumbnails(array( 'label' => 'Secondary Image', 'id' => 'secondary-image', 'post_type' => 'page' ) ); }
loop:
<?php if (class_exists('MultiPostThumbnails') && MultiPostThumbnails::has_post_thumbnail('page', 'secondary-image')) : MultiPostThumbnails::the_post_thumbnail('page', 'secondary-image'); endif; ?>
I have also tried changing ‘post’ to ‘page’ and nothing is working. I am using v3.3.1. Any ideas?
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] its not workingI am having the same issue as @thekjub9. Any word on the solution there?
Forum: Plugins
In reply to: Next/Previous order by Post Title?I too am needing this functionality. I need the next/previous post links to work with the title order, rather than the id#, post date.
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Adjust User LevelI have a grav form for logged in users to create posts. i have logged in, created this post, and do not have the ability to edit with Front-End Editor it unless I change the user level (via another admin account) to admin (10).
Could this be a bug with the Capabilities Manager plugin?
Forum: Plugins
In reply to: No Documentation on Conditional Queries?Awesome. Thanks so much!
Forum: Fixing WordPress
In reply to: delete post link front endHey! After scouring the webernets, I found this solution:
Insert this into functions: https://pastebin.com/hede4ayF
Then call on it in page:<?php echo wp_delete_post_link(); ?>
Thanks to this post: https://wordpress.stackexchange.com/questions/28292/delete-post-link-to-delete-post-its-meta-and-attachments
Forum: Fixing WordPress
In reply to: delete post link front endI’m having the same issue. Just wanted to see if there had been any resolution on this yet.
Forum: Fixing WordPress
In reply to: How to show grandchildren when on a grandchild pageSO helpful @andicottweb! Forever thankful. Most folks would have just been happy to have a solution and forgotten about the post since they didn’t need any further answers. You’re a trooper for posting back the solution.
big thanks!
Forum: Hacks
In reply to: Sub-User CreationLooking for the same thing. I can’t find anything either. Anyone know of a plugin or functionality to create parent-users / child-users?
Forum: Plugins
In reply to: If no post today, display next future postI believe this worked perfectly! Thanks so much @alchymyth!
Forum: Plugins
In reply to: If no post today, display next future postOkay, thought I used “code” button before… https://pastebin.com/QNzttjyz
Forum: Plugins
In reply to: If no post today, display next future postAnyone, anyone? ??
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Youtube usageAHH! Thank you @ravanh!
Yeah, that was copied over by client. Didn’t even see that jquery was loaded there. Good eye, good eye!
Works now. ??
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Youtube usageThanks RavanH! I didn’t even see the settings there. However, there’s still something missing. It initiates, but never loads the video. Any ideas?