compukol
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Email is not sent. Bad Request(invalid_grant)OS: Linux gator4012.hostgator.com 3.12.41-77.ELK6.x86_64 #1 SMP Fri May 1 18:21:30 CDT 2015 x86_64
PHP: Linux 5.4.45 C
PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=Yes, zlib_encode=Yes
WordPress: 4.3.1 en_US UTF-8
WordPress Theme: TheProfessional
WordPress Plugins: Gravity Forms, AddThis Follow Buttons, AddThis Welcome Bar, Share Buttons by AddThis, Akismet, All In One SEO Pack, BackWPup, Elegant Themes Updater, ET Shortcodes, Gravity Forms Coupons Add-On, Gravity Forms MailChimp Add-On, Gravity Forms PayPal Standard Add-On, JaspreetChahal’s Coupon Revealer, MailChimp for WordPress Lite, Page Links To, Postman SMTP, Revision Control, Simple Tooltips, TablePress, Testimonial Basics, WooCommerce Pay Per Post, WooCommerce, WP Edit, WP Gift Certificate Reloaded – Certificate Expiration Module, WP Gift Certificate Reloaded – Flexible Price Module, WP Gift Certificate Reloaded – Group Certificates Module, WP Gift Certificate Reloaded – Logo Campaign Module, WP Gift Certificate Reloaded – PayPal Payment Module, WP Gift Certificate Reloaded – Personalization Module, WP Gift Certificate Reloaded – Style Certificate Module, WP Gift Certificate Reloaded – User Roles Module, WP Gift Certificate Reloaded, WPtouch Pro
WordPress wp_mail Filter(s): wp_staticize_emoji_for_email
Postman: 1.7.2
Postman Sender Domain (Envelope|Message): detailusa.net | detailusa.net
Postman Prevent Message Sender Override (Email|Name): No | No
Postman Active Transport: Gmail API (https:oauth2://www.googleapis.com:443)
Postman Active Transport Status (Ready|Connected): Yes | Yes
Postman Deliveries (Success|Fail): 76 | 75Never mind I figured it out.
.su-slider-slide-title {
filter: alpha(opacity=100);
opacity: 1;
color: red!important;
font-size: 18px;
text-align: left;
padding: 0 10px;
}Forum: Plugins
In reply to: [Edit Flow] Feature request: Colorized Custom StatusesResolved
Forum: Plugins
In reply to: [Edit Flow] Feature request: Colorized Custom StatusesPerfect! That is exactly what I was looking for.
Thank you very much.
Forum: Plugins
In reply to: [Edit Flow] Feature request: Colorized Custom StatusesStill no colors in calendar view.
Forum: Plugins
In reply to: [Edit Flow] Feature request: Colorized Custom StatusesAdding your code in functions.php seem to colorize the post in list view but not in calendar view.
Forum: Plugins
In reply to: [Edit Flow] Feature request: Colorized Custom StatusesStagger, I still don’t understand you. Your instructions are too technical can you please simplify them.
My custom statuses are: Pitch, Assigned, In Progress, Draft, Pending Review, Waiting for Edit, and Publish
Thank you,
Forum: Plugins
In reply to: [Edit Flow] Feature request: Colorized Custom StatusesStagger Lee, please explain “My fancy status = .custom-status-my-fancy-status in calendar, or .status-my-fancy-status in post list view”.
What else need to be done beside putting the code in functions.php?
Thank you.
Forum: Plugins
In reply to: [Author Avatars List/Block] Formating Author Bio'sThank you. Much Better.
Forum: Plugins
In reply to: [Author Avatars List/Block] Formating Author Bio'sHi Paul,
I updated the plugin to 1.8.6.3 and it looks like it restored the entire text and HTML tags.
I replaced the code in style.css with this one:
/* ***For Author Avatars List Plugin *** */
/* If you want to justify the text in your bio section, add this in your main style sheet: */body .shortcode-author-avatars .author-list img{
float: left;
}body .shortcode-author-avatars div.author-list .user .name {
font-size: 2em;
}// this will left align the bio
body .shortcode-author-avatars div.author-list .user{
text-align: left;
}
/* ***End Author Avatars List Plugin *** */When the images are on the left I have 2 issues left:
1. Need some padding between the image and text.
2. Some of the text for few people is still not left justified. Take a look: https://www.compukol.com/blog/meet-our-bloggers/Thanks,
Forum: Plugins
In reply to: [Author Avatars List/Block] Formating Author Bio'sHi Paul,
The latest code you provided above just moved the images to the right but the text is still not left justified. And also all the HTML tags within the txt such as links and <p> tags got lost.
Here is what I have in style.css for your plugin. This include entries you provided today together with entries you provided me in the past about the same problem. Please advise a fix.
/* ***For Author Avatars List Plugin *** */
/* If you want to justify the text in your bio section, add this in your main style sheet: */.author-list p {
text-align: left; }/* However, that won’t affect your images, which would still be centered. If I were you, I would force them to align with the text and wrap the text around it. To do so, add these styles: */
.user.with-name.with-biography >a {
float: left;
margin-right: 8px 10px 0 0;
}/* If you want to add more empty space between authors for clarity, add this too: */
.user.with-name.with-biography {
margin-bottom: 15px;
}body .shortcode-author-avatars .author-list img{
float: right;
}// this will left align the bio
body .shortcode-author-avatars div.author-list .user{
text-align: left;
}
/* ***End Author Avatars List Plugin *** */Forum: Plugins
In reply to: [Author Avatars List/Block] Formating Author Bio'sI need the bio text left justify not the avatar image (although justifying the image on the left doesn’t look so bad). How do I left justify the text and how do I preserve paragraph formatting and line breaks within the bio text?
Take a look:
https://www.compukol.com/blog/meet-our-bloggers/Forum: Themes and Templates
In reply to: [Health-Center-Lite] Add images to Featured SlideSo what is the answer to this?
How do we add feature slide images and links to pages for each slide?Prototype site here: https://sites.compukol.com/elite-healthcare/
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Relevanssi stoped showing results after updateI deactivated, reactivated and reindex and now it seem to be working. Thank you.
Forum: Plugins
In reply to: [WP Edit] Inserting Short Codes and SignoffSo is the button for Shortcodes that was available un Ultimate TinyMCE and was also used to insert the [signoff] code, completely gone from WP edit?