• Hello everyone,
    After an update the images in the homepage don’t work like expected.
    I see arrows on the carousel and also on the top of the page I see inscriptions that shouldn’t be there.

    Under Contact callout settings, the button ONE should be hidden, but reapperaded (empty) after udpate.

    On the carousel, you can now press “READ MORE” which was also hidden, has now appeared again.

    Thanks for the help.

    • This topic was modified 3 years, 9 months ago by tda90.
Viewing 14 replies - 1 through 14 (of 14 total)
  • Hi
    Thanks for contacting to us.
    Pls share your website URL, SO that we can take a look and assist you better.

    Thanks
    Akhilesh

    Thread Starter tda90

    (@tda90)

    Hello Akhilesh,
    Website is:
    this

    I had those feature in an older version, there I had to modify some php files, but they’re not available anymore (eg: support case support case 2

    • This reply was modified 3 years, 9 months ago by tda90.

    Hi
    Lets take step by step process.
    To hide button one in call out section, add the below css code inside the Customize >> additional CSS box.

    a.callout-btn1 {
        display: none;
    }

    Also let me know did you install webriti companion plugin or not.

    Thanks

    Thread Starter tda90

    (@tda90)

    Hello Akhlesh,

    The hide of the button has worked.

    I confirm you that i have the companion installed.
    I think the “READ MORE” is because there is too much text that’s not displayed.
    How to include all text?

    And while we are fixing things, it would be possible to have 4 column instead of 3 under “SERVIZI” ?

    • This reply was modified 3 years, 9 months ago by tda90.
    • This reply was modified 3 years, 9 months ago by tda90.

    Hi
    For your slider related query.
    In your third slide the number of word in description is low. If you add more word then read more button will automatically display.

    Hi
    TO make service section 4 column .
    For this follow the given below instruction.

    1 firstly install the code snippets plugin.

    2 Then go to snippets >> Add New Snippet and copy the code from this link then paste in the snippets editor.

    3 Activate the snippets .
    More help see the snapshot
    Let me know for any confusion.

    Thanks
    Akhilesh

    Thread Starter tda90

    (@tda90)

    Hello,
    I want the “READ MORE” button to DISAPPEAR.
    Instad I want that the 2 slide where it’s appearing will display text and HIDE the READ MORE, since I don’t want people to see the article as is there only for the slideshow.

    Hi
    To hide read more buttton from slider add the below css code inside the additional css box.

    .slide-btn-area-sm {
        display: none;
    }

    Let me know for any confusion.
    Thanks

    Thread Starter tda90

    (@tda90)

    Hi Akhlesh,
    That worked.

    The last thing is only that the text displayed is too low.
    For example in the 1 slide, the text should have 4 lines or more to show the fulltext.
    How can I enlarge the text displayed?

    HI
    To enlarge the text display.
    Follow the given below instruction.

    2 Then go to snippets >> Add New Snippet and copy the code from this link then paste in the snippets editor.

    3 Activate the snippets .

    Then go to appearance >> customizer >> Find the additional css box .
    Add the below css code inside the box.

    .slide-text-bg2 span p {
    color: #ffffff;
    }

    Let me know for any confusion.

    Thanks
    Akhilesh`

    Thread Starter tda90

    (@tda90)

    Hi Akhlesh,

    UNfortunately with your instruction I can now see the whole text, BUT I have 2x slider in the page (one on the top, and one in the BOTTOM)

    HI
    Remove my last comment modification.

    To enlarge the text display.
    Follow the given below instruction.

    2 Go to snippets >> Add New Snippet and copy the code from this link then paste in the snippets editor.

    3 Activate the snippets .`

    Let me know for any confusion.

    • This reply was modified 3 years, 9 months ago by akhlesh-nagar.
    Thread Starter tda90

    (@tda90)

    Hi Akhlesh,
    Wonderful, it’s working.
    If I may, I have a one last question.
    Is it possible to add one entry to the area below the slider?
    I have the possibility to modify the right,left and center area below the slider.

    But if I add an entry for example on the left area, it will then see following:
    X X X
    x

    instead of
    X X X X

    Is there a way to make it?

    Hi @tda90
    Glad to help you!
    If you like our Theme & Support, kindly rate us HERE.

    Sure we will help you.
    Kindly create separate ticket bz multiple query in single thread create complexity to handle better support query.

    Thanks

    Thanks

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Carousel not working like expected’ is closed to new replies.