Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #881396

    Hi support team,

    I tried to increase the number of displayed entries in Enfold Latest News Widget. I edited the following line in class-framework-widgets.php, located on framework > php folder:

    for ($i = 1; $i <= 20; $i++ )

    I replaced ist with

    for ($i = 1; $i <= 50; $i++ )

    Now I wonder why it didn’t work. I still can’t set the number of entries in the widget setup menu to more than 20. What’s going wrong?

    Regards,
    lebenspraxis

    #881473

    Hey lebenspraxis,

    Just to verify did you change it in line 647?

    Best regards,
    Nikko

    #881557

    Thank you so much Nikko!

    I had changed line 239 instead of 647. I didn’t have in mind that there are several widgets with similar menus. Sorry for that! Are there any comments in the code describing for which widget the codelines are? Didn’t notice any. Very nice that it works now!

    Best regards,
    lebenspraxis

    #881568

    Hi lebenspraxis,

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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