Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] Coolness template - Acymailing toolbar not showing on Frontend

  • cliffvt
  • cliffvt
  • OFFLINE
  • Posts: 180
  • Thanks: 27
  • Karma: 6
11 years 1 month ago - 11 years 1 month ago #234231 by cliffvt
Hey there

We are using the Coolness template on Joomla 1.5 (yes I know...) and now that we have activated Acymailing Newsletter creation from the frontend, the issue is that the template does not display the toolbar (which contains icons on the webpage. Not sure why this is happening but I do know that Coolness does not display any icons anywhere on our pages.

Is there a way to override this at all?

Here is the Firefox "inspect Element" code from that page which shows the toolbar being rendered but it is not displayed (see image below)
Code:
<div id="inner"> <div id="acy_content"> <fieldset id="acy_form_menu"> <div id="acytoolbar" class="toolbar" style="float: right;"> <table> <tbody> <tr> <td id="acybuttontemplate"></td> <td id="acybuttontag"></td> <td id="acybuttonreplace"></td> <td id="acybuttondivider"></td> <td id="acybuttonpreview"></td> <td id="acybuttonsave"> <a href="#" onclick="javascript:submitbutton('save'); return false;"> <span class="icon-32-save" title="Save"></span> Save </a> </td> <td id="acybuttonapply"></td> <td id="acybuttoncancel"></td> </tr> </tbody> </table> </div> <div class="acyheader" style="float: left;"> <h1> Newsletter : </h1> </div>

Last edit: 11 years 1 month ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 1 month ago #234236 by krileon
AcyMailing is responsible for its own styling. I don't see why using Coolness would have any affect on this unless they're absolutely dependent on CSS only present in the default Joomla template. Inspect where the toolbar should be with Chrome or Firebug for Firefox and take a look at the toolbars CSS to see if it's flat out missing its styling or if it's being hidden by "display: none" perhaps.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • Jacob
  • Jacob
  • OFFLINE
  • Posts: 36
  • Thanks: 7
  • Karma: 8
11 years 1 month ago #234253 by Jacob
Cliff, if you can post your site URL I can try to assist.

Joomla Development and Support since 2005

Please Log in or Create an account to join the conversation.

  • cliffvt
  • cliffvt
  • OFFLINE
  • Posts: 180
  • Thanks: 27
  • Karma: 6
11 years 1 month ago - 11 years 1 month ago #234267 by cliffvt
Guys]

Thanks for your replies and offers of help. Turns out The problem comes from the class "toolbar" used on the Acymailing toolbar, which is also used by another component redefining its CSS.

The great folks at Acyba corrected this by adding the following code in the Component front-end CSS file in the
Acymailing configuration, tab "Interfaces":
Code:
#acytoolbar{ position:relative; width:auto; } #acybuttonreplace .toolbar{ position:relative; width:auto; margin-bottom:18px; }

Works like a charm now!
Last edit: 11 years 1 month ago by cliffvt.
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum