TagDiv composer Cross origin

Posted in: Newspaper
Post count: 2

Hello Guys,
I just purchased the theme, and i’m getting this error when trying tagDiv-compose:
Refused to display ‘https://sub.domain.com/?page_id=79&td_action=tdc_edit&post_id=79&tdbTemplateType=page’ in a frame because it set ‘X-Frame-Options’ to ‘deny’.

Could you help me please ?

Post count: 20688

Hi,

You have to set x-frame options to allow. Please contact your host and ask about enabling x-frame options. There is a chance this code from below could work if you enter it in the htaccess file

<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>

If it doesn’t, best bet is to ask the hosting provider about changing the sate of the x-frame to allow. Let us know how it goes.

Thanks

Post count: 2

Hello Simon,
Thanks for answer.
I had this in ssl-params: add_header X-Frame-Options DENY;
After removing this line, it starts working.

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.