websanity
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] Not finding jobs in site searchHi Joe,
That’s WordPress search not indexing the new job post type.
Install the Relevanssi plugin (it’s free) and in it’s settings it gives the option to select what post types to index. Tick jobman_job and the jobs will appear (well at least their titles do) in the search results.Good luck!
Forum: Plugins
In reply to: [Electric Studio EU Cookie Law Compliance] Doesn't workHang on that’ll get the wp-admin directory in there
Try this instead:
” id=”escn-continue”><span class=”escn-icon continue”></span><?php printf( ‘%s’, ‘Continue’ ); ?>Sorry,
GForum: Plugins
In reply to: [Electric Studio EU Cookie Law Compliance] Doesn't workI think this might be a Firefox thing. Currently to clear the cookie the Continue link, links to #. Very interesting says Firefox, I’ll just do nothing.
If you update line 43 in escn-ajax.php to say this:
a href=”<?php echo add_query_arg( ‘rnd’, rand(1,65535) ); ?>” id=”escn-continue”><span class=”escn-icon continue”></span><?php printf( ‘%s’, ‘Continue’ ); ?>Then all should be well again.
This leads to Continue adding a random number as a parameter:
https://www.mysite.co.uk/?rnd=RANDOM_NO
or
https://www.mysite.co.uk/?existing_param=1&rnd=RANDOM_NOWhich will force a refresh of the page and thus allow Continue to Continue!
Nice plugin – if you fix it, and I hope you do, please post response here and I’ll change my ‘Broken’ to ‘Working’!
Cheers,
GeraldGood point! A note will help certainly clarify for people like me not paying too much attention. Thanks.
Looks like code is trying to reference options (from paid for version?) but failing because there aren’t any options in free calendar – at a guess.
Same here…
Was using TheTheFly slider but looks like that’s the same underlying issue. Thanks.
G
Fixed my own problem. By default it doesn’t allow notes to he seen by ANY users on individual notes options. Silly mistake by me, but could you change default to at least allow admin to see notes by default?
Forum: Plugins
In reply to: [TheThe Tabs and Accordions] Accordion doesn't workAnswering my own question, but hope this might help others.
I had CKEditor installed and it (by default) was escaping all HTML entities, so it was doubling up on all quotes… which is going to upset a lot of plugins (as well as me ?? )
So, if you get non-working behaviour and you see quotes in the output when there shouldn’t be any then check if you’ve got CKEditor installed.
If so, go to Admin | CKEDitor | Advanced Settings and turn off HTML entities in there – and then bingo it works!! Think might be same issue if you have MCE Editor installed?