wpni
Forum Replies Created
-
Hey Cory,
This is the only logs I can see…[Tue Jul 28 09:59:24 2015] [warn] [client MYIPADDRESS] Timeout waiting for output from CGI script /home/******/public_html/******/wp-admin/admin-ajax.php, referer: https://******.com/wp-admin/admin.php?page=duplicator&tab=new2
[Tue Jul 28 09:58:54 2015] [warn] [client MYIPADDRESS] Timeout waiting for output from CGI script /home/******/public_html/******/wp-admin/admin-ajax.php, referer: https://******.com/wp-admin/admin.php?page=duplicator&tab=new2The timeout is set to max, so I can’t think of anything else to do.
I took a manual ‘clone’ via FTP & PHPMyAdmin – and editing the SQL file before importing locally in the Vagrant setup.
I was then able to make changes, and successfully create a ‘Duplicator’ archive for uploading to the site – with no creation or deployment issues.
So it does indicate a problem on the SiteGround server, or with their wildcard SSL setup.Sorry, got this fixed… de-activated some other plugins and was able to re-activate Simple Security Firewall, and update it to the latest version.
Panic over 🙂
Forum: Plugins
In reply to: [Easy Video Player] autoplay="true" does not autoplay@naa986 Changing themes to TwentyTwelve, TwentyThirteen, TwentyFourteen or TwentyFifteen makes no difference, still the same issue.
I have left the dev site set to TwentyFifteen for de-bugging.Forum: Plugins
In reply to: [Easy Video Player] autoplay="true" does not autoplayHi, Thanks for replying so quickly.
The site is currently being developed, so I had to throw it up on a dev server.
If you go to https://graphicandweb.com/devs/lmb/ and click the jpeg with the player icon to the top right of the content, it will open the modal where the video needs to be.
I have also created a dummy page for testing the shortcode – https://graphicandweb.com/devs/lmb/home-video/ when you go to that page you will see the video starts to loads, and plays for a split-second but then stops.
The shortcode I am using is
[evp_embed_video url="https://s3-eu-west-1.amazonaws.com/lovemybunch/video/lmb-bg-mp4.mp4" autoplay="true" width="1000" ratio="0.5625"]Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Blank page in Settings > AkismetManaged to get the page open by de-activating all other plugins and trying again. Once I got the key saved, re-activated the plugins and had no other issue.
Forum: Hacks
In reply to: Hide featured image if post format is galleryThis is probably not the correct solution, but the following has worked – I think I may have been over-complicating the problem.
.format-gallery .post-thumb { display:none; }A simple bit of CSS, however I am not a huge fan of using ‘display:none;’
Forum: Plugins
In reply to: [Gallery by FooGallery] No captions with thumbnailsI was also trying to figure out how to add captions, only for the masonry gallery.
By the way, I have tried updating to latest version, changing themes and also disabling other plugins.
Forum: Themes and Templates
In reply to: Theme customizer sanitizationI tried the following by adding the
'sanitize_callback' => 'esc_url_raw'
But I am still gettingREQUIRED: Found a Customizer setting that did not have a sanitization callback function. Every call to the add_setting() method needs to have a sanitization callback function passed.
// Add Site Logo $wp_customize->add_setting('wphs_logo', array( 'default' => '', 'sanitize_callback' => 'esc_url_raw', 'type' => 'theme_mod', ));What have I missed?
Version 1.7.13 seems to have fixed this issue.
Forum: Plugins
In reply to: [Easy Foundation Shortcode] Drop Down Buttons not working when SplitThe following HTML code works, but the shortcode does not.
<a href="#" class="button split">Split Button <span data-dropdown="drop"></span></a><br> <ul id="drop" class="f-dropdown" data-dropdown-content> <li><a href="#">This is a link</a></li> <li><a href="#">This is another</a></li> <li><a href="#">Yet another</a></li> </ul>Forum: Plugins
In reply to: [wp scroll posts] Not showing on page2 of archiveJust tested using the theme ‘Twenty Twelve’ Still getting the same issue, so I know it’s not a theme problem.
Any help, or guides would be gratefully received.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Errors when in debug modeAlso getting the same errors on fresh install of the plugin.
any news of an update/fix?Forum: Plugins
In reply to: [Easy Foundation Shortcode] Broken after wordpress update to 3.9 :(Thanks to osCitas for fixing and releasing 2.4.0 so quickly!
Much appreciated!Forum: Plugins
In reply to: [Easy Foundation Shortcode] Broken after wordpress update to 3.9 :(Since update from 2.3.0 to 1.0.0 !??!
When I click any of the icons that generate the pop-up selection window, the background fades, but nothing is selectable, cannot input anything, and cannot even close the selection window and can only use browser ‘back’ button – leaving the page and not saving any prior changes.
See screenshot… https://www.dropbox.com/s/o49v92ak11bbyww/Screen%20shot%202014-04-17%20at%2021.00.46.jpg*** EDIT***
This applies to both WP 3.8.3 & 3.9
And plugin version 2.3.0