• Hi there,

    Anyone out there knows how to make the number of Services variable in the Daisy: Services widget? It seems that the number of 6 is fixed and cannot be changed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am looking for exactly the same thing. Having a look through the files so if I come across the answer before a reply from Daisy Themes, will let you know

    Thread Starter lecauf

    (@lecauf)

    Found a workaround.

    The file you’re looking for is widgets.php in wp-content/themes/glow/inc.
    Look for a piece of code labeled ‘Services’. A bit further down there is a bit (line 556 for me) like this:

    $dt_service_counter = 0; $dt_service_counter < 6; $dt_service_counter++

    The 6 is the amount of pages you have to select when configuring the widget. Change this (you might want to create a backup first) and save the file. When you now drop the widget in a page in the admin panel it’ll show that amount of pages.

    Ofcourse a better solution would be to make 6 a variable and available as an input field.

    Hope this helps.

    Thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change number of Services in Daisy: Services widget’ is closed to new replies.