"Limit allowed HTML tags" filter is deleting Ckeditor table styles

"Limit allowed HTML tags" filter is deleting Ckeditor table styles

I’m using the “Limit allowed HTML tags” filter in my text format and put this to the allowed tags: <th style> Anyway my table styling <th style=”width: 60%;”> added in Ckeditor is filtered out. What have I missed? read more
"Limit allowed HTML tags" filter is deleting Ckeditor table styles

Views related content based same term names in different vocabulary

I’m trying to create a view for a taxonomy term and show a related content based on term name. For example, i have term name Manchester United in vocabulary teams and i want to show all news nodes that have term Manchester United. The problem is that terms in... read more
"Limit allowed HTML tags" filter is deleting Ckeditor table styles

How do I turn on theme_debug?

I want to use theme_debug to check which elements of a site use which .tpl files. I have tried turning it on by using the drush command: drush @mysite vset theme_debug 1 Though I do get the response theme_debug was set to 1, this does not seem to work. Would anyone... read more
"Limit allowed HTML tags" filter is deleting Ckeditor table styles

Preprocess Node function not being called

I’m attempting to perform an action in a preprocess node hook inside my .theme file, but I can’t seem to get it to fire. Here’s the content of my customtheme.theme file <?php function mytheme_preprocess_page(&$variables){ $menu =... read more