Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.This reply has been marked as private.
I used this custom css code but it didn’t work on all computers.
body.woocommerce .has-no-sidebar .related.products ul.products li.product{opacity: 1 !important}
This reply has been marked as private.July 6, 2015 at 2:08 pm in reply to: Revolution Slider no longer works with Youtube, and need to update the Plugin #192019Hi,
I am also in need of the latest version. The link above is giving me 404.
Kindest regards,
Just solved it after playing around with the Swift Page Builder.
For anyone else trying to achieve this:• Select the image element in the page builder.
• Click to select image.
• Choose intro animation of your liking.Hi,
I still want gallery images on the product page but when I hover the mouse over a product in the product carousel, any image in the product gallery will come up.
For example: http://dante.swiftideas.net/home/home-seven-shop/
Under “New Arrivals” there is a product carousel and if I hover the mouse over any product, the next image in the product gallery will display.I know I can disable the product overlay in theme settings but the image will still be loaded on front-end. Can I somehow stop it from loading or use any css like display:none?
My reason for asking is that I have made extensive customisations and encountered a few problems css wise.
Attachments:
You must be logged in to view attached files.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I now have this code in functions.php
require_once( get_stylesheet_directory() . '/swift-framework/swift-framework.php');
which causes the blank page on front end.I have replaced line 51 in swift-framework.php with
require_once( get_stylesheet_directory() . '/sf-woocommerce.php' );
When I remove
require_once( get_stylesheet_directory() . '/swift-framework/swift-framework.php');
from functions.php the website works as normal but my modifications are not shown.Hi,
Thank you for your reply.
I still have the same problem.I copied swift-framework.php to my child theme and put it in subfolder /swift-framework/.
I then removed line 51 in swift-framework.php (
//include_once(SF_FRAMEWORK_PATH . '/sf-woocommerce.php');
I then added the following lines to my child theme’s functions.php
require_once(get_stylesheet_directory() . '/swift-framework/swift-framework.php');
require_once( get_stylesheet_directory() . '/swift-framework/sf-woocommerce.php' );
But I still get a blank page on front end.
Hello,
Is it possible to have this field in the cart page?I need to have order notes on the cart page instead of on the checkout page.
I tried to put in “add_action(‘woocommerce_after_cart_table'” but that didn’t work for me. -
Posted in: We hit Power Elite.