Josh
Forum Replies Created
-
Ouch.
Unfortunately, I’m not going to be of much more assistance. Perhaps someone who has access to that addon might see this topic.
I can’t believe Woo is that unresponsive to support tickets. Did I maybe send you the incorrect link?
Forum: Fixing WordPress
In reply to: Create User Account from Non-WordPress SiteLol… love your personality π
Google “add users to WordPress programmatically”.
Just be careful. Since you are working on adding the user from a non-WP website… the typical WP hooks and filters will not be available. Most of the tuts are going to suggest using WP functions to add the user. However, you’re going to want to do it manually… since your site A is not a WP site (and this is where we need to add the code).
Here is an example IF we were adding the user from a WP site. But that’s not the case; just here for illustration. (actually, it might work if you change those “includes” to the path to your site B).
I don’t see an example for your specific use-case. But quickly, here is how I would approach:
1) Create random username and password.
2) Check DB of site B to see if username already exists. If no, continue… if yes, re-generate another random username and check DB again.
3) Populate DB with username and password. (email would be helpful also)
4) Send message to new user??Again, it’s a lot easier if you are doing this from a site that is already running WP (because you can use the existing hooks and filters). However, it’s certainly possible to do it manually. You’re just using your own code instead of existing WP code.
Forum: Fixing WordPress
In reply to: Remove Sidebar from only certain pagesHi,
I would strongly suggest using a plugin. One I’ve used in the past; and LOVE; is Widget Logic.
Enjoy π
Forum: Fixing WordPress
In reply to: Lightbox bringing up a boxYou bet!
Please let us know your results.Forum: Fixing WordPress
In reply to: Create User Account from Non-WordPress SiteSure you can:
1) When you process new users on site A (non-wordpress site), you’ll want to perform an additional step of creating a new user programatically on site B (wordpress site).
2) You will prob have to use random info for the username and password; unless you incorporate another interface where they can “choose” this info. (Remember to MD5 the user password).
3) Now, connect to site B and SQL insert the user.
Hello,
If I understand correctly; I believe WooThemes PreOrder is a premium plugin. Unfortunately; we cannot offer any support here for premium plugins; mostly because we do not have access.
I would suggest starting a support ticket with Woo:
https://support.woothemes.com/hc/en-usForum: Fixing WordPress
In reply to: Lightbox bringing up a boxGreat.
Okay, I would suggest contacting them first. They are MUCH more familiar with their software than I am πHere is a link (I think) to their support channel:
https://www.prophoto.com/support/Forum: Fixing WordPress
In reply to: How to use various featured images in one postHi,
Well, if you are not a coder, then you will probably want to find a plugin that offers something similar. To create this yourself would involve code editing.
Here is a link to the plugins repo with a search term of “featured image”:
https://wordpress.org/plugins/search.php?q=featured+image
Perhaps you might find one you like, there.Forum: Fixing WordPress
In reply to: No displaying images in media libraryHi Daniel,
This sounds like a javascript issue. Perhaps a plugin or theme option is interfering.
Are you able to replicate this behavior with ALL plugins deactivated; and switched to the default 2015 theme?
You an view your browser console to see if any javascript errors or warnings are thrown:
https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_ErrorsForum: Fixing WordPress
In reply to: Lightbox bringing up a boxHello,
To what lightbox are you referring? Is it a plugin you added; a theme option; or something else?
Forum: Fixing WordPress
In reply to: Old links not redirecting (new host)Hello,
Well, it sounds like you are on the right track. I’m sure it’s been time consuming… but you are almost there π
Please take a look at Moving WordPress; from the official WordPress Codex.
You will want to take a look at your database; and make sure there are no references to the old site url.
Forum: Plugins
In reply to: [WP Edit] Space above excerpt and between paragraphsGotcha. No worries at all. Thank you for the response.
Apologies I didn’t get to you sooner. Please do let me know if you ever re-install WP Edit; and if I may be of any assistance.
Please have a wonderful week.
Forum: Plugins
In reply to: [WP Edit] Can't access plugin on Divi BuilderHello, and thank you for taking the time to post your question.
Well, I haven’t ever used “Divi”; so I can’t really say for sure. But, WP Edit expands on the basic WordPress editor. So, if the Divi theme uses the standard WordPress editor; then the WP Edit button configuration should appear there also.
Do you know if this “text module” is using the basic WordPress editor? Or is it using a different editor?
Forum: Plugins
In reply to: [WP Edit] Space above excerpt and between paragraphsHello,
I apologize for my delay.I’m not sure I fully understand what you are asking. I do see the two sites; but I’m not sure exactly to which space you are referring.
Is it possible you could take a screenshot; and highlight the area you are concerned with the spacing?
I apologize for the added work; but it will ensure we are talking about the same thing.
Thank you.
Forum: Plugins
In reply to: [WP Edit] I can't see the buttons in the editorHello,
I apologize for the inconvenience.Are you familiar with the “toggle toolbar” button?
http://learn.wpeditpro.com/wordpress-tinymce-editor/#ipt_kb_toc_73_6If that doesn’t help; then are you using any other plugins that alter the button arrangement? (such as Ultimate Tinymce or Tinymce Advanced)