Home › Forums › All Other Themes › Theme skt-startup-pro
- This topic has 3 replies, 2 voices, and was last updated 6 years ago by
Forum Moderator.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
August 25, 2017 at 1:00 am #81775
Hi,
I have a problem with changing the contact in the skt-startup-pro theme.
I can not change the French language + Remove line WEBSITE PREFIX….
Please tell me where it can be modified.
Thank you in advance
MarekAugust 25, 2017 at 9:33 am #81793Hi,
This can only be done via coder.
Kindly send us your WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveAugust 25, 2017 at 8:39 pm #81857Hi,
I have found the configuration in the file, skt-startup-pro \ inc \ custom-functions.php
form .= "<form name=\"contactform\" action=\"#contactform_main\" method=\"post\"> <p><input type=\"text\" name=\"c_name\" value=\"". ( ( empty($name) == false ) ? $name : "" ) ."\" placeholder=\"Name\" /></p> <p><input type=\"email\" name=\"c_email\" value=\"". ( ( empty($email) == false ) ? $email : "" ) ."\" placeholder=\"Email\" /></p><div class=\"clear\"></div> <p><input type=\"tel\" name=\"c_phone\" value=\"". ( ( empty($phone) == false ) ? $phone : "" ) ."\" placeholder=\"Phone\" /></p> <p><textarea name=\"c_comments\" placeholder=\"Message\">". ( ( empty($comments) == false ) ? $comments : "" ) ."</textarea></p><div class=\"clear\"></div>"; $cform .= "<p><span class=\"capcode\">$sumStr</span><input class=\"capinput\" type=\"text\" placeholder=\"Captcha\" value=\"". ( ( empty($captcha) == false ) ? $captcha : "" ) ."\" name=\"c_captcha\" /><input type=\"hidden\" name=\"c_captcha_confirm\" value=\"". md5($capSum)."\"></p><div class=\"clear\"></div>"; $cform .= "<p class=\"sub\"><input type=\"submit\" name=\"c_submit\" value=\"Envoi\" class=\"search-submit\" /></p> </form> </div>"
Ps: It’s just a pity you can not easily change in wordpress
August 28, 2017 at 9:41 am #81953Hi,
Your WP details are not working.
Regards,
Dave -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.