hl78
Forum Replies Created
-
Greetings,
you took sometime to reply, so
I changed the settings to show the currency based on the location (Currency by Country).
and removed the side barThanks
on the form preview it’s working as it should, but on the theme I’m using with multi-direction pages.. the ltr version of the form works fine, but the rtl version is completely missed up.
as for the double arrow issue, I fixed it using customization and added custom css
.select2-selection .select2-selection__arrow:before { content: '\e942'; font-family: "fontello"; visibility: hidden; }
I tried this css and it didn’t work.
note: this page is being flipped using the theme rtl directionI exported the form and pasted it here “https://pastebin.com/”
https://pastebin.com/5tTCudvYyou havened clicked on a date from the calendar to see what I mean, the snapshots you sent are from the page before clicking on any date
I doesn’t seem I can send any screenshot here, but here are the steps
1)open the link “https://reemdaher.com/ar/%d8%ad%d8%ac%d9%88%d8%b2%d8%a7%d8%aa/”
2)click on any date (day 20), you’ll see 3 available appointments (text in arabic)
3) now change the currency
4) click on any date (day 20), you’ll see 3 available appointments showing in english not the translated text.
5) just remove the “?wmc-currency=US” from the querystring and refresh
6) repeat step 1, everything is back to normalForum: Plugins
In reply to: [Forminator Forms – Contact Form, Payment Form & Custom Form Builder] BMIthank you for the reply
I’ve already had the calculation fields set to hidden
I was able to hide the send message button using a hidden field with a value in it = 1
and allowed the send button to be visible only if the value in the hidden field is =1 else hide
https://reemdaher.com/test/ (it looks like this with no buttons on the screen)
I might create a something like you suggested thank youForum: Plugins
In reply to: [Email Before Download] send emailGreetings dear,
Thanks, it worked out..I had format issues..fixed it..
RegardsForum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Post Problemthank you for the reply, i contacted godaddy, and since i’m using windows hosting they say there is no php.ini file, so inorder to do any change, i need to create a custom php5.ini since i’m using iis7.
i searched the internet for a php.ini file but couldn’t find ‘max_input_vars’ so i added it and recycled the iis to make my changes work. to test i added a phpinfo.php file with a code <? phpinfo(); ?> i noticed that ‘max_input_vars’ is not there.
link: https://wellnessawareness.info/phpinfo.phpI’m sorry to bother you but is there any special setting for form submitting that should be done to the php5.ini file?
I’m getting to a dead end!
thank you for any help.I check the page on firebug too, and yeah i only see
ip and email variables in the post..
what other variables should show?by the way i tried jetpack plugin and the subscribe they have didn’t work on my site too, doing same thing…
so it must be a config thing.i’m a .net and a multimedia developer too, but have little knowledge in php
The homepage is a page and the contact page too.
I tried the control on a different host and i was able to make to work. will try to reset everything and try again……aaaaaaaaaaaaaaaaaaaaaah frustrating
sorry for the headacheI’m not sure if i understood, must i use prettier permalink structure fot this to work?
– Well at first as you see i placed the widget at homepage, in the settings-> Appearance i couldn’t find the homepage in the dropdown list, yet i found it in the widget dropdown list.
anyway, what i did now, with the widget showing in homepage, in the widget dropdown i selected homepage. Check it out.– in addition, i placed the subscription form in the contact us page using //S and in the subscribe2 settings>appearance i chose contact page.
The default Permalink Settings for all pages is
https://wellnessawareness.info/?p=123
so every page i create has an ?page_id in the querystring.I’m trying everthing here
These are the fields i found in the table “wp_subscribe2”
id, email, active, date, ip, time, conf_date, conf_time, conf_ip
time column alreay exist.
I tried Both..
The built in and the stand alone.I tried sending email from the “send email” section of the subscriber2 and it works, yet the subcribe widget is not working..
I tried other plugins widgets one named subscribe2 widget and another called subscribe2 widget hack…all didn’t work
the page just do a postback and nothing happens.