Thanks for this beautiful theme.

I have noticed a discrepancy on the search box between the theme on demo and the one on download.

On demo:
<div class="search-block-form contextual-region block block-search" data-drupal-selector="search-block-form" id="block-businessgroup-zymphonies-theme-search" role="search">

On download:

<div data-drupal-selector="search-block-form" id="block-businessgroup-zymphonies-theme-search" role="search" class="contextual-region block block-search">

There is a class missing: search-block-form

I will submit the patch in reply to this issue

Comments

TAM Software created an issue. See original summary.

tamsoftware’s picture

Status: Active » Needs review
StatusFileSize
new401 bytes

Here is the patch to add the missing class to the search box template

Franck Horlaville
TAM Software

krina.addweb’s picture

StatusFileSize
new380 bytes
new5.69 KB
new6.85 KB

Thanks for your patch, but your attached patch didn't work for me. It throws the error when I tested it over simplytest.me.

PFA updated patch works for me, please check & let me know.

tamsoftware’s picture

@krina.adweb your patch file looks good to me!

  • zymphonies.com committed efe43b8 on 8.x-1.x
    Issue #2866911 by krina.addweb, tamsoftware: Missing class on search box
    
zymphonies-dev’s picture

Status: Needs review » Fixed

Updated in latest release.

zymphonies-dev’s picture

Status: Fixed » Closed (fixed)