test
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • pavit Moderator
    #898026

    Hi

    You should apply your changes to custom.css file in this folder /templates/ja_nuevo/css
    Take a look at the documentation HERE
    Take also a look HERE

    Regards

    miltonis Friend
    #898059

    I can’t to change the HTML ?

    pavit Moderator
    #898062

    I can’t to change the HTML ?

    Could you describe in details what exactly you want to change ?

    miltonis Friend
    #898089

    I try to change the HTML of the SLider
    I think it’s here (?)
    /modules/mod_jaslideshowlite/tmpl/custom.php
    and
    /templates/ja_nuevo/html/mod_jaslideshowlite/custom.php
    or not ?

    I want to understand how it works to change that and eventually another module’s HTML.

    pavit Moderator
    #898095

    You cannot change html directly

    I’m asking what exactly you want to change ? slider height ? slider width ? colors ? text color ?

    miltonis Friend
    #898113

    A lot of things. For example,I want to center elements in slider . How can I change the HTML please ? How it works ?

    pavit Moderator
    #898116

    You need to use the css to do this

    So create a new css file in this folder /templates/ja_nuevo/css and call it custom.css

    Then add the style override for the default settings

    Example :

    If you want to change text color from white to red then you can override it adding this code below

    .ja-ss-desc h3 {
    color:#c00!important;
    }

    It changes default settings from this file /templates/ja_nuevo/css/mod_jaslideshowlite.css

    Anyway i can suggest to install this inspector tool or use F12 from your browser to inspect elements analyze and then correct them using css file override.

    Hope it helps


    1. Screenshot_5-3
    miltonis Friend
    #898954

    And how do I edit the HTML ? /modules/mod_jaslideshowlite/tmpl/custom.php and /templates/ja_nuevo/html/mod_jaslideshowlite/custom.php I want to add HTML tags

    <section><div><ul><li>...

    with lots of text.

    • Please answer my question.
    pavit Moderator
    #898958

    Hi there

    Please read carefully documentation at THIS URL to learn how to add content to the slideshow. If you want to customize it then i’m afraid to say that customizations for default modules is not provided so you should hire a Joomla developer to obtain what you need

    Best regards

    miltonis Friend
    #898960

    I make changes in _templates/januevo/css/custom.css file but can’t see the changes on front.
    I use FTP for apply changes.

    What is wrong ?

    pavit Moderator
    #898961

    Please post a link to your website and if possible answer as private reply to this post adding your backend details to login as super user.

    I will have a look at your settings.

    miltonis Friend
    #898962
    This reply has been marked as private.
    pavit Moderator
    #898963

    This is your custom.css content

    /* Module Recherche */
    #mod-finder-advanced  {
        padding: 0 !important;
    }

    There is nothing related to the ja slideshowlite module

    I warmly suggest you to hire a developer to make changes to your website , or read carefully Joomlart Ja Nuevo documentation HERE

    And take a look at Joomla documentation HERE

    I will close this topic because there is nothing wrong from template itself

    Best regards

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

This topic contains 13 replies, has 2 voices, and was last updated by  pavit 8 years, 8 months ago.

The topic ‘Slider : I can\'t see my changes on the front.’ is closed to new replies.