Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi. What do you think about this? Instead of cloning the same form each time we need a new language translation on our site, the form by default could be automatically translated using the language packs. For this purpose we need to change:

    //	$atts['whatever'] = $value;
    	$atts['whatever'] = __('' . $value . '','contact-form-7'); //modules/*5 files
    
    //	$this->invalid_fields[$name] = array(
    // 		'reason' => (string) $message,
    $mytext = __('' . (string) $message . '', 'contact-form-7'); //includes/acceptance.php
    	$this->invalid_fields[$name] = array(
    		'reason' => $mytext,
    
    //	'message' => $submission->get_response(),	
    	'message' => __('' . $submission->get_response() . '','contact-form-7'), //includes/contact-form.php

    I hope it will be useful.

    Thank you for this great plugin.

    Thread Starter minionek

    (@minionek)

    Hello,

    Recent Post Page: https://cakeme.pl/

    At the bottom of each post-preview view you have the share buttons:
    Pinterest Instagram | Add Bookmark Send Print

    These buttons should share the refer posts. However they share the Recent Post Page.

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)