mijaeus

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Translation not taking #12611
    mijaeus
    Participant

      Managed to fix it after checking several files.

      In mappress_poi.php line 249:
      'text' => __('Directions from')));
      Should be
      'text' => __('Directions from', 'mappress')));

      All is fine now 😀

      in reply to: Translation not taking #12592
      mijaeus
      Participant

        Update: http://inmobiliaria.valmar.cl/contacto/

        I’ve managed to update most of the translation with the help of a plugin, regenerating po/mo files, but some words are not being translated no matter what.

        Ubicación

        Calle Uno 6251
        Dirección a Directions from

        Which file do I have to edit the translate directly? The Direccion A (Direction to) translates, but the next one is giving me hell. No matter what I do it wont translate.

        in reply to: Translation not taking #12574
        mijaeus
        Participant

          I checked the template files and it seems ok, and the translation text is there but the output is not being translated on those few words :\

          in reply to: CSS styling problem #12527
          mijaeus
          Participant

            I ended up removing this:

            /* Links for the map */
            .mapp-map-links {
            background-color: #F0F0F0;
            border-top: 1px solid lightgray;
            border-bottom: 1px solid lightgray;
            }

            the border top/bottom were the 2 px of line, heh. I will be upgrading to the pro version soon I guess, its perfect for the project I am finishing.

            in reply to: Maps wont show #12373
            mijaeus
            Participant

              Update: it ended up being a problem with the theme. I used another theme as a base, and now it works.

              in reply to: Maps wont show #12372
              mijaeus
              Participant

                Just checked, and some js from other plugins is not being loaded in the footer either. Changing themes fixes the issue. I tried the validator to check on the html and its ok.

                I guess I am missing something else from the template system (I’ve checked the code in header/footer/index.php and everything is there :\)

                in reply to: Maps wont show #12371
                mijaeus
                Participant

                  I tried the default theme and the map loaded. My footer.php does contain <?php wp_footer(); ?>, its weird because half the stuff is being called for the map :\

                  in reply to: Maps wont show #12365
                  mijaeus
                  Participant

                    Nope, no plugins. Its a theme I am building on a blank theme file, so there are no weird js scripts or plugins.

                    I did edit header.php so its probably not being called. Just 1 js file is supposed to be called by this plugin, right?

                     

                    Edit: I installed Contact Form 7 at the same time as MapPress, and the JS for that plugin is being added.

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