https://www.ads-software.com/plugins/posts-social-shares-count/
]]>I added button in TinyMCE and it works fine on edit-post page:
function mytheme_tinymce_settings( $settings ) {
$settings['plugins'] .= ",codesample";
$settings['toolbar1'] .= ",codesample";
return $settings;
}
add_filter( 'tiny_mce_before_init', 'mytheme_tinymce_settings' );
But it doesn’t work on post view page. Plugin’s javascript file is added to both pages but works only on edit post page.
How to make it work on view post page?
]]>If I click on “fix redirect” it never gets past “working.”
If I ask it to “recheck” it doesn’t do anything.
I don’t think it is doing any new scans.
As a test, I selected “forced recheck” and it has been “Searching your blog for links…” for the past 12 hours and still hasn’t found any.
Any suggestions?
https://www.ads-software.com/plugins/broken-link-checker/
]]>Thanks for the great theme!
]]>The following error was on the page:
jquery.js?ver=1.12.3:2 Uncaught Error: Syntax error, unrecognized expression: ul.art-hmenu a[href=#]
To fix this with a theme made via Artisteer, open wp-content/themes/yourtheme/script.js and do the following:
—-
The link location (hash marks, #, in this case) should be quoted: [href=”#”] and -not- without quotes around the # ([href=#])
—
After changing that, don’t forget to purge browser cache!
It seems that this is some kind of bug – also happening with some commercial themes it seems.
]]>a few days earlier i updated wordpress to v4.5. Before that i updated Polylang to 1.8.5. After these two updates Polylang had some issues:
var urls_polylang4 = {"de":"","en":""};
var urls_polylang4 = {"de":"somelink","en":"someotherlink"};
It seems like the links are not loaded from the database.
https://www.ads-software.com/plugins/polylang/
]]>However, pings/trackbacks from other sites that scrape my blog seem to work. I’ve of course auto placed these into the trash but the reason for this piece of information is that the issue seems to be between my two sites.
I have tried pings with and without my spam blocking plugins enabled with the same results.
I have trackbacks and pingbacks allowed on both sites. This has been going on for about three weeks.
My concerns are two fold:
1. I hope that google will still crawl the links that are both internal and otherwise
2. I have no way of knowing if there is an issue.
If this is normal behavior for new wordpress sites, then I’ll stop worrying, but otherwise does anyone have any thoughts?
Thanks in advance
]]>Thanks,
Buddy
https://www.ads-software.com/plugins/wp-smushit/
]]>For Example, Publish Button, Add Image Button, Screen Options Button, Text Button, nothing is working.
I have even deleted and re uploaded WP core files again, but still same.
Please help.
]]>