NicholasPerkins
Forum Replies Created
-
These are our settings in that section:
Changed it to posts and no change to the functionality.
@caimin_nwl not using any code. It is the page that is generated when clicking the date from the calendar widget.
Yes it does.
It also works on other event manager pages using the pno=n format. I’ve tried to use that instead in the url to test but that doesn’t seem to work.
I disabled all other plugins and used default theme.
No change in issue.Re-saved permalinks. No change.
Switched to default theme: no fix.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Theme – Mystile BugSecond associated issue in line 1824 of functions/admin-functions.php
if ( $option['face'] == $font['name'] AND !strstr($fonts, $font['name']) ) {
needs to be
if ( $option['face'] == $font['name'] AND !strstr($fonts, $font['name']) . "|" ) {
Because “PT Sans” matches “PT Sans Narrow”, so including the bar in the search ensures an exact match.
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Use javascript to count clicksRefined the idea on the way home from the shops today.
Rather than change the interface, just check for any ad widgets in the page and insert the onclick and change the a href using javscript. Therefore if javascript is disabled, the original functionality works. If javascript is enabled, then the new functionality works.
I might look at this further on my site and submit a patch if I get it working nicely.
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Clicks zeroed on page loadI can confirm that I’ve seen this as well.
Cheers,
NickForum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Upgrade to R3 gives include errorHaving the same issue here. Thought it might have been me.
Still could be me.