Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • in reply to: Contact Google Problem #27608
    dalladaniel
    Member
    Post count: 10

    “If you manually edited theme files, those changes will be lost.” like what kind of changes? css ones?

    in reply to: Contact Google Problem #27361
    dalladaniel
    Member
    Post count: 10

    Hi there, hows the procedure to update the theme?, ill lose any info or data?

    in reply to: Table colpsan #27360
    dalladaniel
    Member
    Post count: 10

    hi there? anyone?

    in reply to: Translation and Login #10296
    dalladaniel
    Member
    Post count: 10

    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?

    in reply to: Translation and Login #10291
    dalladaniel
    Member
    Post count: 10

    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?

    in reply to: Translation and Login #10288
    dalladaniel
    Member
    Post count: 10

    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?

    in reply to: Translation and Login #10271
    dalladaniel
    Member
    Post count: 10

    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.

    in reply to: Translation and Login #10224
    dalladaniel
    Member
    Post count: 10

    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?

    in reply to: Translation and Login #10074
    dalladaniel
    Member
    Post count: 10

    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…

    in reply to: Translation and Login #9901
    dalladaniel
    Member
    Post count: 10

    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?

Viewing 10 posts - 1 through 10 (of 10 total)