Josh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Thumbs not displayingI have no idea; sorry 🙂
You could also create a support ticket with the theme developer; and politely ask if they know what might be causing the issue.
Forum: Plugins
In reply to: [WP Edit] WP Edit bar disappearDid the entire toolbar disappear?
It probably happened with the recent WordPress update. It’s likely another plugin that is conflicting.
Please take a look at this article I wrote:
http://learn.wpeditpro.com/troubleshoot-blank-wordpress-editor/It will walk you through the process of troubleshooting.
Please let me know your results.
Forum: Fixing WordPress
In reply to: Thumbs not displayingHi,
It looks like I’m getting a 403 (Forbidden) message on the images when trying to view the page.
It’s also trying to run all images through something in “themes/Automobile/thumb.php”. This is probably something incorporated into your theme. You may want to reach out to them for assistance also.
Do you see any settings in your theme to “regenerate thumbnails” or something similar?
Forum: Fixing WordPress
In reply to: Can;t get into the dashboardSo to rectify the original problem, and not disable the other plugins, can I just follow the same instructions in the relevant url’s wp-content – plugins -instead?
Precisely 🙂
What happens when you rename the associated sites “plugins” directory; you are blocking the path WordPress will follow the next time you log into the admin panel and go to the “Plugins” admin page. Since the file path to the plugins directory is “broken”; all plugins will be disabled. They will still be there; but they just won’t be available in your admin panel. Once you rename that folder back to “plugins”; you’ll be able to use them as normal (activate, deactivate, etc.).
Take a look at this article I wrote:
http://learn.wpeditpro.com/troubleshoot-blank-wordpress-editor/Forum: Fixing WordPress
In reply to: Can;t get into the dashboardAnd the cPanel is behaving weirdly in not showing the url under public_html along with all my other domains.
I’d contact your host. That is an area they should be able to help.
If I were to carry out your great and very welcome instructions in the wp-content folder you’ve flagged up, will it disable all the plugins on all my domains?
It shouldn’t. But I’m not sure what’s going on with your other sites not appearing properly. I’d start with a call to the hosting provider. Once the sites are back to being listed properly; then carry out the instructions above.
Forum: Fixing WordPress
In reply to: Displaying Admin-Only ContentYou can’t really run php from within a WordPress page. You need to use an action hook to “hook” the php code you want to run to it’s desired location.
Now, since you’re wanting to incorporate this into Woo… it might be better to ask them. The “Woo Accounts page” is not something that is readily accessible to community members… so it’s difficult to offer any suggestions.
I would be willing to bet Woo has some custom hooks and filters which you can use; it’s just a matter of knowing the correct action hook, and coding accordingly.
Again, perhaps the Woo support may be able to offer more advanced assistance.
Forum: Fixing WordPress
In reply to: Can;t get into the dashboardthe url is not showing in the public_html folder
I’m not sure I understand. I don’t think it’s the url that shows in the “public_html” folder; but rather an account user name or something. Or, perhaps it’s up to the hosting provider on how they structure the root files?
Do you see a folder marked “wp-content” anywhere?
Forum: Fixing WordPress
In reply to: Open new url on dropdown selectionGreat.
Okay, I think this question would get much more attention on their support page:
https://wordpress.org/support/plugin/contact-form-7Forum: Fixing WordPress
In reply to: Open new url on dropdown selectionWhat are you using for the contact form? A plugin? A theme option?
Forum: Fixing WordPress
In reply to: Connect database to wordpressI would stick to using the same database where you have installed WordPress. You can create a new database table to house your custom entries. Also, this way, you can use the available WordPress functions to facilitate your code.
Then, you can create a page template to use for your visitors. On this template; you would code the page to your liking. This would include the user selection options; as well as displaying the results.
Forum: Fixing WordPress
In reply to: Can;t get into the dashboardPerhaps a plugin is interfering?
You’ll need either FTP or cPanel to gain access to your file directories on your server. Navigate to the “wp-content” folder.
Once there, look for the “plugins” folder. RENAME this folder to something like “plugins-testing”. Now, when you log into your admin panel, all plugins will be automatically disabled.
Check to see if you are able to login successfully.
If so, go back and RENAME your “plugins-testing” folder back to it’s original “plugins” name.
You can reactivate plugins (one at a time) checking to see which one causes the issue.
Forum: Fixing WordPress
In reply to: Displaying Admin-Only ContentHi,
Well, it depends on what exactly you are wanting to accomplish. The first step (if you don’t want to have to worry about code being erased when you update) is to create a Child Theme for your currently used theme.
Once you have a child theme; you can begin to create your own functions in the
functions.phpfile of your child theme.Now, where exactly are you wanting to display the button? You mention the “accounts” page. What page specifically are you referring?
Forum: Reviews
In reply to: [WP Edit] I like the options this made. Is easy to UseThank you, kindly.
If you ever have any suggestions to make the user experience any better; please don’t hesitate to send them my way.
Have a great day.
Forum: Plugins
In reply to: [WP Edit] No table borders or mobile responsivenessYes, you can reach me here with an email.