Jump to content

Xenon Landing theme support


jcdesign

Recommended Posts

  • Replies 98
  • Created
  • Last Reply
2 hours ago, CP_User said:

That looks loads better!

Quick question, is it simple to alter the colours to match more of the IPS default theme? Or is some custom css needed, for instance to change the 'AuthorPane' colour.

Cheers

It's quite easy to change. The best way is to save all your own changes in custom.css not to affect future updates.

Link to comment
8 hours ago, jcdesign said:

Website down since friday evening. Support with IPS staff in weekends is limited. Hopefully the site working tomorrow again. Sorry can not do anything because I can not access my own Admin Panel right now. 😔

Good luck! Sucks when it happens.

Did you try :

define('RECOVERY_MODE',True);

in constant.php

Link to comment
22 hours ago, Paweł Mysłek said:

@jcdesign

After turning on this modification, the main page goes away.

ehh.thumb.png.f82b62786b6ec1a7b66e97732a02aa8a.png

@jcdesign

This element does this error.

<!-- Main slider
    ========================================-->
    <section class="main-slider2">                    
        <div class="container-fluid">                    
            <ul class="main-slider-carousel owl-carousel owl-theme slide-nav">
                <li class="slider-wrapper">
                    <div class="image"><img src="{theme="slider_background"}">
                        <div class="slider-caption text-center">
                          <div class="container">
                            <h1>{theme="title_slider1"} <br>{theme="title_slider1_below"}</h1>
                          <div class="container"> <div class="text wow fadeInUp" data-wow-duration="1s" data-wow-delay="1s">{theme="text_slider1"}</div>
                           <div class="row-height4"> <a href="{theme="link_slider1_button"}" class="btn-grad2 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.75s">{theme="button1_slider"}</a><a href="{theme="link_slider1_button2"}" class="btn-grad2 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.95s">{theme="button2_slider"}</a>
                        </div>                            
                    </div>                                    
                </li>
                <li class="slider-wrapper">
                    <div class="image"><img src="{theme="slider_background2"}"></div> 
                    <div class="slider-caption text-center">
                        <div class="container">
                            <h1>{theme="title_slider2"} <br>{theme="title_slider2_below"}</h1>
                          <div class="container"> <div class="text wow fadeInUp" data-wow-duration="1s" data-wow-delay="1s">{theme="text_slider2"}</div>
                            <div class="row-height4"> <a href="{theme="link_slider2_button"}" class="btn-grad2 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.75s">{theme="button1_slider2"}</a><a href="{theme="link_slider2_button2"}" class="btn-grad2 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.95s">{theme="button2_slider2"}</a>
                        </div>                            
                    </div>                                    
                </li>
                <li class="slider-wrapper">
                    <div class="image"><img src="{theme="slider_background3"}"></div> 
                    <div class="slider-caption text-center">
                        <div class="container">
                            <h1>{theme="title_slider3"} <br>{theme="title_slider3_below"}</h1>
                          <div class="container"> <div class="text wow fadeInUp" data-wow-duration="1s" data-wow-delay="1s">{theme="text_slider3"}</div>
                            <div class="row-height4"> <a href="{theme="link_slider3_button"}" class="btn-grad2 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.75s">{theme="button1_slider3"}</a><a href="{theme="link_slider3_button2"}" class="btn-grad2 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.95s">{theme="button2_slider3"}</a>
                        </div>                            
                    </div>
            </ul>
        </div>
    </section>   

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...