yoyokhan
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Top Post ModificationHi, Still looking for an answer.
Thanks for your help
Forum: Plugins
In reply to: [Super Page Cache] Site Under ConstructionFixed it by adding login url in Bypass cache section
- This reply was modified 9 months, 1 week ago by yoyokhan.
Forum: Themes and Templates
In reply to: [Neve] Need to Stop Creation of thumbnails and additional imagesThanks. It worked. Really grateful.
There is no problem from the Hosting Side. Classic Editor plugins seem to be ones causing issues with saving or updating posts. After deactivating the plugin, the Timeout error is resolved.
Initially, post update from mobile was also getting error but now everything works fine.Thanks
Very likely. I downgraded to previous version and now link established.
Hi, thanks for your time and response. Its working
Thanks for your help
- This reply was modified 12 months ago by yoyokhan.
Its homepage and want to use it for 1st block only (Trending Posts)
@hardeepasrani Its not working. Am I using it right ?
add_filter( 'themeisle_gutenberg_posts_block_query', function( $args, $attributes ) { if ( 'wp-block-themeisle-blocks-posts-grid-XXXXXXX' === $attributes['id'] ) { $args['orderby'] = 'modified'; } return $args; }, 10, 2 );
- This reply was modified 12 months ago by yoyokhan.
@hardeepasrani Can you tell me how to use attributes to use it for a specific block only. Currently it sorts all posts as per modified date.
Regards
Thanks a lot. It worked.
Thanks, it worked. Can you tell me why this error / issue occurred in first place ? I have other sites as well and planning to use neve with otter. Do i have to use same code this issue ?
Thanks
Hi,
It been three days and no response. Kindly reply
Thanks
Thanks for your reply. I going to implement it as you suggested. What about another issue? Redirections are not being added.
Forum: Plugins
In reply to: [Autoremove Attachments] How to enable Additional Checksok. thanks alot.
Hi, thanks. I have four posts blocks and when I use following code, its gets apply to all. But I want it to be used on single block.
.wp-block-themeisle-blocks-posts-grid .o-posts-grid-post-body .o-posts-grid-post-title a { color: black; }
I have used this on both Reusable posts blocks and new as well, result is same.
thanks