Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • cursosdesign Friend
    #139872

    Hi.
    I would like to insert “jaslideshow” in template Nagya. as I do?
    The extension JASLIDESHOW was installed but not working well in user top – userx – header – newflash – etc)

    Thanks!

    My web: http://www.businessandweb.com

    CursosDesign

    nguyenhuu quang Friend
    #299732

    hi, I cant see your module “jaslideshow”
    pls check PMB and send more details to me
    Thanks

    cursosdesign Friend
    #299740

    Exactly quang268! I too can see it
    What is PMB?
    What details you need?

    Thanks!
    Cursosdesign

    nguyenhuu quang Friend
    #299840

    PMB = Private meseges. Box
    pls publish it I’ll check for you

    cursosdesign Friend
    #300368

    Ok! Please you must generate w new module in TOP

    CursosDesign

    GeoVi Friend
    #301725

    I wish to do the exact same thing but unsure how. I would love to have the instructions posted here on what should be done, please.

    An image in attachment of the results I am getting. There must be some tweaking needed or maybe this module cannot be placed in a top module position. :confused:

    Any help is greatly appreciated.

    http://www.avisward.com and I’m testing under the “Upcoming bookings” tab on the main menu.

    Thanks for posting this question. 🙂

    And thanks for any help.

    GeoVi

    PS What I want is to have images lined up after the other, moving from left to right continuously across the top. If JA Slideshow isn’t the correct module, I’m open to correction. I want to place loving couples from generation to generation (young teens to senior citizens) in that position.


    1. JA-slide-in-top-position
    cursosdesign Friend
    #301796

    Hi Geovi.
    First, sorry my english. I speak Spanish.

    You can insert the module in nagya? The correct position is TOP.
    Please, see my website (http://www.businessandweb.com), and tell me if you wont like this.
    When you charge the module and position, upload images, and then you must EDIT the header: nagya/css/template.css

    Cursosdesign

    GeoVi Friend
    #301798

    <em>@cursosdesign 124953 wrote:</em><blockquote>Hi Geovi.
    First, sorry my english. I speak Spanish.

    You can insert the module in nagya? The correct position is TOP.
    Please, see my website (http://www.businessandweb.com), and tell me if you wont like this.
    When you charge the module and position, upload images, and then you must EDIT the header: nagya/css/template.css

    Cursosdesign</blockquote>

    Cursos,

    Thank you for replying. I saw your website last night. It is nice but I do not want the images to look as they do on your site. I want to have images either fade in slowly or move from right to left or left to right. I believe I know what needs to be done but unsure how to do it. Take a look at this:

    http://www.avisward.com/index.php?/About-Us/looking-ahead.html

    This is NOT using JA Slide but another module. I could not get JA slide to this point although this is not entirely correct.

    I wish to know how to move the images upwards into that position across the top where top-sl is.

    And no apologies about your English. It is better than my Spanish.

    I may have to post this in a new thread since this one is already marked SOLVED.

    Muchas gracias!

    GeoVi Friend
    #301818

    I’d really appreciate it if someone could help me out. I tried using JA-slideshow but got better results using another slideshow/image module.

    http://www.avisward.com/index.php?/About-Us/looking-ahead.html

    This is the best I can do. I’d like to have the images slide in, from left to right like in JA-Zinc into this top sl-1 position. I’m afraid to make changes for fear of undoing some of the other accomplishments to this template.css.

    Can someone tell me what I need to do in order to make the images fit perfectly into this position. As previously stated, I wish to show couples from generation to generation (teen – senior citizens). I would like several images to be shown simultaneously, moving along in a loop. In this sense, similar to the automobile logos in JA Cooper. Hmmm…just thought of that . . but I do not want to write an article for each of them to show.

    So, help please? Pretty please? 🙂 Thanks!

    GeoVi

    cursosdesign Friend
    #301946

    GeoVi:
    You have something example in Internet for your idea?

    CursosDesign

    GeoVi Friend
    #301976

    <em>@cursosdesign 125136 wrote:</em><blockquote>GeoVi:
    You have something example in Internet for your idea?

    CursosDesign</blockquote>

    Hi Cursos, yes. The example is my own site.

    https://www.avisward.com/index.php?/About-Us/looking-ahead.html

    Check this link. I just need to know the code to move these images in their proper place.

    Thank you!

    hanifahmed Friend
    #302135

    GeoVi;125183Hi Cursos, yes. The example is my own site.

    https://www.avisward.com/index.php?/About-Us/looking-ahead.html

    Check this link. I just need to know the code to move these images in their proper place.

    Thank you!

    Here’s a solution.
    Firstly, place the Module in the position “topsl”. Simply type this position STRAIGHT into the position box, I don’t think it’s available in the drop down.

    Then, find the following code in template.css


    /* Top spotlight */
    #ja-topslwrap {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align:left;

    #ja-topsl {
    overflow: hidden;
    position: relative;
    height: 200px;

    Change the height to around 250px and it should align up nicely to the top of the brown bar, or change that around to where you want it to be. Change the second height to around 200px, to determine the height of it and how it should appear.

    That SHOULD make the JA Slideshow appear correctly on the page.

    GeoVi Friend
    #302138

    <em>@hanifahmed 125403 wrote:</em><blockquote>Here’s a solution.
    Firstly, place the Module in the position “topsl”. Simply type this position STRAIGHT into the position box, I don’t think it’s available in the drop down.

    Then, find the following code in template.css


    /* Top spotlight */
    #ja-topslwrap {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align:left;

    #ja-topsl {
    overflow: hidden;
    position: relative;
    height: 200px;

    Change the height to around 250px and it should align up nicely to the top of the brown bar, or change that around to where you want it to be. Change the second height to around 200px, to determine the height of it and how it should appear.

    That SHOULD make the JA Slideshow appear correctly on the page.</blockquote>

    This is working using JSN ImagePro but not JA Slideshow. I already had the topsl module position created and the numbers in red in the template.css. I’ve tweaked them and nothing works with JA Slideshow. The images are in place with JSN ImagePro. I’m limited as I’d like them to move/transition from the right to left but I won’t complain. Gotta get better quality images.

    Thanks for YOUR time so very much. You brought me good luck!!

    hanifahmed Friend
    #302203

    <em>@GeoVi 125408 wrote:</em><blockquote>This is working using JSN ImagePro but not JA Slideshow. I already had the topsl module position created and the numbers in red in the template.css. I’ve tweaked them and nothing works with JA Slideshow. The images are in place with JSN ImagePro. I’m limited as I’d like them to move/transition from the right to left but I won’t complain. Gotta get better quality images.

    Thanks for YOUR time so very much. You brought me good luck!!</blockquote>
    I made these edits using JA Slideshow 2, so it SHOULD be working, unless you tweaked the wrong module!

    GeoVi Friend
    #302213

    <em>@hanifahmed 125500 wrote:</em><blockquote>I made these edits using JA Slideshow 2, so it SHOULD be working, unless you tweaked the wrong module!</blockquote>

    I only tweaked the template.css to get it to work with JSN SlidePro. And it’s not in the topsl position but the top position. Neither JSN or JA Slideshow2 work in topsl position.

    I rather like the floating hearts, too. I have some images grouped together. I determined the width of a wide template is 950px so I made three images 250px by 950px combined and it works! JSN has the feature for things like the hearts floating.

    I’ll change it so you can view the pics, too.

    But, I don’t know how to do much tweaking without crashing the site. (I do backup files before tweaking them.)

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 4 voices, and was last updated by  GeoVi 15 years, 7 months ago.

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