srrajkumar
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] show downloads based on userroleHi,
Thanks for your response.
My query right now in a page I am using[sdm_show_dl_from_category category_slug="technology" fancy="1"]
to list all but for certain users I want to hide some of the downloads in that list. I am using members this plugin to create custom user roles. is there a way or loop I can add to check for user roles and list category?yeah,
Even I am also looking for the same, Pls help me out.
Great Plugin Thanks ??
- This reply was modified 7 years, 11 months ago by srrajkumar.
Posting it here if someone like me searching for it may help…. ??
<div class="profile_u"> <?php if ( is_user_logged_in() ): $current_user = wp_get_current_user(); if ( ($current_user instanceof WP_User) ) { ?> <section class="main"> <div class="wrapper-demo"> <div id="dd" class="wrapper-dropdown-5" tabindex="1"><?php echo get_avatar( $current_user->user_email, 70 ); echo $current_user->display_name ; ?><span class="arrow"></span> <ul class="dropdown"> <li><a>"><i class="icon-user"></i>Profile</a></li> <li><a>"><i class="icon-remove"></i>Log out</a></li> </div> ?</div> </section> <?php } endif; ?> </div>
Forum: Plugins
In reply to: [Search Everything] Search should show above 3 charactersBecause for example if I searched ‘hi’ it looks into all the words in the title and displays even if it’s in the last or in the middle of the title. It’s not looking quite good. I Hope you guys got what i meant…
Hi,
Thanks for the reply Barry Kooij.
I want to show the count of each posts in the homepage loop, I am new to wordpress could you please guide me on that how to and i want to add one more functionality to my website.I have three files downloads link in separate in a single post, i want to give user an option to download all in one shot as zip file is there a way to achieve it???
Will waiting for your reply.Regards,
S R Rajkumar
is anyone really here ?????????????????????????????
is anyone here ???/
Forum: Fixing WordPress
In reply to: Avatar in the admin bar and avatar in profile page not showingNo replies here ,
But to my luck i found answer for the above problem, Sharing it for others who searches like me.
In database -> wp_options table set show_avatars field value to 1. this will solve the issue.
In My case there was no value in it. ??
Forum: Fixing WordPress
In reply to: Avatar in the admin bar and avatar in profile page not showingHi Janis Ozolins,
Thanks for the reply.
I have tried that its the same, the admin avatar you look over there in the screenshot is loading from the style sheet.