mercurygrafx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Got a fatal errorSteven, I did as suggested and that fixed the issue. Thanks again.
Forum: Fixing WordPress
In reply to: Got a fatal errorThanks Steven and Faisal! Will do.
Forum: Plugins
In reply to: [Save Between Pages for Gravity Forms Add-On] install failsI’ll try it thanks.
Forum: Fixing WordPress
In reply to: Writing a conditional in header.phpleaving out the && is_home worked:
<?php if( is_front_page() ) { ?>
<div class=”new-slider”>
<?php wd_slider(2); ?>
</div>
<?php } ?>Forum: Fixing WordPress
In reply to: Writing a conditional in header.phpTried:
<?php if( is_front_page() && is_home() ) : ?>
<div class=”new-slider”>
<?php wd_slider(2); ?>
</div>
<?php else: ?>
<?php endif ?>and:
<?php if( is_front_page() && is_home() ) { ?>
<div class=”new-slider”>
<?php wd_slider(2); ?>
</div>
<?php } ?>both hide the slider on all pages including front page
Forum: Fixing WordPress
In reply to: Writing a conditional in header.phpThanks. I’ll try that.
Forum: Fixing WordPress
In reply to: Writing a conditional in header.phpI’m trying to remember the sequence of events/issues with S2. After I changed hosts, I rebuilt my site and had no problems with large downloads (250 MB). Then S2 did an upgrade and after that, now NONE of my downloads would work. People were getting an error (can’t remember what it said). So, for a month or two I had to upload the files to another server and email the customer a link to download from the alternate locaiton. (was too busy with other projects to mess with trying to find out why). Then S2 did a bug fix and that problem went away. So, I’m not having any problems now. I’m using Dreamhost with the WordPress hosting option. I’m using the non-WP option for other sites with no problem so, if you decide to use them, the reg hosting is prob. fine.
Hi Daniel, I found out it was my hosting that was the problem. I had to change hosting, which was not fun. One solution I found as a workaround though when still using the old host was to, instead of having the customer download a large file and get stuck, I moved the large file out of s2 member and into another folder. Then I created a pdf with the link to the download, which the customer downloaded. This was only temporary because there’s a greater chance of that link being shared. I didn’t want to delay sales/downloads at the time.
The memory limit code setting may not work if my host does not allow for increasing the PHP memory limit according the documentation. I’ll contact my host to increase the PHP memory limit.
Yup. found some things including memory limit of 40mb. I’ll get them to fix the issues. thanks for the great tips!
ok. I’ll check that out. thanks.
Took the memory limit code back out and I’m back up to 51.1 max download. I’ll have my son look into the download timing out that you mentioned.
Well, with the define code in the config file it’s back to 35.4 mb max download size!
ok. just a minute… hey, thanks for the help… I’ll be back in a min.