homepage background images

GK User
Fri Mar 03, 2017 10:41 pm
Sorry for the Noob question but it seems what you fellas are doing with joomla is rather different than when i worked with it 5 years ago back when it was version 1.5.

anyways i cant seem to locate the mainpage background imiges to replace the stock ones... im assuming its in a module but i just cant find it ... while im here also the location of the small images you have on the header menus on your demo ... i didnt have them appear with the quick start

thanks for the patience im in a joomla crash course trying to get myself back to par.

Twoje zdrowie
User avatar
Fresh Boarder

GK User
Fri Mar 03, 2017 11:41 pm
Update... ive managed to find the location to edit the homepage background images but still no luck on the menu images...i will update post if i find them so as not to waste you time...
User avatar
Fresh Boarder

teitbite
Sat Mar 04, 2017 11:49 am
Hi

What do You mean by "menu images"?

If You mean that some of the images didn't came with template than it's because law doesn't allow us to redistribute images farther, so I'm afraid they can't be attached to our products.
User avatar
Moderator

GK User
Mon Mar 06, 2017 8:43 am
Screen-Shot-2017-03-06-at-8.33.25-am.jpg
ya sorry for my non specific post... attached images of menu images above Menu - specials - gallery - res - location ... i wouldnt use these images just need assistance in where to change or add them.

cheers
User avatar
Fresh Boarder

teitbite
Thu Mar 09, 2017 12:44 pm
Hi

I understand the confusion now. This is not a menu but a simple Custom HTML module called "Header". The code for the icons looks like this:

Code: Select all
<ul class="gk-short-menu">
<li data-scroll-reveal="enter bottom over .5s after .25s"><a href="#menu"><i class="gk-icon-dinner-set-solid"></i> <span>Menu</span></a></li>
<li data-scroll-reveal="enter bottom over .5s after .5s"><a href="#specials"><i class="gk-icon-bottle-glass-solid"></i> <span>Specials</span></a></li>
<li data-scroll-reveal="enter bottom over .5s after .75s"><a href="index.php/gallery"><i class="gk-icon-gallery-solid"></i> <span>Gallery</span></a></li>
<li data-scroll-reveal="enter bottom over .5s after 1s"><a href="index.php/reservation"><i class="gk-icon-calendar-solid"></i> <span>Reservation</span></a></li>
<li data-scroll-reveal="enter bottom over .5s after 1.25s"><a href="#location"><i class="gk-icon-map-path-solid"></i> <span>Location</span></a></li>
</ul>


Just remember to disable using editor or use an editor which is supporting HTML5 since those icons are font, not direct images and most of the editors doesn't recognise it as a valid HTML and removes them.

If You need different icons here is a font You can add and use instead (or at the same time): http://fontawesome.io/icons/
User avatar
Moderator


cron