astima
Forum Replies Created
-
Did I misunderstand the directions? I understand you’re busy, so if you just haven’t had a chance to respond I get it. I just want to make sure you’re not waiting on me.
I just sent the report. The only thing that was different on Thursday when the site went down was that we need an announcement as to who was expected for next year and we had more people than usual accessing the site at once. Our host provider helped us troubleshoot the 508 error message. They were the ones that fed the wordfence plug-in is using a lot of (I don’t remember what) and recommended disabling it. Once I did that, about 15 minutes later the site was back up. I left the plug-in disabled for a few days and then reactivated it. There has been no issue since. But there has also not been a spike like there was in the usage of our site.
Last year when we made the announcement, our site went down. I do not know what the issue was then. It seems like whenever we have have a large volume of people accessing the site at once it goes down.
Forum: Plugins
In reply to: [The Events Calendar] After update can’t change month or viewThank you for replying even now you don’t support this question.
Are you able to answer the first question about why when you look at the calendar month you can’t page through the months or select the list view?
Forum: Developing with WordPress
In reply to: Hook to have plug-in use different templateThank you for helping me. I am using the plug-in “post slider and carousel with widget – a responsive post slider”. The change any to make is to template carousel design–1. I need to move the div.psac-post-content inside the div.psac-post-carousel-content.
I know I can create another template I just don’t know how to call it. Or if that’s the best way to do this.
Thank you for confirming that. I made a mistake in the past of using a different plug to migrate a site and I lost my entire post archive. Luckily I had backed everything up. It was such a pain to redo everything. I did not want to make the same mistake again.
Forum: Fixing WordPress
In reply to: Change Iframe sizeUnfortunately, it did not work. But I appreciate all your help
Forum: Fixing WordPress
In reply to: Change Iframe sizeSo I would change the code to this:
currentViewportWidth = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); currentViewportHeight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0); document.getElementById('brand-builder-iframe').contentWindow.postMessage({ width: currentViewportWidth, height: 100% },
Forum: Fixing WordPress
In reply to: Change Iframe sizeWhere exactly should I change the height?
Forum: Fixing WordPress
In reply to: Change Iframe sizeBelow is the only code I saw that refers to height in the script. I don’t fully understand it.
currentViewportWidth = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); currentViewportHeight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0); document.getElementById('brand-builder-iframe').contentWindow.postMessage({ width: currentViewportWidth, height: currentViewportHeight }, '*');
- This reply was modified 6 years, 4 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Change Iframe sizeOur parent company provided us with script to enter into our header (which took me a while to figure out how to do). Could one of the scripts be what is causing it to be 150 pixels.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Remove header only on pageOh, okay. So how do I go about fixing that? Which attribute do I need to make longer? I’m sorry if the terminology is not correct.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Remove header only on pageIf you go to the homepage of the link listed. I successfully removed the image header. But now there is a huge white space at the bottom of the homepage. I am not sure what I did wrong. I only want the image header removed from the homepage.
Forum: Fixing WordPress
In reply to: htaccess file and permalinksHow would I know? Do I have to ask them?
Forum: Fixing WordPress
In reply to: htaccess file and permalinksI gave them that code right after you posted it. They said they did it. Could they have done it wrong since it’s still not working?
Forum: Fixing WordPress
In reply to: htaccess file and permalinksOur company uses a small company to host. We are the only site that uses WordPress. So what exactly should I ask them, because if I don’t tell them exactly what I need them to look at or do they won’t know.