On WP 4.1 Multisite, I installed it via the WordPress plugin install. Hit “settings” for it after I activate for one site and I get “You do not have sufficient permissions to access this page”. This is a new WP install too.
]]>Is it possible to disable the pin it hover button so as not to be shown on my website’s logo? It’s weird… and annoying ?? I still want it to be shown on other images though as it is a portfolio/ photographic website.
]]>I cant figure out how to use this? How can I build a shortcode? I installed pinterest-master to my wordpress site but I cant create a shortcode nor do I see any icon within the post admin for creating or inserting a pinterest-master shortcode.
What am I missing here?
]]>I have just downloaded and installed Pinterest Master on my WordPress site and love it. when I paid for the plugin, it said that I would receive a free extra plugin. Please tell me how to access it! Many thanks.
]]>Hi there
I bought Master Pinterest
the “Pin it” and “Follow Me’ buttons are showing, though “profile” &
“Display Pinterest Board” are not.
Please show me an example of how an entry in the “Pinterest board name” field would look, I followed your documentation, tried a few things out but its still not showing on my web page
Thx
CatD
With WP_DEBUG page your plugin causes a bunch of warnings on the plugin list page in admin:
Strict standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method techgasp_pinterestmaster::techgasp_pinterestmaster_link() should not be called statically in /path/to/wp-includes/plugin.php on line 173
Easy enough fix. In techgasp-pinterestmaster.php on line 109 change
public function techgasp_pinterestmaster_link($links, $file) {
to
public static function techgasp_pinterestmaster_link($links, $file) {
]]>