faninja
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Eliminate Render Blocking CSSi′ve try this frank, but “inline all css” broken theme more than “inline deffer css” …
and “in line all cc” not remove render block penalty …
Forum: Plugins
In reply to: [Autoptimize] Eliminate Render Blocking CSSwhen activate “deffer in line css” option in autoptimize my theme broken.
so genarate critical css and paste in deffer box realy works, but broken my theme.
is there another way to eliminate render block ?
the only css blockin render file (in page speed report) is generated by autoptimize, naturally.
any suggestion ?
nice plugin!
thank you
Forum: Plugins
In reply to: [WooCommerce Show Attributes] Does not work on any pageany suggestion ?
Forum: Plugins
In reply to: [WooCommerce Show Attributes] Does not work on any pagedeactvated all plugins, keep just woocommerce and show atributes and problem still…
Forum: Plugins
In reply to: [WooCommerce Show Attributes] Does not work on any pageyes, of course.
All checked,
Attributes and variations appear on the single-product page normally
plugins:
WooCommerce
WooCommerce Correios
WooCommerce Distance Rate Shipping
WooCommerce Min/Max Quantities
WooCommerce PagSeguro
WooCommerce Show Attributes
WooCommerce Variation Swatches and Photos
WOOF – WooCommerce Products Filterlink for single product: https://www.matasagrada.com.br/plantas/acoita-cavalo/
Forum: Plugins
In reply to: [WooCommerce Show Attributes] Does not work on any pageupgraded.
same here…
nothing show …
any suggestion ?
??
ok,
after investigate you tell me the wrong line only.
the correct code to change is after there:
// Query arguments
$args = array( $time );
$args = array_merge( $args, $where_parameters[‘args’] );if ( 0 == $date_reference ) {
if ( $page_offset >= 0 ) {
$filter_date_clause = ‘i.end >= %d ‘;
$order_direction = ‘DESC’;
} else {
$filter_date_clause = ‘i.start < %d ‘;
$order_direction = ‘ASC’;
}
} else {
if ( $page_offset < 0 ) {
$filter_date_clause = ‘i.end < %d ‘;
$order_direction = ‘ASC’;
} else {
$filter_date_clause = ‘i.end >= %d ‘;
$order_direction = ‘DESC’;
}
}with this changes it works now.
thank you to show me the path.
great plugin!
congrats.
cheers
thanks,
but it doesn′t works.
after change, clean all caches and the agenda view starts in the old not the last event.
no changes.
any sugestion ?
thanks,
but it doesn′t works.
after change, clean all caches and the agenda view starts in the old not the last event.
no changes.
any sugestion ?
resolved changin plugin