Tag images not translated with WPML

This topic contains 28 replies, has 4 voices, and was last updated by  Stiofan O’Connor 5 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #481531

    timalua
    Free User
    Post count: 40
    This reply has been marked as private.
    #481554

    Alex Rollin
    Moderator
    Post count: 27815

    For the field streetview?
    You have not enabled the option : Embed Media URLs:
    Try that

    #481577

    timalua
    Free User
    Post count: 40

    I did,
    not working.(streetview – Embed Media URLs:)

    However the field is not streetview
    but:
    1) Test 360 Text (Text area)
    2) Html 2 Test 360 (HTML area)

    I tried to insert scortcode even in the streetview field.
    nothing does not process the code.

    #481589

    Alex Rollin
    Moderator
    Post count: 27815

    Shortcodes are being rendered in the field, the html field with embedded media enabled.

    Are you sure the shortcode/plugin you are using is working?

    #481590

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #481638

    timalua
    Free User
    Post count: 40
    This reply has been marked as private.
    #481643

    Alex Rollin
    Moderator
    Post count: 27815

    Can you share a link to a page where it is working?
    Thanks

    #481707

    timalua
    Free User
    Post count: 40
    This reply has been marked as private.
    #481756

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #481880

    Kiran
    Moderator
    Post count: 7069

    Hello Timalua,

    iPanorama 360 shortcode renders inline JavaScript in html without wrap by “/* <![CDATA[ */” & “/* ]]> */”.

    I have added following snippet in your child theme functions.php.

    
    
    /**
     * iPanorama 360 shortcode fix p tag
     */
    function gd_snippet_190420_ipanorama_shortcode_tag( $output, $tag, $attr, $m ) {
    	if ( $tag == 'ipanorama' && ! empty( $output ) ) {
    		$output = str_replace( '<script type="text/javascript">', '<script type="text/javascript">/* <![CDATA[ */', $output );
    		$output = str_replace( '</script>', '/* ]]> */</script>', $output );
    	}
    
    	return $output;
    }
    add_filter( 'do_shortcode_tag', 'gd_snippet_190420_ipanorama_shortcode_tag', 1, 4 );

    Please check and let us know.

    Regards,
    Kiran

    #482236

    timalua
    Free User
    Post count: 40

    Perfect, it seems to me all right.

    Thank you so much for your work,
    Very well done!
    Great!!

    I searched wpgeodirectory.com for your paypal mail, but could not find it.
    If you can send your paypal mail.
    I want to offer you to drink, to thank.

    Greetings Andrea

    #482243

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    #482254

    timalua
    Free User
    Post count: 40

    I will also leave you review, but insested to drink

    #482257

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Andrea,

    A review is more than enough thanks 🙂

    Stiofan

Viewing 14 posts - 16 through 29 (of 29 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket