Contact link not working and translations

Support Forums Verde – WP Plugin Contact link not working and translations

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #5851
    Rui Cruz
    Participant

    Hello,

    In our url http://www.copoint.pt the contact us link dows not work.

    Also, I’d like to know how can I translate the plugin as I don’t get the original po/&mo files anywhere, just ones already translated.

    I need to translate the link on the button and hours/minutes/and so on combination.

    Thanks.

    #5854
    CreaboxThemes
    Keymaster

    Hi,

    I have checked your website and your code and you haven’t the last update of the plugin. If you download it again and update it, the problem with the contact button will be resolved.

    About the translations, you can set up the plugin from the plugin editor. Go to the page ‘Plugins > Editor’, select the plugin ‘Verde’ from the dropdown component at the top right, and finally look for the file ‘verde_plugin/themes/language.php’. In this file, you can edit the texts to translate.

    Regards

    #5855
    Rui Cruz
    Participant

    The “instalable wordpress files only” from the Codecanyon website does not give me the 3.0.1 version, just the 3.0.

    Could you download it yourself and check?

    Thanks.

    #5858
    CreaboxThemes
    Keymaster

    Yes, you are right. I forgot to update the version number. I will change it in the next update. Sorry.

    #5859
    Rui Cruz
    Participant

    So, in fact I have the correct version, right?

    Can you let me know some line of the code that is diferent on both versions so I can check what is the version I have?

    I downloaded the plugin yesterday, I do believe I have the last version, even with the wrong numbe on it.

    #5864
    CreaboxThemes
    Keymaster

    Hi,

    I attach you two images where you will be able to check the changes in the code.

    WRONG CODE

    Wrong code

    CORRECT CODE

    Correct code

    The changes are in the file verde_plugin/theme/js/scripts.js

    Regards

    #5865
    Rui Cruz
    Participant

    I re-download the plugin from Codecanyon and the button does not work.

    I notice that tyhe link is “map-content” insite the page – however I have disabled the map feature. Still, the link should have worked, right?

    Because the contact is to a form, not a map, in terms of logic. Or I need to have maps enabled for it to work?

    Thanks.

    #5868
    CreaboxThemes
    Keymaster

    Hi,

    yes, it has to work with map, image or nothing. I have tested it in my server and it works fine.

    I have checked your website and the code is still the previous. Maybe it is better if you edit the code by yourself. I use the plugin WPide to edit the code. Edit the file verde_plugin/themes/js/scripts.js and change the code to this one:

    jQuery('#link-map').on('click', function(event) {
    var target = $(this.getAttribute('href'));
    if( target.length ) {
    event.preventDefault();
    $('html, body').stop().animate({
    scrollTop: target.offset().top
    }, 1000);
    }
    });

    jQuery('#home-top').on('click', function(event) {
    event.preventDefault();
    $('html, body').stop().animate({
    scrollTop: 0
    }, 1000);
    });

    Regards

    #5870
    Rui Cruz
    Participant

    Hi,

    I swap the code and the button does work.

    I believe the old version is still in Codecanyon. This is the plugin I downloaded: https://send.firefox.com/download/3659cf7f62/#ehHi5uN9iOGBaxjGI7jgSA

    (link will expire on first download or 24 hours, don’t worry!)

    That’s why we have this back and forward thing, becuase the “old” plugin is still there.

    I gave you a 5 star on the plugin for your support.

    Thank you!

    #5873
    Rui Cruz
    Participant

    Hi,

    This is not yet solved.

    On mobile, the link to go to the contact page do not work.
    On desktop it works fine.

    #5874
    CreaboxThemes
    Keymaster

    Hi,

    I have checked your website in my mobile device and the buttons works perfectly. Have your removed the cache brownser?

    Regards

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.