Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Fausto
tagDiv Member

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.

Fausto
tagDiv Member

Hi Bettina.

I use the responsive version. Already tried mobile viewport, but image size cannot be changed only for mobile.

Fausto
tagDiv Member

Anamaria, could you please point me to the element file, so I can hardcode this?

Fausto
tagDiv Member

Hello,

Is there a way to hide the Single Post Modified Date when there’s no update? It’d be simpler than duplicate templates.

Fausto
tagDiv Member

Thanks for the reply, Bettina.

Is it possible to hard code this? Where should I look for?

Fausto
tagDiv Member

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?

Fausto
tagDiv Member

Nick, did you manage to find a way to filter by custom taxonomy? This is a feature I’m looking for a long time.

Fausto
tagDiv Member

I’m also looking for custom taxonomy filters for the blocks… it’d be perfect if I could just create my own query.

Fausto
tagDiv Member

Just found the error, it was my Cloudflare configs (Rocket Loader). Could you please delete the post?

Fausto
tagDiv Member

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.

Fausto
tagDiv Member

Same problem here… even cleaning cache does not change it.

Fausto
tagDiv Member

Just updated to 7.5, still the same 🙁

Fausto
tagDiv Member

Any other ideas? I can provide an FTP and admin access if you want to check in details.

Fausto
tagDiv Member

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' );

Fausto
tagDiv Member

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!

Fausto
tagDiv Member

Hello! I’m also interested in this feature!

Viewing 16 posts - 1 through 16 (of 16 total)