aarondub84
Forum Replies Created
-
I ended up finding a solution by using this tutorial:
https://docs.gravityforms.com/adding-an-inline-submit-button-in-gravity-forms-2-5/#h-steps
By adding the close class to this button code, it was able to close the popup and still submit the form simultaneously.
Unfortunately this did not work. It still waits to fully submit the form before closing the popup rather than immediately closing the form while the form submits off-screen. Do you believe this something that requires a custom piece of code to validate then close the popup then start submission?
That worked! Thank you for the assistance.
This is essentially what I did… Created two different popups, one for auto open with url targeting and another with click opens. The problem is that I am trying to put the same gravity form in both, but it is only showing up in one.
For some reason this was marked as resolved, but I would still like to know if there’s a way to use a higher res image in the search results.
Forum: Networking WordPress
In reply to: Multisites returning 404 error after htaccess changeThe site was just working well for about thirty minutes. The speed was much better and all of the sites were working. Now, it has returned to it’s ridiculously slow speed and the sub-sites are not showing up. What is going on?!
Forum: Networking WordPress
In reply to: Multisites returning 404 error after htaccess changeNow I get the following message when I visit a subsite:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /home/twistedjranch/public_html/wp-includes/option.php on line 172Forum: Networking WordPress
In reply to: Multisites returning 404 error after htaccess changeI removed that folder and all other occurrences of the W3 plugin yesterday. I renamed the plugins folder and that did not make a difference. Changing the theme did not make a difference. I can’t figure this out.
Forum: Networking WordPress
In reply to: Multisites returning 404 error after htaccess changeI searched the public_html folder for all occurences of “W3” and it said there were none. Could GoDaddy make it go this slow? I have never experienced such a slow site.
Forum: Networking WordPress
In reply to: Multisites returning 404 error after htaccess changeHere are the settings it gave me on that page.
WP-CONFIG:
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘www.getalittletwisted.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);HTACCESS:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]I pasted the wp-config code into the wp-config file, and I created a new htaccess file with the above code. Now I am getting an internal server error on all multisites, which I feel is a step forward considering I have been getting a 404 error on all the subsites until now. I just need to figure out why the internal error is showing up.
Forum: Networking WordPress
In reply to: Multisites returning 404 error after htaccess changeI am able to log in to the admin area. The big issue is getting the 404 error on all of the multisite other than the main domain. Each time I attempt to rename the htaccess file, it shows an internal server error. And it is still horribly slow.
Forum: Plugins
In reply to: [Kebo Twitter Feed] Text COlorIt would be great for you to check it out:
Getalittletwisted.com/ranchWorked for me too. Don’t necessarily need the title, but would like the option. Thanks!