Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #383444

    Hi

    I wonder if there is a chance that in the widget “enfold Latest News” to enter more than 20 posts and use the slide bar to for example have all posts from one category.

    #383675

    Hi Lukasz!

    Thank you for using Enfold.

    Yes, it is possible but you need to edit the file called class-framework-widgets.php, located on framework > php folder. Look for this line of code:

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

    Replace it with:

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

    Regards,
    Ismael

    #391869

    This increases the number of visible entries of the category to 50. And if it is possible to do so that it was visible 10 and the rest was browsing using the slider? I want to have view all post from one category using side slide bar.

    #392456

    Hey!

    No, I’m sorry but that is not possible without major modification on the theme. You might need to hire a freelance developer to add the option.

    Regards,
    Ismael

    #399973

    Is there a way to set up ALL posts?

    #400525

    Hi!

    You can simply increase the number in the code Ismael posted here – https://kriesi.at/support/topic/enfold-latest-news-widget-3/#post-383675

    Regards,
    Yigit

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