Arise Web Design Wordpress Tips
Whilst designing WordPress websites, I have come across several tricky problems that have required research to overcome. In case you become stuck in similar ways, I will gradually (time permitting!) list a solution to some of the problems I have encountered. Research can identify several routes on occasions. I have listed what I did!
Show and Hide Muliple divs using jquery
Problem: Initially, all information tabs on the page need to be hidden. When a tab is clicked, it opens up to reveal the information. When another information tab is clicked,the first will close and the new information tab open. Solution: … Continue reading
Conflict with WordPress Plugins and jquery script
Problem: When adding my own script to WordPress using: [code language=”javascript”] <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> [/code] I found that the script did not run. Solution: Add this to your functions.php and you will not have to declare the Google AJAX library in … Continue reading
