Forum Replies Created
- AuthorPosts
-
ThemeofWP
KeymasterI’ll mark it resoved now. You can change anything with your child theme now.
ThemeofWP
KeymasterHi, it should be fixed with the theme update. Can you please update and let us know what’s happening on your side?
ThemeofWP
KeymasterMaster Slider with LastPoint WordPress theme 2.1 working good. We’ve tryed with Fullwidth Page + Slider page template, it’s working. Can you send us page url?
ThemeofWP
KeymasterPlease update the theme. It’ll be work normally.
ThemeofWP
KeymasterHi, Please update the theme and copy this function without if function exist like below into the child theme functions.php:
function themeofwp_top_ajax_login(){
}
then you can overwrite with the functions.
ThemeofWP
KeymasterOkay we’ll take care that issue and will send an new update for you. Thanks for your patience.
ThemeofWP
KeymasterHey just add custom css or in style.css like this:
.home .widescreen { margin-top: 100px; }
thats’s it.
ThemeofWP
KeymasterPlease copy a blank functions.php into the child theme. Do this in parent theme functions:
if ( ! function_exists( 'themeofwp_top_ajax_login' ) ) { function theme_special_nav() { // Do something. } }
and use this in child theme functions.php
function themeofwp_top_ajax_login() {
// Do something.
}ThemeofWP
KeymasterHi please send us your website url? Master slider working on our demo with updates.
ThemeofWP
KeymasterHey, masterslider updated to latest version. Please delete old version and reinstall it again. Hope this will be resolve the problem. If not please let us know.
- AuthorPosts