clane_workforce
Forum Replies Created
-
Hi there,
It still prints with blank comma as below with no state:
Manchester Central, Manchester, , United Kingdom
Any help is appreciated, as others might need this fix as well. Take care:)
No the comma is still showing and on another page there is a blank line below the date where I’ve conditionally placed the location tags. So it is keeping the HTML tags empty if no location is there.
I have the same issue.
Forum: Plugins
In reply to: [WP Calendar] Pagination in admin panel is not shownYes there is no way to get to events past 20, please send update to fix. Thanks.
Forum: Plugins
In reply to: [WP Calendar] Pagination is verticalI added
$wp_args['type'] = 'list';
to /wp-content/plugins/wp-calendar/fsCalendar.php and added custom CSS to my theme. Can you please add this to the plugin on next update for easy styling of pagination?Forum: Plugins
In reply to: [Related Posts by Taxonomy] Remove breaks from functions-thumbnail.phpThat works but removes all breaks and widgets below move underneath https://www.ads-software.com/plugins/related-posts-by-taxonomy/ widget. I am using Firebug to test, so removed the first break between items that helped. But still large break after widget div. I think I might have to do a little more custom css to make the div push widgets below down.
Forum: Plugins
In reply to: [Sponsors Carousel] image uploader is broken@dave@wickmanstudios thanks for the upgrade, and what a nice job on your implementation here: https://goo.gl/3JoPN
I am also using a responsive theme. Can you share what CSS you added/modified for responsive display? Many thanks for great help:)
Forum: Plugins
In reply to: [WP Post Sorting] [Plugin: WP Post Sorting] WordPress database error@jondaley Thanks for the help. I’ll try this change and see if the SQL errors stop. I too am using a custom permalink structure /%category%/%postname%/ same as you. Awesome:)
Forum: Plugins
In reply to: [WP Post Sorting] [Plugin: WP Post Sorting] WordPress database error@jondaley Thanks for your reply. I’ve communicated with the owner of the pluginand received the following reply:
Unfortunately that plugin hasn’t been update in the last 2 years. What we’ll try to do is try and update it in the next 30 days or so, because it’s not a big plugin and I realize there are still people still using it.
Thank you for reporting it,
Cristian Antohe
https://www.reflectionmedia.ro
https://www.cozmoslabs.comI hope you can find the issue. I’ve went through every line of code and thought it might be as simple as improper use of double and single quotes, but that is not the case. Take care:)
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] bug plugin %%tag%%I have the same issue. It is happening to categories too.
%%category%%
Your help is appreciated:)
@mrarrow The solution above fixed the issue. Thanks for the help!
@fullthrottledevelopment & @blepoxp,
Excellent plugin, can you please use this fix for your next release? Thanks!
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Using suggest.js somewhere elseHi wilcosky,
I am using your suggestion above, but I think something is missing. Should I add something to my input field to make this work? I’ve added the following to my child theme function file.
// In your functions.php file function add_suggest_script() { wp_enqueue_script( 'suggest', get_bloginfo('wpurl').'/wp-includes/js/jquery/suggest.js', array(), '', true ); } add_action( 'wp_enqueue_scripts', 'add_suggest_script' );
Then, added your script above to header.php, but needed to use the original function from https://sudarmuthu.com/blog/using-wordpress-built-in-tag-auto-complete-script-in-your-plugins
Using only your script was throwing an error “not a function” in Firebug. I also added the suggest.js CSS from here: https://www.vulgarisoip.com/files/jquery.suggest.css, which is the same CSS that WP admin tag field uses.
It is still not working, but there are no more JS errors. Please tell me exactly what you did to make this work with your input field on front-end. Thanks for your help.
~C
Forum: Plugins
In reply to: [Support Tickets] I have a french translation availableHello,
I am interested. Please tell me how I can obtain. Thanks!
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP-Calendar] Error message on event pageExcellent fix! Thanks a bunch. Hope this is ported to update;)
Hi,
This is a great plugin, very much appreciated for the work you have done to make it so useful. However, I am also looking for the above mentioned feature. I want my events to continue to display until the the time it starts. This is helpful to continue to accept attendees the day of the event. When it is removed the day of the event, then we can’t get more registrant for the event the day of the event. Is this possible. Thanks for any help you can provide.
~C