William33
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Updated to 2.5.5 WooCommerce can't see picturesThank you for all the help!
I found out that I had a really old version of my theme and just had to update it and everything was working back to normal.
Thanks,
William
Forum: Plugins
In reply to: [WooCommerce] Updated to 2.5.5 WooCommerce can't see picturesMike,
Thanks that worked!
Can I ask one more question?
When I try to order or select a variation it doesn’t give me the price of the variation and when I click “Add to Cart” it says “Please choose product options…”. Why is the variation not working or not letting people order things?
Thanks,
William
Forum: Plugins
In reply to: [WooCommerce] Updated to 2.5.5 WooCommerce can't see picturesThis is what is in the child theme css
<?php
/**
* Single Product Meta
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 1.6.4
*/if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly
global $post, $product;
$cat_count = sizeof( get_the_terms( $post->ID, ‘product_cat’ ) );
?>
<div class=”product_meta”><?php do_action( ‘woocommerce_product_meta_start’ ); ?>
<?php if ( wc_product_sku_enabled() && ( $product->get_sku() || $product->is_type( ‘variable’ ) ) ) : ?>
<span class=”sku_wrapper”><?php _e( ‘SKU:’, ‘woocommerce’ ); ?> <span class=”sku” itemprop=”sku”><?php echo ( $sku = $product->get_sku() ) ? $sku : __( ‘N/A’, ‘woocommerce’ ); ?></span>.</span>
<?php endif; ?>
<?php echo $product->get_categories( ‘, ‘, ‘<span class=”posted_in”>’ . _n( ‘Category:’, ‘Categories:’, $cat_count, ‘woocommerce’ ) . ‘ ‘, ‘.</span>’ ); ?>
<?php do_action( ‘woocommerce_product_meta_end’ ); ?>
.product.has-default-attributes.has-children>.images {
opacity: 1;
}
</div>Forum: Plugins
In reply to: [WooCommerce] Updated to 2.5.5 WooCommerce can't see picturesHello,
We use a child theme and I put it into the css and nothing worked.
Still has no picture.why is that?
Thanks,
William
Forum: Installing WordPress
In reply to: Installed wordpress Through FileZilla and it errorsVicky! Thank you soo much! I only had to delete the ose-firewall plugin and get the new u-design theme and bam it’s up again!
Have to make some changes, but I’m just glade it is up again!
Thank you everyone for helping out!!Peace
Forum: Installing WordPress
In reply to: Installed wordpress Through FileZilla and it errorsI have been messing around with a lot of the permissions and it still doesn’t seem like it’s helping. Got any other ideas?
Forum: Installing WordPress
In reply to: Installed wordpress Through FileZilla and it errorsAlright, I did what you said to do and it’s still doing the same things as before.