Welcome, Guest
  • Page:
  • 1

TOPIC: captify link to contact page?

captify link to contact page? 1 year, 10 months ago #28980

Hello, my client wants a row of thumbnails to use as navigation and I thought, yes thats captify content, until I got to the last page, contact us which is not a category and I am stuck, will I need to just implement a CSS solution to attach the images to the menu items instead? Thanks, Carin
  • handsun
  • ( User )
  • OFFLINE
  • 12 Month Developer
  • Posts: 288
  • Karma: 1

Re: captify link to contact page? 1 year, 10 months ago #28986

Hey Carin,

A CSS solution would be good. If you give id's to the menu items (mainmenu module params) you should be able to target them in the css.
There are various custom solutions I'm sure but that would work well. You won;t get the captify effect though.

Cheers,
Jason.
  • Jason D
  • ( Admin )
  • OFFLINE
  • 12 Month Developer
  • Posts: 2947
  • Karma: 75

Re: captify link to contact page? 1 year, 10 months ago #29015

Thank you Jason, I went on the Joomla forum and for any who come to this link in the forum here, a bit more detail follows: 1- upload a blank gif in the link's menu image (MENU ITEM)- parameters-system-menu image, then enable "other paramaters" - "image" and "link from image" in the MOD_MENU, I gave my menu the class of "golf", be sure to have "a" set to block as below, the item ids are found in MENUS
.menugolf li.item5 a {
width: 110px;
height:110px;
display:block;
background-image: url(../images/home.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}

.menugolf li.item18 a:hover {

background-position: 0px -120px;
}
Take care, Carin
  • handsun
  • ( User )
  • OFFLINE
  • 12 Month Developer
  • Posts: 288
  • Karma: 1

Re: captify link to contact page? 1 year, 10 months ago #29044

Cool thanks for posting this.

Anthony
  • Anthony Olsen
  • ( Admin )
  • NOW ONLINE
  • Moderator
  • Posts: 17254
  • Karma: 317
Creative Unique Minimal Joomla Templates
  • Page:
  • 1
Time to create page: 1.75 seconds