Forum Replies Created
- AuthorPosts
-
ThemeofWP
KeymasterHey Micki, I didn’t made different. Just select demo content .xml file and imported it via WordPress importer under the tools. That’s it. Also auto theme demo importer under the Theme Options > Demo Importer works like a charm. Maybe you can git it a try this built-in theme demo importer for the future.
May 29, 2016 at 9:11 pm in reply to: Style on child theme doesn't override style from parent theme #8503ThemeofWP
KeymasterHey there I’ll be replicate and let you know the result.
ThemeofWP
KeymasterHey there we’ll be replicate it for you and I’ll be inform you what’s missed asap.
ThemeofWP
KeymasterWhen you want to import them you should unzip or extract the zip file to your computer first. Then import demo xml file via wp-importer under the Tools, then Widgets via Widget import exporter via plugin, and finally theme options via theme options panel under the backup section.
There is no special knowledge for the import them. Just follow the steps above.
ThemeofWP
KeymasterHey again, we’ve successfully imported all demo contents in your site without any issue. How did you import it? We haven’t get any issue during the importing process. Please check your site.
ThemeofWP
KeymasterHey can you provide you login info? We’ll import it for you. info at themeofwp.com
ThemeofWP
KeymasterWe’ll be check that issue and theme will be updated asap. Thanks for your patience. XML demo contents has been sent to your email.
April 28, 2016 at 6:46 am in reply to: Website wont scroll down anymore and Visual Composer is not working on the site #8465ThemeofWP
KeymasterHey there thanks for your contacting us. First thing you need to keep updated theme side and plugin side. When you see the update needed plugins on your site especially comes with the theme you need to delete update needed plugin/s and reinstall under the Appearance > Install Plugins section. Then they will be updated automatically. We just only touch your plugins and everything is updated right now.
ThemeofWP
KeymasterHey Karim, here is the LastPoint WordPress theme demo slider settings:
You’ll see the
/*Mobile Layout: 320px.
and/*Tablet Layout: 768px.
in style.css you should add to some rule for the slider for mobile view.For this; please go to your Theme Options panel and add those two rules in the custom css area:
/* Tablet Layout: 768px. --------------------------------------------------------------------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 991px) { .mainheaderwrapper { opacity: 1; } .yoursliderid { margin-top: 0; } } @media only screen and (max-width: 900px) { .mainheaderwrapper { opacity: 1; } .yoursliderid { margin-top: 0; } }
I hope that will helps to you.
ThemeofWP
KeymasterYou’re welcome glad to works! You can contact me and our team anytime if you have any question.
- AuthorPosts