craftdeer
Forum Replies Created
-
Hello. Thanks for your reply. When i was changing db_options to the local site, i was entering the wrong url and was getting the error. I was doing localhost:8888/mysite when i should have been doing http://localhost:8888/mysite
Will follow the steps. just bought a new domain and hosting server. thank you.
Yes i did migrate my db using export and import. I may not have done it correctly though.
Forum: Fixing WordPress
In reply to: Where to host wordpress to share with client during developmentthank you will do that 🙂
Forum: Fixing WordPress
In reply to: Where to host wordpress to share with client during developmentHello,
is there a place where i can host it for free like heroku? it is an internship and i dont really want to spend money on it if possible.Forum: Fixing WordPress
In reply to: None of the wordpress slider plugins working in my custom themehello, you are wonderful. I didnt have a wp_footer() because i was working on my navigation and it was on the way. After i took care of that, i got an error saying
a.indexOf is not a functionand i had to remove jquery which i was implementing by doing this <script src=”<?php bloginfo(‘template_directory’);?>/js/jquery-3.2.1.min.js”></script>. Wonder why my bootstrap is still working when i have removed the jquery script?