Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #60004

    Tiziana C
    Participant

    Dear Sir/Madam,
    I wanted to get rid of the revolution slider for a while, i delated the slider I was using and deactivated the plugin. Now, if I activate the plug in, i get the phrase “Revolution Slider Error: Slider with alias Radicate 23_05_14 not found. Maybe you mean: ‘slider2’ or ‘slider3′”.
    How can I reactivate the revolution slider with slider 2 or 3? My website is http://www.radicate.eu

    I also would like to change the line-height of the texts on my home page, have it 1.3 instead of 1.7. For some reason I do not find the right css code.

    Same thing if I want to enlarge the embedded video at the top of my home page. I would like it to be full screen. Without paddings or frames of any kind. What kind of css shell I use?

    I do not know, for some reasons the css code do not function anymore on my customize-custom.

    Can you please help?

    Thank you.

    Tiziana info@radicate.eu

    #60358

    Support
    Member

    Hi Tiziana,

    Thanks for writing in!

    About revolution slider, you should update your ‘slider settings’ in your page edit with one of the existing slider, if you still have issues, please provide us your wp-admin credentials.

    For you line-height and video issues, please add the following css code snippet to the Customizer > Custom > CSS

    
    /* Line height fix */
    .x-content-band p{
      line-height:1.3!important;
    }
    
    /* Video band fix */
    .x-responsive-video.x-responsive-video-shortcode{
      margin-left:-7%!important;
      margin-right:-7%!important;
    }
    
    

    Hope all that helps, cheers.