Forum Replies Created

Viewing 10 posts - 571 through 580 (of 628 total)
  • Author
    Posts
  • in reply to: How do I disable my Architecto Mobile view? #428
    ThemeofWP
    Keymaster
    This reply has been marked as private.
    in reply to: Further to the image zoom issue #427
    ThemeofWP
    Keymaster

    We are glad that it resolved.

    King Regards
    ThemeofWP.com Team

    in reply to: Disable Product Image Zooming #426
    ThemeofWP
    Keymaster

    Hi, please add these in to your style.css

    [code title=””].woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    margin-bottom: 2em;
    text-align: center;
    }
    }[/code]

    also add this:

    [code title=””].woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline;
    height: auto;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
    }[/code]

    Maybe you can change the text-align: center; to text-align: right;

    in reply to: How do I disable my Architecto Mobile view? #422
    ThemeofWP
    Keymaster

    Please use this css for disable mobile view. https://themeofwp.com/wp-content/themes/architecto/mobiledisablestyle.css We’ve disabled the media queries for you. But theme uses bootstrap.css and some of the parts still will works mobile supported. You can disable them within you new css file with new rules.

    If you have any questions, please contact us over our support forums.

    King Regards
    ThemeofWP.com Team

    in reply to: Further to the image zoom issue #420
    ThemeofWP
    Keymaster

    Can you try this for your issue https://themeofwp.com/support/topic/disable-product-image-zooming/

    King Regards
    ThemeofWP.com Team

    in reply to: Disable Product Image Zooming #419
    ThemeofWP
    Keymaster

    Hi Terry, firt of all thanks for prefer our items. We hope these answers works for you.

    Please open the style.css find with CTRL+F line “1912” and delete this style or comment.

    [code title=””].woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 13.8%;
    }[/code]

    product listing page thumbnails will be turning normal height/weight.

    Also for the single product image size please add this style to you style.css:

    [code title=””].woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    display: block;
    height: auto;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
    }[/code]

    Both image sizes will be turn regular size.

    King Regards
    ThemeofWP.com Team

    in reply to: Errors #414
    ThemeofWP
    Keymaster

    Hi Yossi, thanks for your purchased our items. You can install any WordPress version and you can use our Clean Photography theme. Please install main theme for correcttion. We think you trying to install child theme without parent theme. We’ll sent parent theme and demo content to your gmail.

    Thanks for prefered or items.
    ThemeofWp.com Team

    in reply to: Wp Retina images #400
    ThemeofWP
    Keymaster

    Yes, (issue is plugin based ) when you found problem’s source please let us know. By the way we’ll research the problem’s source. Thanks for letting us the problem.

    in reply to: Wp Retina images #395
    ThemeofWP
    Keymaster

    Hey sorry for late response, we missed your question 🙂 can you send us issued url or screenshot ? we’ll recolve it for you asap.

    in reply to: Home Page #375
    ThemeofWP
    Keymaster

    Yes some of the our users don’t wants to share their login info and website’s url ? who wants share login info as public? If you need help please write a support question here, we will gladly help to you as soon as possible.

Viewing 10 posts - 571 through 580 (of 628 total)