developerdinesh1
Forum Replies Created
-
Hello wpnewtheme,
Could you please add this css code to Appearance >> customize >> Additional Code >> Additional CSS#wpadminbar { position: fixed; }Let us know if you have any further queries. We are always ready to help you. For further support please get help from our chat assistance https://dinesh-ghimire.com.np/
Thank youForum: Themes and Templates
In reply to: [BlogMagazine] Not working a child themeHello Sergeyer,
To develop child theme first please go through blogmagazine >> inc >> dglib >> init.php and please remove this code $parent_file_path = trailingslashit( get_stylesheet_directory() ) . $dglib_path; and add it $parent_file_path = trailingslashit( get_template_directory() ) . $dglib_path;
Now you can start developing your own child theme. Please let us know if you need any help from us. We are always ready to help you.
I think this issue already solved from this link https://dinesh-ghimire.com.np/support-forums/topic/not-working-a-child-theme/
If you have any further problem please get support through our support forum.
Thank youForum: Themes and Templates
In reply to: [Miteri] The code you gave me to stop the Slider doesn’t workHello,
Could you please put css on Appearance >> Customize >> Additional Css.wow{ animation:none !important; }Let us know if you have any problem I am always ready to help you.