Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Dennis McCarthy Friend
    #147160

    1. The site is NOT centered on ie. I can’t believe I am the only one having this issue.

    The last time someone tried to fix this for me, all the text, site-wide, ended up centered. I believe it is related to IE’s intolerance for “margin 0 auto”.

    2. SEF urls don’t work (probably an issue with hosting company).

    3. In search results, how do I remove advanced search options at bottom of page?

    4. Dropline menus don’t work.

    5. Sitemap link goes crazy: http://s312807310.onlinehome.us/index.php?option=com_xmap&sitemap=1&Itemid=632

    Dennis McCarthy Friend
    #327848

    Anybody out there? I really need help on this!

    Anonymous Moderator
    #327861

    <blockquote>2. SEF urls don’t work (probably an issue with hosting company).</blockquote>
    => please check this link: http://docs.joomla.org/SEO#Fixing_Broken_Site_When_SEF_is_Enabled

    Anonymous Moderator
    #327862

    <blockquote>3. In search results, how do I remove advanced search options at bottom of page?</blockquote>
    => open templatesja_teline_iiihtmlcom_searchsearchdefault_form.php file, find following code:


    <fieldset class="phrase">
    <legend><?php echo JText::_('Search Parameters') ?></legend>
    <?php echo $this->lists['searchphrase']; ?>
    <br /><br />
    <label for="ordering" class="ordering"><?php echo JText::_('Ordering') ?>:</label>
    <?php echo $this->lists['ordering']; ?>
    </fieldset>

    <?php if ($this->params->get('search_areas', 1)) : ?>
    <fieldset class="only"><legend><?php echo JText::_('Search Only') ?>:</legend>
    <?php foreach ($this->searchareas['search'] as $val => $txt) : ?>
    <?php $checked = is_array($this->searchareas['active']) && in_array($val, $this->searchareas['active']) ? 'checked="true"' : ''; ?>
    <input type="checkbox" name="areas[]" value="<?php echo $val ?>" id="area_<?php echo $val ?>" <?php echo $checked ?> />
    <label for="area_<?php echo $val ?>">
    <?php echo JText::_($txt); ?>
    </label><br />
    <?php endforeach; ?>
    </fieldset>
    <?php endif; ?>

    and remove

    Anonymous Moderator
    #327863

    <blockquote>4. Dropline menus don’t work.</blockquote>
    => I could not login to your ftp account. Please kindly update again. I want to check your website in the case.

    Anonymous Moderator
    #327864

    <blockquote>5. Sitemap link goes crazy: http://s312807310.onlinehome.us/inde…p=1&Itemid=632</blockquote>
    => I am sorry but i could not find your issue in this link. Maybe you have fixed this issue.

    Css Magician Friend
    #327867

    <em>@dennismccarthy 158335 wrote:</em><blockquote>1. The site is NOT centered on ie. I can’t believe I am the only one having this issue.

    The last time someone tried to fix this for me, all the text, site-wide, ended up centered. I believe it is related to IE’s intolerance for “margin 0 auto”.

    </blockquote>

    Dear dennismccarthy,

    In your template.css, it has style :


    #ja-wrapper {
    margin:0;
    background-color:#999999;
    *width:70%;
    *text-align:left;
    }

    please change to :


    #ja-wrapper {
    margin:0;
    background-color:#999999;
    }

    I did that in your site, please check again.

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

This topic contains 7 replies, has 3 voices, and was last updated by  Css Magician 14 years, 10 months ago.

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