Lara C
Forum Replies Created
-
Thanks, @duisterdenhaag I had not see this section before, it wasn’t clear for me about what it was in the documentation first page.
As I said, I have a fully 2019 agenda, but the upcoming events only open to subscribe/register closer to the date, so only one month earlier.
Now we have the events for August open. In August we’ll have September, and so…
In the admin panel, I already programmed when tickets will be available, until December. So this conditional includes this events too.
Is there a way I can set more the one conditional? Because I set up categories for each month. I tried with category id conditional, but this structure only allows one conditional for short code.
Thanks!
About the “excluded” it was a poor translation, I wanted to say “deleted” registrations.
When you delete, it’s gone? Or can we recover somewhere?
And about the other add-ons, I’ll see with client if there’s something that they want, and then check out.
Many thanks again! =)
Forum: Fixing WordPress
In reply to: Automation for events@jdembowski not a job spec, and it’s not fixing. Just if someone knows about a plugin or a way to config anything on the list. I’m looking for a guide, because I’m not so familiar with the terms, maybe I’m searching with the wrong keywords.
@anevins didn’t ask anyone to research anything. Just put the list here, if some knows about any of that, and then can give me a clue.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing with FunctionYou were not clear about that. I removed it, thank, working just fine!
I don’t anything about JS, I just copy and paste the rules, when I find them somewhere.
We’ll test this free version, but I think it’ll be very useful in a pro or platinum version.
Thanks.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing with Function@codepeople man, I just copied exactly what you told me the last time:
(function(){ var r = fieldname6*fieldname2; if(fieldname6<=15) return r*72; if(fieldname6<=30) return r*67.7; return r*65.5; })()
and it is not working.
About the second code, I’ll adjust.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing with FunctionThank you. I did that, and the form still not showing.. (gataria.com.br/testes)
What else can I do?
BTW, I already did another two forms, with two variables:
(function(){
var r = fieldname6;
var b = fieldname2;
if(and(fieldname6<=15, fieldname2=1)) return r*105;
if(and(fieldname6<=15, fieldname2>1)) return (105+((b*25)-25))*r;
if(and(fieldname6<=30, fieldname2=1)) return r*105*0.94;
if(and(fieldname6<=30, fieldname2>1)) return (105+((b*25)-25))*r*0.94;
if(and(fieldname6>30, fieldname2=1)) return r*105*0.91;
if(and(fieldname6>30, fieldname2>1)) return (105+((b*25)-25))*r*0.91;
})();Is that correct? Not using them in any page yet.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing with Function@codepeople so you are saying that this plugin won’t work for me?
It depends on the number of the days, that the costumer write on the field, so he get a discount or not. And progressive discounts.
1 up to 15 days, no discount
16 up to 30 days, 6%
more then 30, 9%.How can I put this condition as non dependent?
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing with Function@codepeople thanks for answering.
But how can I fix it? How is the right way to write this condition?
And I need to do other one, with conditions to fieldname6 and fieldname2 as well, I already have the formula at Excel, working fine. So I just need to understand the logic of the plugin, so I can rewrite it properly.
Forum: Fixing WordPress
In reply to: Booking – Hotel for Pets@bcworkz Which form? I’m trying to use Calculated Field Forms, but it returns error when I apply the function code, for conditions “if”.
Any idea?
Forum: Fixing WordPress
In reply to: Parse syntax error unexpected in kses.php on line 1316Pls, I need to fix this ASAP.
If anyone here know how to rewrite the code..
Forum: Fixing WordPress
In reply to: Parse syntax error unexpected in kses.php on line 1316I just replaced the new file with the old one and now the site is ok for the visitors, but the wp-admin can’t be accessed.
Any ideas?
Forum: Fixing WordPress
In reply to: Parse syntax error unexpected in kses.php on line 1316Hi,
I tried to delete some files, I think it not a memory thing…
So, I downloaded the kses.php file, as I realized I had a backup to compare.
I tried Dreamweaver. The old file (from December, 2014), is ok, but it starts with different content on the first lines.
But the new file is corrupted, it just stops at the error line (1316).
Nothing was installed at the website.
And I’m remembering now, I received an email about an auto update from WordPress in another site, and it seems to be running ok. But I didn’t get any message about updates in this other website.
Is that possible that wordpress auto updated it self and caused me some issues because the theme is not compatible?
If is this problem, how can I fix it?
Thanks
Forum: Fixing WordPress
In reply to: Redirect and htaccess fileHi, leejosepho, nive you replied.
There is only one installation, at subdomain.domain1.com.
The domain2.com is just a domain, no install for it. Just a mask domain.So where is the mistake in this case?
Forum: Themes and Templates
In reply to: [Elucidate] The tag "by" has gone…Chris, you are awsome!
It was exactly this, only one author, but just by now. I expect to have many others.
Thank you very much! It’s working perfectly! =)
Forum: Themes and Templates
In reply to: [Elucidate] The tag "by" has gone…Thank you.
But, I already replaced the template_tags.php for the original file, and it still empty. Simply, doesn’t show the author name anymore.
What could be wrong now?