WebDi
Forum Replies Created
-
Forum: Hacks
In reply to: Warning: call_user_func_array() errorsHow did you figure out which plugin was causing the trouble? I’m getting the same error, but am not using that plugin.
Forum: Plugins
In reply to: [Download Manager] Download manager missing from wp dashboardMy dashboard links are back. I have no idea what happened or why/how it fixed itself.
Forum: Plugins
In reply to: [NextGen NivoSlider] nextgen nivoslider won't work with headway, suggestions?Thanks so much for the prompt reply. We will definitely consider upgrading.
Wow, that was fast!
If we were to upgrade to pro, is it possible to set this up to have these results emailed to an administrator as well as have the test results for an individual emailed to that user?
Forum: Plugins
In reply to: [FeedWordPress] FeedWordPress Quick Start page not available – Database ErrorLooks like the FeedWordPress site is back up.
Kbishop,
I don’t recall having to add any code for that. Or perhaps I am not understanding what you mean?The plugin functionality I used for the home page. The secondary pages I just defined the background image using css. If you look using firefox you can see this.
html {
background-attachment: fixed;
background-image: url(“http://www.ultimissimo.net/wp-content/uploads/2012/12/inner-bg.jpg”);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: -1;
}I don’t think that would make a difference in the affect that you are speaking of though.
Perhaps Rahul can speak to this topic.
Forum: Themes and Templates
In reply to: [Suffusion] widgets missing from sidebarThanks so much. I did upgrade and found that out.
The problem was a an apparent conflict with another legacy plugin.
Problem solved!
Forum: Themes and Templates
In reply to: [Suffusion] widgets missing from sidebarIs there a recommended way to backup the settings for this theme? Are they located in a file or in the database?
Forum: Themes and Templates
In reply to: [Suffusion] widgets missing from sidebarIt says to go to appearance > suffusion options > layout, but I don’t have a layout option. This site currently has suffusion version 3.7.8. I did attempt to upgrade to 4.4.6 once, but saw the notification that said “Updating this theme will lose any customizations you have made. ‘Cancel’ to stop, ‘OK’ to update.” If I’m going to lose all of the customizations to this site (which is almost done), I may as well start over with a theme that I’m more comfortable with.
Is there any way to keep the customizations and upgrade the theme?
Thanks so much for the help!
Thank you Mark
The site is now live and can be seen here. http://www.ultimissimo.net/
I’m still having trouble with this. The log file in the directory doesn’t show anything. I now see that the log file in the root directory has several errors like this one.
[11-Mar-2013 16:25:51] WordPress database error MySQL server has gone away for query SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = ‘post’ AND (wp_posts.post_status = ‘publish’) ORDER BY wp_posts.post_date DESC LIMIT 0, 10 made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
Does this make any sense to you?
already an error log available; I don’t see anything recent
I’ve created a shortcode to display the data on a page since I haven’t had luck viewing it through the admin area and I still am only seeing the column headings table row without any rows to display the data.
I’ve tried various configurations for the shortcode. This is the one I currently have on my page.
[cfdb-table form=”Form: 4″ orderby=”date_time DESC”]
Pretty simple and I understand from the documentation that the default is to show all rows and columns. So, this should display all rows and columns for form 4, ordered by descending date/time.There is nothing unusual about the WP install that I am aware of.