trumark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] Fruitful Theme WooCommerce Product Review ErrorProblem solved. There was a server caching issue. Had the hosting company reboot and the problem went away.
Forum: Plugins
In reply to: [WooCommerce] PHP Max Input Vars: 2000Hey everyone!
I was having this same issue. My hosting company couldn’t figure it out so I did extensive trial and error..
Turns out that it’s a simple fix.
1. Connect to your site via FTP or File Manager
2. Navigate to wp-admin folder
3. Create a file inside wp-admin folder called php.ini
4. Add in this line: max_input_vars = 6000
5. Save and voila!Forum: Fixing WordPress
In reply to: Unwanted advertisements on some pagesIt’s most likely malicious code, you’d have to trouble shoot to see exactly where it’s coming from by deactivating plugins one at a time until it goes away. The easiest thing to do would be to hide it via css..
Add this to your CSS child theme file:
#sp {
display: none;
}Forum: Themes and Templates
In reply to: [Vantage] Black Studio TinyMCE lost after update WP 4.0Hey,
Connect to your site via an ftp client like Filezille or go to your cPanel file manager.
Navigate to wp-content/plugins and delete the Black Studio TinyMCE plugin folder and then re-install it.
If you had the plugin active on any widgets you may lose that data so be sure to back it up!
You have to modify the HTACCESS file. The part of the file that needs to be changed is going to depend on your hosting company. Send an e-mail or chat with their live support and they should be able to walk to through it..
You can also google “edit htaccess file (your web hosting company)”
Forum: Themes and Templates
In reply to: [Vantage] Removing Widget on side bar from only some pagesTake a look at the Widget Context plugin, there is a bit of a learning curve but this will do exactly what you’re looking for:
Forum: Plugins
In reply to: [Helios Solutions Responsive category FAQ] Sequencing FAQsHey nckay,
There’s no easy way to do this, apart from writing php code which I don’t like doing, so I’ve been using this as a quick fix.
1. Go to FAQ –> All FAQ’s
2. All FAQ’s should look like this..
ex
How can we get this feature added in? (added third)
Do you think it would be difficult to code? (added second)
Why doesn’t this plugin have this functionality? (added first)3. Figure out the sequence you would like them in
ex
How can we get this feature added in? (added third) To be shown as the 2nd question
Do you think it would be difficult to code? (added second) To be shown as the 3rd question
Why doesn’t this plugin have this functionality? (added first) To be shown as the 1st question4. Press “Quick Edit” on the question you would like to be displayed 1st
5. Under “Date” change the time from xx:xx to xx:03 (this will now be displayed as question 1).
6. Update the remaining questions using descending times.. So the question you want displayed second would have a time of xx:02, the first question would be xx:01 etc..
*note*
– If you have 10 questions, start with xx:10 as the time for the question you would like first, with 10 descending down to 01.
– Make sure you press “Update” every time you make one of these changes.This method is a bit of a pain in the neck but it’ll give you the functionality that you’re looking for without having to spend money or time to code it.
And that’s the way the cookie crumbles…