Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • emanmashlah Friend
    #981671

    hi
    1- how can i make the image appear in the center ?
    2- the arrow must be formatted for RTl direction . how can i chage it?

    http://www.bohooth.org/index.php/activities-time/gallery-item/20-2016-10-29-16-52-59
    thanks in advanced


    1. gallery
    Pankaj Sharma Moderator
    #981892

    Hi
    Add below code in custom.css file to make the image in center

    element.style {
    }
    .article-intro img, .article-content img, .item-image img {
        margin: 0 auto;
    }

    For the issue of navigation button, i am sending this bug report to the development team and back to you with further updates on it .
    I will reply you on this thread for the same .

    Pankaj Sharma Moderator
    #982244

    Hi
    For the arrow issue
    Edit line 54 in …/rtl/joomla.less in the template less folder .

    replace it as below code

    carousel-thumbnail {
      .carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        right: 0;
        left: auto;
      }
    
      .carousel-control.right {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        right: auto;
        left: 0;
      }
    }

    compile less to css and check .

    Kindly take backup of site before apply changes .

    emanmashlah Friend
    #982459

    thanks for the first solution , it works well

    About the issue of navigation button
    i open the file , add the above code ,compile less to css then clear the cash cookies

    but nothing change
    i attach image of the code


    1. code
    Pankaj Sharma Moderator
    #982542

    Hi
    Kindly send me a temp super user login details of site via private reply . I will check it .

    emanmashlah Friend
    #982838
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #983002

    Hi
    I fixed it directly on your site , Kindly check it now .

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

This topic contains 6 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 5 months ago.

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