Digital experiences for all disciplines
Forum Replies Created
-
-
nothing, the ajax call is not going through… It returns Error with all this plugins… but not the refresh.
Pls install woocommerce ajax product filter and you will see what happens. All ajax filters returns internal server error.November 10, 2015 at 2:49 pm in reply to: Switch positions of add to cart button and short description on single product #227478In the meantime: Any other solution to move Variation Optiones, Add To Cart & WishList Button bellow price?
Can I modify product-page template? Which part of the template? Thank you!Rui, any advance on this? No plugin with ajax works correctly with Atelier. Yith ajax filter, woocommerce ajax autoload, ajax filter plugin, an others i don’t have now. It looks like the ajax call is blocked in the product list pages.
Thank you for the Info!! It looks really good! and the design too!
Sorry kiki, it is not a negative response, but without proof I can not give you a positive.
Do you have it Working? can you attach a ScreenShot?
In any case, Thank you for your help and foget me.
kiki, do you work in swift o develop the plugin? … in any case I was thinking about that plugin. Can I see it working in atelier? If not your gonna be a shitty response..
YITH ajax product filter filtering but not showing product?
Ajax advance product filter the same, filtering but not showing…Both plugins works in other themes
Both plugins show filtered products with a Page Refresh.Any tip? Solution?
November 5, 2015 at 7:05 pm in reply to: Switch positions of add to cart button and short description on single product #226394The release is ready?
November 5, 2015 at 7:04 pm in reply to: Switch positions of add to cart button and short description on single product #226393Hi I want to change the order too.. What can I do? Where can I code?
November 5, 2015 at 5:59 pm in reply to: Fatal error: Class 'Redux' not found in /home/shop/public_html/wp-content/pl… #226344Hello Issue not resolved. The REDUX:: class is NOT FOUND and give me error 500.
here the exact line. Redux:: …. is the line. I Rem it and works but I can NOT Upload new Fonts and I don’t know if it is because of this.
<?php
// All extensions placed within the extensions directory will be auto-loaded for your Redux instance.
Redux::setExtensions( ‘swift_builder_opts’, dirname( __FILE__ ) . ‘/extensions/’ );// Any custom extension configs should be placed within the configs folder.
if ( file_exists( dirname( __FILE__ ) . ‘/configs/’ ) ) {
$files = glob( dirname( __FILE__ ) . ‘/configs/*.php’ );
if ( ! empty( $files ) ) {
foreach ( $files as $file ) {
include $file;
}
}
} -