normanUK wrote:Do you mean title attributes from "a" links such as menu items and article links.
Let me know.
templates/gk_bikestore/com_content/
templates/gk_bikestore/com_k2/
templates/gk_bikestore/com_content_test/
templates/gk_bikestore/com_k2_test/
normanUK wrote:Are you using Joomla Articles or K2 items?
Also please rename one of the below folders depending on which one you use. This will force component to use its own style and not our custom style. This way we can be sure if settings are done properly and style is still displaying the title.
You can rename and add _test so component uses its own default style.
- Code: Select all
templates/gk_bikestore/com_content/
templates/gk_bikestore/com_k2/
- Code: Select all
templates/gk_bikestore/com_content_test/
templates/gk_bikestore/com_k2_test/
Once you renamed and title is turned off, let me know and I ll check our styles. If title is still displaying then we need to check article or item title options in joomla settings. Please rename folders back to original name.
See you around...
templates/gk_coffe/html/com_content/
templates/gk_coffe/html/com_k2/
templates/gk_coffe/html/com_content_test/
templates/gk_coffe/html/com_k2_test/
normanUK wrote:I am sorry here is corrected folder path for styles.
- Code: Select all
templates/gk_coffe/html/com_content/
templates/gk_coffe/html/com_k2/
- Code: Select all
templates/gk_coffe/html/com_content_test/
templates/gk_coffe/html/com_k2_test/
normanUK wrote:Ok hold on : )
It is not finished yet.
This means our style is still showing regardless turning off article titles. You need to rename folder name back to original as it won't show our custom style.
Please also you did not mention which component you are using for your articles. Joomla Articles or K2 items?
normanUK wrote:I have just checked this and it hides when title is set to off in article options.
Can you double check following is turned off in article options.
http://awesomescreenshot.com/0a11euio85
#gkComponent > div > h2 {display: none;}
normanUK wrote:Then probably you are not using latest version of the template.
Nevertheless easiest would be to hide it with css if you will not be showing titles in other articles as this will hide them in all articles.
Please add following css code to templates/gk_coffe/css/override.css and enable css override option in template settings > advanced settings > css override "on".
- Code: Select all
#gkComponent > div > h2 {display: none;}
If you only want to turn off titles in selected items then please send me an admin access and ftp details to my email so I can check your style files. My email normanuk[at]live.co.uk
See you around...