uxbarn
Forum Replies Created
-
Forum: Plugins
In reply to: [OptionTree] Older themes still required OptionTreeHi,
You can still get the latest version on the github repo: 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,
PaulForum: Fixing WordPress
In reply to: Page Layout issuesHmm… 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
In reply to: Banner Won’t Go AwayAs 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
In reply to: Page Layout issuesDid 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
In reply to: Page Layout issuesHi,
Your site looks fine here on my Chrome browser. Is it still happening on your end?
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
Hope this helps. 🙂
Forum: Fixing WordPress
In reply to: News Widget and AestheticsHi,
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/ 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
In reply to: HTTP Error 500 on savingHi,
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. 🙂