Advertisement
boldgrid

$widget_instances = $configs['widget']['widget_instances'];

Jan 16th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. ################
  2. ## Version 1: ##
  3. ################
  4.  
  5. Array
  6. (
  7. [footer-company-details] => Array
  8. (
  9. [title] => Contact Info
  10. [text] => &copy; 2017 Cat | 202 Grid Blvd. Agloe, NY 12776 | <span class="phone-number">777-765-4321</span> | <a href="mailto:">info@example.com</a>
  11. [type] => visual
  12. [filter] => 1
  13. [label] => black-studio-tinymce
  14. )
  15.  
  16. [boldgrid-widget-1] => Array
  17. (
  18. [0] => Array
  19. (
  20. [title] => Call To Action
  21. [text] => <div class="row call-to-action-wrapper">
  22. <div class="col-md-7"></div>
  23. <div class="col-md-5">
  24. <h2 id="slogan">WORK HARDER THAN YESTERDAY TO ACHIEVE A DIFFERENT TOMORROW.</h2>
  25. <div class="call-to-action">
  26. <p class="p-button-primary"><a class="button-primary" href="about-us">LEARN MORE<i class="fa fa-angle-double-right"></i></a></p>
  27. </div>
  28. </div>
  29. </div>
  30. [type] => visual
  31. [filter] => 1
  32. [label] => black-studio-tinymce
  33. )
  34.  
  35. )
  36.  
  37. [boldgrid-widget-2] => Array
  38. (
  39. [0] => Array
  40. (
  41. [title] => Phone Number
  42. [text] => <div class="phone"><p class="h3 alt-font"><i class="fa fa-phone"></i> Call Today <span class="phone-number" data-removal-key="phone-number" data-if-removed="widget">777-765-4321</span></p></div>
  43. [type] => visual
  44. [filter] => 1
  45. [label] => black-studio-tinymce
  46. )
  47.  
  48. )
  49. )
  50.  
  51. ################
  52. ## Version 2: ##
  53. ################
  54.  
  55. Array
  56. (
  57. [boldgrid-widget-3] => Array
  58. (
  59. [footer-company-details] => Array
  60. (
  61. [title] => Contact Info
  62. [text] => &copy; 2017 Cat | 202 Grid Blvd. Agloe, NY 12776 | 777-765-4321 | <a href="mailto:">info@example.com</a>
  63. [type] => visual
  64. [filter] => 1
  65. [label] => black-studio-tinymce
  66. )
  67.  
  68. )
  69.  
  70. [boldgrid-widget-2] => Array
  71. (
  72. [0] => Array
  73. (
  74. [title] => Call To Action
  75. [text] => <div class="row call-to-action-wrapper">
  76. <div class="col-md-7"></div>
  77. <div class="col-md-5">
  78. <div class="call-to-action">
  79. <h2 class="slogan">LET US EXPAND YOUR HORIZONS</h2>
  80. <hr />
  81. <p class="tagline">Are you ready to make a change? We're waiting for you. As a company that prides itself in meeting customer marketing needs, we can ensure that you get what you're looking for quickly and for a great price. Don't delay getting what you need from a company that cares about its customers.</p>
  82. <p class="p-button-primary">
  83. <a class="button-primary" href="contact-us">CONTACT US TODAY</a>
  84. </p>
  85. </div>
  86. </div>
  87. </div>
  88. [type] => visual
  89. [filter] => 1
  90. [label] => black-studio-tinymce
  91. )
  92.  
  93. )
  94.  
  95. )
  96.  
  97. ################
  98. ## Version 3: ##
  99. ################
  100.  
  101. Array
  102. (
  103. [footer-company-details] => Array
  104. (
  105. [title] => Contact Info
  106. [text] => &copy; 2017 Cat | 202 Grid Blvd. Agloe, NY 12776 | 777-765-4321 | <a href="mailto:">info@example.com</a>
  107. [type] => visual
  108. [filter] => 1
  109. [label] => black-studio-tinymce
  110. )
  111.  
  112. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement