Shape 5

Joomla Templates => Photobox - Club => : rotor1 August 08, 2017, 12:53:40 PM



: UPGRADE JOOMLA 3.5.1 to 3.7.4
: rotor1 August 08, 2017, 12:53:40 PM
My joomla has version 3.5.1 can be upgraded to 3.7.4?
www.fotoleo.com.ve/web

Thanks


: Re: UPGRADE JOOMLA 3.5.1 to 3.7.4
: mikek August 09, 2017, 07:07:09 AM
Hello,

Yes, just make sure you patch with the latest version of Vertex:

https://www.shape5.com/documentation/Vertex-Framework/Joomla-Specific/How-To-Patch-Vertex-In-Joomla-and-Changelog


: Re: UPGRADE JOOMLA 3.5.1 to 3.7.4
: rotor1 August 09, 2017, 09:06:45 AM
Ready. Done without inconvenient. Only I just modified the search field, I put a white background and it was black, I like it with the black background. There is some way to place it as the previous version?.

www.fotoleo.com.ve/web

Thank.


: Re: UPGRADE JOOMLA 3.5.1 to 3.7.4
: rotor1 August 09, 2017, 12:50:26 PM
Something happened, when you edit an article you can not see its content, but it can not be seen.



: Re: UPGRADE JOOMLA 3.5.1 to 3.7.4
: mikek August 10, 2017, 06:56:21 AM
Hello,

The template itself does not control your article editor, that is entirely handled by Joomla itself.

For some reason the ID on your search module has changed, edit template.css and look for:

mod-search-searchword

and change it to:

mod-search-searchword129

It will be at line 473.


: Re: UPGRADE JOOMLA 3.5.1 to 3.7.4
: rotor1 August 10, 2017, 08:03:17 AM
No. Friend, the plugin is enabled. This happened for some reason when upgrading. Now I can not edit an article. If I wrote for the private, it was because I needed to make sure I saw it quickly, but I know. The fact is that I am now standing still. Is there any way to install that plugin again ??

Greetings and apologies for the inconvenience.


: Re: UPGRADE JOOMLA 3.5.1 to 3.7.4
: mikek August 11, 2017, 05:58:32 AM
Hello,

As I stated above the template does not control any part of the editor, that is entirely handled by Joomla and the plugin itself. I would suggest trying a different editor, there are several free ones available on extensions.joomla.org. Once you install an editor plugin just enable it in the Plugin Manager and set it as default under the Joomla Global Configuration.


: Re: UPGRADE JOOMLA 3.5.1 to 3.7.4
: rotor1 August 17, 2017, 08:57:51 AM
Make the change but stay the same.

"and change it to:

mod-search-searchword129

It will be at line 473."



: Re: UPGRADE JOOMLA 3.5.1 to 3.7.4
: mikek August 17, 2017, 09:29:49 AM
Hello,

You did not update the css properly, you completely removed all the css under #mod-search-searchword instead of just renaming it. You css currently looks like this:

.module_round_box-search label, .module_round_box-search br, .module_round_box-search .btn, .module_round_box-search button {
display:none;
}

#mod-search-searchword129

#mod-search-searchword:hover {
background:#FFFFFF;
}



That are needs to look like this:



.module_round_box-search label, .module_round_box-search br, .module_round_box-search .btn, .module_round_box-search button {
display:none;
}

#mod-search-searchword129 {
width:auto;
background:none;
color:#FFFFFF;
padding:0px;
margin:0px;
}

#mod-search-searchword:hover {
background:#FFFFFF;
}


: Re: UPGRADE JOOMLA 3.5.1 to 3.7.4
: rotor1 August 17, 2017, 02:15:01 PM
Yes now. Perfect

Thanks