waffenss
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter share cuts out titleAny news on this or being reviewed the FB errors seem to be gone since new update this is miserable though anyway to merge the code of the official Twitter button that works to the other sets?
Forum: Themes and Templates
In reply to: facebook comments and comments countWhy keep up with just the FB comments just a extra load on your database?
I would say go with Jetpack plugin forget about the comment count and use a better availability of letting people have different ways to use the comments on site period.
Jetpack Comments:
Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site.best plugin ever
http://wordpress.org/extend/plugins/jetpack/Forum: Themes and Templates
In reply to: Thumbnail size problemDefault thumbnail size for the theme config the reason it looks weird is because you have no text in your post so they just kind of smush together.
WordPress creates certain sizes 3 to be exact on image upload by itself, the theme creates other multiple thumbnail sizes, 5 to 8 around there on top of that, i only use the 200×200 from theme have removed the rest of the thumbnail producing lines from the theme itself.
The 200×200 is something you want to keep for function of theme options “display excerpt and small thumb” you can increase thumb size by switching to “display excerpt and big thumb”
If you do not want images on front page post DO NOT set a featured image!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Facebook publicize errorsJust a report Jeremy today all post for the first time after jetpack update published 100% correctly, fingers crossed.
@thea try using this i do and it still works fine with Jetpack even on new update place the buttons on top or bottom of post, also that theme you use shows those button there like that i used a similiar theme or maybe the same one was a news theme.
Guys should update this and implement into jetpack
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter share cuts out titleJetpack update did not fix this error @jeremy just letting you know title is still cut on large sized titles using these button sets π
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Stats stopped working@dmc did you run debug? I have yet to upgrade
Debug Tool at http://jetpack.me/support/debug/
Note: just upgraded stats are there on mine
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Facebook publicize errorsMine did as well the other day, also if you change the title for some reason just a mistype error then the permalink and update from what the 3 post i have messed with none would be sharable with image after change.
They will get it soon hopefully for a active news blog you cannot beat this plugin with anything out there the bugs are always headaches when things go wrong, not sure if i am updating yet.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Facebook publicize errorsI see no place to enter url for debugger
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Facebook publicize errorsdid the htaccess mod everything published fine scheduled made a new post then posted it got old result but from unscheduled post no thumb and that link, would not generate on share either.
Forget that message that code should of been code without #explanation to side of code easily overlooked
Should just be
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} ^page=1$
RewriteRule (.*) $1? [R=permanent]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressWithout quotations I am not a noob to coding but i missed that π
#removes it and makes a permanent
#Checks for a queryThat code gives a internal server error i was using this one
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Facebook publicize errors@jeremy just happened again FB post same thing not modified htaccess yet but does that even fix the overall error of this?
You have my URL click FB icon i left it on page so you can see if you want
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Facebook publicize errorsSure will the last 2 post have posted normally all post were scheduled as normal on the ones from this morning that messed up.
Where is this code entered in the htaccess?