Viewing 30 results - 601 through 630 (of 10,078 total)
  • Author
    Search Results
  • #1375244

    This is the layout for the magazine im looking for, by the way is it possible to make those thumbnails bigger like how the nytimes and those other magazines got there’s or is it only this size. hopes this help to clarify on what im looking for exactly.

    #1374627

    Hi,
    I checked your example post and see that your new 1200×600 png image is the item that takes the longest for your page to load:
    2022-12-01_001.jpeg
    but it can be 69% smaller if you use an image compression like Tinyjpg.com for a total size of 267.1 KB:
    2022-12-01_002.jpeg
    but typically png images are the largest, if you use the jpg format it would be even smaller, only 87.1 KB for a 90% decrease
    2022-12-01_003.jpeg
    For the extra sizes you can delete the sizes you don’t want to use with the delete button, but be careful because different because each size is used by a different element.
    2022-12-01_004.jpeg
    Typically you should see around 18 different sizes, so if you see 30 sizes on this screen then some may have been added by other plugins.
    If you only see around 18 on this screen but when you FTP you see 30 sizes then this is due to the Regenerate Thumbnails because it doesn’t delete unused image sizes, so in this case you don’t need to worry because these other sizes won’t be created in the future and they won’t slow down you site because they won’t be loaded. Images sitting on a server unused doesn’t slow down a site.
    But if you want to remove them you can do so via FTP or you can follow this article that says there 3 plugins that will do it for you: Plugins For Image Cleanup I have not tried any of these.
    But this might not be an issue if you delete all of your png images and then upload jpg image to make them smaller.

    Best regards,
    Mike

    #1374454
    alligatorsnc
    Participant

    Hi we have used your theme in this site https://www.officineditrevi.com/ and we have a problem with this product list:
    https://www.officineditrevi.com/categoria/elettropompe-sommerse-alte-temperature/
    in all the languages.
    As you can see we have uploded a new product and a new product photo but the format of the thumbnail is not correct.
    Of couse we are using the same shape and dimentions as the original one.
    Can you halep me to solve the issue?

    Thanks in advance

    Antonella

    #1374445

    Hey,

    Thanks for contacting us!

    1-Unfortunately, there is not a quick CSS snippet we can share to achieve this. Would adding 2 Magazine elements and displaying only 1 item in the bottom one and displaying it bigger would work?

    2- Please edit your Magazine element and give it a custom ID (“right-mag” in example below) and add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    
    #right-mag .av-magazine-thumbnail {
      float: right;
      margin-right: 0;
      margin-left: 15px;
    }
    

    Best regards,
    Yigit

    #1374394

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function av_woo_tabs_below_product_image() { 
        remove_action(    'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );
        add_action( 'woocommerce_product_thumbnails', 'woocommerce_output_product_data_tabs', 10 );
        
        } 
    add_action( 'init', 'av_woo_tabs_below_product_image');

    the expected results:
    woo_move_description_tabs_under_product_image.jpeg

    Best regards,
    Mike

    #1374385
    hmsvictory
    Participant

    I am using the Masonry Gallery element to display my product photos. Here is an example:

    I am uploading images that are usually 2000 x 1325 pixels. I want those to be the images displayed when you click a thumbnail and pop up the full size image. Instead my thumbnails are linking to 1280 pixel versions of the original uploaded files:

    https://originalvintageguitars.com/wp-content/uploads/2022/11/1951-gibson-es-350-014-1280×848.jpg

    These images are much smaller and lower quality. I have my gallery set to “No Scaling”. Tell me what I am doing wrong? I am also using the wordpress plugin Optimus Image Optimizer, but I don’t think that decreases the pixel size of the images.

    JoshuaTF
    Participant

    Hello

    We have recently come across an issue with Enfold and the Advance Layout Builder. We have the theme updated and no issues. Until a few weeks back we couldn’t edit a single page and received a constant HTTP Error 500. This happened if we used the Advance Layout Builder or the WordPress Classic Builder. To help eliminate issues our IT team updated the PHP on the website and now we are unable to access any theme editor or options via WordPress and hit with the HTTP Error 500. The site is still functional but now has the following text at the top of the each page.

    Warning: Declaration of FEE_Field_Terms::wrap($content, $taxonomy, $before, $sep, $after) should be compatible with FEE_Field_Post::wrap($content, $post_id = 0) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/post.php on line 182

    Warning: Declaration of FEE_Field_Tags::wrap($content, $before, $sep, $after) should be compatible with FEE_Field_Terms::wrap($content, $taxonomy, $before, $sep, $after) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/post.php on line 281

    Warning: Declaration of FEE_Field_Category::wrap($content, $sep, $parents) should be compatible with FEE_Field_Terms::wrap($content, $taxonomy, $before, $sep, $after) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/post.php on line 290

    Warning: Declaration of FEE_Field_Post_Thumbnail::wrap($html, $post_id, $post_thumbnail_id, $size) should be compatible with FEE_Field_Post::wrap($content, $post_id = 0) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/post.php on line 299

    Warning: Declaration of FEE_Field_Post_Meta::wrap($data, $post_id, $key, $ui, $single) should be compatible with FEE_Field_Post::wrap($content, $post_id = 0) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/post.php on line 352

    Warning: Declaration of FEE_Field_Widget::wrap($params) should be compatible with FEE_Field_Base::wrap($content, $data) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/widget.php on line 10

    Warning: Declaration of FEE_Field_Comment::wrap($content) should be compatible with FEE_Field_Base::wrap($content, $data) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/other.php on line 10

    Warning: Declaration of FEE_Field_Term_Field::wrap($content, $term_id, $taxonomy) should be compatible with FEE_Field_Base::wrap($content, $data) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/other.php on line 70

    Warning: Declaration of FEE_Field_Single_Title::wrap($title) should be compatible with FEE_Field_Term_Field::wrap($content, $term_id, $taxonomy) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/other.php on line 115

    Warning: Declaration of FEE_Field_Option::wrap($content, $key, $ui) should be compatible with FEE_Field_Base::wrap($content, $data) in /home/cluster-sites/9916/t/thomasfranks.co.uk/public_html/my/wp-content/plugins/front-end-editor/php/fields/other.php on line 231

    This error has come about with no apparent reason or change and our hosting providers have not flagged any issues. I can’t even get into the theme options to update or check for issues so a bit stuck on this. Hoping you can help me here. The site has a login in wall as it is an internal use.

    Thanks.

    #1374151

    Hi,
    Try using the plugin Simple Image Sizes, it will let you change the image sizes and let you set the crop to false.
    After you make the changes you will need to use the plugin Regenerate Thumbnails to change all of the thumbnails.
    I believe the size you want to change is featured_large as it is the 1500×630 image.

    Best regards,
    Mike

    #1374140

    Thanks a lot, that works fine.

    How can I ensure that the featured image is not displayed in the format 1500×630 but in the full size. I find it difficult that in the modern overview display I rather need thumbnails in the format 1500×1125, but the featured image in the single post is displayed in the format 1500×630. The selected section of the image I can not specify either: top, bottom, center?

    Thanks a lot for your help.
    Regards Martina

    #1374123

    Hey Madeleine,
    Try using the plugin Simple Image Sizes, it will let you change the image sizes and make crop false.
    The size you want to change is entry_with_sidebar
    after you make the changes you will need to use the plugin Regenerate Thumbnails to change all of the thumbnails.

    Best regards,
    Mike

    #1373723

    what is it as source – an image or something else?
    if it is an image try:

    #top .mfp-image-holder .mfp-content {
      max-width: 90vw;
    }

    for image lightbox put this to your child-theme functions.php:

    function change_lightbox_size() {
        return "full";
    }
    add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);

    for the rest you can test:

    /**  Masonry Gallery ??? ********************************/
    function avia_change_masonry_thumbnail_link($size){
      return "full";
    }
    add_filter('avf_avia_builder_masonry_lightbox_img_size', 'avia_change_masonry_thumbnail_link', 10, 1);
    /*** End ***/
    
    /** Image Gallery **/
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta){
        $link = wp_get_attachment_image_src($attachment->ID, "full");
        return $link;
    }
    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    /*** End ***/
    
    /** Source for the Ajax Gallery **/
    add_filter("avf_ajax_preview_image_size", function($size) {
       $size = "full";
       return $size;
    }, 10, 1);
    /*** End ***/

    btw: do not use the option : Enfold (Child) – Performance : “Responsive Images For Lightbox (currently in beta only)”
    i think there is a little bug – i will open a topic for it now.

    #1373707

    Hey trevorwilson,

    Thank you for using the theme.

    You may need to adjust the size of the Large size thumbnail in the Settings > Media panel. Maximum width and height are set to 1030px by default. After the adjustment, please make sure to regenerate the thumbnails or upload the image again. You can use the plugin below to regenerate the thumbnails in bulk.

    // https://wordpress.org/plugins/regenerate-thumbnails-advanced/

    Best regards,
    Ismael

    Hey John,
    Thanks for the login, each image that you upload should create a few different thumbnail sizes to use, for you image most are missing, see the list below.
    I also notice that most of the images in your media library are missing, notice the blank images:
    2022-11-23_005.jpeg
    I’m not sure why this occurred but those images have been deleted, I recommend disabling all of your plugins then delete your “blank” images from the media library, and then try uploading that image again with a different file name and see if it then works correctly. If not leave all of your plugins deactivated and let us know so we can check.

    Best regards,
    Mike

    #1373603

    Hey L.D. Witte,

    Thank you for the inquiry.

    You have to download the latest version (5.2.1) of the theme and update your installation to fix the issues with the product thumbnails. After the update, add this code in the functions.php file to adjust the size of the images in the shop catalogue.

    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';
    }

    Best regards,
    Ismael

    #1373546
    Hurricane
    Participant

    Hello, I’d like to remove the tooltip, titles showing up on hover for all of the images on my website. I’ve already tried the solutions found on the following three links and they don’t work.

    https://kriesi.at/support/topic/hide-titles-and-descriptions-when-you-hover-on-images-or-thumbnails-of-galleries/

    Thanks,

    Jacob

    #1373446
    navindesigns
    Participant

    On my page https://alexandere103.sg-host.com/, I have a section called “Need Expedited Services?” that is using the content slider.”

    How can I fix long titles not to look like the mockup seen here – https://ibb.co/RgtDYj2

    I either would like to move the titles below the thumbnail images or align the title text so it always bottom align with the to others so the thumbnail photos always look good.

    Thanks

    #1373440

    Topic: Support

    Justin
    Guest

    Hey guys,

    May I ask the value of paying to extend support, etc. yet every time I go to your support forum, I cannot add a request for help?

    I am trying to figure out of the default Gallery works with your theme?
    The client chose two images (2 column) layout using WordPress’s default gallery in the blog:

    https://nimb.ws/z1XCeJ

    But on the frontend, even when selecting FULL-SIZE images, she gets this: https://nimb.ws/LB5s2v

    Tiny thumbnails.

    Any thoughts here?

    Thanks,
    Justin

    Thorsten_Reichel
    Participant

    When switching an existing website to the Enfold theme, the thumbnails of the embedded YouTube videos in the posts are displayed in an incorrect format (3:4 !). When I put the same videos in another (new) web instance, they are displayed correctly (16:9).

    What could be the reason for this? Is it perhaps due to the theme used so far or the WordPress settings? I have searched the settings (Enfold, Post, Block) but so far without success. Uninstalling and reinstalling the theme and the child theme have so far brought nothing.

    I also had the Church demo installed on both websites.

    I reactivated the previous theme for this reason, so I can’t post a link with the error. Maybe I can be helped already like this. If not, I can activate the Enfold theme then of course.

    #1372985
    nancyT
    Participant

    Started having trouble after WP 6.0 update… I can display a list view of Events using their shortcode, but using the Avia layout widget, it fails and shows repeated links to whatever page it is on, not events.

    Please look here (staging site):

    The first list under Upcoming Events is with the widget, the second list is with the TEC shortcode.

    You can see the same effect here:

    I have disabled all other plugins on this staging site. I can’t obviously switch to another theme to test there as it is the Avia layout that seems to be the issue.

    Thank you much,
    Nancy

    (PS – Prefer to use Avia for stying reasons. Including showing the thumbnail of featured image. )

    • This topic was modified 3 years, 1 month ago by nancyT.
    #1372719

    In reply to: Calalog image size

    Hi,
    Try following the suggestion in this thread to see if it corrects.

    Best regards,
    Mike

    #1372585

    In reply to: Calalog image size

    Hi,
    Try disabling all extra plugins except the core woocommerce plugin and try creating a new product to see if the thumbnails are then correct.

    Best regards,
    Mike

    #1372462

    Hi,
    I have not seen that Regenarate thumbnails tool before, but the thread doesn’t call to Regenerate thumbnails so perhaps you don’t need to.
    Please enable the theme editor so we can check the code in your functions.php, perhaps you made an error and that is why it doesn’t work?

    Best regards,
    Mike

    #1372461

    Hi Mike,

    The earlier tread I was following was this one, including the advice: https://kriesi.at/support/topic/shop-category-thumbnail-images-are-suddenly-the-wrong-size/
    For now I used the ‘Regenarate thumbnails’ tool that is shown in the private content window.
    I’m not sure if there should be results immediately, for now no change visible.

    Best Regards, Hajé

    #1372434

    Hi,
    Thank you, I don’t know which thread you were following for the code snippet, but typically as part of the instructions they say to Regenerate Thumbnails after adding the function but I don’t see a Regenerate Thumbnails plugin on your site so I assume that you didn’t do this?
    After you Regenerate Thumbnails try creating a new post to see if the function is working.
    If this doesn’t help, please link to the thread you are following and enable the theme editor so I can check the code in your functions.php.

    Best regards,
    Mike

    #1372428

    Hey Hajé,
    Thanks for your question but the link to your test product leads to a “page not found” and the login in not admin so we can not see any settings nor any of the product pages, please upgrade the login to admin.
    Also please link to the “Anne” thread that you referred to, I believe this might be the source for this code:
    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'; } that I see at the top of your page on the front end:
    2022-11-13_005.png
    this code should not be showing, so I believe that you have added this to the wrong area, this should be in your child theme functions.php, try moving this if it is not there and regen your thumbnails.
    If this doesn’t help then upgrade the login to admin and let us know.

    Best regards,
    Mike

    #1372418
    harucovert
    Participant

    Hi, I recently added new products to my shop and on the category pages, the images are suddenly square, even though I have set them to a custom size. (2 : 3) The previously loaded images are fine – just the new ones are wrong so the on-page display looks bad. I think it happened after an Enfold update some weeks ago. Page link illustrating this in private content below – scroll down to lower products to see wrong size image. Using latest version of Enfold and WordPress.
    I’ve tried the suggestion given to Anne who has the same issue (see above). I added the lines trough Code Snippets.

    Hopefully you can help.
    Kind Regards, Hajé

    #1372306

    In reply to: Calalog image size

    Hey ditteditte,
    Sorry for the very late reply, I looked at the last 8 items on the page that you linked to, and as I understand these are the ones that are showing correctly, and the ones at the top of the page are newer and not showing correctly.
    The ones at the bottom that are showing correctly are using multiple images in the thumbnails called a source set, your newer thumbnails at the top of the page are only using one image.
    Did you add a new plugin? I see that you have quite a lot of plugins.
    I tested creating new products with our latest version and the newest woocommerce and found no changes with the images or thumbnails, so I’m not sure what would have changed on your site.
    Do you remember making any changes or adding plugins?

    Best regards,
    Mike

    #1372258

    Hi,
    This is true, the “WooCommerce_thumbnail” size is not the same as the “Thumbnail size”
    woocommerce sets its own thumbnail size, I don’t understand how this would “brake your whole site” so perhaps you should create a backup.

    Best regards,
    Mike

    #1371991

    Hey,

    this “WooCommerce_thumbnail” size isn’t the same as the first one “Thumbnail size” ?
    The “Thumbnail size” exist at the top of the page “Settings -> media”. This Thumbnail size is for products thumbnails. I want to know if these are different for sure otherwise it will brake my whole website.

    Thank you!

    #1371864

    Hi,

    It is not working because the add_filter function was commented out for some reason, so we corrected it. We also edited the style.css file a bit and removed the invalid PHP code that you added there. The thumbnails are now back to their original aspect ratio. (see private field)

    Thank you for your patience.

    Best regards,
    Ismael

Viewing 30 results - 601 through 630 (of 10,078 total)