Title: jackey's Replies | WordPress.org

---

# jackey

  [  ](https://wordpress.org/support/users/jackey/)

 *   [Profile](https://wordpress.org/support/users/jackey/)
 *   [Topics Started](https://wordpress.org/support/users/jackey/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jackey/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jackey/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jackey/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jackey/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jackey/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/jackey/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/jackey/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[White Label CMS] Support for divi Library Layouts in Dashboard WLCMS](https://wordpress.org/support/topic/support-for-divi-library-layouts-in-dashboard-wlcms/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/support-for-divi-library-layouts-in-dashboard-wlcms/#post-17914478)
 * I would be convenient to be able to use frontend shortcodes in an html widget.
   That would open up access to the Divi library. But I can see some hurdles there.
    -  This reply was modified 1 year, 9 months ago by [jackey](https://wordpress.org/support/users/jackey/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[White Label CMS] Support for divi Library Layouts in Dashboard WLCMS](https://wordpress.org/support/topic/support-for-divi-library-layouts-in-dashboard-wlcms/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/support-for-divi-library-layouts-in-dashboard-wlcms/#post-17914418)
 * Have to make a special template for the page (removing header, footer and all
   other template-tools). But that’s okay…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[White Label CMS] Support for divi Library Layouts in Dashboard WLCMS](https://wordpress.org/support/topic/support-for-divi-library-layouts-in-dashboard-wlcms/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/support-for-divi-library-layouts-in-dashboard-wlcms/#post-17914405)
 * I’ve been testing around with the “page” option, and think it is perfectly workable.
   Since all the Custom dashboard panels (except basic HTML) are redered as a iFrame
   the widget is not dynamically resized when the content changes, making the use
   of forms that dynamically change content a bit messy.
 * Now I just keep the content static.
 * Thanks for the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authors List] Leading an trailing spaces in output](https://wordpress.org/support/topic/leading-an-trailing-spaces-in-output/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/leading-an-trailing-spaces-in-output/#post-17061522)
 * Thanks for pointing that out… totally missed it. I stand corrected 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authors List] Plural text](https://wordpress.org/support/topic/plural-text/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/plural-text/#post-13601087)
 * [@wellmelo](https://wordpress.org/support/users/wellmelo/)
 * ===
    .authors-list-items a { transition: all .3s; } .authors-list-item { display:
   flex !important; flex-direction:column; }
 * .authors-list-clearfix::after, .authors-list-clearfix::before {
    display:none!
   important; }
 * .authors-list-item-thumbnail .avatar {
    border-radius:1000px; max-width:100px;
   margin:0 auto; position:relative; z-index:900; border:4px solid #fff; }
 * .authors-list-item-main {
    background:#f4f4f4; margin:-60px auto 0 auto; padding:
   50px 20px 5px; border-radius:5px; border-bottom: 10px solid #6A1F6D; display:
   flex; flex-direction:column; flex-grow:1; width:100%; }
 * .authors-list-item-main .authors-list-item-title {
    font-size: 18px; font-family:‘
   Oswald’,Helvetica,Arial,Lucida,sans-serif; text-align:center; padding-bottom:
   3px; }
 * .authors-list-item-main .authors-list-item-excerpt {
    font-size:12px; line-height:
   1.4em; text-align:center; }
 * .authors-list-item-subtitle {
    font-size:13px !important; line-height:1.2em !
   important; font-family:’Oswald’,Helvetica,Arial,Lucida,sans-serif; color:#6A1F6D;
   text-align:left; }
 * .authors-list-item-link {
    transition: all .3s; position:relative; z-index:30;
   width:auto; background-color:#d0d0d0; color:#FFF; text-transform:uppercase; font-
   size:11px; text-align:center; border-radius:5px; margin:1em auto 0; padding:0
   10px; }
 * .authors-list-item-link:hover {
    background-color:#6A1F6D; } .author-list-item-
   after-bio { flex-grow:1; }
 * .authors-list-posts {
    font-size:12px; line-height:1.2em !important; } .authors-
   list-posts-item { padding-bottom:.5em; }
 * .authors-list-posts-item li {
    position: relative; padding-left: 1.3em; margin-
   top:.2em; } .authors-list-posts-item a { color:#666 !important; }
 * ul.authors-list-posts {
    list-style: none; /* Remove default bullets */ margin-
   left:.4em; }
 * ul.authors-list-posts li::before {
    font-family: ETmodules; speak: none; font-
   style: normal; font-weight: normal; font-variant: normal; text-transform: none;
   content: “\5b”; /* Add content: \2022 is the CSS Code/unicode for a bullet */
   color:#888 !important; display: inline-block; /* Needed to add space between 
   the bullet and the text */ width: 1.4em; /* Also needed for space (tweak if needed)*/
   margin-left: -1.4em; /* Also needed for space (tweak if needed) */ list-style-
   position: outside; position:relative; bottom:-.09em; } ul.authors-list-posts 
   li:hover::before { content: “\5c”; /* Add content: \2022 is the CSS Code/unicode
   for a bullet */ }
 * .authors-list-item-social a {
    fill:#ccc !important; color:#ccc !important;
 * }
    .authors-list-item-social a:hover, svg.fa-external-link-alt:hover { fill:#
   6A1F6D !important; color:#6A1F6D !important; }
 * .authors-list-item-excerpt,
    .authors-list-item-title { order:-1; } .author-list-
   item-after-title { order:2; }
 * .authors-list-cols-dir-horizontal .authors-list-col {
    float: none; margin: 0!
   important; }
 * .authors-list-cols-dir-horizontal .authors-list-col-3 {
    width: auto !important;}
 * .authors-list-items {
    display:grid; grid-template-columns: repeat(auto-fill,
   minmax(200px, 1fr)); grid-gap: 20px 30px; justify-content: stretch; }
 * .authors-list-item-social,
    .author-list-item-after-title { margin-bottom: 0px!
   important; } .authors-list-item-excerpt { margin-bottom: 15px !important; }
 * ===
 * Shorcode: [authors_list title_element=”h3″ columns_direction=”horizontal” minimum_posts_count
   =”1″ roles=”contributor” categories=”20″ orderby=”post_date” order=”DESC” show_link
   =”no” show_count=”yes” after_bio=”{alf:posts type=list amount=3}” authors_list
   after_title=”{alf:social}” count_text=”No Articles,One Article,% Articles”]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authors List] Plural text](https://wordpress.org/support/topic/plural-text/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/plural-text/#post-13586611)
 * Super, works great!
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authors List] Plural text](https://wordpress.org/support/topic/plural-text/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/plural-text/#post-13560974)
 * Hi [@wpkube](https://wordpress.org/support/users/wpkube/)
 * That’s great! No problem, I’m in no particular hurry…
    Managed to style and layout
   the output with Grid & Flex fairly easy… happy to find this plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wp-Typography] wp-Typography with Oxygen Builder](https://wordpress.org/support/topic/wp-typography-with-oxygen-builder/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wp-typography-with-oxygen-builder/#post-11421849)
 * Sure… will do!
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wp-Typography] wp-Typography with Oxygen Builder](https://wordpress.org/support/topic/wp-typography-with-oxygen-builder/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wp-typography-with-oxygen-builder/#post-11421768)
 * Hi Peter,
 * Had “Ignore Parser Errors” setting on and off at no avail… disabled oxygens’ 
   cache… but notice now that hyphenation works in the wordpress content data field,
   but not in the Builders’ Text & Rich Text fields… so no hyphenation in Oxygen
   content. 🙁
 * Regards,
    Jackey
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Version 2.9.7.1 broke severall of my Divi sites](https://wordpress.org/support/topic/version-2-9-7-1-broke-severall-of-my-divi-sites/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/version-2-9-7-1-broke-severall-of-my-divi-sites/#post-11412124)
 * [Current version 2.9.7.1](https://imgur.com/6rp1hVO)
    [Previous version 2.9.7](https://imgur.com/Hb7Utg6)
    -  This reply was modified 7 years, 1 month ago by [jackey](https://wordpress.org/support/users/jackey/).
    -  This reply was modified 7 years, 1 month ago by [jackey](https://wordpress.org/support/users/jackey/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Version 2.9.7.1 broke severall of my Divi sites](https://wordpress.org/support/topic/version-2-9-7-1-broke-severall-of-my-divi-sites/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/version-2-9-7-1-broke-severall-of-my-divi-sites/#post-11411830)
 * Hi Stanley,
 * Had to revert to previous version… but re-installed the update, so you can see
   that a lot is missing now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Update from 2.7.11 to 2.7.12](https://wordpress.org/support/topic/update-from-2-7-11-to-2-7-12/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/update-from-2-7-11-to-2-7-12/#post-11081517)
 * Hi Jim,
 * Had the problem (a year ago) that in most input fields the normal shortcode as
   you describe rendered as text. Found that this {!{ }!} worked like a charm.
 * Sadly (for me), with the latest update this stopped working.
 * Strangely enough… it seems to know it’s a pods code… cause it renders “Pods not
   found”.
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EG-Attachments] Filetype Icons do not show on MAMP (mac) (only document icons)](https://wordpress.org/support/topic/filetype-icons-do-not-show-on-mamp-mac-only-document-icons/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [10 years ago](https://wordpress.org/support/topic/filetype-icons-do-not-show-on-mamp-mac-only-document-icons/#post-7204002)
 * Now my provider has migrated my sites to another server all filetype icons have
   changed into the document icon.
 * Any idea what causes this?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Hyphenator] Great but not there yet…](https://wordpress.org/support/topic/great-but-not-there-yet/)
 *  Thread Starter [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/great-but-not-there-yet/#post-8038900)
 * Thanks!
    Indeed, orphan control would be a welcome addition as well!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF.js Viewer] How to change the language](https://wordpress.org/support/topic/how-to-change-the-language-4/)
 *  [jackey](https://wordpress.org/support/users/jackey/)
 * (@jackey)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-change-the-language-4/#post-4393290)
 * Would like to know that as well! (for dutch)
 * Regards

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/jackey/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/jackey/replies/page/2/?output_format=md)