?
avatar RedElijah
RedElijah
5 Aug 2016

Steps to reproduce the issue

Add a Smart Search module from EXTENSIONS > MODULES > NEW > SMART SEARCH.
Assign the module to a position that is visible on the front-end of the site.
Ensure that 'Smart Search Label' is set to 'HIDE'.

Expected result

The text label appearing beside the Search field should be invisible when set to 'HIDE'.

Actual result

The text label remains visible, regardless of whether the label is set to 'HIDE' or 'SHOW'.

System information (as much as possible)

Joomla versions: 3.5.1 to 3.6.2 (not sure when issue first appeared)
PHP Version: 5.5.16
MySQL Version: 5.5.50-cll
Apache Version: 2.4.10
cPanel Version: 58.0 (build 12)

Additional comments

When setting 'Smart Search Label' to 'HIDE', the label seems to correctly have the CSS class .element-invisible applied to it (and, as you would expect/hope, the .element-invisible class disappears when the parameter is set to 'SHOW'). I could NOT, however, find any reference to the .element-invisible class in any of the active stylesheets - so it may be as simple as adding a 'display: none;' clause into the appropriate file.

avatar RedElijah RedElijah - open - 5 Aug 2016
avatar brianteeman
brianteeman - comment - 5 Aug 2016

Can you confirm this with one of the default joomla templates or is this
with your own template

On 5 August 2016 at 12:52, RedElijah notifications@github.com wrote:

Steps to reproduce the issue

Add a Smart Search module from EXTENSIONS > MODULES > NEW > SMART SEARCH.
Assign the module to a position that is visible on the front-end of the
site.
Ensure that 'Smart Search Label' is set to 'HIDE'.
Expected result

The text label appearing beside the Search field should be invisible when
set to 'HIDE'.
Actual result

The text label remains visible, regardless of whether the label is set to
'HIDE' or 'SHOW'.
System information (as much as possible)

Joomla versions: 3.5.1 to 3.6.2 (not sure when issue first appeared)
PHP Version: 5.5.16
MySQL Version: 5.5.50-cll
Apache Version: 2.4.10
cPanel Version: 58.0 (build 12)
Additional comments

When setting 'Smart Search Label' to 'HIDE', the label seems to correctly
have the CSS class .element-invisible applied to it (and, as you would
expect/hope, the .element-invisible class disappears when the parameter is
set to 'SHOW'). I could NOT, however, find any reference to the
.element-invisible class in any of the active stylesheets - so it may be as
simple as adding a 'display: none;' clause into the appropriate file.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#11472, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABPH8UADK5_bP4vzmss8uT6hupU_abtbks5qcyPigaJpZM4JdnFF
.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar RedElijah
RedElijah - comment - 5 Aug 2016

Ah, yes - good spot (apologies, I should have checked that).

The issue only occurs with my custom template(s). However, my custom templates are pulling some CSS from the /templates/system/css/general.css file - which differs from the general.css file used exclusively by the Beez3 template. The /templates/system/css/general.css presumably contains content that would typically be required across templates - and I'm GUESSING (dangerous, I know) that the .element-invisible clauses used to exist in this file originally. I can, of course, very easily add the CSS to my own template - but is there an obvious reason why this would have been moved out of there?


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11472.

avatar brianteeman
brianteeman - comment - 5 Aug 2016

I would need to dig into the changelog but not anything I can think of.

avatar brianteeman
brianteeman - comment - 5 Aug 2016

Closed as not an issue in the core

avatar brianteeman brianteeman - change - 5 Aug 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-08-05 12:26:23
Closed_By brianteeman
avatar brianteeman brianteeman - close - 5 Aug 2016
avatar RedElijah
RedElijah - comment - 5 Aug 2016

Thanks for your help, Brian.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11472.

Add a Comment

Login with GitHub to post a comment