• Hi,
    I’m trying to post a news slider and it just won’t show up on my page. I can see it on Elementor, but not on my site and I really need it. It’s very annoying. Other type of sliders I’ve tried from the plugin show up just fine.
    See for yourselves: https://igorescudero.com/prensa/

    The page I need help with: [log in to see the link]

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author richteam

    (@richteam)

    Hello rebecaperezras.

    Thank You for posting your question.

    Well, I’m looking now and it works fine. We do not see problems there. Please can you say, did you already solve the problem or you are talking about something else problem?

    Please tell us a little more about the problem.

    Thanks

    Thread Starter rebecaperezras

    (@rebecaperezras)

    Hi reachteam,
    No, the plugin isn’t showing up: here https://igorescudero.com/prensa/. Only the “horizontal post slider” type is showing, not the news slider that I posted right above of that one. The problem isn’t solved. I really need your help. I’ve tried deactivating all plugins etc., but it still doesn’t show up on my website

    Thread Starter rebecaperezras

    (@rebecaperezras)

    Sorry, it’s posted right below -not above- the horizontal posts slider.

    Plugin Author richteam

    (@richteam)

    Dear rebecaperezras/

    Our team is now considering this issue. Please wait a little. Our team will do everything to help you to solve this problem.

    Sorry for bothering.

    Thread Starter rebecaperezras

    (@rebecaperezras)

    Hi richteam,
    Thanks a lot.

    Plugin Author richteam

    (@richteam)

    Dear rebecaperezras.

    We will show you how to do it so that the Post Slider type works for you.

    Follow the instructions, please.

    Please find the widget.php file in the plugin. There find this code

    r.wrapMargin=r.wrapMarginDefault=n.infinite&&n.visible<n.total?parseInt((n.itemWidth+n.itemMargin)*-1,10):0;if(n.infinite&&n.visible<n.total&&e(r).find(".crsl-item<?php echo $Rich_Web_VSlider_ID; ?>."+n.itemClassActive).index()===0){e(r).find(".crsl-item<?php echo $Rich_Web_VSlider_ID; ?>:first-child").before(e(".crsl-item<?php echo $Rich_Web_VSlider_ID; ?>:last-child",r));

    Plugin Author richteam

    (@richteam)

    Please put your code in the place of this code.

    var elem=true;
    if(!n.infinite){
    elem = false;
    }
    if(n.visible>=n.total){
    elem = false;
    }
    
    r.wrapMargin=r.wrapMarginDefault=elem?parseInt((n.itemWidth+n.itemMargin)*-1,10):0;
    
    var elementor = true;
    
    if(!n.infinite){
    elementor=false;
    }
    if(n.visible>=n.total){
    elementor=false;
    }
    if(e(r).find(".crsl-item<?php echo $Rich_Web_VSlider_ID; ?>."+n.itemClassActive).index()!==0){
    elementor=false;
    }
    if(elementor){e(r).find(".crsl-item<?php echo $Rich_Web_VSlider_ID; ?>:first-child").before(e(".crsl-item<?php echo $Rich_Web_VSlider_ID; ?>:last-child",r));
    Thread Starter rebecaperezras

    (@rebecaperezras)

    Hi reachteam,
    sorry, it doesn’t word. I did exactly as you said and the problem persists.

    Plugin Author richteam

    (@richteam)

    Dear rebecaperezras.

    We looked. On your site works “Horizontal Posts Slider” type. We can not see any problems there.

    Your problem is that, that the lightbox does not show the video.

    Please can You add the video via “Add Video” option? We saw that you set the video in the “LINK” line .

    We are waiting for your reply.

    Thread Starter rebecaperezras

    (@rebecaperezras)

    Hi reachtem,
    Again, the problem is not the horizontal posts slider, the problem is THE NEWS SLIDER, WHICH DOESN’T SHOW ON THE WEBPAGE. Right below the “horizontal posts slider I have a “NEWS SLIDER”, BUT IT DOESN’T SHOW. I can only see it on Elementor. I think I explained it clearly before.
    I’m starting to lose hope this is ever going to be solved…But I need you to solve this right away, please.

    Regards, Rebeca.

    Plugin Author richteam

    (@richteam)

    Dear rebecaperezras.

    Please can you tell us which version are you using.?

    Thank You.

    Thread Starter rebecaperezras

    (@rebecaperezras)

    Hi reachteam,
    The plugin’s version is 9.0.0
    My wordpress version is 4.9.8

    Plugin Author richteam

    (@richteam)

    Dear rebecaperezras.

    Follow the instructions please.

    Please find the Rich-Web-Video-Slider-Widget.php file in the plugin. Find this text

    /*Style Options*/

    When you find it after that please put this code.

    # news-slider {
    display: block! important;
    }

    We looked and it works fine after inserting this code.

    Thread Starter rebecaperezras

    (@rebecaperezras)

    Hi reachteam,
    No, it doesn’t work. I did as you said and the result is the same: it shows on elementor but not on the website. And also, now elementor is painfully slow when loading the page for editing, sometimes it never loads.
    Please, i need you to solve it
    `

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘NEWS SLIDER WON’T SHOW UP IN MY WEBSITE’ is closed to new replies.