Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

[SOLVED] Image top box title change

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,

I have problems with image top box title. I do this solution for another cuestion www.joomlabamboo.com/index.php?option=com_kunena&view=topic&catid=676&id=113828&Itemid=215

But when I change code to modificate the appearance box I have 2 titles only in categorie preview.

URL with error: www.goierri.eus/index.php/noticias/zerbitzualdea

URL without error: www.goierri.eus/index.php/noticias/zerbitzualdea/123-programa-innobideak-lehiabide

Thanks
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
Last Edit: 9 years 1 month ago by acvmultimedia.
The administrator has disabled public write access.
Hi

Do you get the same if you hide the title in the article options?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
No, If you hide categorie view it´s ok but if you click in article the image title it´s hide.

Article: www.goierri.eus/index.php/noticias/actualidad/126-el-i2e-de-irizar-reconocido-como-autobus-del-ano-2015-en-espana

Categorie: www.goierri.eus/index.php/noticias/actualidad

Thanks
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
The administrator has disabled public write access.
ah ok so the problem is with pages you can't assign the title via the menu?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes, If activated menu title I have that problem.
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
The administrator has disabled public write access.
I'll need to check with the developers and get back to you on this

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi,

If I remove this change from custom.css it´s ok the problem, how can I change it better?

.page-title, .componentheading, .contentheading, .page-subtitle {
background: none repeat scroll 0 0 #00a8e7;
color: #ffffff;
font-size: 30px;
font-weight: 300;
margin-bottom: 0;
margin-left: 0px !important;
padding: 5px 15px;
position: absolute;
text-transform: uppercase;
top: -103px;
z-index: 100;
}
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
The administrator has disabled public write access.
yeah it is best if you only add the style you change - looks like only these style are different than the template

@media screen and (min-width: 970px) {
.page-title, .componentheading, .contentheading, .page-subtitle {
background: none repeat scroll 0 0 #00a8e7;
font-size: 30px;margin-left: 0px !important;}
}

That said I'm still non the wise where the other text is coming from

Is this the latest version of the template?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi,

Yes I have installed the last version and I change custom.css code with your sugeretion. And continues with the same problem.

Thanks
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
The administrator has disabled public write access.
Yes its beyond my knowledge about where that text is coming from so will ask a developer when they are available

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi,

The issue is with the small tags in the html of the title.

If you adjust your custom.css to the following then it should correct the display:
@media screen and (min-width: 970px) {
.page-title, .componentheading, .contentheading, .page-subtitle, .page-subtitle small {
background: none repeat scroll 0 0 #00a8e7 ;
font-size: 30px;margin-left: 0px !important;}
}

Regards,

Rob
  • Robert Went's Avatar
  • Robert Went
  • Moderator
  • 2210 posts
  • 196 Thanks
  • Karma: 90
The administrator has disabled public write access.
The following user(s) said Thank You: acvmultimedia
Thanks for updating the thread :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers