Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1486238

    Good morning,

    You helped me fix this last time. I have now uploaded the child’s theme, and your settings have disappeared. I entered the code in the custom code field, and, as before, it did not work. AND THERE IS ANOTHER BIG ISSUE WITH THE NEW INSTALL. On the phone the products are majorly out of wack! Type is all over the place. Can you help with this then check on a phone to see if it appears right?? THANK YOU IN ADVANCE!! I uploaded the old Enfold theme settings with the new install but maybe because you changed it at the Php level it did not transfer.

    I HAVE COPIED AND PASTED WHAT YOU DID THE LAST TIME. HERE IT IS. YOU ADDED IT TO MY PHP FUNCTION, WHICH I DO NOT KNOW HOW TO DO.

    Hi,Thank you for your patience, on the page /fine-art-limited-editions/ I see the images are cropped to 450px square:
    Enfold_Support_3642.jpeg

    and your original images are in a 4:3 layout:
    Enfold_Support_3644.jpeg

    I couldn’t find the snippet that Ismael provided above anywhere, so I added it to th end of youe functions.php and now the images look like the original layout:
    Enfold_Support_3646.jpeg

    please clear your browser cache and check.
    I see you are not using a child theme and so this customization will be lost when you update next, I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets so your customizations won’t be lost.

    Best regards,
    Mike

    HERE IS THE SNIPPET THAT THE THREAD SAID YOU ADDED.

    add_filter( ‘avf_wc_before_shop_loop_item_title_img_size’, ‘avf_wc_before_shop_loop_item_title_img_size_mod’, 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
    return ‘woocommerce_thumbnail’;

    • This topic was modified 1 day, 19 hours ago by extraeyes.
    • This topic was modified 1 day, 19 hours ago by extraeyes.
    • This topic was modified 1 day, 18 hours ago by extraeyes.
    #1486294

    Hey extraeyes,

    Thank you for the inquiry.

    We tried to access the dashboard, but the account provided above does not have administrator rights. Please update the user role to Administrator so we can access the settings. Are you trying to adjust the size of the images in the shop or catalog page?

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.