This is the second template where I've had the menu icons and ion icons not load automatically on the quickstart installs. This time its the icons in the Header modules for menu, reservations and etc. Can we get some assistance? The code is correct. The site is abqwebproject.com/parscuisine

Thank you

    Hi cesgarcia

    I don't see the error of loading icons when inspecting elements on your site. These menu icons belong to a custom HTML module in 'header' position so I guess the HTML tag for these icons were stripped out by default Joomla editor when you saving this custom module

    You can go to Global Configuration in backend of your site > disable 'Default Editor' temporarily (set to 'None') and check the output of this module in module manager again. I put the default output of this module as our demo site here so you can compare:

    <h1 data-scroll-reveal="enter top over .5s after 0s">The Best Steak House is Here</h1>
    
    <h2 data-scroll-reveal="enter bottom over .5s after .15s">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean semper orci semper tempus.</h2>
    
    <a href="#restaurant" class="btn" data-scroll-reveal="enter bottom over .5s after .25s">Discover our restaurant</a>
    
    <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>
      5 days later

      cesgarcia
      You can share the admin account of your site, I will take a look.

      6 months later
      18 days later

      solarit

      Not sure if you see my last reply or not, pls try to create a new topic and share the credentials of your site so I can check and help you out.

        17 days later

        saguaros
        I fix it by myself, but I have another question, How can I install my icons instead your (ex. gk-icon-dinner-set-solid) coz I created my icons for my needs?

          Hi solarit

          For example, you have an image (or icon) width dimension 64x64 in folder: /images/demo/dinner.png

          You can replace above code:

          <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>

          to:

          <li data-scroll-reveal="enter bottom over .5s after .25s"><a href="#menu"><img src="images/demo/dinner.png" alt="" class="gk-icon-img" /> <span>Menu</span></a></li>

          why i can't set up icons and text in one row and text must be under icon, appetit.solar-it.hr

          and one more question, where I can find a gkContactForm to translate some words in my language?

            Hi solarit

            Could you create a new topic and share the credentials of your site (eg: URL, Admin account) so I can help?

            Write a Reply...
            You need to Login to view replies.