fredperes
Forum Replies Created
-
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] admin-ajax.php error 500Solved: Updates the Woocommerce plugin solved the problem.
Forum: Plugins
In reply to: [Email Before Download] Not working on www.ads-software.com 4.4?dtynan, the form is here:
https://www.conexaosabor.com.br/teste/
The shortcode I’m using is: [email-download download_id=”13343″ contact_form_id=”13342″]
I just test it with the Delivery Format to “Both” and worked! The link works.
But I’m confused: wich plugin sends the email? I receive an email from Contact Form 7 (as admin), but do not receive from Email Before Download
Forum: Plugins
In reply to: [Email Before Download] Not working on www.ads-software.com 4.4?Alevadis, it’s a start! In my csv file, I have the e-mail address! But didn’t receive the email with the file.
Forum: Plugins
In reply to: [Email Before Download] Not working on www.ads-software.com 4.4?Found some options. Didn’t test it yet:
Forum: Plugins
In reply to: [Email Before Download] Not working on www.ads-software.com 4.4?I have the same problem. I’ve got an URL with a blank page.
I don’t know if helps, but:
. when I uploaded the file, via Download Monitor, and test it, I’ve got an 404 error (page not found) So, I uploaded the file again, via media upload, and attached it. So the page worked. But the URL problem persists.
. I never received any email (1. Delivery Format = both). I installed Postman SMTP, and it’s setup is ok. But I don’t received emails from Email Before Download.
. I downloaded the download_log file, I noticed that there’s no recipient email or file url.
item_id,email,user_name,download_id,selected_id,filename,item_title,time_requested,posted_data,delivered_as
,,,13343,,,ebook bolos,1970-01-01 0:00,,Forum: Hacks
In reply to: Filter content by taxonomySend me your email to contato[at]fredperes.net
Forum: Hacks
In reply to: Filter content by taxonomyJosé,
I hired a back-end developer to solve this. He did it in 30 minutes…
Forum: Hacks
In reply to: Filter content by taxonomyThanks, bcworks!
Here’s what I want to achieve:. In home page I have projects (custom post type) and professionals (custom post type).
. I would organize the 2 custom post types by states.
. The user could filter the content by states (Michigan, for example). When he chooses Michigan, the home page reloads (or some ajax reloading), and displays only projects and professionals for that state.The question is:
The user navigates in other pages that show the projects and the professionals. I need to ‘remember’ the state that he chose in home page and displays only the projects and professionals based on the user selection.
A programmer told me to use sessions. Session are stored on the server and follow the user during its navigation. The user can’t update values in its browser, it’s a PHP private feature.
Is there a plugin for that? Or should I code by myself?