Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ftzptr799 Friend
    #190886

    issues:

    user registration form, blog layout, various other pages have transparent backgrounds…
    i could use a fix for this ….

    is there a way to just add a button to the login module … that once logged in you can click edit profile ?
    so i don;t have to create an entire menu item for this ?

    on the mobile layout …(i’ve tried several solutions from this forum)
    the logo area is too short for my logo ….

    those few things are about to make me pull my hair out…

    i could use some help ASAP

    Saguaros Moderator
    #506953

    Hi ftzptr799,

    1. We use default login module so you need to customize it, here is my suggestion:

    – Open file: modules/mod_login/tmpl/default_logout.php
    – Before this </form> closing tag, add this line of code:

    [PHP]
    <div>
    <a href=”<?php echo ‘index.php?option=com_users&view=profile&layout=edit’;?>” title=”My Profile”>Edit Profile</a>
    </div>
    [/PHP]

    2. For the logo, try to add this css rule:

    @media (max-width: 480px) {
    .ja-mainnav.navbar-collapse-fixed-top {
    top: 93px !important;
    }
    #ja-mainbody {
    margin-top: 125px;
    }
    }

    into file: /templates/ja_mero/css/custom.css

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 1 month ago.

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