Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • crjordan Friend
    #153438

    In the JA Opal Moo Menu Manager there is an option for “Menu items”:

    I have my images in the specified folder (images/stories), and I also formatted their size to be quite small I believe 10×10 px in order to fit into my menu. Still to no avail my efforts have nothing to show for them. I’m curious if there needs to be a specific size, file type, or whether I have to edit some CSS code to accommodate for these menu items. Any help would be greatly appreciated.

    Saguaros Moderator
    #352407

    you open the file: /templates/ja_opal/ja_vars_1.5.php and find the code line:
    [PHP]
    $japarams->set( ‘menu_images_align’, ‘left’ );
    [/PHP]
    replace with:
    [PHP]
    $japarams->set(‘menu_images’, 1);
    $japarams->set( ‘menu_images_align’, ‘left’ );
    [/PHP]

    This additional code allows displaying icon beside menu item. Hope that help 🙂

    crjordan Friend
    #352983

    Tien you truly are the man. What line of code do I have to edit in order to put a little bit of space in-between my image and menu item? The image is right next to the text.

    Saguaros Moderator
    #353032

    <em>@crjordan 190707 wrote:</em><blockquote>Tien you truly are the man. What line of code do I have to edit in order to put a little bit of space in-between my image and menu item? The image is right next to the text.</blockquote>

    Now, you add the following css into the template.css file:

    #ja-cssmenu img {
    float:right;
    padding:0 0 0 7px;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 14 years, 3 months ago.

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