shansta
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] webmaster tools 404I have always used Disallow: /rating_over* in robots to solve this.
Forum: Plugins
In reply to: [WP-PostRatings] Ratings Average DisplayCheers
Forum: Plugins
In reply to: [Yoast SEO] OG images x2Same image.
Forum: Plugins
In reply to: [Yoast SEO] Clean Permalink SettingsAll good. Removed the ?
Forum: Plugins
In reply to: [W3 Total Cache] WordPress SeoI did not realise that the release wasn’t public. Well I did email Willie but received no response, so I’m not sure where else you would expect me to air this problem!
Forum: Plugins
In reply to: [W3 Total Cache] WordPress SeoWell it goes like this.
I paid you guys $200 for your services (which I really wouldn’t recommend) which took Willie 2 weeks to do anything, and after asking him several times he updated to the latest version etc etc, and now I am getting errors when trying to access yoast seo.
1)
Uncaught TypeError: Object [object Object] has no method 'masonry' admin.php:50 (anonymous function) admin.php:50 l load-scripts.php:2 c.fireWith load-scripts.php:2 v.extend.ready load-scripts.php:2 A
when I open it I get
2)jQuery(function() { jQuery('#normal-sortables').masonry({ Uncaught TypeError: Object [object Object] has no method 'masonry' itemSelector : '.postbox' }); });
I disable w3tc it yoast seo works again.
Also, regarding this service you guys offer, I contacted Willie after he said he finished asking if he could tell me why minify takes 1.5+ secs to load my css and doesn’t serve it from my CDN. I disable minify and css takes 300ms. But he does not reply. What’s the go with that?
Forum: Plugins
In reply to: [Yoast SEO] Tabs not working in Titles & MetasHere is an error that seems to be related to this.
Uncaught TypeError: Object [object Object] has no method 'masonry' admin.php:50 (anonymous function) admin.php:50 l load-scripts.php:2 c.fireWith load-scripts.php:2 v.extend.ready load-scripts.php:2 A
Hi, what was your solution?
Forum: Plugins
In reply to: [WP-PostViews] WP_Query – how to use it?This is how I do it.
$wp_query = new WP_Query(); $wp_query->query('showposts=NUMBER&v_sortby=views&v_orderby=desc'); $topviews = 1; if($wp_query->have_posts()) : while($wp_query->have_posts()) : $wp_query->the_post(); ?> blah blah <?php endwhile; endif; $topviews++; ?>
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Adding a og:image to home pageYou could just add something like this to your head.
<?php if ( !is_single() ) : ?> <meta property="og:image" content="https://yoursite.com/img.jpg" /> <meta property="https://ogp.me/ns#description" content="Your description" /> <?php endif; ?>
https://ogp.me/ns#image doesn’t work if you are using sharethis etc.
I’ve noticed the recommend bar doesn’t work with comments activated.
Forum: Fixing WordPress
In reply to: Domain Change category 404Done that many many times.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] file is not write-ableLooks like all the queries are being rejected…
I am getting this error since yesterday and making it hard to add or edit posts…
PHP Fatal error: Wrong parameters for Exception([string $exception [, long $code [, Exception $previous = NULL]]]) in /var/www/vhosts/mysite.com/httpdocs/wp-content/plugins/facebook/includes/facebook-php-sdk/base_facebook.php on line 54, referer: https://mysite.com/wp-admin/post-new.php
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Posting to timelinenone, thats my point.