Big_Rich
Forum Replies Created
-
Forum: Plugins
In reply to: [Share Center Pro] Problems after updating to WP 3.5.2Hi,
Yes, this is now fixed with the latest version of the plugin
A big Thank you to bit 51!
Forum: Plugins
In reply to: [Use Google Libraries] How can I check that the plugin is working on my siteThanks a lot Jason
Forum: Plugins
In reply to: [Use Google Libraries] How can I check that the plugin is working on my siteI get you, so that means thattheres no way to really check because if I clear my cache to get rid of tha cached version of the page I also clearthe cached version of the script and have to load it again anyway. Just that I now load it from google instead of my site – right?
Forum: Plugins
In reply to: [Use Google Libraries] How can I check that the plugin is working on my siteHi.
I found this – which means its working right?
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'>
Its just that the site seems to load the same with or without the plugin active.
Forum: Plugins
In reply to: [Use Google Libraries] How can I check that the plugin is working on my siteHi jason,
Thanks for replying
Sorry for being a bit slow, does that mean that I shouldn’t see stuff like the following?
<script type='text/javascript' src='https://www.myblogname.com/mymodified contentfoldername/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.32.0-2013.04.03'></script>
Yep, just installed the new update and the error message is gone and the feeds are showing.
Thank you BIT 51
@ dpolcino
On your site which doesn’t have the problem,
Can you see the feeds, or just you don’t get the error message?
Thanks very much for your reply Graham.
That makes sense because I’ve checked line 353and its this:
/** * Display Bit51's latest posts * * Displays latest posts from Bit51 in admin page sidebar * **/ function news() { include_once( ABSPATH . WPINC . '/feed.php' ); //load WordPress feed info $feed = fetch_feed( $this->feed ); //get the feed $feeditems = $feed->get_items( 0, $feed->get_item_quantity( 5 ) ); //narrow feed to last 5 items $content = '<ul>'; //start list if ( ! $feeditems ) { $content .= '<li class="bit51">' . __( 'No news items, feed might be broken...', $this->hook ) . '</li>'; } else { foreach ( $feeditems as $item ) { $url = preg_replace( '/#.*/', '', esc_url( $item->get_permalink(), $protocolls = null, 'display' ) ); $content .= '<li class="bit51"><a class="rsswidget" href="' . $url . '" target="_blank">'. esc_html( $item->get_title() ) .'</a></li>'; } } $content .= '</ul>'; //end list $this->postbox( 'bit51posts' , __( 'The Latest from Bit51', $this->hook ), $content ); //set up postbox }
Thanks again for putting my mind at rest !
Did you find out how to restore from a Better WP Security backup yet?
Forum: Your WordPress
In reply to: New Blog – Website StyleLooks Great !
I’m also aiming to build a website (rather than blog) style site from scratch with wordpress.
I’d apreciate any pointers you might have as to how to get started (links to documentation etc..) coz I seem to be going round in circles at the moment !Thanks