Digital experiences for all disciplines
Forum Replies Created
-
-
They are loading in because I can see them in the code when I inspect, it must be to do with my CSS in the child theme as they are there when I switch back to Dante in the parent theme. Something must have changed.
This reply has been marked as private.I have tried this a couple of times and it stays the same. Is it really failing to do a complete upload every time?
Yes I did, how can I get a complete update? Should I upload through the ftp instead?
I revert back to an older version of the theme and they return but version 2.66 they disappear.
Not for me. I clear the browser cache also. Still nothing. I am using chrome but tried it in Safari too. Nothing.
Attachments:
You must be logged in to view attached files.This reply has been marked as private.This reply has been marked as private.October 7, 2014 at 8:16 am in reply to: My Orders screen brings up error message after woocommerce update #117850if you are still having problems you need to change the code in the my-orders.php file.
Replacing
$order = new WC_Order();
$order->populate( $customer_order );with
$order = new WC_Order( $customer_order );
I have been looking to add the “no orders” line of text to this page also. Did you find anything on this macastura? I have been doing some searches but have come up with nothing yet. Would appreciate help if you have found anything. Thanks
October 1, 2014 at 12:59 pm in reply to: Question regarding standard slider for portfolio itme #116354Like the other user said. I am using the full width slider for the header slider for all my portfolio pages. Some have three images and some have 10-15 images. It feels like they wait for all image to load before showing the slider. This means The viewer starts reading all the content below and then BAM the images load in and they lose there place and get confused as the content they were reading gets shunted down the page. I wanted a solution (like lazy load) to load each image in turn so the slider loads in quicker and doesn’t interfere with the user experience. Can you advise on a solution to this?
October 1, 2014 at 12:37 pm in reply to: Question regarding standard slider for portfolio itme #116342Ed, If the page doesnt load in time what is the use of sending people there via SEO?
How would I go about adding Lazyload to the slider images?
September 24, 2014 at 9:02 am in reply to: How do I change the color and transparency of the portfolio hover effect? #113987Ahhh I thought that was for the logo for some reason. Thanks.
September 24, 2014 at 8:56 am in reply to: How do I change the color and transparency of the portfolio hover effect? #113983There are no options for opacity in Theme Options > Portfolio Options section ….
Attachments:
You must be logged in to view attached files.September 24, 2014 at 8:07 am in reply to: How do I change the color and transparency of the portfolio hover effect? #113970If I change the opacity to 0.6 this also effects the title and excerpt! Can I make the background transparent and not the text on top. I am sure it used to do this but I noticed this isn’t working anymore. Is it something I have done or was it part of an update?
-