SmartMvp is a Clean and Modern Startup Landing Page Template. It can be used to promote saas, web apps, mobile apps and all kind of marketing websites. It is built upon Twitter Bootstrap 3.2 framework and is fully responsive. It adapts to window resolution and works nicely on all devices: smartphones, tablet, PCs and desktops. Note: This is not a Wordpress Theme! Features Modern, clear and innovative design Enhanced user experience and usability Tons of animation features 12 Mind Blow Unique Homepages 100% Responsive Layout Cross-Browser Compatible Background Parallax Twitter Bootstrap 3.2 8 Predefined Color Schemes (Red, Blue, Green, Orange, Purple, Grey, Yellow, Midnight-Blue) Working Contact Form Mailchimp Integrated Exten... READ MORE
Review Left On 04/16/2022
Hey there,
On the YoutubeBg theme, is there a way to specify a hero image for mobile, so that the background isn’t just a solid colour? As well, I’ve found that if I delete the “Signup Section” from the HTML, the YouTube video doesn’t play. However, if I include it in the file, but set “display: none” within the style, the video plays. Any reason for this?
Review Left On 04/21/2022
Hi,
found in style.css
.btn-white:hover {
background: #c0392b;
color: #3e3e3e;
border-color: #c0392b;
}
Should be in assets/css/colors/*.css
In my green theme i have red hovers
Best
Reimar
Review Left On 05/12/2022
Hi zyale,
thanks for purchasing our theme.
you can simply set a fallback image instead of the solid color by replacing in your index.html this line of code:
with:
if you don’t want to use the “signup section” in order to avoid issue with the other sections, don’t forget to delete also the respective js code into assets/js/custom.js
/* =======================================================================
SIGNUP-DIVIDER ANIMATED POLYGON BACKGROUND
========================================================================== */
var container = document.getElementById('canvas-bg');
var renderer = new FSS.CanvasRenderer();
var scene = new FSS.Scene();
var light = new FSS.Light('323A45', '323A45');
var geometry = new FSS.Plane(2000, 1000, 15, 8);
var material = new FSS.Material('FFFFFF', 'FFFFFF');
var mesh = new FSS.Mesh(geometry, material);
var now, start = Date.now();
function initialise() {
scene.add(mesh);
scene.add(light);
container.appendChild(renderer.element);
window.addEventListener('resize', resize);
}
function resize() {
renderer.setSize(container.offsetWidth, container.offsetHeight);
}
function animate() {
now = Date.now() - start;
light.setPosition(300*Math.sin(now*0.001), 200*Math.cos(now*0.0005), 60);
renderer.render(scene);
requestAnimationFrame(animate);
}
initialise();
resize();
animate();
for any further help, don’t hesitate to ask. we provide full support on our support center https://themedept.ticksy.com/ . just submit a new ticket and we’ll happy to help you.
Best Regards,
Themedept Support.
Meminz Download Software Landing Page
::
Avatar - One & Multi Page Parallax WordPress Theme
::
Sushi - Shopify Menu, Restaurant Theme
::
Dezure | Responsive OnePage Multi-Purpose Parallax
::
Rockon - Night Club WordPress Theme
Review Left On 08/16/2022
Hey there!
This theme looks absolutely amazing! Can’t believe it is 5 years old by now Good job!
I’m a bit confused with licensing thought. If this theme is used to create a landing page for a paid application is it enough to buy just regular license?
Nothing from this theme will be used in the product for which customers will be paying (it is completely separate app).
Or extended license is still needed even for landing page?
Review Left On 08/30/2022
Is there a way to upload this as wordpress theme instead of uploading the whole folder via FTP?