cmisak
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] HTTP-API: Too many Redirects IssueSeeing the same issue. usabilitydynamics.com appear to be down.
Forum: Plugins
In reply to: [WP Better Attachments] Admin CSS & Missing ImagesThank you for the fast reply. Im desperate for a reason the images randomly go missing. Really enjoy your plugin. Anyone reading this, this pluging has served me well. Just had to follow up since im blind to a reason.
Forum: Plugins
In reply to: [Advanced Custom Fields: Validated Field] Broken DependenciesI’m still having this issue – and have the latest version of ACF and your plugin. What was the resolution?
Forum: Plugins
In reply to: [Print-O-Matic] Background ColorCouple part question/comment all related to backgrounds. Sorry a bit long.
Maybe be an easy “no” but I have a class with a background image that is built dynamically. Curious if there is a way to FORCE the background images to display? And/Or could you process short codes in the HTML blocks? I’ve modified the core files… but I don’t like doing this.
$this->add_print_script[$id] = array( 'pom_site_css' => $pom_site_css, 'pom_custom_css' => $pom_custom_css, 'pom_html_top' => do_shortcode($pom_html_top), 'pom_html_bottom' => $pom_html_bottom, 'pom_do_not_print' => $pom_do_not_print, 'pom_pause_time' => $pause_before_print );
Also I was curious if you could add a custom path for a CSS file? I also had to modify the core files to capture my dynamic style sheet that’s built for each store’s settings.
$pom_site_css = get_stylesheet_directory_uri(). '/static/style.css';
Thanks great plugin!
Forum: Plugins
In reply to: [Media File Cleaner] Full Automation?Understand, I did run into some issues. Related to Options area (through ACF), and headway importing. Unqiue to my situation – I’m going to still fully run this just making sure I’m ready for a couple of broken images. At 6GB site, and 30K images I need to do some spring cleaning.
Any way to restrict it to a particular post or in my case WooCommerce Products?
Forum: Plugins
In reply to: [WP Mobile Detect] Fatal ErrorCan’t take credit – Sorry for whoever wrote this I can’t even cite it. But add on line 33-35 to replace the require_once in the wp-mobile-detect.php file. I included a screenshot
if (!class_exists(‘Mobile_Detect’)) {
require_once(‘mobile-detect.php’);
}
Forum: Plugins
In reply to: [WP Mobile Detect] Fatal Error+1
Forum: Plugins
In reply to: [Advanced Custom Fields: Accordion Tab Field] Hidden Tab CSS FixI was able to come up with a solution that worked better in my situation. Allowed me to use Accordions + Tabs
.acf-accordion-group.opened .acf-field {display:block !important;}
However, I think this plugin needs an “Accordion Stop” Because EVERYTHING that follows in my structure is included in the last accordion instead of breaking into a different tab like you’d expect based on the structure.
ACF Structure Example that’s not working.
[Accordion1]
[field]
[field2]
[TAB]
[field3]
[field4]All of the fields including the tab, field 3 and 4 are now in that parent accordion.
Forum: Plugins
In reply to: [Advanced Custom Fields: Accordion Tab Field] Hidden Tab CSS Fix+1 – same issue – but the above didn’t fix it for me, sota.
It display wnoq but breaks all my tabs. I’m trying to organize via tabs with in a tab an accordion. My themes options contains a lot of settings, and I’d like to organize them without creating a bunch of tabs.
Thank you for the quick reply – you are right they are (should be considered) different and not cached. But load time goes from 1.4seconds to 11-15seconds with the query sting (different issue). But I have added my logic query strings to the exception list.
All that said – do you have an ETA? And would you be willing to offer a beta. I have purchased, and a pro user.
Fantastic plugin for anyone reading this. Have used 2-3 free popup plugins, WMPL’s version and Yith’s this one is the best.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Not really working with woocommI wish you’d reconsider not supporting WooCommerce. Agreeably there are a lot of “filter” plugins and some very nice. But only 1 other creates URL’s like you’re plugin does. Most are AJAX and there isn’t a URI to link too externally. And SEO aspects of that are rough too.
2Cents.
Forum: Plugins
In reply to: [Sticky Element] Adding Multiple Stickies+1
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Where's the stop?I just was about to write that! I’m sorry I was talking about a different plugin. But a stop status would be cool.
Thank you
Forum: Reviews
In reply to: [WP SVG Icons] Was perfectYeah, a toggle would be good. I know its not necessary but as I train an end user to navigate their icon library to add an icon to a title (I have some plain text areas) that might not support shortcode parsing.
Forum: Plugins
In reply to: [FPW Category Thumbnails] Documentation link is brokenI’m sorry I couldn’t get the provided code to work in my loop. Which of the two area’s highlighted with **TEXT** was that suppose to kick out the image?
I tried as many ways as I knew how to adjust to get it to work and wasn’t successful.