Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • naythit Friend
    #166646

    Hello I have three questions.
    1) I want to change the module size . How can I change?
    2) I want to remove module,content background color and want to use the same template color.
    How can I change these?
    3) I don’t want 2 show the gap space in content area . ( Please See attach file)
    How can I do for that?

    here is my site http://www.naythawtar.com

    Thanks for all
    Regards,


    1. Untitled
    thangnn1510 Friend
    #403051

    Hi Naythit!

    Could you give us the login information FTP and admin account to your support ticket GKN-707-37820 in http://support.joomlart.com. I’ll check it for you.

    Thank you.

    Sherlock Friend
    #404096

    Hi naythit,

    1) which module size you want to make changes, width, height or anything else ?
    2) Kindly attach a screenshot if possible, I am not much which changes do you want for the content background color and template color
    3) You can open the file of templatesja_socialhtmlcom_contentfrontpagedefault_item.php , Look for this block of code
    [php]
    <?php
    //get images
    $regex = ‘#<img[^>]*>#’;
    $image = ”;
    if (preg_match ($regex, $this->item->text, $matches)) {
    $image = $matches[0];
    $this->item->text = str_replace ($image, ”, $this->item->text);
    }
    ?>
    <?php if ($image) : ?>
    <div class=”article-image”>
    <?php echo $image ?>
    <?php echo $this->item->event->beforeDisplayContent; ?>
    </div>
    <?php endif; ?>
    [/php]

    change it to
    [php]
    <?php
    //get images
    $regex = ‘#<img[^>]*>#’;
    $image = ”;

    ?>
    [/php]

    Hope this make sense !

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

This topic contains 3 replies, has 3 voices, and was last updated by  Sherlock 12 years, 9 months ago.

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