layout
block in your ss360Config
on the page you've sent me. Nevertheless, if I update the configuration by calling SS360.changeConfig('layout.mobile.showImages', false);
and retrigger the search the images are hidden as expected: https://snipboard.io/gVHipb.jpg
@bobhrds looks like the mobile search box isn't properly connected to our search, can you try changing the search box selector to
input[name="s"]
in the Wordpress Plugin Configuration? What's currently displayed on mobile are your native wordpress search results.
@JVankat Do you mean here, in the Configuration Editor?
{
"siteId": "al-anon.org",
"showErrors": false,
"searchBox": {
"selector": "#ss360-trigger",
"placeholder": "Search",
"searchButtonLabel": "Search"
},
"layout": {
"mobile": {
"showImages": false,
"showDataPoints": false,
"showUrl": true,
"type": "grid"
},
"desktop": {
"type": "grid",
"showImages": false,
"showDataPoints": false,
"showUrl": true,
"gridColsLg": 1
}
},