Mike Smith (madebyguerrilla)
Forum Replies Created
-
Forum: Plugins
In reply to: [Guerrilla's Legal Pages] Virus?False result, I do not see anything after a couple of scans and look through’s.
Forum: Plugins
In reply to: [Guerrilla's Content Warning] Doesn't workI tried it on a couple different servers (one test server I set up + one client website which is what this was originally built for), and both worked.
Maybe it’s conflicting with another plugin or theme in use? Shoot me an email (www.madebyguerrilla.com) if you’d like and I can look things over for you.
Forum: Plugins
In reply to: [Guerrilla's Legal Pages] How many pages can be added?The plugin automatically adds the pages in, there’s no options page or anything to add more.
Forum: Reviews
In reply to: [Guerrilla's Content Warning] Did not workSorry to hear it didn’t work. Can you send me an email with the URL so I can look and see what might be causing the conflict?
Thanks,
MikeForum: Reviews
In reply to: [Guerrilla's Redacted Text] But … it's not actually redacted, right?Thanks for the comments. I’m going to update the plugin description to give a bit more info on how it works.
In short: replace the words you want hidden with the shortcode.
Forum: Reviews
In reply to: [Guerrilla's Legal Pages] Excellent – Straightforward and simpleThanks for the review and the rating, I appreciate it. And thank you for pointing out the issue with the California state name being mentioned. I thought I combed over everything, but I guess I missed a spot.
I’ll be updating the plugin to fix this issue soon.
Forum: Reviews
In reply to: [Guerrilla's Content Warning] didn't workSorry that it didn’t work for you. If you’d like, I can look it over for you if you shoot me an email with the URL for your site to look it over.
Forum: Plugins
In reply to: [Custom Content Portfolio] Grid view and sortingah ok. then disregard my previous note ??
That would be something cool to implement into the plugin. I’m not sure how easy it’d be to do though.
Forum: Plugins
In reply to: [Custom Content Portfolio] Grid view and sortingFor the output of the portfolio items, you would style them with CSS to display in a grid format.
Hey Derek,
Awesome, thank you!
It’s never too late ??
Thanks for the response, but I’m looking to override the theme options in the child theme, so the child theme can have it’s own custom options compared to the parent theme.
Thanks for the info, I appreciate it and will pass it on to my client.
Great looking plugin by the way. It’s the first time I’ve seen it and it looks really good. I might need to find a way to use it later myself ??
Forum: Plugins
In reply to: [OptionTree] Need help displaying drop down selections in my themeNevermind, I figured it out. Here’s the code below in case anyone else is needing it.
<?php if (get_option_tree( 'post_content' ) != 'fullcontent') { ?> <?php the_excerpt(); ?> <?php } elseif (get_option_tree( 'post_content' ) != 'excerpt') { ?> <?php the_content('read more'); ?> <?php } ?>
Forum: Plugins
In reply to: [Simple Staff List] Using the bio excerpt on the staff member list pageThanks Nick and yeah, it seems like a feature that could/should be built in by default.
Forum: Plugins
In reply to: [WP Custom Fields Search] No search results being found since update ?It seems to be working for me now. Thanks ??