Skip to content

Tag: wordpress

Tagdiv Composer loads to infinity: WordPress Plugin

I am new to WordPress. I am working on a news website with the Newspaper theme and Tagdiv composer plugin After working for a week I have developed a problem which I explain below. Whenever I want to edit pages with TagDiv Composer, the large spinner icon shows and starts loading. It stays there like forever …

Remove tag using javascript

Is there a way to remove title tag using javascript? I tried to do this but it failed because title tag is not a node (console said). I need to force a WordPress plugin to overwrite the default title tag with a custom one. Any ideas? Answer The title property just contains a string representation of the title…

how to load Javascript in WordPress Plugin

Can someone show me how to include this javascript file into my wordpress plugin. I have tried all the wp_enqeue_script() methods but nothing happens. ok here is my example plugin code with comments explaining what I would like. this is the popup.js So does anybody know how to call this script to work correct…