strings6
Forum Replies Created
-
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Conditional filtersThe step by step example is interesting, but it’s not quite right for this user. Is there a hook that fires right before a filter is about to draw? Then I could check if a previous filter already has a value in that moment before I commit to drawing the other filters.
Forum: Reviews
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Forced reviews?Still an issue in 3.2.18 released just 11 hours ago. Can’t get it to stay gone. From what I can tell:
Remind Me Later button – doesn’t work at all
I Would Not – doesn’t work at all (also, this is really vague).
Review Here yellow button – Just opens the same screen in a new tab, doesn’t actually go to a review page
X link – Makes the banner go away, until you view another page in the admin. It always comes back.So, my advice would be to get rid of this entire thing. People hate these banners, and it’s just going to give you 1 stars. But if you must keep it, make it stay gone forever when we close it. The buttons don’t really even work, and the one button is so vague, you should clarify that it’s a button to say “I don’t want to leave a review”.
- This reply was modified 5 years, 1 month ago by strings6.
It sounds like a standard select field would allow me to do this in the following way:
https://contactform7.com/selectable-recipient-with-pipes/Namely, I would use the tag [_raw_apartment] in my Mail body instead of just [apartment], per the instructions:
To get the value after pipe character, put the usual mail tag corresponding to the form tag ([your-recipient] in the case of the above example) in the Mail templates. To get value before pipe, you can use [_raw_{field name}] ([_raw_your-recipient] in the case of the above example).
I tried it though, and it still just output the email (i.e. the “value” in wpcf-property-contact-email-value-field), and not the title of the apartment.
So that is why I think it was best to come directly to your plugin’s support instead of just Contact Form 7’s support. Can you weigh in?
Thanks!
Forum: Plugins
In reply to: [WP Store Locator] WSOD on New Store buttonHere’s what it turned out to be for me:
We use iThemes Security, and the WordPress Tweaks section of settings has one for the REST API. We had it set to the recommended Restricted Access, but this appeared to create a conflict. Maybe because we were using a custom role. We set it to Default Access, and now the screen loads again.
The clue was a Javascript error in the console that said:
You do not have sufficient permission to access this endpoint. Access to REST API requests is restricted by iThemes Security settings.Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Searching SKUs – Not WorkingGreetings,
We are running the latest version on a client site here:
https://www.maywes.com/If you search for 83422, for example, and wait, it will come up in the suggestions. But if you type 83422 and hit Enter faster than the suggestion box can come up, it does not return a result. I’ve noticed that when I hit enter faster than the suggestion box (which lots of people appear to be doing on this site), then results only come up if the SKU is in the description. It only searches a SKU if I am patient and wait for the suggestions, even when I have the “Search in SKU” box checked, and these are simple products, not variable. Is this a bug?
Forum: Plugins
In reply to: [Super Progressive Web Apps] No Splash ScreenI ran into the same problem today. Just curious, why does the SuperPWA website load with that nice yellow splash screen on my iPhone then (i.e. what did you do to make that work)?
Did you use static launch screen images and link to them in the head section of your starting page?
- This reply was modified 6 years, 6 months ago by strings6.
Forum: Plugins
In reply to: [uTubeVideo Gallery] Clicking on an album does not show videosHello,
We restored the files to version 1.94 (the version we had before), and now the gallery is working again.
Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] Font Family Bug?Thank you for your quick response!
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Zillow Property Feed (TIF format)Hello Jason,
Sorry for the slow response! I haven’t revisited this since I decided to go with the method described in my previous post. This is due to other projects taking up all my time. Sorry to disappoint!
If you would like to collaborate on this nights/weekends, I might be swayed, but I doubt I will get time during the day to revisit it since that site went live some time ago, and the method I chose to go with then is still working out for that client.
If you are interested in that, I can be reached via E-mail. To make it harder for bots to scrape, my email is same as my username and a gmail.com one.
As a reminder, I used this document to assist me:
https://www.zillow.com/static/pdf/feeds/ZillowBrokerFeedsTechnicalSpecV1.0.19.pdfThanks.
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Zillow Property Feed (TIF format)Sure, I’ll update this thread when I hear more.
In the meantime, I read up on “The Loop” and used $args and the get_posts() method to write code to output property data. My code is in a php file, but I built xml output, and then did this:
header(‘Content-Type: application/xml; charset=utf-8’);
print $output;Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Zillow Property Feed (TIF format)Great! I’ve submitted a support request as you asked so that we can continue the discussion.