Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • in reply to: Disqus issue? #134871
    Wayne
    Member
    Post count: 14

    Looks like that fixed it thank you!

    in reply to: Disqus issue? #134859
    Wayne
    Member
    Post count: 14

    Just disabled all plugins, refreshed and still shows the same?

    This is the extra css I have?

    .woocommerce .quantity, .woocommerce-page .quantity {
    	height: auto;
    	width: auto;
    	max-width: 150px;
    	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    	box-shadow: 0 1px 0 rgba(0,0,0,.1);
    	margin-right: 10px!important;
    }
    .woocommerce table.shop_table .product-name .price, .woocommerce-cart table.shop_table .product-name .amount {
    display: inline;
    margin-top: 5px;
    }
    .comments-likes .love-it-wrapper a:before, .comments-likes .love-it-wrapper span:before {
    content: “\f164″;
    font-family: FontAwesome;
    }
    .fa-heart {
    display: inline-block!important;
    }
    .fa-heart:before {
    content: "\f164";
    }
    .loved .love-count {
    color: #81d742!important;
    }
    @media (min-width: 1200px) {
    .woocommerce ul.products li.product figure {
    padding-bottom: 225px!important;
    }
    }
    in reply to: Disqus issue? #134848
    Wayne
    Member
    Post count: 14

    Just disabled the Disqus plugin, and it seems to still be showing like that? All pushed to the left with no padding or margins?

    Thanks

    in reply to: Number of Items to add to cart messed up? #117275
    Wayne
    Member
    Post count: 14

    I was able to fix this by adding this custom code into the code area in the theme options.

    .woocommerce .quantity, .woocommerce-page .quantity {
    	height: auto;
    	width: auto;
    	max-width: 150px;
    	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    	box-shadow: 0 1px 0 rgba(0,0,0,.1);
    	margin-right: 10px!important;
    }

    I changed the max-width to 150 as before it was set to 109 causing it to stack like that.

    in reply to: Issue with front page, main area has vanished? #107583
    Wayne
    Member
    Post count: 14

    This has been fixed, The Rev Slider had broke the front page, for some reason the folder went empty and the permissions were bad, tried to delete the folder from ftp and it would not work. I renamed it and re-uploaded it and that worked great.

    Quick fix after i noticed the plugin was disabled and not even showing in the plugins. Very weird!

    in reply to: Latest Product Images keep shrinking? #50873
    Wayne
    Member
    Post count: 14

    Perfect! Thank you so much Ed! Really appreciate the help!

    in reply to: Latest Product Images keep shrinking? #50005
    Wayne
    Member
    Post count: 14

    Just updated theme to 1.65 still appears to be showing the images in half, when they pre-load is can see the full size but they are still being cut in half or the size is not going full?

    in reply to: Latest Product Images keep shrinking? #49983
    Wayne
    Member
    Post count: 14
    This reply has been marked as private.
    in reply to: Updating theme to 1.64 WooCommerce Errors #49980
    Wayne
    Member
    Post count: 14

    I already had it updated to 2.1.2, just updated the theme to 1.65 that seemed to fixed the issues with those being out of date, everything should be good now. Thanks!

    in reply to: Latest Product Images keep shrinking? #48457
    Wayne
    Member
    Post count: 14

    Anything??

Viewing 10 posts - 1 through 10 (of 10 total)