Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
“If you manually edited theme files, those changes will be lost.” like what kind of changes? css ones?
Hi there, hows the procedure to update the theme?, ill lose any info or data?
hi there? anyone?
function map_embed($address) {
if (!is_string($address))die(“All Addresses must be passed as a string”);$address = str_replace(” “, “+”, $address); // replcae all the white space with “+” sign to match with google search pattern
$url = “http://maps.google.com/maps/api/geocode/json?sensor=false&address=$address”;
$response = file_get_contents($url);
$json = json_decode($response,TRUE); //generate array object from the response from the web
$_coords[‘lat’] = $json[‘results’][0][‘geometry’][‘location’][‘lat’];
$_coords[‘long’] = $json[‘results’][0][‘geometry’][‘location’][‘lng’];return $_coords;
}
seraching i found this and that fixed the problem with google maps…Btw its possible to use another free WPML? and still work with the flag dropdown menu?
when i click the map pin it sends me to google maps and the adress is correct, but, it seems that the map pin isnt moving, why is it happening?
Cosmin i did use google maps site and got the adress placed it in the adress field on the contact page and doesnt work…
its possible to use another free WPML? and still work with the flag dropdown menu?
Cosmin another issue.
when i try to change the google map in the contact page changing the adress it doenst work it just stays in the same place no matter what adress i put in… why is this happening?
can i add an especific adress like
Carrera 47 # 101b – 45, Bogotá – Cundinamarca, Colombia
or i just can add Bogota?
i tried with both of them and doesnt work.Thx cosmin, but wich WPML plugin is the one u guyz used to fix with the flexform theme? or wich one do u recomend me. and using that WPML plugin i can erase the “DEMO – EXAMPLE PURPOSE” text?
Cosmin thx for your help, but my question is, how can i change the default lenguages from the lenguages dropwdown, and how can i delete the “DEMO – EXAMPLE PURPOSE” that appears in the dropdown men.
About htaccess wordpress says nothing, maybe its because in the menu all the links that doesnt work are just custom menus, linked to /features, and that doesnt work in the localhost…
another question when i install all the demo content i try to navigate and i have a 404 why is this happening? all the instalation was sucefull and pages are created… maybe permalinks?
-
Posted in: We hit Power Elite.