potentdevelopment
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: option_active_plugins Filter Not Working@joyously do you have a theme based method for accomplishing the same thing?
Thanks You!
Forum: Fixing WordPress
In reply to: Removing Query String and Question Mark From Redirect@bcworkz this relates to WP because I’m getting a bunch of 401 recorded from previous plugin files which I’m trying to redirect back to my homepage.
Forum: Fixing WordPress
In reply to: How to get a free product with purchase of another?Right, its going to take some custom programming to get what you want. It is doable but it is going to take some surgery.
Forum: Fixing WordPress
In reply to: Cannot open Homepage or WP-Login PageFTP into your plugin directory and remove the directory “regenerate-thumbnails-advanced”
Forum: Fixing WordPress
In reply to: Simply Social Network Widget: Tumblr Link Not FunctionalIs the widget part of the theme or does it have a separate page on WP?
Forum: Fixing WordPress
In reply to: Page not showing up on WordPress BlogI’m not seeing any errors in the console. I also see that it looks like the loop seems to be running but the content area is empty. You might want to try changing the permalink options to another setting and then changing it back.
Forum: Fixing WordPress
In reply to: How to get a free product with purchase of another?There seems to be many plugins out on the market for free product with purchase but I’m not sure if it can do exactly all of the steps that your looking for.
This one seems most promising https://codecanyon.net/item/woocommerce-free-gift/6144902
Forum: Fixing WordPress
In reply to: Navigational Help Plugin?This one looks like the one your looking for: https://codecanyon.net/item/jquery-website-tour-for-wordpress/335968
Forum: Fixing WordPress
In reply to: How to get a free product with purchase of another?What are you using? WooCommerce?
Forum: Localhost Installs
In reply to: Localhost to LiveYour site seems to be working.
Forum: Developing with WordPress
In reply to: How to offer branch searching option?Its being done with Google Places API. Your going to have to find a plugin or build one yourself using Google’s Places API.
Forum: Developing with WordPress
In reply to: Ajax call in pluginYour missing:
post_max_size = 32MForum: Fixing WordPress
In reply to: Easiest way to 301 redirect 1,000+ pages?How much of the URL’s are changing? Just the domain? If there is a pattern, then it could probably be done but if not, then yes it is going to have to be done manually.
Forum: Fixing WordPress
In reply to: Secure WordPress to only work on specific ip addressYou would have to do it in your custom theme, but yes. The idea is for you to look for a file outside of the public_html or www directory, open it and look for the hashed value or whatever and if it does not exist, you could probably just run die(“Whatever Message”);
Forum: Fixing WordPress
In reply to: Need to make a siteDo you have an example for the menu your trying to recreate?