Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • afshinrah Friend
    #171019

    Hi,
    I want to put text “Growing your business in new and existing markets” in slide show text and remove line of that
    i changed code in this module but just show this part of above text “Growing your business in new”
    how could i do that and were could remove back and forward button.
    i changed code in Description for each Item to:

    <p>Growing your business in new and existing markets</p>

    thank afshin


    1. 1
    khoand Friend
    #426129

    Hi,
    <blockquote>I want to put text “Growing your business in new and existing markets” in slide show text and remove line of that
    i changed code in this module but just show this part of above text “Growing your business in new”</blockquote>
    You login backend > Extensions > Module Manager > JA Slideshow Module > Resource Settings. Edit Description.
    <blockquote>how could i do that and were could remove back and forward button.</blockquote>
    You login backend > Extensions > Module Manager > JA Slideshow Module > Navigator Settings . Edit Control Buttons to No.
    – You delete all of files of /cache and /t3-assets directory.

    afshinrah Friend
    #426154

    Hi,
    thanks i changed code on the resource setting /Description for each Item:
    <p>Growing your business in new and existing markets</p>

    but in sideshow we could see just 30 character of text that i typed (Growing your business in new and existing markets)


    1. 2
    khoand Friend
    #426159

    You replace this code from /modules/mod_jaslideshow/assets/themes/rave/mod_jaslideshow.css

    .ja-slide-desc {
    color: white;
    font-size: 200%;
    display: inline;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-shadow: 0 1px 0 #111;
    text-align: left;
    }

    with

    .ja-slide-desc {
    color: white;
    font-size: 170%;
    display: inline;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-shadow: 0 1px 0 #111;
    text-align: left;
    }

    – The words lost due to large font.

    afshinrah Friend
    #426162

    Thanks,
    I use joomla 1.5 and we haven’t this folder /modules/mod_jaslideshow/assets/themes/rave/
    i have /modules/mod_jaslideshow/assets/themes/default/mod_jaslideshow2.css and inside that just this code:
    .ja-slidewrap {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    }

    khoand Friend
    #426169

    Joomla 1.5 :
    You find this code from /templates/ja_rave/css/mod_jaslideshow2.css

    .ja-slide-desc {
    color: white;
    font-size: 200%;
    display: inline;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-shadow: 0 1px 0 #111;
    text-align: left;
    }

    with

    .ja-slide-desc {
    color: white;
    font-size: 160%;
    display: inline;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-shadow: 0 1px 0 #111;
    text-align: left;
    }

    afshinrah Friend
    #426174

    Thanks for your excellent support

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

This topic contains 7 replies, has 2 voices, and was last updated by  afshinrah 13 years ago.

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