iavinash
Forum Replies Created
-
Thanks mayurjango.. I would also like to have this feature..
Forum: Fixing WordPress
In reply to: How to display live cricket scoreThanks WPyogi,
Lets see what others are saying.
Thanks,
AvinashForum: Themes and Templates
In reply to: [Hueman] Widgetizing Content AreaHi Heartbr3ak,
Thansk again. I tried the steps and the CSS suggested by bdbrown. I noticed that that display was okay on normal screen but for mobile display pagenavigation was going side by side and AlxTab was only capturing 50% of the scree. So to overcome this i added below css. Just in case if you find it useful
@media only screen and (min-width: 720px) { .content .widget_alx_posts, .content .widget_alx_tabs { width: 45%; float: left; margin: 0 10px; } .wp-pagenavi span.pages { <strong>clear: both;</strong> } }
Thanks,
AvinashForum: Fixing WordPress
In reply to: How to display live cricket scoreHi Kayless,
Thank for the reply. Sorry if i was not clear i do not want to get the info from other website. It would be my website to show the score.
I want to display the score of a local match here in our town. Hope it is clear.
Thank You,
AvinashForum: Themes and Templates
In reply to: [Hueman] Widgetizing Content AreaThank you Heartbr3ak ??
Forum: Themes and Templates
In reply to: [Hueman] Widgetizing Content AreaHi Heartbr3ak,
Your site looks great… Could you please let me know which PHP file you modified to include those two widgets.
Thanks,
AvinashForum: Themes and Templates
In reply to: [Hueman] Exclude a Category from Hueman Index-PageOk,
I got the answer and it can be included like this
$query->set('cat', '-44,-331');
Thanks,
AvinashForum: Themes and Templates
In reply to: [Hueman] Exclude a Category from Hueman Index-PageHello All,
Could someone explain me what i need to do if i want to exclude more than one category
function excludeCat($query) { if ( $query->is_home ) { $query->set('cat', '-CAT_NR'); } return $query; } add_filter('pre_get_posts', 'excludeCat');
Thanks,
AvinashForum: Themes and Templates
In reply to: [Hueman] What is new Header Ads and Footer Ads optionThanks bdbrown ??
Forum: Themes and Templates
In reply to: [Hueman] Standard blog style for specific categoryThanks bdbrown,
This worked as i was expecting. It seems there was a typo in the code and closing php tag was missing. I used it as follows and it worked.
<?php if ( ot_get_option(‘blog-standard’) == ‘on’ || is_category( array( ‘Job’, ‘Recipe’, ‘Article’ ) ) ): ?>
Thanks for your help and clear explanations.
AvinashForum: Themes and Templates
In reply to: [Hueman] Standard blog style for specific categoryThanks bdbrown,
I will try this and let you know. One small clarification though. What if i need to use it for more than one but not for all categories. Should it look like this
<?php if ( have_posts() ) : ?> <?php if ( ot_get_option('blog-standard') == 'off' || is_category( 'Job' ) || is_category( 'recipe' ) || is_category( 'article' ) ): ?>
Thank you
AvinashForum: Themes and Templates
In reply to: [Hueman] Can we display image of AuthorForum: Themes and Templates
In reply to: [Hueman] Can we display image of AuthorHi ak.azmi,
Thanks for assisting me. What i meant is i do see the author details just below the post something like “BY AVINASH PATEL JANUARY 16, 2015“.
But the same info is displayed even i keep the “Author Bio” option disabled. However, this is not my issue or problem. What i want is to display the author image as it is being displayed in this forum, beside my user name (iavinash). In the same way i want in my website.
Hope i am bit clear this time.
Thanks,
AvinashForum: Themes and Templates
In reply to: [Hueman] When using featured post websites moves up and downThanks bdbrown,
It does work.
Thank angelo,
Could you please help me to understand where and how exactly i need to use the place holder. If you help me once i will probably not ask this again and can determine how to user other place holders.
Thanks for understanding,
Avinash