Sometime if you face the issue of theme not showing correctly in dashboard... like screenshot is showing like the below etc.. So if you have the same issue just go to cpanel or connect to files through FTP. And change...
WordPress theme appearing or loading issue in dashboard – The7
How to retrieve files path dynamically from child theme wp!
From Child Theme :- Here is the way to retrieve file path like CSS , JS , Images from child theme in wordpress. <?php echo get_stylesheet_directory_uri(); ?> Example: <link href="<?php echo get_stylesheet_directory_uri(); ?>/css/your-file-name.css" rel="stylesheet"> <img src="<?php echo get_template_stylesheet_uri(); ?>/images/nstplanet.jpg" alt="Nst...
How to create child theme in wordpress ?
How to create and customize child theme in wordpress ? or How to create child theme in wp ? Child theme - wordpress Here is the way to create a child theme, based on parent or master theme in WordPress....
Shopify Debut theme multi level menu issue solved without plugin !
Here are the steps to add Multi sub level menu in Shopify debut theme. ** Make Sure you have the backup of the files. ** 1) First of all replace code in site-nav.liquid.. download from here. 2)...
Click to Chat