Akshay Vyas
Forum Replies Created
-
Forum: Plugins
In reply to: [SpiderCalendar] Calendar based on category not working.Thanks,
But can you give me example that what to write?I want to do based on category drop down.
Forum: Plugins
In reply to: [SpiderCalendar] Calendar based on category not working.@sona
I want list of events based on selected category from select box.Ex.
If I select category 1 from select box then calendar should display only event with that particular category.Forum: Plugins
In reply to: [AddToAny Share Buttons] Spin Icon when hoverHi farhan86a,
CSS that you have applied will effect every images those are in your site because you have written img { }.
To apply change for particular section only, you need to write class name or ID of that html tag.
Thanks.
Forum: Reviews
In reply to: [WooCommerce] It's Cool…No. He is my team member
Forum: Fixing WordPress
In reply to: Menu order on query on two post typesYou can add this into your function.php file and try to set post order :
function wpcodex_add_pageattributes_support_for_pages() {
add_post_type_support( ‘post’, ‘page-attributes’ );
}
add_action( ‘init’, ‘wpcodex_add_pageattributes_support_for_pages’ );Forum: Fixing WordPress
In reply to: Problem with Upload Images (wp 4.4)Hello,
I just try it as you have done, it working well.
I think your image size may be large, so it is taking more time to load.Thanks
Forum: Fixing WordPress
In reply to: Menu order on query on two post typesHi,
I got your point. I don’t know way that how to work with that plugin. But if you set post order in post editing dashboard then you will definitely get your expected output.
Set order for posts of type1 like 0,1,2,3,… and for type2 set like 4,5,6,…
Thanks.
Forum: Fixing WordPress
In reply to: Menu order on query on two post typesHi,
If you are applying menu_order then you have to set order for post, which is at right side of editing post.
So, set post order for posts of post_type1 like 0,1,2,3,… then for post_type2. I think it will work for you.
Thanks.
Forum: Themes and Templates
In reply to: [MesoColumn] Shortcoder plugin don't work with WordPress 4.4Hello all,
I just checked that plugin with WordPress 4.3.1, but not working.
So, there may be problem with plugin right now. So there is no problem with new WordPress version.Thank You.