Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • sofian Friend
    #205389

    hi
    i add image on this place :
    my_site/images/my_folder/image.png

    how to add it in ja magz css template file ?

    i tryed this but did not show :
    background: #e1eaf2 url(“../images/my_folder/image.png”) left center no-repeat;

    thank you

    TomC Moderator
    #566345

    Perhaps if you could clarify a bit what it is you are trying to accomplish?

    Screenshot?

    It would also be very helpful if you could provide the url of the site you’re working on.

    sofian Friend
    #566348

    <em>@TomC 467748 wrote:</em><blockquote>Perhaps if you could clarify a bit what it is you are trying to accomplish?

    Screenshot?

    It would also be very helpful if you could provide the url of the site you’re working on.</blockquote>

    hi
    i have a div
    i want to add background image to this div on left side .

    i uploaded the image on afolder in joomla main image folder .

    is this clear ok for you now please ?

    thank you very much


    1. div
    TomC Moderator
    #566350

    It would be very helpful if you could provide the url of the site you’re working on.

    sofian Friend
    #566354

    <em>@TomC 467753 wrote:</em><blockquote>It would be very helpful if you could provide the url of the site you’re working on.</blockquote>

    yes

    http://aleslam.net/

    on this place please :

    thank you :):):)


    1. div2
    TomC Moderator
    #566357

    You can create a custom background image for that particular module’s dimensions – and apply it to that module via the CSS

    sofian Friend
    #566366

    hi
    please try to understand me :
    i cant do this like the video .
    i have a poll module , and i succes to edit it like i want by css .
    but i need a key to know the how look the code for adding background image in template.css file .

    those did not show the background image :

    background:#e1eaf2 url(“../images/my_works/images/poll/poll3.png”) left 10px no-repeat;
    background:#e1eaf2 url(‘../images/my_works/images/poll/poll3.png’) left 10px no-repeat;
    background:#e1eaf2 url(../images/my_works/images/poll/poll3.png) left 10px no-repeat;

    what is the code that connect to my image ?

    thank you for all your help .:):):):)

    sofian Friend
    #566367

    in other words ::
    how must look this cod :
    url(“../images/my_works/images/poll/poll3.png”)

    Ninja Lead Moderator
    #566561

    <em>@sofian 467775 wrote:</em><blockquote>in other words ::
    how must look this cod :
    url(“../images/my_works/images/poll/poll3.png”)</blockquote>

    You can add the background image into Skyline Advanced Poll module on your site

    Create templates/ja_magz/css/custom.css file and add new css style below

    .sl_advpoll form .sl_advpoll_body {
    background: url("../../images/my_works/images/poll/poll3.png") #e1eaf2 left center no-repeat !important;
    }

    with image path: your_site/images/my_works/images/poll/poll3.png

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

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

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