dhobeika
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editing box is blank – unable to edit pages and postsGreen geeks — how would the host affect this issue? let me know so I can look into it. Thanks!
Thanks!
Thanks! I just contacted the hosting company and they added these two lines of code to the htaccess file to force php 5.4 and now it’s working:
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .phpI did check my hosting control panel as mentioned above and it’s reporting PHP version 5.4.39. That is why I’m confused. Not sure what else to do… this screenshot is from a site hosted on Bluehost having the issue, but I’m also having the same problem on a GoDaddy site.
https://i.imgur.com/2MRXz6u.jpg
<IMG SRC=”https://i.imgur.com/2MRXz6u.jpg”>
Forum: Plugins
In reply to: [Testimonials by WooThemes] How to slow down slider scrollingThanks — it must be built into the theme then — it was one of the required plugins to make the theme work properly. I will take a look at the theme code instead of the plugin settings.
Thanks for your help with my issue — it is now resolved.
I’m wondering why the Firebug error console didn’t pick it up though, it usually does for stuff like this.
Thanks again!
Forum: Themes and Templates
In reply to: [Responsive Mobile] Child Theme style.min.cssI think I got it figured out. I had been creating all the styles in style sheets and editing/uploading via FTP, but it seems as if they prefer you to just paste in your custom styles in the theme options instead of creating your own style sheets.
Forum: Themes and Templates
In reply to: [Responsive Mobile] Child Theme style.min.cssNevermind, I found there was a script error using the firebug console and got it fixed, thank you for the help!
Thanks for the quick reply. It seems to be a theme conflict and it’s a custom theme.
What would you suggest to debug the issue?
Forum: Plugins
In reply to: [Contact Form DB] Contact Form DB Shortcode No Longer WorkingI haven’t even changed the memory limit yet, but adding unbuffered=”true” seems to have fixed it!
Question — Is there a way to paginate the results/only show the fist 25 or so but still be able to search from the whole database so the inital load is faster? In the shortcode generator, i just see the ability to limit the entries as opposed to paginating them.
Thanks again for all your help!
Forum: Plugins
In reply to: [Contact Form DB] Contact Form DB Shortcode No Longer WorkingThat must have been the problem, as after limiting it to 10, it’s working: https://www.nr4w.com/registration/list-of-registrants/
However, we need the page to be able to access all 26,000 entries. We are on a VPS as opposed to a shared host, is there a way to increase the memory limit to the script? Or to just display the first 50 entries but be able to pull from all 26,000 if someone searches for something specific?
Forum: Plugins
In reply to: [Contact Form DB] Contact Form DB Shortcode No Longer WorkingOK I made a php.ini file and uploaded it to wp-content/plugins/contact-form-7-to-database-extension/
The php.ini file just contained this:
error_log=/home/natioos7/public_html/wp-content/plugins/contact-form-7-to-database-extension/error_log.txt
Then I created a blank error_log.txt file and uploaded it to said locatin.
However, after I visit https://www.nr4w.com/registration/list-of-registrants/ and then go to https://www.nr4w.com/wp-content/plugins/contact-form-7-to-database-extension/error_log.txt to check, it’s blank. Am I doing something wrong?
Also, forgot to mention that we have the premium CFDB plugin with the ability to edit the database in the wordpress dashboard, does that affect the locations at all?
Forum: Plugins
In reply to: [Contact Form DB] Contact Form DB Shortcode No Longer WorkingI also tried changing the theme to 2014 to see if the theme had anything to do with it, and the page still didn’t load. Also tried disabling all the plugins except the contact form ones, and still isn’t working.
Forum: Plugins
In reply to: [Contact Form DB] Contact Form DB Shortcode No Longer WorkingI found server error logs for every site running on my shared hosting box (some other people’s sites problems appear) and php error logs just for this site. Not sure exactly what I’m looking for though…