test
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Dean Howarth Friend
    #158295

    Hi I have a simple table in an article when I publish this article (with the table the right hand modules wont show. When I put an article with just plain text the modules work fine.

    I have checked the code and the content of the tables is fine. see here : http://c2conline.com.au/website/voice

    Appreciate any thoughts

    Css Magician Friend
    #370168

    Dear deanandeva,

    You should have width = 100% in your table html.

    <blockquote>
    <table border=”0″ width=”100%”>
    </blockquote>

    Dean Howarth Friend
    #370179

    <em>@duchh 212862 wrote:</em><blockquote>Dear deanandeva,

    You should have width = 100% in your table html.</blockquote>

    Hi I added this but it still wont display modules on right position? code below if that helps?

    Thanks for your assistance

    <p>Some text here:</p>
    <p> </p>
    <table border="0" width="100%">
    <tbody>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td>Instant Messaging</td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    </tr>
    <tr>
    <td>Presence</td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    </tr>
    <tr>
    <td>Federation</td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    </tr>
    <tr>
    <td>Remote user access</td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    </tr>
    <tr>
    <td>Enterprise Voice</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Call Forwarding</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Delegation</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Call Transfer</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Call Park</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Simultaneous Ring</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Team Call</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td>SIP Service Access</td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    </tr>
    <tr>
    <td>Conference Size</td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    </tr>
    <tr>
    <td>Response Group Access</td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    </tr>
    <tr>
    <td>File Transfer</td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    </tr>
    <tr>
    <td>A/V Conferencing</td>
    <td> </td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    <td><img src="http://c2conline.com.au/images/stories/tick.png" border="0" /></td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Video Conferencing</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Audio COnferencing</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Audio Dial-In Access</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Allow Anonymous to Dial-Out</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td>Web Conferencing</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Application Sharing</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td style="padding-left: 30px;">Desktop Sharing</td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    </tbody>
    </table>

    Dean Howarth Friend
    #371336

    BUMP ? and raised a ticket still no response ?

    Saguaros Moderator
    #371840

    <em>@deanandeva 214341 wrote:</em><blockquote>BUMP ? and raised a ticket still no response ?</blockquote>

    Hello !

    Your meaning: The right side of the site does not displaying any modules? right?

    => The problem is not from the content of this articles, everything is made very well by yourself.

    It is the menu asignment issue.

    you try to enable a module with the All Page Option for its Menu Assignment, you will see the module will display well 🙂

    To resolve the issue, please try to check and set a module for this menu.

    Dean Howarth Friend
    #371928

    Yes this does work if I apply to all menu items, but if I apply to that menu item only it wont work !!!

    Sorry Im not new to Joomla and this is frustrating

    Saguaros Moderator
    #372173

    Yes, Please following to this guide : http://docs.joomla.org/Screen.modules.edit.15

    Try to edit the module which is displaying on the right side on other pages. In the menu assignment parameter of this module you search for the menu (where you have linked that article ), and save the module. Check the issue.

    If you are not able to resolve it, then provide me the administrator account, i will resolve the issue 🙂

    Thanks

    Dean Howarth Friend
    #372245

    I have been working with Jomla for 3 years now, this is the first time I have come across this issue, so I am very familiat with how to publish a module.

    It just doesnt work on this template ?

    Dean Howarth Friend
    #372291

    If you look at the original post you will see it has nothing to do with my ability or understanding of how to enable a module position. It works fine if I use a plain text article, but when I use the article that inclides a table there modules wont work.

    Sorry for the frustration but this issue is now 13 days old, I am a Paid Subscriber and have raised a ticket with little to no response from Support >:(

    Saguaros Moderator
    #372310

    I ‘m trying to help you, my pre solutions are right for resolving the issue, the problem is not from the content as you thought,

    Simply, Joomla System could not find any Item Menu relating to this article. I will create a menu for you to take clearly look on the issue.

    Saguaros Moderator
    #372312

    I found you have 2 links to show the voice table:

    1) http://c2conline.com.au/demo-category/voice ( Access this link via the IT Services Menu > Voice Menu): you can see that modules displaying well on the right side

    2) with this http://c2conline.com.au/website/voice
    <blockquote>I have checked the code and the content of the tables is fine. see here : http://c2conline.com.au/website/voice</blockquote>
    Where do i get this link ? i could not see any menu relating this article? <<<<

    =>>>> do you see theirs differences ?

    Dean Howarth Friend
    #372328

    I see its working now thankyou, how did you fix it?

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 3 voices, and was last updated by  Dean Howarth 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum