Support › Forums › Verde – WP Plugin › Contact link not working and translations
- This topic has 10 replies, 2 voices, and was last updated 5 years, 11 months ago by
CreaboxThemes.
-
AuthorPosts
-
November 2, 2017 at 1:11 pm #5851
Rui Cruz
ParticipantHello,
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.
November 3, 2017 at 7:46 am #5854CreaboxThemes
KeymasterHi,
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
November 3, 2017 at 7:52 am #5855Rui Cruz
ParticipantThe “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.
November 3, 2017 at 8:06 am #5858CreaboxThemes
KeymasterYes, you are right. I forgot to update the version number. I will change it in the next update. Sorry.
November 3, 2017 at 8:07 am #5859Rui Cruz
ParticipantSo, 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.
November 3, 2017 at 8:27 am #5864CreaboxThemes
KeymasterHi,
I attach you two images where you will be able to check the changes in the code.
WRONG CODE
CORRECT CODE
The changes are in the file verde_plugin/theme/js/scripts.js
Regards
November 3, 2017 at 9:52 am #5865Rui Cruz
ParticipantI 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.
November 3, 2017 at 10:34 am #5868CreaboxThemes
KeymasterHi,
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
November 3, 2017 at 10:44 am #5870Rui Cruz
ParticipantHi,
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!
November 3, 2017 at 12:21 pm #5873Rui Cruz
ParticipantHi,
This is not yet solved.
On mobile, the link to go to the contact page do not work.
On desktop it works fine.November 3, 2017 at 4:49 pm #5874CreaboxThemes
KeymasterHi,
I have checked your website in my mobile device and the buttons works perfectly. Have your removed the cache brownser?
Regards
-
AuthorPosts
- You must be logged in to reply to this topic.