TitanicThemes » Topic: delete & modfity http://titanicthemes.com/forum/forums/topic/delete-modfity/feed/ Wed, 24 Feb 2016 13:37:45 +0000 http://bbpress.org/?v=2.5.8-5815 en-US http://titanicthemes.com/forum/forums/topic/delete-modfity/#post-555 <![CDATA[delete & modfity]]> http://titanicthemes.com/forum/forums/topic/delete-modfity/#post-555 Thu, 20 Aug 2015 10:48:45 +0000 loyalist66 Dear TitanicThemes,

(1)how to delete footer include info & black background ?
(except copyright and company logo and little area black background keep up )

(2)how to modify mobile responsive ? which file?

(3)how to stop the slider banner until the youtube video play completely on slider ?

many appreciate for your help .

Best Regards,
loyal

]]>
http://titanicthemes.com/forum/forums/topic/delete-modfity/#post-556 <![CDATA[Reply To: delete & modfity]]> http://titanicthemes.com/forum/forums/topic/delete-modfity/#post-556 Fri, 21 Aug 2015 19:47:18 +0000 Nicola Mihaita Hi loyal,
1. Delete what you don’t need from your footer. You should have something like this.


<footer>
<div class="copyright">
<div class="footerlogowrapper">
<div class="footerlogo">
<a href="#"><img alt="TitanicThemes logo" src="images/footer-logo_titanicthemes.png"></a>
<div class="footerlogoRollover">
<a href="#"><img alt="TitanicThemes logo" src="images/footer-logo_titanicthemes2.png"></a>
</div>
</div>
</div>
<div class="fright">Copyright © 2013 <a class="flink2" href="#">TitanicThemes</a>. All rights reserved.</div>
<div class="fleft">@ Creative Designs Studios™</div>
<div class="clearfix"></div>
<p id="back-top" style="display: block;"><a href="#top"><span></span>Top</a></p>
</div>
</footer>

Then Change the height of ‘footer’ to 170px and ‘.copyright’ top position to 80px from all your css files:
screen_styles.css,
screen_layout_small.css,
screen_layout_normal.css,
screen_layout_medium.css,
screen_layout_large.css,
screen_layout_xlarge.css

2. screen_layout_small.css is for mobile

3.There are some option to achieve this:
a) Here is the revolution slider demo page http://revolution4.themepunch.com/jquery/
If you update to latest version it should do this by default.

b) You can make the slider to stop on hover or disable autoplay from “js/activate-revolution-slider.js”

]]>