Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • chicagouser Friend
    #173188

    no doubt Elastica is best template, how can i remove footer logo and footer content “Copyright © 2012 Computer Club. All Rights Reserved. Designed by JoomlArt.com.
    Joomla! is Free Software released under the GNU General Public License.” when im paid member of the joomla club. please help me to resolve this issue. thanks
    and thanks to your team who designed this best template

    Phill Moderator
    #435425

    Elastica is published under the GNU/GPL licence and free to all so being a paid member makes no odds regards the copyright in the footer.

    Normally, users have to buy the copyright removal tool for normal JA templates but I am not sure of the rules for Elastica. I will get back to you when I have checked with JA central.

    chicagouser Friend
    #435430

    Phill my membership is premium membership. i tried to disable footer logo from template “no show” also from module manager i did disabled footer but still showing. please help me

    Phill Moderator
    #435433

    Only developer members or those that purchase a “Copyright removal” right can remove the footers normally as per the JA terms. However, I am not sure if that applies to the free templates so please bear with me while I ask those who can tell me for sure.

    chicagouser Friend
    #435434

    Phill please also let me know about any extension where i can configure page tile like wordpress page title where i can customize page title. i mean in joomla if page name is about us so this name become title of the page and cant make change but in wordpress no matter what is your page title but for SEO / SEF you can make change page title.

    Phill Moderator
    #435440

    It is done in the menu manager. On the advanced options you can enter a page title.

    chicagouser Friend
    #435443

    Phill, thank you so much for your help. have ever noticed one super good feature of Elastica template, that is joomla website download speed is slower than wordpress but Elastica speed is super fast, just upgrades 1.7 into 2.5 and working fine with joomla 2.5. no error found yet.

    also working super fine with iPhone and Android too

    chicagouser Friend
    #435448

    Phill. actually i were wanted to know how do setup permalink setting for all pages or one page ? i mean like wordpress page link setting. it was the my actual question

    Phill Moderator
    #435459

    I am not familiar with WordPress. I will ask one of the other guys to see if they can help.

    And yes, Elastica is a great template. I hope we see more like it.

    n6rej Friend
    #435460

    I believe your referring to “alias” in joomla. with sef off you can see the long code path and with sef on the alias becomes the “link” This never changes unless you change it.

    chicagouser Friend
    #435465

    <em>@n6rej 296835 wrote:</em><blockquote>I believe your referring to “alias” in joomla. with sef off you can see the long code path and with sef on the alias becomes the “link” This never changes unless you change it.</blockquote>

    Dear alias and Phill “alias” not working

    ou may not be able to visit this page because of:

    1. an out-of-date bookmark/favourite
    2. a search engine that has an out-of-date listing for this site
    3. a mistyped address
    4. you have no access to this page
    5. The requested resource was not found.
    6. An error has occurred while processing your request.

    Please try one of the following pages:

    chicagouser Friend
    #435477

    n6rej and Phill

    “alias” not working to customize link. also how do i re-size logo?

    n6rej Friend
    #435598

    if you create a ticket about that I will look into why its not working, because by design thats how joomla works. I”m sure it has to do with your .htaccess / sef configuration.but i’d need to look more closely to know for sure.
    logo is handled in the template.css file. Look in the wiki ( link in my signature ) for details

    n6rej Friend
    #435968

    <em>@paragon123 297439 wrote:</em><blockquote>I think the script is something like this:

    $searchWidth = $templateWidth – 290;

    Submitting a ticket would be a huge help tho. </blockquote>
    nah, its standard T3 block area.

    <?php
    $app = & JFactory::getApplication();
    $siteName = $app->getCfg('sitename');
    if ($this->getParam('logoType', 'image')=='image'): ?>
    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>">
    <img src="<?php echo 'templates/'.T3_ACTIVE_TEMPLATE.'/images/logo-trans.png' ?>" atl="<?php echo $siteName; ?>" />
    </a>
    </h1>
    <?php else:
    $logoText = (trim($this->getParam('logoText'))=='') ? $siteName : JText::_(trim($this->getParam('logoText')));
    $sloganText = JText::_(trim($this->getParam('sloganText'))); ?>
    <div class="logo-text">
    <h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    </div>
    <?php endif; ?>

    then as normal ( depending on the layout size ) it is set in .css for “normal” its in layout-normal.css

    h1.logo {
    height: 40px !important;
    width: 140px !important;
    }

    h1.logo a {
    padding: 0 .5em !important;
    height: 40px !important;
    }

    h1.logo a img {
    padding-top: .5em;
    }

    boedz80 Friend
    #436060

    thanks for your post

Viewing 15 posts - 1 through 15 (of 22 total)

This topic contains 22 replies, has 7 voices, and was last updated by  agsmith 11 years, 9 months ago.

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