dojoge1
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Stripe Payments] Custom Field Placement on the Stripe Checkout FormYes, I’m referring to the custom field that was created with that add-on. The documentation says that I can use the up and down arrows in the custom fields tab to choose how the fields should be displayed, but that only pertains to the order of all the additional custom fields. I only have one additional custom field (“phone number”) and I would like to move it to right below Name and Email fields.
I’m having the exact same problem. What is the fix?
Yes. I followed those instructions.
- This reply was modified 4 years, 3 months ago by dojoge1.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Change from-addressHi, I’m having the same problem. The from-address is the gmail address I used to set up Postman SMTP but it should be a different email address (which I set up in notifications). Any ideas?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Where does staff appear?What I want is for the coach’s name to appear on the team page.
Thanks for responding. Yes, we are using a payment gateway. At any rate, we solved the problem by upgrading to the latest versions of WP and Ninja Forms and then setting all forms to not save form submissions.
Forum: Fixing WordPress
In reply to: Switching to root without moving files from subdirectoryUsing a pre-existing subdirectory install
If you already have WordPress installed in its own folder (e.g., https://example.com/wordpress), then the steps are as follows:1. Go to the General panel. (did this)
2. In the box for Site address (URL): change the address to the root directory’s URL. Example: https://example.com (did this)
3. Click Save Changes. (Do not worry about the error message and do not try to see your blog at this point! You will probably get a message about file not found.) (did this – no error message)
4. Copy (NOT MOVE!) the index.php and .htaccess files from the WordPress (wordpress in our example) directory into the root directory of your site—the latter is probably named something like www or public_html. The .htaccess file is invisible, so you may have to set your FTP client to show hidden files. If you are not using pretty permalinks, then you may not have a .htaccess file. If you are running WordPress on a Windows (IIS) server and are using pretty permalinks, you’ll have a web.config rather than a .htaccess file in your WordPress directory. (did this)
5. Edit your root directory’s index.php.
Open your root directory’s index.php file in a text editor
Change the line that says:
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
to the following, using your directory name for the WordPress core files:
require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );
Save the file. (did this)6. Login to your site (if you aren’t still already). The URL should still be https://example.com/wordpress/wp-admin/ (did this)
7. If you have set up Permalinks, go to the Permalinks panel and update your Permalink structure. WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can’t write to your .htaccess file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file (in the same directory as the main index.php file.) (did this. my permalinks were already set to “post name”.)
Tried to view the site in my browser. Blank page.
Suggestions?
Forum: Fixing WordPress
In reply to: Switching to root without moving files from subdirectoryIn my original post, I said that I followed the directions for “Using a pre-existing subdirectory install” on the aforementioned page. Is that the wrong section?
Forum: Fixing WordPress
In reply to: Switching to root without moving files from subdirectoryesmi, in my original post, I referenced the link that you shared. It didn’t work for me.
Forum: Installing WordPress
In reply to: Can't run WP Install script with 1and1 HostI’m having a similar problem (manually installed WP and get error establishing a DB connection). I’m thinking that the problem is that I didn’t install WP in the root directory, but rather in a subdirectory called wordpress. At any rate, I have tried both using the WP utility to create the wp-config.php file and simply creating in a text editor and uploading it. Nothing works.