Modyssee
Forum Replies Created
-
Forum: Plugins
In reply to: [Taxonomy Picker] CSS customization to add more space between boxes?found the solution
Ah ok, i thought that you’re gonan tell me that cache system was creating the problem.
The theme dev, sells you their stuffs, they don’t really bother to answer support question, that’s the problem :/
But well i forgot that the alternative solution i found the other day. So i went back to: your plugin on job sidebar and another plugin for resume search, and so far it works.
Forum: Plugins
In reply to: [Taxonomy Picker] Default "selected" value is not set for multiple valuesIt doesn’t works, it create multiple errors (and my code is not on line 335 but on line 667)
Nop, i don’t have a cache plugin. I had w3 total cache like 2 weeks ago (before starting to find a search widget) but it was slowing down stuffs so i’ve deleted it. Do you think it’s coming from a sort of cache trouble?
My theme is jobroller 1.7 from appthems
My plugins
– Advanced WP query (your plugin)
– WPSEO
– Ultimate taxonomy manager (for creating new taxonomies > it worked fine)
– Styles with Shortcodes for WordPress
– The social links
– page link to
– login logo
– georeg lite
– 5sec maintenanceI remember that like 30 minutes befoore it stopped working, i enable google cdn jquery in my options theme because it says it’s faster, but already tried to disable it
I turned on the debug mode and debug log and here’s what the log is after i try to search resume and that it gives me the problem:
Yes it has (bboth files are at the same palce as it was on previous ersion too)
https://pastebin.com/P64SeciR (search-resume.php)
the new search.php if it can help (no important difference i think, especially knowing it worked hour “with” the new release
I’m gonna become crazy, i upgraded to new version of my theme, everything was working super fine, i didn’t change anything special, jsut add taxonomies and after few hours working fine like it was working till now, the problem i had is back, with no reason. Just like that, it worked fine and suddenly same problem.
I could have thing it’s the new release of my theme, but it worked easily 10 hours on it with no problem before having the same problem as before.
yes i can but i’m afraid that with a dropwdown that includes more than 36.000 cities (all cities of france) it would be too heavy for charging pages/ server load you know? Maybe i’m wrong. While a search field = no dropdown with 360000 choices
That’s why it owuld have been perfect that your search field works with taxonomies search, so i could have use it for city search ??
Because we can’t use your plugin search field in combination with taxonomies search right?
Ok i see.
I’ve found thos “plugins” https://profiles.www.ads-software.com/Omicron7/
It seems that it can add custom fields even to plugins but i didn’t succeed in doing it, i added his xxxxxfield.php to your plugin root, but then i don’t know where paste the code he provides to make it works as it says it has to be added in functions.php of the plugin and yours don’t have a function.php
Could you help me?I woulds like a search field that works in addition of your plugin and taxonomies search and that would be able to search cities from geo_adress meta (which = city from google map of my theme) (and if it’s not possible to search geo_adress meta, just a field that works with other taxonomies to search keywords).
Thanks
Amazing, it works flawlessly with your new code!
The problem seemed impossible to resolve for me, but the magic of being developer as you is that you see one line as know that’s what will solve the problem ??
I’ll try that right, now thanks again.
You know, you should sale your plugin on cadecanyon, i bought two plugins like yours before discovering yours, dev on codecanyon make thousands of dollars.
p.s: on the plugin i bought on codecanyon there’s is a feature that auto submit form (you have the choice to enable it or no) so when you tick box, select something, in real time it filter the results you get, do you think that’s something you could include someday ?
I’m not gonna bother you much “i” found a working solution.
Main sidebar + single sidebar = form from the plugin i bought on codecanyon
Resume sidebar = your plugin
And with the code you gave me It works combined together (whereas i had the same problems with his plugin too)
Thank you very much!
I’ll make you a donation as soon as i’m sure i can finish the development (because i’m like cursed, a problem solved, make me discover a new problem)
Thank you for the help TC.K !
Actually the code
<?php if (isset($_GET[‘wqsfsubmit’]) && $_GET[‘wqsfsubmit’] == ‘Search’) : get_template_part(‘search-resume’); return; endif; ?>did solved the problem i mentionned of the resume sidebar and resume display! And even much more becausei had discovered a very annying problem (resume search was returning results even with no subscription to this section active, so it even sovled this !) So thank you for that!
But now when i do a search on the other form (the one i added in main sidebar and singlesidebar (for job listing search) that is different from the resume sidebar form, it does the reverse problem ??
It gives my job listing results the way resumes results look and redirects me to resume section with resume sidebar (error found on sidebar
Warning: Illegal offset type in isset or empty in wp-includes/post.php on line 1097 ). SO it’s the reverse problem. That’s so weird.
When there is no active subscription for the user to make resume search, making a job listing search simply rediects to resumes section (no results, no erro message).Line 1097 of post.php in wp-includes is if ( empty($wp_post_types[$post_type]) )
Entire code section is:
function get_post_type_object( $post_type ) {
global $wp_post_types;if ( empty($wp_post_types[$post_type]) )
return null;return $wp_post_types[$post_type];
}I tried replacing one of the two wqsfsubmit with awqsfsubmit, then resume_search and vice versa, but when there is not the code you gave me, it didn’t work.
By the way, just for my information, why the code you gave me has “wqsfsubmit” and not “awqsfsubmit” ? i saw awqsf everywhere on your plugin, but no instances of just wqsf.