cihat74
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts in Sidebar] Link to Current Author’s PageThanks Aldo. You’re great. Looking forward to hearing from you.
Forum: Plugins
In reply to: [Posts in Sidebar] Link to Current Author’s PageOr maybe you may offer me a trick to add a button that goes to current author’s profile page.
.
Yees. I second this. This would be really awesome.
Forum: Plugins
In reply to: [Meks Smart Author Widget] No CSS?If you want a gradient color for the widget, you can try this.
.mks_author_widget {
text-align: center;
background: #e4ecf3;
background: -moz-linear-gradient(top, #ffffff 0%, #e4ecf3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4ecf3));
background: -webkit-linear-gradient(top, #ffffff 0%,#e4ecf3 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e4ecf3 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e4ecf3 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e4ecf3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#ffffff’, endColorstr=’#e4ecf3′,GradientType=0 );
}Forum: Plugins
In reply to: [Meks Smart Author Widget] No CSS?Actually it does. I played with it. Below are the css codes I added. You can play with them to get what you desired.
/* STYLING MEKS SMART AUTHOR WIDGET */
.mks_author_widget img {
float: none !important;
margin: 0 auto !important;
margin-bottom: 15px !important;
display: table;
border-radius: 100px;
border: 2px dashed #011cc0;
padding: 4px;
-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.63);
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.63);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.mks_author_widget {
text-align: center;
background: #e4ecf3;
}
.mks_author_widget .widget-title {
text-align: left !important;
}
.mks_author_widget .widget-title:before {
background-color: #e4ecf3;
}
.mks_autor_link_wrap a {
background: #001bc0;
color: #ffffff;
padding: 3px 8px;
border-radius: 4px;
}
.mks_autor_link_wrap a:hover {
background: red;
color: #ffffff;
padding: 3px 8px;
border-radius: 4px;
}Forum: Plugins
In reply to: [MP3-jPlayer] “Start with playlists open” – only allows OpenI second this.
Forum: Plugins
In reply to: [Kodex Posts likes] A Different ScenarioFor the ones who need, here is the solution to my own request:
1- Add the code below in your theme’s functions.php file.
function custom_content_after_post($content){ if (is_single()) { $content .= '[kodex_post_like_buttons]'; } return $content; } add_filter( "the_content", "custom_content_after_post" );
2- On the settings page of kodex, under enable for this post types tick post and under Show on the top of post choose Don’t show automatically..
Now you can add your shortcode to the pages you want.
Cheers.
Forum: Plugins
In reply to: [Idle User Logout] Where are the options in database?Ups! Forgot to mark as resolved.
Forum: Plugins
In reply to: [Idle User Logout] Where are the options in database?Sorry, that was an immediate post. For the ones who have the same problem:
DATABASE TABLE: wp-options:
OPTION NAME: iul_data
OPTION VALUE: a:1:{s:20:”iul_idleTimeDuration”;s:0:””;}Replace option value with a:1:{s:20:”iul_idleTimeDuration”;s:20:””;}
Kidding ??
I quite appreciate spending your times and brains on being helpful to the wp community while trying to add extra income to improve yourself for being more helpful.
By the way, I can contribute you kind guys with tr_TR in return for nothing if you want.
I feel you are collecting ideas here to fill up your pro version. ??
Bad news. How unfortunate. It could be really nice with that feature. Without that it looks quite simple. Anyway, I will give up using then.
But yet, I wish you good luck in your sales.
Sorry, forgot to tick “notifier”.
Yes, I need that, too.