Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • largue Friend
    #198119

    How can I have a spinning logo and a text logo at the same time e.g.

    wingly Friend
    #536464

    @largue;

    Would you like the text beneath the spinning type or from the right of it?

    largue Friend
    #536467

    Hi Wingly

    To the right of it – i.e. the same as the default text logo except that the ‘S’ logo spins.

    Regards
    Michael

    wingly Friend
    #536469

    @largue;

    On what version of Joomla are you using it – 2.x or 3.x ?

    wingly Friend
    #536471

    @largue;

    go to templates/ja_sugite/tpls/blocks/header.php and in the first lines you will find logo declaration that looks like this:


    <!-- LOGO -->
    <div class="col-xs-8 <?php echo $logosize ?> logo">
    <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <?php if($logoimgsm) : ?>
    <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan"><?php echo $slogan ?></small>
    </div>
    </div>
    <!-- //LOGO -->

    replace it with the one below


    <!-- LOGO -->
    <div class="col-xs-8 <?php echo $logosize ?> logo">
    <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php // if($logotype == 'image'): ?>
    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php // endif ?>
    <?php // if($logoimgsm) : ?>
    <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php // endif ?>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan"><?php echo $slogan ?></small>
    </div>
    </div>
    <!-- //LOGO -->

    do the changes and let me know how it worked, if something is wrong would be nice if you also provide me with a link to your site; Thank you

    largue Friend
    #536474

    Version 3.3.0

    wingly Friend
    #536480

    @largue;

    the solution that i gave you above is for 3.x so you should try it

    largue Friend
    #536481

    Hi Wingly

    Not quite there : ) I have attached a copy of the logo (image) and the text (site name) as it should appear. Only the logo and NOT the text should rotate. Obviously they should still redirect the user to the Home page when clicked. The text is drawn from Theme > Site Name under the Sugate template manager

    Regards
    Michael


    1. 24-05-2014-3-51-42-PM
    wingly Friend
    #536483

    @largue;

    i am sorry but i would need a link to your site;

    largue Friend
    #536484

    Hi Wingly

    Ok. What link would you like Kollekta site, Joomla site admin, FTP?

    wingly Friend
    #536485

    @largue;

    Kollekta site i need to see the result; Also if you could pm me the login details i could debug directly on ur site

    wingly Friend
    #536491

    @largue;

    I have done many changes in different files, to achieve a good and nice look; Check

    largue Friend
    #536492

    I have, and you have. Very, very nice 🙂 Please can you provide me with details of the changes you have put in so that I can reinstate it after any sort of upgrade in the future?

    Michael

    wingly Friend
    #536498

    @largue;

    1) in the header.php i have separated everything to new divs with new css classes so that i can customize each apart – http://prntscr.com/3m23v4

    2) these are the css rules i have applied to custom.css in order to override existing css rules in other files plus add my own – http://prntscr.com/3m242w

    3) In order to get rid of underline i had to modify template.css of the theme you chose (blue) – http://prntscr.com/3m24dx

    p.s. note this a customization issue – you may not get a fast reply in future for these type of questions, i just had several minutes this morning )

    largue Friend
    #536503

    Thanks Wingly.

    You went above and beyond what was requested. I really do appreciate it. Brilliant work and service!

    Michael

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

This topic contains 17 replies, has 3 voices, and was last updated by  yangyangli 9 years, 11 months ago.

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