82concepts
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ALL Featured images gone after updating to 3.4!!For those using WP ZonBuilder, they already fixed it on their end (3 days ago). WP 3.4 definitely changed something but 99% chance it is for the better of the whole system. It’s good to see people are on top of this so quickly, though. Shows true community support.
WP ZonBuilder:
http://www.wpzonbuilder.com/support/wordpress-3-4-image-problems-and-wp-zon-builder/
Cheers!
Forum: Plugins
In reply to: Jet Pack Twitter Widget : target blank option ?The only way that I found to make them open in new windows is to edit the PHP file.
It is in “jetpack -> modules -> widgets -> twitter-widget.php”
On line 151 and line 170 you can add target=”_blank” to the links. It doesn’t seem to break the code and the links work for me.
Here’s an example on line 151:
$expanded = '<a href="' . esc_url( $entity_url['expanded_url'] ) . '" target="_blank"> ' . esc_html( $entity_url['display_url'] ) . '</a>';Line 170:
echo "<li>{$before_tweet}{$text}{$before_timesince}<a href=\"" . esc_url( "http://twitter.com/{$account}/statuses/{$tweet_id}" ) . '" class="timesince" target="_blank">' . str_replace( ' ', ' ', wpcom_time_since( strtotime( $created_at ) ) ) . " ago</a></li>\n";No worries, this helps a lot for a starting point. Thanks!!
Hey there, thanks for the reply!
Do you have any recommendations on how to fix this? Or what it could be on the server side? Or if it is how the WP site is setup versus the server itself?
Any assistance would be great. I didn’t create the site but I am pretty much their go-to for technical support and have been fighting with it for a while.
Anyhow, thanks again! Any advice is greatly appreciated!
Awesome!
Oh, I’m having an issue with thumbnails but I’ll make another post.
Getting the same thing with my plugin. I believe FB changed up some of the Open Graph settings, as well. The LIKE button just posts a link instead of a thumbnail or any text on the page/post.
Hi there,
I’m actually seeing an issue with the plugin’s JavaScript, as well. I was using Cufon on my site and when I turn on the plugin all of my text that used Cufon just disappeared. I’ve used the MC plugin before and it works great! I’m not entirely sure where I can change were it loads the Jquery files so I can just have them all load from the same place just once. I’ll play around with it and see if I can figure it out, though.
Here is the error I saw in the Developer Control Panel only after I turned the plugin on:
Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method ‘widget’I’m using TheStyle theme from Elegant Themes.
Thanks in advance for any assistance!
Forum: Fixing WordPress
In reply to: Virus on my site?? Please help!Here is another link that goes into detail about the situation. The comments are similar to here but both may progress with new advice.
Also, I could not find the wp_inc file at all, I am going to send a notice to my host to make sure it did not go to their root folders. I’m praying that the malicious code was only in the settings file. Changing the permissions to chmod 444 on the settings may help a little, as well.
Forum: Fixing WordPress
In reply to: Admin – Search Plugin page – hacked/exploitedI had some issues with the TimThumb.php exploit on multiple sites. I spent a good amount of the last week reading about how to beef up security and do a better job on my part to not let it happen again.
Here’s a couple links that definitely were helpful:
Check your site for malicious files and content (it will show you the direct path to evil files or files that have been compromised): http://sitecheck.sucuri.net/scanner/
http://www.tipsandtricks-hq.com/cool-wordpress-htaccess-tips-to-boost-your-wordpress-sites-security-1676
http://codex.wordpress.org/Hardening_WordPress
http://codex.wordpress.org/Changing_File_Permissions
http://techspheria.com/2011/08/phpremoteview-hack-what-it-is-and-how-to-remove-it/This guy rewrote TimThumb this last week, many thanks to him. Lots of good articles about this situation and others on his site:
http://markmaunder.com/New TimThumb:
http://code.google.com/p/timthumb/Is this really an anomaly? I can’t believe no one has had a similar issue. I upgraded and it still won’t load the Page Editor. So frustrating. Still trying to figure it out. Sorry to gripe but customer service was little help and I was hoping there was a zen master on here that would have the answer. Thanks in advance!
The site is http://www.stylesegment.com
Forum: Plugins
In reply to: Flipping book – Page Editor not workingI’m actually having this same issue and I have the pro version with the plugin installed. It has been working great for the few months but out of no where the Page Editor is not loading. Any suggestions?
Forum: Plugins
In reply to: Facebook Photo Tagging from within WordPressI guess tagging from within WP is not an option, yet? It looks feasible through the FB API but I have not had a moment to go back to this problem to resolve it.
Forum: Plugins
In reply to: [Social Connect] [Plugin: Social Connect] This Sidebar Login = Broken SidebarYeah, I just noticed that it broke the layout on that theme myself. It looks like it has a conflict with the CSS somehow. A lot of the floating elements look like they are cleared. Not really sure what the problem is, didn’t take too much time to analyze it on the live site.
Can’t wait for the new version, though! This plugin looks very nice indeed!
Forum: Plugins
In reply to: [Facebook Comments] [Plugin: Facebook Comments] plugin does not work on 3.1.1ahhh… I went to:
https://developers.facebook.com/docs/reference/plugins/comments/
as suggested in the plug-in. then added:
<script type=”text/javascript” src=”http://connect.facebook.net/en_US/all.js#xfbml=1″></script>
into the header.php and everything seemed to work. This doesn’t get added by the plug-in itself? I thought one of the check boxes would have done it. Either way, plug-in works awesome now and thank you for the help trouble shooting!!
Forum: Plugins
In reply to: [Facebook Comments] [Plugin: Facebook Comments] plugin does not work on 3.1.1Oh man, something so easy. Is that included with the plug-in? I have tried different variations of what to load in the plug-in’s settings but no luck. I appreciate tue assistance and hasty response!!
Cheers and thanks!