Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • lg21 Friend
    #1021392

    I try to format the title text in the slide but the title is repeated down before speackers intro form, with any type of user code div – span or p.
    How can I fix?


    1. slide
    Pankaj Sharma Moderator
    #1021491

    Hi
    The submitted site URL is using JA Sugite template.
    Can u please share the site URL and temp super user login via Private reply.
    So that I can take a look on it.

    Regards

    lg21 Friend
    #1021530
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1021535

    Hi
    I checked your site it shows only one slide and the text description on it.
    http://prntscr.com/entg72
    Kindly check.

    Regards

    lg21 Friend
    #1021538
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1021549

    Hi
    Removed the alt text from acm slideshow file
    alt="<?php echo $helper->get('data.title', $i) ?>" becuase you added custom style in the title filed that display below the image as alt.

    Now you will not see double title. I suggest you to update template and acm module to latest version too.

    Regards

    lg21 Friend
    #1021563

    Thank is perfect now

    lg21 Friend
    #1021566

    in the mobile version of the slide you can make also appear the description and not just the title?

    Pankaj Sharma Moderator
    #1021577

    Hi
    Add below code in custom.css file

    .acm-slideshow .owl-carousel .item .slider-content .item-desc {
        display: block!important;
    }

    Regards

    lg21 Friend
    #1021584

    it works but the description in the mobile version you see evil character does not respect the proportions are even bigger title

    Pankaj Sharma Moderator
    #1021598

    Hi
    If you want to reduce the description font size use below code in cucstom.css file and change the font size

    @media(max-width:768px){
    .acm-slideshow .owl-carousel .item .slider-content .item-desc {font-size:20px;}}

    The title text is added by you in the fields so it can not be controlled.

    Regards

    lg21 Friend
    #1021600

    there is a problem if I reduce, we see little in the desktop version, and so is perfect for the desktop version, but too big for the mobile version. Can I try the percentage instead of px

    Pankaj Sharma Moderator
    #1021749

    Hi
    Yes You can use the values in % .
    Also use media queries to apply different classes for different screen size.
    Regards

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

This topic contains 12 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 8 months ago.

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