MayerRubin
Forum Replies Created
-
Sorry for the delay. I cannot reproduce the problem either. Must have been something I did. Thanks again for a great plugin.
That’s it! Thanks for the fix, works perfectly.
How to quickly duplicate the problem:
1. Create a WP site in a sub-directory.
E.g.https://xyz.com/abc/
2. Install and run Duplicator to create a package.
3. Duplicate the website in another sub-directory.
– Create another subdir with similar name ( e.g.https://xyz.com/abc01/
)
– Copy the Installer and Package files to the new sub-dir.
– Run the Installer programOld Settings
URL:https://xyz.com/abc
Path:/home/xyz/public_html/abc/
New Settings
URL:https://xyz.com/abc01/
Path:/home/xyz/public_html/abc01/
Title:My Duplicate WordPress Website
4. Once completed click on the link for “Resave Permalinks”.
– URL of the link:
https://xyz.com/tbs01/wp-admin/options-permalink.php
– URL shown in browser after clicking on the link:
https://xyz.com/abc0101/wp-login.php?redirect_to=http
…Note that the sub-dir is now abc0101
5. Another sign.
– Click the link “Test Entire Site” and see a page without any formatting.
– Examine the page’s HTML source and look at the links, they show “abc0101”.
– For example:
<link rel="stylesheet" type="text/css" media="all" href="https://xyz.com/abc0101/wp-content/themes/twentyeleven/style.css" />
P.S. I’m using version 0.4.2 of the plugin, the latest on WP.org
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Clear FieldWould be helpful if you gave a link to the web page showing the problem.
Ucc_tina, I’m not sure how you figured that out, but it works. The plugin could use a few more instruction. Thanks
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Clear FieldI just modified the code for the submit button into a reset button.
- Copy the file contact-form-7/modules/submit.php to reset.php.
- Edit and replace every occurrence of the word ‘submit’ with the word ‘reset’.
- Upload the new file to your site’s plugins folder.
- When you press the ‘Generate Tag’ button, you’ll now see the choice ‘Reset button’.