Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #48640

    Hello Sakin

    I have a big problem now, I was trying to get my woo commerce to be able to get picture for the feature images ( for some reason it starting yesterday it wont get pictures from the media)

    Anyway I put some code at the end of woocommerce php
    but now is totally blank
    this is the site that it later redirect me to
    celinda-design.de/wp-admin/theme-editor.php?file=inc%2Fcatcheverest-woocommerce.php&theme=catch-everest-pro

    Could you please help me fix it

    my url is celinda-design.de
    plase and thank you

    #48641

    also this link
    celinda-design.de/wp-admin/theme-editor.php?file=inc%2Fcatcheverest-woocommerce.php&theme=catch-everest-pro&scrollto=0&updated=true

    #48650
    Sakin
    Keymaster

    @Cecilia Linda: First you shouldn’t edit any core theme files. If you want to edit any core theme files then you need to build child theme and edit in your child theme http://catchthemes.com/blog/create-child-theme-wordpress/.

    We will not have control of your admin section and your edits. So, now what you can do is. Delete the files from your FTP and load the original theme files.

    #48655

    thank you for the tip and reply, it is fixed now.
    just one more question, for some reason my product gallery picture in woo site is showing very low ( before was fine)

    celinda-design.de/?product=maple-seed
    is there a way to fix it?

    thank you again

    #48657

    and another problem is: woocommerce add product, the media pictures are not loading on feature image or add product image

    #48667
    Sakin
    Keymaster

    @Cecilia Linda: Sorry I don’t understand it your question. If you are talking about the width in this page celinda-design.de/?product=maple-seed , then it’s controlled from your css in your child theme. You can remove that and it will work full width:

    .woocommerce #primary {
    width: 570px;
    }
    @media screen and (min-width: 1190px) {
    .woocommerce #primary {
    width: 690px;
    }
    }
    @media screen and (max-width: 1060px) {
    .woocommerce #primary {
    width: 500px;
    }
    }
    @media screen and (max-width: 960px) {	
    .woocommerce #primary {
    width: 100%;
    }
    }

    Sorry I don’t understand it .

    #48674

    I don’t mean about the width

    but is the picture light box of woocommerce.
    so if you go to product page, then click on one product picture, there should be the picture of the product poping out, and that picture use to show in the middle, but now for some reason is showing so low that you can’t see the whole picture.
    hope this helps
    Linda

    #48681
    Sakin
    Keymaster

    @Cecilia Linda: That lightbox is from WooCommerce and we don’t have any control on it.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘blank page’ is closed to new replies.