PPNSteve
Forum Replies Created
-
Forum: Plugins
In reply to: [404 to 301 - Redirect, Log and Notify 404 Errors] version 2.1.0 Update errorwp: 4.4
root@svr4 [/]# php -v
PHP 5.3.21 (cli) (built: Feb 3 2013 10:30:52)Was working just fine right before I noticed the update, once updated the plugin, it broke.
Forum: Plugins
In reply to: [404 to 301 - Redirect, Log and Notify 404 Errors] version 2.1.0 Update errorhere is related code:
/** * To make screen options for 404 to 301 listing. * * This function is used to show screen options like entries per page, * show/hide columns etc. * * @since 2.1.0 * @author Joel James. */ public function screen_option() { $option = 'per_page'; $args = [ 'label' => __( 'Error Logs', '404-to-301' ), 'default' => 5, 'option' => 'logs_per_page' ]; add_screen_option( $option, $args ); $this->list_table = new _404_To_301_Logs( $this->table ); }not sure why its erroring myself..
I ended up using https://wordpress.org/plugins/auto-limit-posts-reloaded/ to do this.. It may work for you as well.
This what we want to do:
Normal (a) http://www.yugioh-world.com/images/support_yw2014_nav_logo_a.pngScrolled (b) http://www.yugioh-world.com/images/support_yw2014_nav_logo_b.png
Forum: Themes and Templates
In reply to: [Appointment] Can't Post Links On HomepageThanks for this thread.. fixed my not able to link on home page issues..
🙂This happens to me a lot, especially when I copy/pasta some text into my post.. I found that deleting a character or word and adding it back in manually will sometimes clear that 0 words error..
YMMV
Forum: Everything else WordPress
In reply to: How long will been take to change to Calypso like .com?Possible PHP downfall issues aside..
I sure hope its only a client interface as I, for one, do NOT want my self-hosted WP site’s back-ends running on client-based JavaScript.. ever. If its just another way to access the back end, AND is fully optional and disable-able, then fine, I’m all for it. Otherwise, nope keep it away from my stuff.Forum: Plugins
In reply to: [404 to 301 - Redirect, Log and Notify 404 Errors] Weird 404 errors in logs..Perhaps.. I’ll consider doing a one by one plugin check when I get some free time.. but for now the entry in exclude path is stopping the logging and pages seem to be loading and working correctly.
Thanks so much for your help 🙂
Forum: Plugins
In reply to: [404 to 301 - Redirect, Log and Notify 404 Errors] Weird 404 errors in logs..I did that some time after posting this .. it no longer logging those errors..
but why is it even SEEING them in the first place?
the pages previously logged have no bad links or 404 issues.Forum: Plugins
In reply to: [404 to 301 - Redirect, Log and Notify 404 Errors] Weird 404 errors in logs..just loaded a different page and clicked on nothing in it .. this error still shows up in the logs:
29 Nov 2015, 8:03 pm
/the-video-games/zexal-world-duel-carnival-info/%3Ca%20href=
http://www.yugioh-world.com/the-video-games/zexal-world-duel-carnival-info/ IP Address Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36
29 Nov 2015, 8:02 pm/anime/millennium-items/%3Ca%20href=
http://www.yugioh-world.com/anime/millennium-items/ IP Address Mozilla/5.0 (Windows NT 5.1; rv:42.0) Gecko/20100101 Firefox/42.0
29 Nov 2015, 8:00 pm/anime/episodes/s2-59-espa-roba-the-esp-duelist-part-2/%3Ca%20href=
http://www.yugioh-world.com/anime/episodes/s2-59-espa-roba-the-esp-duelist-part-2/ IP Address Mozilla/5.0 (iPad; CPU OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1It’s doing it for almost every non-404’d page load on the site…
Forum: Plugins
In reply to: [Social Media Widget by Acurax] Can't remove LinkedIn iconwill do.. thanks for the replies and you time.
Forum: Plugins
In reply to: [Social Media Widget by Acurax] Can't remove LinkedIn iconIt seems so.. when I updated the plugin, the LimkedIn Icon magically showed up on my front end.. so i checked settings and while I hadn’t set anything previously for the LinkedIn section.. the icon was still showing.. I clicked it to clear placeholder, nothing. added a space, no effect.. icon still showing.. until I removed the placeholder txt in the code then it did go away.
Forum: Plugins
In reply to: [Social Media Widget by Acurax] Can't remove LinkedIn iconupon further inspection, it is defaulting to your placeholder link (i.e. to your LinkedIn company page) and you can’t remove it by just clicking in there and then saving.. removing the placeholder link in the social-icon.pgp code seems to resolve it.
<span class="field_sep"></span> <p class="field_label"> <?php _e("Linkedin URL: " ); ?></p> <input type="text" name="acx_widget_si_linkedin" value="<?php echo $acx_widget_si_linkedin; ?>" size="50" placeholder=""> <span class="field_sep"></span>Just a quick update FYI..
Ver 3.0.3 seems to resolve the never completes issue (at least it did for my affected site)
Still feel heavy on the edit page though and performance should be optimized further.
I also noticed this behavior and am wondering if its Yoast or something else too.