onerock
Forum Replies Created
-
I believe that the fatal error received previously was a one off. I looked at it briefly this morning and haven’t seen the fatal error since. However, I haven’t seen anything like a site map produced yet. Can anyone give advice on this issue?
After a second attempt at viewing the “page-sitemap.xml” I am now receiving the “This XML file does not appear to have any style information associated with it. The document tree is shown below.” again.
I have attempted to uninstall and reinstall the WordPress SEO plug in and now have gotten this error “Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/03/9006603/html/wp-includes/plugin.php on line 448”
Sweet thanks… It appears that I missed this during my search.
I have started to look into editing this code. I am way new at any kind of coding, so this may be a very short lived adventure. 🙂 It appears that [tagcloud]is controlled by several areas of code.
1) It starts with a section that controls the short code with options and it is located in the shortcodes.php
2) This section seems to query the gallery for the tag information. This code is located in the nggfunctions.php — http://pastebin.com/PF9aFb71
3) NGG passes the information gathered off to the tagcloud generator build into WP. These files are “wp_tag_cloud” — http://pastebin.com/SMzjcDzr and “wp_generate_tag_cloud” http://pastebin.com/2cCbsHDn . These are located in the catagory-template.php.
It seems to me that there should be a way to tweak the code in the second step to filter the tagcloud results to the page that the tagcloud short code resides in. Does anyone have any ideas on where to begin this?
Anyone have any ideas on this?
Dom, I would also love to have this feature. I have over 800 galleries that would have tags that would pertain only to the gallery the cloud would be in. I am so interested in this feature that I would be willing to pay for it. 🙂
Does anyone have suggestions to this issue? Anything would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Formatting 3 Columns on a static pageThanks alchymyth… I will look over the article that you linked to so that I can learn about CSS. So much to learn!! 🙂
Thanks again.
Forum: Fixing WordPress
In reply to: Formatting 3 Columns on a static pageSorry for the code posting violation. Here is the pastebin link for the html code being used.
I found an article about adding lines the functions.php within the active theme folder when you change the URL.
update_option(‘siteurl’,’http://example.com/blog’);
update_option(‘home’,’http://example.com/blog’);Article link – http://codex.wordpress.org/Changing_The_Site_URL
After doing this, it seems to be working. Thanks so much for the time and guidance you have given. The issue wouldn’t have been corrected with out it!
Earlier today… The site seemed to be working correctly after that change, so I continued on with my site build. Could this be the root cause of my issue?
TwentyEleven is currently the only item in this folder. TwentyTen was in there and I uninstalled it because I didn’t need it.. This hasn’t changed the issue.
I deleted the current Twenty Eleven theme folder out of wp-contents/themes/. I then downloaded the Twenty Eleven theme from the WordPress website, unzipped and used FTP to transfer the Twenty Eleven folder to the wp-contents/themes/. This also hasn’t resolved the issue.
Thanks again for your responses, I hope that my project isn’t doomed.
Thanks for the quick response!
I followed the FTP rename method to change the plugin folder name. This has not changed/fixed the issue.