jackey
Forum Replies Created
-
Forum: Plugins
In reply to: [White Label CMS] Support for divi Library Layouts in Dashboard WLCMSI 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 7 months, 2 weeks ago by jackey.
Forum: Plugins
In reply to: [White Label CMS] Support for divi Library Layouts in Dashboard WLCMSHave to make a special template for the page (removing header, footer and all other template-tools). But that’s okay…
Forum: Plugins
In reply to: [White Label CMS] Support for divi Library Layouts in Dashboard WLCMSI’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
In reply to: [Authors List] Leading an trailing spaces in outputThanks for pointing that out… totally missed it. I stand corrected ??
Forum: Plugins
In reply to: [Authors List] Plural text===
.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
In reply to: [Authors List] Plural textSuper, works great!
Thanks!
Forum: Plugins
In reply to: [Authors List] Plural textHi @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
In reply to: [wp-Typography] wp-Typography with Oxygen BuilderSure… will do!
Thanks!
Forum: Plugins
In reply to: [wp-Typography] wp-Typography with Oxygen BuilderHi 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,
JackeyForum: Plugins
In reply to: [LiteSpeed Cache] Version 2.9.7.1 broke severall of my Divi sitesForum: Plugins
In reply to: [LiteSpeed Cache] Version 2.9.7.1 broke severall of my Divi sitesHi Stanley,
Had to revert to previous version… but re-installed the update, so you can see that a lot is missing now.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Update from 2.7.11 to 2.7.12Hi 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
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
In reply to: [Hyphenator] Great but not there yet…Thanks!
Indeed, orphan control would be a welcome addition as well!Forum: Plugins
In reply to: [PDF.js Viewer] How to change the languageWould like to know that as well! (for dutch)
Regards