This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"front-page-1":{"text-1":{"title":"Front page 1: Small Headline","text":"<h2>Big text at the top <br \/>of the home page<\/h2>\r\n\r\n<a class=\"button\" href=\"#front-page-7\">Jump to bottom<\/a> <a class=\"button clear white\" href=\"#front-page-2\">Next section<\/a>\r\n\r\n<span class=\"small-disclaimer\">The small print at the bottom of Front Page 1 widget area.<\/span>\r\n","filter":true}},"front-page-2":{"text-2":{"title":"","text":"<h4>Front Page 2: small headline<\/h4>\r\n\r\n<h2>Front Page 2 big headline<\/h2>\r\n\r\n<div class=\"bottom-image\"><img class=\"alignnone wp-image-68 size-large\" src=\"http:\/\/localhost\/wordpress2\/wp-content\/uploads\/2015\/10\/layouts-1024x359.png\" alt=\"layouts\" width=\"1024\" height=\"359\" \/><\/div>\r\n","filter":true}},"front-page-3":{"text-3":{"title":"Front Page 3: small headline","text":"<h2>This is the large full width text block in the Front Page 3 widget area. Front Page 3 has a wood effect background and two small icons.<\/h2>","filter":true},"text-4":{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Put this code in a text widget in front-page-1 widget area of Altitude Pro theme. --> | |
| <!-- Put 1 text widget in this widget area. --> | |
| <h4>This headline has a small font size</h4> | |
| <h2>Your Headline <br />goes here</h2> | |
| <a class="button" href="#front-page-7">This text jumps to bottom of home page</a> | |
| <a class="button clear white" href="#front-page-2">This text jumps to section two of the home page</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Path to move uploaded files | |
| $target_path = "uploads/"; | |
| // array for final json respone | |
| $response = array(); | |
| // getting server ip address | |
| $server_ip = gethostbyname(gethostname()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # read $EHOME as the path to where eclipse is installed | |
| # edit eclipse.ini | |
| cd $EHOME/eclipse/Eclipse.app/Contents/MacOS/ | |
| vim eclipse.ini | |
| # add the following key/value to end of the ini file | |
| # value can be anything including embedded spaces. | |
| -Duser.name=Your Name <your@email.tld> |
NewerOlder