I'm not sure why I cannot add any html to the "Social Footer" module?
Do I have to disable TinyMCE every time i want to edit a module and not have the basic HTML scrubbed?
It seems rather odd and counter intuitive.

<ul class="social-list">
<li><a href="/index.php" title="facebook"><span class="fa fa-facebook" aria-hidden="true"></span></a></li>
<li><a href="/index.php" title="twitter"><span class="fa fa-twitter" aria-hidden="true"></span></a></li>
<li><a href="/index.php" title="vimeo"><span class="fa fa-vimeo" aria-hidden="true"></span></a></li>
<li><a href="/index.php" title="rss"><span class="fa fa-rss" aria-hidden="true"></span></a></li>

</ul>

    Hi AzimuthDesigns,
    I have installed the JA ACM module and you created the Social Footer right module, you can check and custom it now.
    To translate the labels, you can add the following code to the \language\en-GB\en-GB.mod_ja_acm.ini file.

    SOCIAL_BASIC_LABEL              ="General setting"
    SOCIAL_BASIC_DESC               =""
    SOCIAL_SECTION_LABEL            ="Social setting"
    SOCIAL_SECTION_DESC             = ""
    
    SOCIAL_STYLE_LABEL              ="Social style"
    SOCIAL_TITLE_LABEL              ="Title Section"
    
    SOCIAL_FONT_ICON_LABEL          ="Font Awesome Icon"
    SOCIAL_HOVER_TITLE_LABEL        ="Link Label"
    SOCIAL_LINK_LABEL               ="Link URL"

    That's an interesting idea! Thanks!
    Questions:

    1. Can your Module "social footer right" be centered?
      I've moved it to the center of the footer, but it's still right justified. i've hit the css with every css center technique i know but it's not changing.
    1. Where can I add custom html to the Module for it to open these pages in a new window?

    Like this code?

    <ul class="social-list">
    <li><a href="/index.php" target="new" title="facebook"><span class="fa fa-facebook" aria-hidden="true"></span></a></li>
    <li><a href="/index.php" target="new" title="instagram"><span class="fa fa-instagram" aria-hidden="true"></span></a></li>
    <li><a href="/index.php" target="new" title="pinterest"><span class="fa fa-pinterest-p" aria-hidden="true"></span></a></li>
    <li><a href="/index.php" target="new" title="linkedin"><span class="fa fa-linkedin-in" aria-hidden="true"></span></a></li>
    </ul>

    There is an outstanding question from above.

    1. Is there a mechanism for us users get access to the more basic custom HTML modules without having to turn off tinyMCE?

    EMERGENCY
    Serious problem created by tech agent installing JA ACM module over my working module.

    by updating or what ever you did by installing the JA ACM module you have broken most of my "Modules" and when i turn off/on Modules my entire website breaks.

    For example:"Our Clients"

    1. no longer has the Module parameters first page
      https://azimuthdesigns.com/administrator/index.php?option=com_modules&view=module&layout=edit&id=119&client_id=0
    1. if i Publish it...it breaks my whole website now.

      I've still not found a solution.
      I cannot make new or edit old modules and publish them because it breaks my whole site.

      Thanks!
      Is it possible to that the data is still in the database for these two modules?
      They had also been modified to include the ability to open up in a new window.

      Some Of Our Clients...
      ID 158

      Our Clients
      ID 119

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