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
Hey lebenspraxis,
Just to verify did you change it in line 647?
Best regards,
Nikko
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
Hi lebenspraxis,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria