Shahram13
Forum Replies Created
-
Forum: Plugins
In reply to: [Iptanus File Upload] Form validatorHi Nickolas,
Thanks for your reply.
I tried to make a field mandatory by using (required) in the shortcode, but it did not work!The script you wrote above worked like a charm. Thanks so much. I also manipulated the script to make the other fields mandatory to fill in.
UPDATE: the script is not working on our website’s mobile version. We are using WPtouch for our website’s mobile version.
Cheers,
ShahramForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Comments not workingi’ve got the same problem and i could not get anywhere so far!
Forum: Plugins
In reply to: [WP Geo] Google Maps would not be loaded in edit post screenHi,
is your WP admin running over HTTPS? if so please have a look at this: https://www.ads-software.com/support/topic/map-does-not-appearing-neither-on-front-end-nor-admin-page?replies=4
Cheers,
Forum: Plugins
In reply to: [Theme My Login] Admin Bar disappears for administrator!Just one more thing, might be relevant! I am running my WP on HTTPS using WordPress HTTPS (SSL) plugin!
Forum: Plugins
In reply to: [Theme My Login] Admin Bar disappears for administrator!Thanks Jeff for your reply.
I did not. I was/am aware of that!
Forum: Plugins
In reply to: [WP Geo Big Map] big_map arguments not workingi’m experiencing the same problem!
Forum: Plugins
In reply to: [WP Geo] Map does not appear neither on front end nor on adminSolved the problem!
As I mentioned I am running WP on SSL (https://). In function.php file, “wpgeo_check_domain()” checks that the domainname of the page matches the blog site url. Though it just accepts https://, here is the variable:
$host = ‘https://’ . rtrim( $_SERVER[“HTTP_HOST”], ‘/’ );So I just changed $host to:
$host = ‘https://’ . rtrim( $_SERVER[“HTTP_HOST”], ‘/’ );It works beautifully now ??
It would be great if you could add an option to the next update which allows user to choose between http and https.
Cheers
ShahramForum: Plugins
In reply to: [WP Geo] Map does not appear neither on front end nor on adminThanks Ben for your reply.
I am using Google Maps 3 API and yes, links to Google in the source code of the page are linking to secure URLs (https://…)