Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Flexform › Translation and Login
New Landing › How can we help? › Themeforest Theme Support › Flexform › Translation and Login
Tagged: adding, default, delete, demo, edit, fields, Flags, languages, login, question, screen, show, suscribe, Thx, translation, wondering
- This topic has 11 replies, 2 voices, and was last updated 11 years by Cosmin – SUPPORT.
-
Posted in: Flexform
-
July 2, 2013 at 8:13 pm #9868
Hi there im wondering how can i edit the default languages flags and delete the demo purpose text?
another question is how can i add the fields for suscribe and login like the screen im adding show in your demo. Thx for your help.July 2, 2013 at 9:53 pm #9901another 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?
July 3, 2013 at 9:26 pm #10064Hi Daniel,
The language flags are in this folder of the theme: wp-content/themes/flexform/images/flags/
The forms can be enabled/added in the Header theme options.
Finally, regarding 404 errors: in Settings/Permalinks, does WordPress tell you that your .htaccess file is not writable?
Regards,
————————————————————————————————————
Cosmin
Support AssistantJuly 3, 2013 at 9:45 pm #10074Cosmin 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…
July 4, 2013 at 5:52 pm #10220For the flags, if you set them to On in the theme Header options, you will need to have the WPML plugin installed in order to get them to work. Otherwise, you should disable them, as they’re specific to that plugin.
Regards,
————————————————————————————————————
Cosmin
Support AssistantJuly 4, 2013 at 6:05 pm #10224Thx 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?
July 4, 2013 at 8:51 pm #10271Cosmin 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.July 4, 2013 at 9:12 pm #10287WPML plugin: http://wpml.org/
It has a flags option that our theme uses.
For the map, I suggest using the actual Google Maps site to drop the marker to your location and then see what is the name of the address it resolves to.
Regards,
————————————————————————————————————
Cosmin
Support AssistantJuly 4, 2013 at 9:14 pm #10288Cosmin 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?
July 4, 2013 at 9:22 pm #10291when 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?
July 4, 2013 at 9:42 pm #10296function 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?
July 5, 2013 at 12:49 pm #10387There is only one WPML plugin, the one I linked to.
The map pin isn’t supposed to be moved by a visitor, if that’s what you’re saying. Can you paste here the exact address you inserted for Google Maps?
Regards,
————————————————————————————————————Cosmin – Support
-
Posted in: Flexform
You must be logged in and have valid license to reply to this topic.