Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • vernontee Friend
    #906084

    i have a domain … "mydomain.com" and i hosted the blog in a subfolder of that domain.. "mydomain.com/blog"

    Is it possible for me to change the link of the log to go back to "mydomain.com" rather than defaulting to "mydomain.com/blog"?

    Please do refer to this screenshot for the logo i mean
    http://screenpresso.com/=k2WIe

    pavit Moderator
    #906107

    Hi

    Settings for logo url are into this file /templates/ja_magz_ii/tpls/blocks/header.php

    <!-- LOGO -->
    <div class="col-xs-12 <?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) ?>">

    You can change the

    <a href="<?php echo JURI::base(true) ?>

    to :

    <a href="http://www.yoururl.xxx">
    vernontee Friend
    #907357

    this change will be over written by updates ?

    pavit Moderator
    #907375

    this change will be over written by updates ?

    If you want to avoid that your changes will be overwritten, you can use the local folder

    Take a look at the documentation about this argument HERE

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 8 years, 7 months ago.

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