ObanTM
Forum Replies Created
-
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingThere’s a javascript error after quick-edit of any custom taxonomy item.
It says “Uncaught TypeError: Cannot read property ‘replace’ of undefined
***/plugins/cpt-onomies/assets/js/admin-edit.min.js line 1”.When using the unminified file this error appears on line 109 that reads
var $column_name = $table_columns[$column_index].replace(/^(column\-)/i, ""),Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Using Genericon as Print ButtonThere’s nothing wrong with the font set. It works well when I inject icon classes into your
<SPAN class="printfriendly-text2">tag.Shown here: http://m38i.imgup.net/2016-08-272896.png (http://prioncrb.ru/job/vacancy.html) Done with the jQuery function AddClass().
My layout goes berserk when I put my own SPAN (or whatever else) tag in your ‘Text’ input field because of a filter applied to it’s value. That filter replaces angle brackets with HTML entities so HTML code becomes a text.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Using Genericon as Print ButtonThere’s no need in IMG tag for Genericon/Fontawesome/Icomotion kind of icon font sets.
They’re using CSS classes and pesudoelement ::after to display the content.
Unforunatelly I can not send you the URL. It’s a live site, and if I keep the code it will ruin my layout.
But here’s a couple of shots:
How it looks from the front:
http://m08i.imgup.net/2016-08-24177f.pngIt’s source code:
http://p67i.imgup.net/2016-08-24ee67.pngAs you can see
<>'replaced with HTML entities. Is there any workabouts for it?