Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • a7medo778 Friend
    #150255

    hi there
    i know there is a thread discussing mega menu out there but i didnt want to hijack that thread

    my problem is simple
    it seems that mega menu hijack the catogory image and menu item image and doesnt allow it to be shown in the category details

    you can know that the menu item has an image by the increased size of it

    here is a picture to make it clear

    hope you got what i mean

    John Wesley Brett Moderator
    #339873

    Can you please provide a URL so we can better diagnose the issue?

    Thank you
    John.

    a7medo778 Friend
    #339884

    website is : http://www.handasiah.com

    btw i hired a programmer to help my site in the transfer from template to another but her removed the copyright notice
    can i have the copy right module please ?

    John Wesley Brett Moderator
    #339885

    Okay…I’m seeing the webpage…but not seeing an image being called for by your source code.
    What is the image you are expecting to see…and what module position do you have it in? Are you wanting to slideshow to appear here…as it does on the front page?

    a7medo778 Friend
    #339886

    the page in question is the following
    http://www.handasiah.com/index.php?option=com_content&view=category&id=44&Itemid=108

    the forth menu item from the right

    image that should appear
    http://handasiah.com/images/stories/Handsiaphysics.jpg

    a7medo778 Friend
    #339888

    any suggestions how to solve that ?

    Saguaros Moderator
    #339976

    Dear a7medo778!
    <blockquote>
    hi there
    i know there is a thread discussing mega menu out there but i didnt want to hijack that thread

    my problem is simple
    it seems that mega menu hijack the catogory image and menu item image and doesnt allow it to be shown in the category details

    you can know that the menu item has an image by the increased size of it

    </blockquote>

    here is the solution

    1) open the file: /templates/ja_rasite/css/menu/mega.css and find codes:

    ul.level1 li.active a.active {
    color: #fff;
    font-weight: bold;
    }

    and replace:

    ul.level1 li.active a.active {
    color: #fff;
    font-weight: bold;
    font-size:110%
    }

    Saguaros Moderator
    #339977

    Dear a7medo778!

    here is the solution to resolve : “it seems that mega menu hijack the catogory image and menu item image and doesnt allow it to be shown in the category details”

    Please open the file: templatesja_rasitehtmlcom_contentcategorydefault.php and find codes at line 34:

    [PHP]
    <?php if ($this->params->get(‘show_description_image’) && $this->category->image) : ?>
    <img src=”<?php echo $this->baseurl . $cparams->get(‘image_path’).’/’.$this->category->image; ?>” class=”image_<?php echo $this->category->image_position; ?>” />
    <?php endif; ?>
    [/PHP]

    and replace:
    [PHP]
    <?php if ($this->params->get(‘show_description_image’,1) && $this->category->image) : ?>
    <img src=”<?php echo $this->baseurl . ‘/’ . $cparams->get(‘image_path’) . ‘/’. $this->category->image;?>” align=”<?php echo $this->category->image_position;?>” hspace=”6″ alt=”<?php echo $this->category->image;?>” />
    <?php endif; ?>
    [/PHP]

    Good luck

    a7medo778 Friend
    #340055

    second solution worked perfectly
    thanks alot

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

This topic contains 9 replies, has 3 voices, and was last updated by  a7medo778 14 years, 6 months ago.

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