Theme skt-startup-pro

Home Forums All Other Themes Theme skt-startup-pro

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81775
    witmarwitmar
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: August 22, 2017

    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.

    Contact Image

    Thank you in advance
    Marek

    #81793
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #81857
    witmarwitmar
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: August 22, 2017

    Hi,

    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

    #81953
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Your WP details are not working.

    Regards,
    Dave

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