mmshahid73
Forum Replies Created
-
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Akismet 3.3 Update FailsHi, i have the same issue since last few days. I just view the plugin directory manually, i found a “.htaccess” file in plugin directory, i do not know how it come here, but when i delete this “.htaccess”, the update done in a flash.
Forum: Themes and Templates
In reply to: [Hueman] Random posts on front pageThanks @denzel_chia , i was looking for any optin in this theme, done working perfect ??
Forum: Themes and Templates
In reply to: [Hueman] Criteria for popular post widget.This column is a part of “JetPack” belongs to WP-Statistic.
Forum: Themes and Templates
In reply to: [Hueman] Criteria for popular post widget.I have a column “Hits” in my databae, is this enugh to add “Hits” to display Popular posts based on most Hits?
<?php $popular = new WP_Query( array( 'post_type' => array( 'post' ), 'showposts' => $instance['popular_num'], 'cat' => $instance['popular_cat_id'], 'ignore_sticky_posts' => true, 'meta_key' => 'hits', 'orderby' => 'meta_value_num', 'order' => 'desc', 'date_query' => array( array( 'after' => $instance['popular_time'], ), ), ) ); ?>
Forum: Themes and Templates
In reply to: [Hueman] Criteria for popular post widget.Hi, i done same as you advised, it looks like that:
<?php if($instance['popular_enable']) { // Popular posts enabled? ?> <?php $popular = new WP_Query( array( 'post_type' => array( 'post' ), 'showposts' => $instance['popular_num'], 'cat' => $instance['popular_cat_id'], 'ignore_sticky_posts' => true, 'meta_key' => 'views', 'orderby' => 'meta_value_num', 'order' => 'dsc', 'date_query' => array( array( 'after' => $instance['popular_time'], ), ), ) ); ?>
I tried to set Most Popular by Post view, but the above seams to not working properly, any advise?
Forum: Themes and Templates
In reply to: [Hueman] Criteria for popular post widget.Thanks for both of you ??
Forum: Themes and Templates
In reply to: [Hueman] SCC coding of sidebar post listing.Thanks ??
Forum: Themes and Templates
In reply to: [Hueman] Primary & Secondary Sidebar WidthThanks for your reply, this is not necessary for me, so better for me to leave this. ??
Forum: Themes and Templates
In reply to: [Hueman] Slider post Random SelectionMany Thanks ??
Forum: Themes and Templates
In reply to: [Hueman] Placement of Header Ads Widget over header banner imageHi bdbrown, my site link is https://www.alkamunia.com
i like to put this
over this header image
which says this is not possible
So any solution?
Forum: Themes and Templates
In reply to: [Hueman] Blog Title Font styleThanks , working perfect ??
Forum: Themes and Templates
In reply to: [Hueman] Blog Title Font styleIt is Header Title
Site Link: https://www.alkamunia.com
- This reply was modified 8 years, 5 months ago by mmshahid73.
Forum: Themes and Templates
In reply to: [Hueman] Title placement on Slider ImageThanks bdbrown! its working like charm.
I added few CSS for better visibility of white text over white background, space between slider Title and category name, also set slider width and height, i am pasting the code for anyone who need it.
/* Slider Width */ .flexslider .slides img { width: 100%; max-height: 350px; } /* stick featured post title to bottom of post image */ .featured .post-title { position: absolute; bottom: 0; left: 10px; bottom: 15px; } .featured .post-title a { color: white; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15); }
Screen shot
Live demo: https://www.alkamunia.com
Thanks
- This reply was modified 8 years, 5 months ago by mmshahid73.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] does not have headerSOLVED
I just optimized my DB after that, i tried to activate this and suddenly its activated ??
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] does not have headerI found the following error during activation.
The plugin does not have a valid header.