Forum Replies Created

Viewing 10 posts - 381 through 390 (of 628 total)
  • Author
    Posts
  • in reply to: Demo Importer Not Working #8504
    ThemeofWP
    Keymaster

    Hey 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.

    ThemeofWP
    Keymaster

    Hey there I’ll be replicate and let you know the result.

    in reply to: These Theme Options Aren't Working #8502
    ThemeofWP
    Keymaster

    Hey there we’ll be replicate it for you and I’ll be inform you what’s missed asap.

    in reply to: Demo Importer Not Working #8486
    ThemeofWP
    Keymaster

    When 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.

    in reply to: Demo Importer Not Working #8485
    ThemeofWP
    Keymaster

    Hey 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.

    in reply to: Demo Importer Not Working #8484
    ThemeofWP
    Keymaster

    Hey can you provide you login info? We’ll import it for you. info at themeofwp.com

    in reply to: Demo Importer Not Working #8481
    ThemeofWP
    Keymaster

    We’ll be check that issue and theme will be updated asap. Thanks for your patience. XML demo contents has been sent to your email.

    ThemeofWP
    Keymaster

    Hey 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.

    in reply to: Transparant main header #8439
    ThemeofWP
    Keymaster

    Hey 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.

    in reply to: Green line removal and main header size #8437
    ThemeofWP
    Keymaster

    You’re welcome glad to works! You can contact me and our team anytime if you have any question.

Viewing 10 posts - 381 through 390 (of 628 total)