1. Butlers
  2. Commercial Templates
  3. Wednesday, 22 July 2020
  4.  Subscribe via email
Home

Hello I have a problem with fontawesome not working on the Renovate template. I have put custom css in but it doesn't appear to work. I'm also having an issue with my sub menus block highlighting and you can't choose a sub or 3rd layer menu (see pic). Lastly, I want to move the position of my menus to the left but again, putting code in css doesnt seem to work? Cheers!
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Just to confurm, you wish to move your menu to the left of the logo?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you - have sent the email. I want the logo to be far left but the menu populate from left to right. At the moment they are far right if that makes sense.
Thanks again
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Indeed something appears to be stopping your Custom CSS from been loaded. You appear to have a large number of plugins installed. Could I ask you to remove any plugins you are not using? We can then go through the remainder and see if any are causing this issue. Such issues are usually plugin related.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
ok will do
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello I have disabled all non-used plugins but unfortunately, another plugin is not working and the developer has said the template has an error. Also, my menus are now not assigning to the correct pages (ie if you click Services - Family it should take you to a specific family menu - however it remains on Main menu. Can you please check this out for me? Thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
And on top of that font awesome icons still do not work with this template.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
OK so fixed the menu errors. The only issue I now have is -
1. the icons are still showing a blank place holder rather than the actual icon;
2. on two of my menus the dropdowns menus when hovering are showing a block covering about 3 menu items at a time rather than changing colour for one (interestingly those two menus also have a different background colour to the other two all using the same template) they also tend to flicker when you hover on the 3rd level
3. I am trying to use css to make the article container .07 transparency
4. I still need to have my menus populate from the left (near the template first then to right) rather than right to left.
Thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

1. Would you have a URL to an example of your Font Awesome icons?

2. This issue should be now resolved. When creating a menu module for the hornav module position, add moomenu to the Menu Tag ID field. This was a requirement for our older templates.

3. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#container_main {
background-color: rgba(199,197,197, .7 );
}


4. To amend also add the following to your Custom CSS field...

.hornavmenu {
float: none;
margin-left: 250px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you so much, Ciaran. It appears the CSS still isn't working - you can see the menus initially pull across but then they instantly flick back like something else is executing? The style seems to be getting overridden too - ie on all four menus I have different hover colours set in the style but they are all appearing as the default menu. I think I have now fixed the font awesome issue.
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Also attached is a link to show you the menu error as per 2 above. I note moomenu is added however the issue is persisting. It's only an issue on 2 of the menus which is strange given they are all using the same template
https://www.butlers.com.au/en/family-law-home-a
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Regarding the menu, is this issue specific to pages using your FAQ module?

On the layout, could you include a screenshot of how you are viewing your page? I may misunderstand what you wish to achieve. Currently your menu appears next to the logo and filling to the right.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran, thank you again for responding. The menu alignment corrected itself as soon as I removed any sub-menus (3rd tier) so the menus are now populating as per the Custom CSS. The Custom CSS to make the article container .7 transparent is still not working :( It seems to be quite hit and miss.
The hover highlighting isn't happening on just the FAQ pages. For example, the Blogs menu has no FAQs and you can see the red block highlighting on hover for Level 2 menus is there. I have included two screenshots. The other three main menus are not showing any hover highlighting at all on 2nd tier of menu. Also the hover colour on all four menus are not picking up from the styling. See the screenshot of the Wills menu styling and then actual red colour its showing.
Thank you again :)
Attachments (4)
  1. more than a month ago
  2. Commercial Templates
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran, sorry I have a further issue - I can see this has been a standard problem with some of the templates but the Menu isn't clickable in responsive? I have changed to true allow parent on the responsive code, to no avail. Thank you again
  1. more than a month ago
  2. Commercial Templates
  3. # 13
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran, I've sorted it all. Added a new menu module which helped on the mobile and the FAQ software was causing a clash (moomenu) with the template which I have now fixed. Thank you!
  1. more than a month ago
  2. Commercial Templates
  3. # 14
Accepted Answer Pending Moderation
0
Votes
Undo
Great work!! :)

Thank you for the update.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 15
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran - there appears to be a gap on some of the pages above and sometimes below the showcase module. (see pic). I have all padding set to 0 - are you able to advise how to remove the gap?
Thank you!
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 16
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL directly to an example of this issue?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 17
Accepted Answer Pending Moderation
0
Votes
Undo
https://www.butlers.com.au/our-team this one has the gap at the top. And this one has the example at the bottom https://www.butlers.com.au/commitment-to-clients
Thanks Ciaran!
  1. more than a month ago
  2. Commercial Templates
  3. # 18
Accepted Answer Pending Moderation
0
Votes
Undo
All fixed sorry Ciaran - there was padding in a block holder ;)
  1. more than a month ago
  2. Commercial Templates
  3. # 19
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok