Title: uxbarn's Replies | WordPress.org

---

# uxbarn

  [  ](https://wordpress.org/support/users/uxbarn/)

 *   [Profile](https://wordpress.org/support/users/uxbarn/)
 *   [Topics Started](https://wordpress.org/support/users/uxbarn/topics/)
 *   [Replies Created](https://wordpress.org/support/users/uxbarn/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/uxbarn/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/uxbarn/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/uxbarn/engagements/)
 *   [Favorites](https://wordpress.org/support/users/uxbarn/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Older themes still required OptionTree](https://wordpress.org/support/topic/older-themes-still-required-optiontree/)
 *  [uxbarn](https://wordpress.org/support/users/uxbarn/)
 * (@uxbarn)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/older-themes-still-required-optiontree/#post-10879585)
 * Hi,
 * You can still get the latest version on the github repo: [https://github.com/valendesigns/option-tree](https://github.com/valendesigns/option-tree),
   and include it in the theme package then use the TGMPA script for the installation
   process.
 * It seems the plugin has been discontinued for a long time and the chance for 
   further development is very slim. I think we need to find an alternative to it.
 * Cheers,
    Paul
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Layout issues](https://wordpress.org/support/topic/page-layout-issues-5/)
 *  [uxbarn](https://wordpress.org/support/users/uxbarn/)
 * (@uxbarn)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/page-layout-issues-5/#post-8358987)
 * Hmm… Maybe you would need to try disabling all the plugins one by one to check
   whether any of them is the cause. You might start with the W3 Total Cache because
   I also used to have a strange problem with the plugin on my site in the past.
 * P.S. I’ve got no problem viewing your site in the incognito mode, too.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Banner Won’t Go Away](https://wordpress.org/support/topic/banner-wont-go-away/)
 *  [uxbarn](https://wordpress.org/support/users/uxbarn/)
 * (@uxbarn)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/banner-wont-go-away/#post-8355153)
 * As I checked the source of your site, the banner seems to belong to the WooCommerce
   plugin. On your WP backend, go to “WooCommerce > Settings” and uncheck the “Store
   Notice” checkbox. It should help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Layout issues](https://wordpress.org/support/topic/page-layout-issues-5/)
 *  [uxbarn](https://wordpress.org/support/users/uxbarn/)
 * (@uxbarn)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/page-layout-issues-5/#post-8353357)
 * Did you try opening your site on other computers with the different Internet 
   connection? Also, try clearing all the browser cache and test it again.
 * I used Chrome, Firefox, and IE to load your site and it looks fine on those browsers,
   so I think the problem might not come from the site itself.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Layout issues](https://wordpress.org/support/topic/page-layout-issues-5/)
 *  [uxbarn](https://wordpress.org/support/users/uxbarn/)
 * (@uxbarn)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/page-layout-issues-5/#post-8351555)
 * Hi,
 * Your site looks fine here on my Chrome browser. Is it still happening on your
   end?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to ensure that a page can only be viewed when called from another page](https://wordpress.org/support/topic/how-to-ensure-that-a-page-can-only-be-viewed-when-called-from-another-page/)
 *  [uxbarn](https://wordpress.org/support/users/uxbarn/)
 * (@uxbarn)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/how-to-ensure-that-a-page-can-only-be-viewed-when-called-from-another-page/#post-8349782)
 * Hi,
 * You can use PHP Session for that by creating session variables on the quiz page
   then validate them on the success page. If a user directly accesses the success
   page, there will be no session variables created and you can write code to check
   that.
 * Here is more info about the PHP Session: [http://www.w3schools.com/php/php_sessions.asp](http://www.w3schools.com/php/php_sessions.asp)
 * Hope this helps. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [News Widget and Aesthetics](https://wordpress.org/support/topic/news-widget-and-aesthetics/)
 *  [uxbarn](https://wordpress.org/support/users/uxbarn/)
 * (@uxbarn)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/news-widget-and-aesthetics/#post-8345997)
 * Hi,
 * Perhaps the plugin has changed the CSS in that area so it has affected the arrow
   position. You would need to override the plugin’s CSS to adjust that. Try applying
   this custom CSS:
 *     ```
       .recent-news-items .news_li {
           background-position: center left;
           padding-left: 25px !important;
       }
       ```
   
 * You can use the custom CSS plugin like this one: [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   for adding the custom code.
 * I would also recommend using Chrome Developer Tools so you can inspect HTML and
   CSS on a web page easily. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error 500 on saving](https://wordpress.org/support/topic/http-error-500-on-saving/)
 *  [uxbarn](https://wordpress.org/support/users/uxbarn/)
 * (@uxbarn)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/http-error-500-on-saving/#post-8345850)
 * Hi,
 * The HTTP error 500 means that there is something wrong on the server side. I 
   would suggest asking your hosting to help you check the server error log for 
   more information.
 * Hope this helps. 🙂

Viewing 8 replies - 1 through 8 (of 8 total)