ajsadeh
Forum Replies Created
-
I couldn’t get this to work… I see from Google there is a topic on this for the Hybrid theme framework… but as an end user I don’t have a membership and can’t see their solution.. https://themehybrid.com/support/topic/jetpack-carousel-and-cleaner-gallery-conflict
:/
Yes – I also have this issue. Oxygen’s gallery implementation seems to cause Carousel to deactivate.
If anyone has any pointers on what needs to be modified for Oxygen to deliver the standard (compatible with Carousel) image gallery I would be very grateful ??
has anyone come across this issue? it remains unresolved… help appreciated.
Forum: Hacks
In reply to: category__and not working after 3.1 updateThanks – I fixed the ‘posts_per_page’, although strangely it was outputting all results when located there as well.
The alternative code you provided did not produce the expected results. It produced many fewer or no results compared to the other tax_query code.
The child category issue shouldn’t apply here – and the original query successfully used category__and on 3.0.5
Forum: Hacks
In reply to: category__and not working after 3.1 updateI updated my query to the following code:
$mapSearchQajs['tax_query'] = array( array( 'taxonomy' => 'category', 'terms' => array($_GET['neighbourhood']), 'field' => 'id', ), array( 'taxonomy' => 'category', 'terms' => array($_GET['venueType']), 'field' => 'id', ), 'posts_per_page' => -1 ); query_posts($mapSearchQajs);
using the excellent advice at https://ottopress.com/2010/wordpress-3-1-advanced-taxonomy-queries/
This resolved the issue for me.
Forum: Hacks
In reply to: category__and not working after 3.1 updateThis issue is being dealt with here – https://core.trac.www.ads-software.com/ticket/16730
Forum: Hacks
In reply to: category__and not working after 3.1 updateBoyevul i think your problem is related to category exclusions that is described here https://core.trac.www.ads-software.com/ticket/16622 and fixed here https://www.ads-software.com/extend/plugins/hotfix/
good luck ??
my issue still outstanding though!