Abhijit Nage
Forum Replies Created
-
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Tab anchors not workingHello @allanext,
It seems like you have opened a ticket with the same issue and our team has already responded to that ticket.
Could you please check it once?
Hello @rwalton,
We do have this task on our to-do list but for now, our developer is working on some improvement and optimization. So it’ll take some time but we will surely improve this in our upcoming future updates.
I hope you understand.
I am making the query resolved for now.
Let me know if you need any further help.
Thank you!
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] RESPONSIVE VISIBILITY not workingHi @barndog,
We have fixed this issue. See here – https://share.getcloudapp.com/Jrun2KnB
Could you please confirm once for which block Responsive visibility is not working?If you shared some screenshots or videos it’ll really help.
Looking forward to resolving your issue.
Forum: Reviews
In reply to: [Spectra - WordPress Gutenberg Blocks] I like itHello @usama91,
We are really happy to hear about your experience with the plugin.
And thank you for taking the time to leave a review. We appreciate it!
Hello @zorkzyd,
We only have an option to filter posts by category only or tags only. It seems that you want to filter by category AND tag both for that you need to modify query args of masonry block using filters/actions for the post.
You can use the below code to achieve the same. The result will be shown on the frontend (filter by category AND tag) –
$args = array( 'post_type' => 'product', 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'product_cat', 'field' => 'slug', 'terms' => array( 'volvo' ), ), array( 'taxonomy' => 'product_tag', 'field' => 'slug', 'terms' => array( 'sedan' ), ), ), ); $query = new WP_Query( $args );
Please update the code as per your requirement.
I hope it helps you.
Forum: Reviews
In reply to: [Spectra - WordPress Gutenberg Blocks] ExcellentHello @joshwillett,
We are really happy to hear about your experience with the plugin.
And thank you for taking the time to leave a review. We appreciate it!
Hello @bellul,
It seems the issue is resolved. so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Thank you!