Forum Replies Created

Viewing 9 posts - 11 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: Hero Image Responsive Resizing #5898

    Thanks! I need to learn that.

    in reply to: Hero Image Responsive Resizing #5896

    Please show how to separate adjoining classes. I am getting 3 errors.


    .vc_row.vc_custom_1498246881969 { #f5f5f5 url("/wp-content/uploads/2017/06/hero-768.png") !important;}
    }

    /* Image for large mobile screen */
    @media all and (max-width: 568px) {
    .vc_row.vc_custom_1498246881969 { #f5f5f5 url("/wp-content/uploads/2017/06/hero-568.png") !important;}
    }

    /* Image for small mobile screen */
    @media all and (max-width: 480px) {
    .vc_row.vc_custom_1498246881969 { #f5f5f5 url("/wp-content/uploads/2017/06/hero-480.png") !important;}
    }

    in reply to: Remove Woocommerce Breadcrumb #5878

    Thanks for your help. That fixed it.

    in reply to: Remove Woocommerce Breadcrumb #5874

    Please remove URL. Use short url if you need to use.

    in reply to: Remove Woocommerce Breadcrumb #5873

    Ah yes, Thanks. I think I have too many windows open and saving the wrong ones!

    in reply to: Remove Woocommerce Breadcrumb #5871

    It removes tabs.

    in reply to: Remove Woocommerce Breadcrumb #5869

    You sure about that? I think that will remove tabs.

    in reply to: thumbnail disappeared after update the cart #5852

    I’m a Mac guy but Safari is awful and few people even use it anymore at all. The market share is so tiny. What is URL? I can look.

    in reply to: Woocommerce Color Swatch doesn't work. #5850

    Yes. You can search and replace mysql meta data.

    Search for

    
    
    _allow_openswatch', '0'),
    
    and replace with
    
    _allow_openswatch', '1'),
    
    

    Products are entered into the database in ‘posts’ table and variables are located in ‘postmeta’ table shown below.
    Here is a screenshot that shows the entry. This post is Product ID 5269 or Cuffed Beanie product from demo data.

    Maybe it’s easier for you to export mysql to text file then search and replace using text editor like Text Wrangler on Mac.

Viewing 9 posts - 11 through 19 (of 19 total)