Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • davidrabinov Friend
    #151828

    Hello,

    I have a problem with the Slidemenu.

    I took images out, found in images/stories/demo/slideshow. The ones found on the right hand side of the slideshow and I get the menu item text in there instead.

    How do I get rid of this text?

    Also, when I first click on the menu items, it shows text from the article, really quickly in black or gray text color then it disappears. This text appears on the right hand side, under the image or the Slideshow module.

    I can see this error (if your want to call it that) in your demo.

    Thank you

    Sherlock Friend
    #347243

    Hi davidrabinov,

    Could you please posting your url in here for a further checking ?

    davidrabinov Friend
    #347325

    http://www.foxestail.com/majesticgems2/

    It’s the text that says, What we do, Who we are….

    Sherlock Friend
    #347330

    <em>@davidrabinov 182960 wrote:</em><blockquote>Hello,

    I have a problem with the Slidemenu.

    I took images out, found in images/stories/demo/slideshow. The ones found on the right hand side of the slideshow and I get the menu item text in there instead.

    How do I get rid of this text?

    Also, when I first click on the menu items, it shows text from the article, really quickly in black or gray text color then it disappears. This text appears on the right hand side, under the image or the Slideshow module.

    I can see this error (if your want to call it that) in your demo.

    Thank you</blockquote>

    Dear davidrabinov,

    You saw the menu item text when you removed images because they are image titles,you should removed also img tags on your articles,not only removed images.

    When you click on the menu items,It show text from the article,really quickly you can try as follows to fix this issue
    Go to templatesja_pyrohtmlmod_jaslideshow2default_articles.php file,find this HTML TAG

    <div class=”ja-slide-desc” >
    change it to
    <div class=”ja-slide-desc” style=”display:none”>
    Then go to modulesmod_jaslideshow2assetsscript.js file,find this line of codes
    [PHP] if (this.descs && this.descs.innerHTML) this.maskDesc.desc = this.descs.inject (this.maskDesc);[/PHP]

    Adding above that line this line
    [PHP]this.descs.setStyle(“display”,”block”); [/PHP]

    I hope these help !

    vieriuflavius Friend
    #350527

    The fix posted is not working.

    In the default_articles.php there are three div’s with ja-slide-desc. Even if you add the diplay:none style to all of them, still the error is not fixed.
    The error can be found on the demo website on joomlart.com as well. First time when the slideshow loads, you can see a duplicate of the text overlapping the image.

    Sherlock Friend
    #350890

    Dear Friend,

    If these fixs did not work for you Please kindly submit a ticket into our ticket system,Give us your FTP Information then I will fix it for you !

    vieriuflavius Friend
    #350991

    <em>@dathq 187818 wrote:</em><blockquote>Dear Friend,

    If these fixs did not work for you Please kindly submit a ticket into our ticket system,Give us your FTP Information then I will fix it for you !</blockquote>

    The imaged I attached in my previous comment, was from joomlart.com demo website. Maybe you can fix that, and post the solution for all users to see 😉

    Saguaros Moderator
    #351169

    Hello all

    Pls add the following css into the template.css file:

    .ja-slide-item .ja-slide-desc {
    visibility:hidden;
    }

    Goodluck

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

This topic contains 8 replies, has 4 voices, and was last updated by  Saguaros 14 years, 4 months ago.

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