earrame
Forum Replies Created
-
Thanks for the reply tizz. In fact that is the way I have it now, but my client wants them all on one page. I am trying to find a way to accommodate his desires. He feels that if they are all on one page, the visitor is more likely to continue scrolling down, but they will leave if they have to click to a new page.
I fixed this by going to the manage gallery for the home page and changing the template and that seemed to fix it. I now only have only one validation error left. There is a stray </p> in the .ngg-clear div. It is on every page so it is either in the plugin or in a different plugin.
<div id="ngg-image-12" class="ngg-gallery-thumbnail-box" > <div class="ngg-gallery-thumbnail" > <a href="https://www.featherfolio.com/wp-content/gallery/home-gallery/c6-starling-poster-webwm.jpg" title=" " data-src="https://www.featherfolio.com/wp-content/gallery/home-gallery/c6-starling-poster-webwm.jpg" data-thumbnail="https://www.featherfolio.com/wp-content/gallery/home-gallery/thumbs/thumbs_c6-starling-poster-webwm.jpg" data-image-id="12" data-title="c6-starling-poster-webwm" data-description=" " data-image-id="12" data-src="https://www.featherfolio.com/wp-content/gallery/home-gallery/c6-starling-poster-webwm.jpg" data-thumbnail="https://www.featherfolio.com/wp-content/gallery/home-gallery/thumbs/thumbs_c6-starling-poster-webwm.jpg" data-image-id="12" data-title="c6-starling-poster-webwm" data-description=" " > <img title="c6-starling-poster-webwm" alt="c6-starling-poster-webwm" src="https://www.featherfolio.com/wp-content/gallery/home-gallery/thumbs/thumbs_c6-starling-poster-webwm.jpg" width='140' height='95' /> </a> </div> </div>
Thanks for your reply. I switched the theme and did not find anything changed, but I did notice something else very interesting. The double attributes are only showing up on the home page gallery, but not any of the others.
The biggest gallery has 254 images right now.
Forum: Reviews
In reply to: [AIO Cache & Performance] broke cssI’m sorry Adam. I didn’t really have time to figure it out. I am not upset about it not working. I just found that all of my style went away and came back when I disabled it. I am sure it is a conflict with either my theme or one of the other plugins. I found another solution.
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1Solved.
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1I just down graded manually to 3.7.1 and found the TinyMCE still broken so I clicked on the automatic update back to 3.8.1 and now it is working again!!!!
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1Status: Verified Clean
Webtrust: Not BlacklistedI had just done a scan yesterday too.
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1Thank you Tara. It is very strange. I have looked at working sites that have been updated and they do not contain those files. So it is the code that is requesting those files that is wrong. Could it be something in the Database? That is the only thing that I haven’t changed.
I chatted with the host and they say they don’t offer support for WordPress.
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1Sorry, no luck there either. and now I have both errors again.
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1I am sad to report that I went through the entire manual update process and still have the same problem. The only thing that has changed is there is only one warning now and not two:
GET https://www.featherfolio.com/wp-includes/js/tinymce/themes/advanced/langs/en.js?ver=359-20131026 404 (Not Found)
I have looked and the directory ../advanced/langs does not exist.
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1I looked in those files and yes it is true en.js does not exist there. The file is called wp-langs-en.js
Now the question is how do I fix it?
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1I just ran the Javascript console in Chrome and got some results:
GET https://www.featherfolio.com/wp-includes/js/tinymce/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php:1 GET https://www.featherfolio.com/wp-includes/js/tinymce/themes/advanced/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php:1
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1Thank you Tara,
I followed the instructions.
- I tested the edit page in Firefox and Chrome and have the same problem.
- I changed this to true: define(‘WP_DEBUG’, true);
- I checked the error report in Firefox and there are no errors even when I refresh the page. There are lots of warnings but no errors.
Any other ideas? I am stumped.