schwinbp
Forum Replies Created
-
Forum: Reviews
In reply to: [Gutenberg] Gutenberg Disrupts the Writing Process Flow@bph – Thanks for your reply. I have already switched back to the Classic Editor, but I will give the tricks you suggested a try when I am forced to switch back. I did look for a Classic Editor block, but did not see that in the list.
@cabatint – I thought I tried that but it only let me have one paragraph in the block. I will try again when I switch back.Forum: Reviews
In reply to: [Photo Engine (Media Organizer & Lightroom)] Great Lightroom-WordPress PluginI guess I need to move my photo blog off the freebie WP host. I was having some issues with the caption/title not transferring. I have to look at that again though. I will let you know if that is really an issue or just something I didn’t do.
Forum: Plugins
In reply to: [Instagram for WordPress] BrokenBroken!!! AAAAAHHH!!!
Warning: Missing argument 1 for WPInstagram_Widget::WPInstagram_Widget(), called in /home2/schwinbp/public_html/wp-includes/widgets.php on line 324 and defined in /home2/schwinbp/public_html/wp-content/plugins/instagram-for-wordpress/wpinstagram.php on line 75Deactivated!
This works….
javascript:void(linkmanpopup=window.open('http://<<YourWPblogurl>>.com/wp-admin/link-add.php?action=popup&linkurl='+escape(location.href.replace(/\//g,'\\/'))+'&name='+escape(document.title),'LinkManager','scrollbars=yes,width=900px,height=600px,left=15,top=15,status=yes,resizable=yes'));linkmanpopup.focus();window.focus();linkmanpopup.focus();basically just adding the
.replace(/\//g,’\\/’)
to the url is what does it.