That’s exactly the workaround I’m using for the âSingle Post Featured Imageâ element. However, there’s no option to select image size for âSingle Post Contentâ element.
Any possibility to get these features for the next version? Seems something easy to implement and it’s very important for publishers.
Hi Bettina.
I use the responsive version. Already tried mobile viewport, but image size cannot be changed only for mobile.
Anamaria, could you please point me to the element file, so I can hardcode this?
Hello,
Is there a way to hide the Single Post Modified Date when there’s no update? It’d be simpler than duplicate templates.
Thanks for the reply, Bettina.
Is it possible to hard code this? Where should I look for?
Hi Calin, thanks for your reply.
Exactly, I need a block that will be ALWAYS filtered by a category (like movies). Then this always filtered block will be filtered again by the ajax tabs/dropdown.
So, it would be a block with all “movies” posts, that can be filtered again by other categories.
– The ALL tab would be filtered by “movies” category only.
– The Reviews tab would be filtered by “movies” AND “reviews” categories.
– The News tab would be filtered by “movies” AND “news” categories.
– The Videos tab would be filtered by “movies” AND “videos” categories.
Is there any way to get something like this? Even by coding?
Nick, did you manage to find a way to filter by custom taxonomy? This is a feature I’m looking for a long time.
I’m also looking for custom taxonomy filters for the blocks… it’d be perfect if I could just create my own query.
Just found the error, it was my Cloudflare configs (Rocket Loader). Could you please delete the post?
I know it would be a complex job and out of support scope, but it would be possible to point me to the right direction at least? Like, which files should I look for.
Same problem here… even cleaning cache does not change it.
Just updated to 7.5, still the same đ
Any other ideas? I can provide an FTP and admin access if you want to check in details.
Hi Andrei,
I tried this with this function, but still the same:
function my_post_queries( $query ) {
if (!is_admin() && $query->is_tax('tv')){
$query->set('posts_per_page', 4);
}
}
add_action( 'pre_get_posts', 'my_post_queries' );
Hi Phonetic!
I’m with a similar issue. I couldn’t load the pagination. Only page 1 is showing, other pages returns 404 error. Did you manage to make it work?
Thanks!
Hello! I’m also interested in this feature!