• Resolved Filmguy2013

    (@filmguy2013)


    Hello. The details for my food items are being cut off by three dots. Is there any way to lengthen the space for the food item details so the customer can see the full details without having to click the “Add” button every time they want to see the full details? Is this possible?

    Please see the screenshot: https://pasteboard.co/JkPAY2s.png

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    That seems to be some strange issue. Can you try to switch to any other default theme and check if that works for you.

    Kind Regards,
    Team RestroPress

    Thread Starter Filmguy2013

    (@filmguy2013)

    Hello. I can’t switch to a default theme since this is a live site.

    Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Hello @filmguy2013,

    Sorry for the long delay. I was just going through the old tickets and found this one. Let me know if you still need help with this.

    Regards,
    Nirmal

    Thread Starter Filmguy2013

    (@filmguy2013)

    I do need help with this still. Can you please help me?

    Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Sure, I can definitely help you here.

    Add the following code the child theme’s functions.php file.

    function rp_custom_excerpt_length( $length ) {
        return 200;
    }
    add_filter( 'excerpt_length', 'rp_custom_excerpt_length', 999 );

    Regards,
    Nirmal

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Food Item Details Cutoff by Three Dots?’ is closed to new replies.