ma001
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Job ID missing?Thank you I really appreciate it
Forum: Plugins
In reply to: [WP Job Manager] Job ID missing?Screenshot link
Forum: Plugins
In reply to: [WooCommerce] Can’t display Quantity, tried everythingThank you I know where is the problem.
I have a WP Job Manager package installed, when I use any other product data item such as “simple product” it displays the inventory you mentioned, but not with job package
Thank you for you effort and help, I really appreciate it.
- This reply was modified 8 years, 2 months ago by ma001.
Forum: Plugins
In reply to: [WooCommerce] Can’t display Quantity, tried everythingThank you for your help, here is a link
Forum: Plugins
In reply to: [W3 Total Cache] Remove query strings from static resourcesI used the code and it worked but, it did something to my fonts, everything written looks different even the colors of it, padding is wierd too,
anyone experienced this?
Thank you
- This reply was modified 8 years, 2 months ago by ma001.
Forum: Plugins
In reply to: [WooCommerce] Monthly payment account.
Sorry I got what you meant
If you copy/past the code directly from your website, it makes the curly apostrophes. I corrected everything and tried it every single way as previously mentioned above.
I am sorry to report but it still didn’t work.
The “Sydney” is the theme name and slug
Thank you
Thank you for the response again.
Sorry may I ask you what do you mean by curly apostrophes. The code I pasted above is exactly how I have it. I didn’t change a thing
I’ll try and change the theme, but I saw in other parts of the coding only ‘sydney’ is used.
Thank you
Another question.
Does your plugin work with WPForms?
Thank you
Thank you for your response
I went back and tried every possible way.
Attempt 1:
function bnfw_insert_post_hook_for_theme( $themes ) { $themes[] = ‘sydney’; return $themes; } add_filter( ‘bnfw_insert_post_themes’, ‘bnfw_insert_post_hook_for_theme’ );
“sydney” because I use the Sydney theme from athemes
Attempt two:
function bnfw_insert_post_hook_for_theme( $themes ) { $themes[] = ‘sydney’; return $themes; } add_filter( ‘bnfw_insert_post_themes’, ‘bnfw_insert_post_hook_for_theme’ ); add_filter( ‘bnfw_trigger_insert_post’, ‘__return_true’ );
Adding the second filter with the first filter
Attempt 3:
function bnfw_insert_post_hook_for_theme( $themes ) { $themes[] = ‘sydney’; return $themes; } add_filter( ‘bnfw_trigger_insert_post’, ‘__return_true’ );
Replaced the “add_filter” with the second filter
Attempt 4:
add_filter( ‘bnfw_trigger_insert_post’, ‘__return_true’ );
Only adding the second filter
Unfortunately none of these attempts worked, can you please advise?
Thank you for your timeForum: Plugins
In reply to: [Sidebar Login] Change Lost Password linkThank you for this
Forum: Plugins
In reply to: [WP Job Manager] Location; populate field with suggest locationsThank you for your reply
I contacted them and this was their response or part of it:“The problem comes in with the fact that when we auto-suggest a location – WP Job Manager is only looking at typed instances.
Our plugin’s suggestions are not visible to WPJM (as they anticipate a typed response). Our suggestions is to the front end user – the suggestion is not available to the search code.
The way our code suggests is pausing WPJM’s instances. If we had a search button – the full location suggested would be the location searched on.So we are in a bit of a rock and hard place:
The standard WPJM code and search functionality only looks at typed instances. There is no way in the backend code to inject the front end suggested location, unless there is a search button.
We feel that adding a search button will overthrow the balance created by WPJM – and might not be future proof when there is a new WPJM update.The only remedy at this point is to ask WPJM to allow a suggestion (mouse click) action to be used in their code.
The only way to fully use this plugin is to use the keyboard (as WPJM is type suggestion) and using the arrow buttons, select the location you want before hitting enter / return.”
It seems with that response I need help from outside
Thank you for your reply
Can you please helpForum: Plugins
In reply to: [Membership Plugin - Restrict Content] Hiding to all usersHi Michael Beil
Thank you for the responseI hope I understand you correctly,
The whole story is I added a basic row using a visual editor plugin on my home page to state “please register” for non registered and then I added the [not_logged_in] before and [/not_logged_in] after the sentence.
It actually got completely hidden, registered nor non registered users can view it now. And when I remove [not_logged_in] and [/not_logged_in] completely only registered users can see it(actually wanted it the other way around). I am not aware that I changed any other settings
I really don’t know what happened.
Thank you for your help
Forum: Plugins
In reply to: [WP Job Manager] Logo appears over job title in search resultsHi I placed the [jobs] shortcode on its own page without anything else on the page. that seemed to resolve the error.
I wish I can place something else on the page but if that is how it works I can manage.
Thank you
Forum: Plugins
In reply to: [WP Job Manager] CSS for border around resultsHi thank you for your response
Would you mind if I ask another question.
how do I change the color of the padding(if I can call it that, newbie) space around and in between the boxes “keywords” and “Location”.
Thank you for all you help