raw html

Posted in: Newspaper
Post count: 9

Hi! I use tadDiv Composer and when I add “Raw HTML” block – I cannot edit it or change anything in it!
When I save and re-open page again that block disappear. When I click to Copy it I get error “tdcElementHandlerUI -> tdcElementHandlerUI._$handlerClone Error: Element model id is not in $draggedElement data!”
Who has the same issue?

Post count: 22421

Hello,

Please check your htaccess for any rules in there that could prevent the normal functionality of the tagdiv composer. Please also test without plugins as a plugin conflict can also affect it.

Thank you!

Post count: 9

What should I look for?
I do not have any additional plugins installed in wordpress. The installation is clean.

.htaccess contain only that

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Post count: 22421

Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.

Thank you!

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