funsail
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Transferrring multisiteHi thanks.
Actually I did that already, tho manually in mysql not with a script. It seemed to work 90% but I end up with this errorI ran the script but it still has the same error.
Forum: Fixing WordPress
In reply to: Error "Warning: Invalid argument supplied for foreach()Yes that gets rid of the error.
I’m worried about the cause. Is my DB corrupt?This site was copied from my other host, files all copied, import DB, and edited DB for domain names. So I wonder why it gets this error when the old one is fine.
Forum: Plugins
In reply to: [Ultimate TinyMCE] invalid htmlI don’t want it showing up in search engines, is there anywhere I can send to you?
Forum: Plugins
In reply to: [Ultimate TinyMCE] invalid htmlOK so
[two_third] <p style="text-align: justify;">.......</p> [/two_third] [one_third_last] <p style="text-align: justify; vertical-align: text-top;">.............</p> [/one_third_last]
and a bit extra from page
><!-- .entry-header --> <div class="full-width"> <div class="two_third"> <p style="text-align: justify;">…….</p> <p></div><br /> <div class="one_third last"></p> <p style="text-align: justify; vertical-align: text-top;">………….</p> <p></div><div class="clearboth"></div></p> </div><!-- .entry-content -->
Also note the 2nd column
<p style=”text-align: justify; vertical-align: text-top;”>
but the text is vertical centered unlike in the example.What happens if I rename the wpb2d folder itself? Will that work? Then when I start another site let it make a new wpb2d folder and then rename that too.
How does it know what is old/new files?
I have wpb2d\images and wpb2d\sub\images now on DB. Both have some files. I don’t know if either of them are complete backups of the server.
If I merge them, will it work or will it be confused and die?
This is what I did.
Backup without folder. Stopped it immediately.
Enter and type folder. Restart.
It was backing up to no folder. The text field was also empty. Tried to save it again. Still empty. Fine.
Next day finished. Didn’t touch it.
Day after foundS backup in my sub folder. Text fields still empty.
Day after it was using no folder again.Only thing I may suggest I have changed my wp content folder, if that makes a difference.
Actually it’s worse. It randomly backs up to wpb2d or the subfolder.
The subfolder isn’t shown in the plugin page.Forum: Plugins
In reply to: [Slideshow] Larger click areaI got it
.slideshow_container .slideshow_button { top: 0; height: 100%; width: 39px; } .slideshow_container .slideshow_previous { background: url('%plugin-url%/images/SlideshowPlugin/light-arrows.png') no-repeat 20px 50%; } .slideshow_container .slideshow_next { background: url('%plugin-url%/images/SlideshowPlugin/light-arrows.png') no-repeat -19px 50%; }
Forum: Plugins
In reply to: [Slideshow] Larger click areaI see, I didn’t think as I don’t use URL or pagination.
What would I do to custom stylesheet to make the area just a strip?
I see it has some strange margin using -20Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] refresh photonHi, after it not refreshing itself for a couple days I fixed it by changing the path of images by changing functions. Then renamed the image folder and edited the database.
Forum: Networking WordPress
In reply to: WPMU domain mappingWorked out it broke because the plugin used the deprecated PLUGIN define, which doesn’t work out the correct content folder, which meant some CSS and js were not loaded. Fixed by fixing all the defaults in the wp includes folder.
Forum: Plugins
In reply to: [Slideshow] Possible to make it load on demand?In fact according to https://tools.pingdom.com/ even the light-arrows.png can’t load until the slideshow finished.
Forum: Plugins
In reply to: [Slideshow] Possible to make it load on demand?The best I can do in the next major update is to optimize image resolutions by using the best fitting cropped version of the original image.
Hi, there is no need to do this, as we can simply choose the size based on the area we setup the slideshow, which I’ve already done. The advantage in this plugin is that it uses the largest file, and isn’t affected by $content-width.
The issue with the slideshow is that it’s up the top of my page, even before any text. Until all slides load, no other images load, eg stuff I have in footer widgets.
An option would be load 1 image, then have something in the footer that triggers loading the rest of the stuff to start. At least the whole page looks loaded, rather than having the loading icon run for 30s.
Forum: Plugins
In reply to: [Slideshow] only in previewwordpress-mu-domain-mapping used an old define that disabled one of the includes
Forum: Themes and Templates
In reply to: [Twenty Eleven] search box in nav bargreat thanks