Forum Replies Created
-
AuthorPosts
-
gutiseo
ParticipantHi again,
I increase memoory limit to 512M but still not working. It seems searches in french fall in a loop until memory is exhausted. I don´t understand why only happens in french. I need to fix this before I add more languages. Please, help.
Regardsgutiseo
ParticipantHi, it seems my support ticket is lost in the wind. I really need an answer.
Thanks in advance!gutiseo
ParticipantHi, thanks for your awesome support.
One more question : Where could I find where to activate wpml compability ?
Thanks for all and regards!gutiseo
ParticipantIt works!
Thank you so much.
Regardsgutiseo
ParticipantSftp changed in first post
Thanksgutiseo
ParticipantHi,
if you need to change theme or plugins archives you can do it from wordpress because I have installed wp editor.
How could I send you ftp in private?
Thanksgutiseo
ParticipantI have added your code to functions.php but still not showing thumbnail categories.
Thanks!gutiseo
ParticipantFeatured Images for Categories
https://wordpress.org/plugins/featured-images-for-categories/Thanks!
gutiseo
ParticipantThank you so much! Now it works perfect!
gutiseo
ParticipantNot working yet. Search phase has dissapear from search box and results don´t appear bellow yet.
You can take a look to my wordpress archives inside admin in Appareance -> Theme editor because footer.php is writable from there.
And trigger search when typing doesn’t work with this code.
Thanks in advance and I’m sorry to disturb you.
Regards!gutiseo
ParticipantHi Ernest,
I have published new code inside footer.php and still not working.
Maybe I have to set triggers in behaviour different?
My configuration in General Options -> Behavior is:
trigger when click on icon, on return and when filters changes.
and in Layout options – > Results behaviour
scroll the window to result listThank you!
gutiseo
ParticipantHi Ernest,
unfortunately your solution is not working, or I’m coding wrong your code.
I have edited footer with:[code]<script type="text/javascript">
jQuery(function($) {// Change this variable to any search prhase if you want to
var searchPhrase = "Playa";var $input = $($("input.orig").get(0));
$input.val(searchPhrase);
$input.keyup();
});
</script>[/code]I setted up behavour to “Minimal character count to trigger search” option to 0
It only shows search box with keyword “Playa” inside, but doesn’t show any results where I placed results shortcode. Only when I begin to type again it shows results.
Thanks for your quick answer. Awesome support.
Regards!
-
AuthorPosts