Tropical Webhost
Forum Replies Created
-
Thanks, folder deleted.
Forum: Plugins
In reply to: [XPress Forum User Bridge] Selected WordPress role priority not working?I contacted support and provided them with login details. Turns out there are problems with the plugin. They said the plugin is no longer supported and they are working on another solution.
Created support ticket and they were quick to respond. There are problems with the plugin. Turns out the plugin is no longer supported and they are working on another solution.
Forum: Plugins
In reply to: [XPress Forum User Bridge] Selected WordPress role priority not working?Same problem I think. When this plugin is simply enabled in WP and then I log out and log back into WP, it sets my WP admin account to subscriber every time and I have to edit the WP database to get back into my wordpress dashboard.
I have tried every single setting in this plugin on both Xenforo and WP but nothing will stop it from setting my WP admin account to subscriber.
Thankyou!
Cool thanks, it’s working great. I learnt some really interesting css queries to get around this problem, but now it’s all fixed!
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Dropdown Menu Button LinkI don’t think you can keep the main link on a drop down menu. When you click on it, it drops down and shows you the other links you added beneath it. If you keep the main link then the menu would not pop down.
To get around this simply add it back as another link under the pop down menu. You can always rename them slightly different. Think of the main drop down button as a category and the things that drop down as the links.
Here’s an example for an online shop drop down menu:
Shop
-Shop
-Category 1
-Category 2But it looks silly having “Shop” written twice so do this:
Shop
-All Items
-Category 1
-Category 2Forum: Plugins
In reply to: [WooCommerce] How to get the Product Sort By Drop-Box back?No one has any ideas how I can get the Sort By box back?
Forum: Plugins
In reply to: [Predictive Search for WooCommerce] "-1" in search result dropdownThis is a page caching problem I believe and probably explains why a shift+refresh resolves the issue. The “-1” is an Ajax Error. If you have any sort of page caching enabled or page caching plugins then I would start by disabling that and seeing if it fixes the problem.
For me, I had page caching enabled in .htaccess like so:
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”
</IfModule>
## EXPIRES CACHING ##So what I did was excluded .php files from caching like this and the “-1” bug seems to have gone away:
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”<FilesMatch “\.(php|cgi)$”>
ExpiresActive Off
</FilesMatch></IfModule>
## EXPIRES CACHING ##Forum: Plugins
In reply to: [Predictive Search for WooCommerce] "-1" in search result dropdownI’m still seeing this problem on my site.
Forum: Plugins
In reply to: [Predictive Search for WooCommerce] "-1" in search result dropdownYes I get this “-1” problem a lot. Seems to happen if I start a search really quickly before the page has fully loaded.
I’m using Avada so that could have been the problem. I tried another plugin and it is working but thanks for the reply!
When activating the plugin I get “The plugin does not have a valid header.”
WordPress 4.0
WooCommerce Version 2.2.4
WooCommerce Google AdWords conversion tracking tag 0.1.7Forum: Plugins
In reply to: [WooCommerce] Subcategory not showing on shop pageSame issue but assigning 1 product instead of 0 fixed it.
No sorry I don’t know of any.