Edson Galina Fortes
Forum Replies Created
-
hi @lihsaa,
do you still facing your issue ?
RegardsHi @lihsaa,
you want to translate this URL for example => https://sincerestitch.s4-tastewp.com/course/photography/, or you want to translate the backend ?
Weglot only translate frontend page. Page who are behind wp-admin are not translated. If you install Weglot, this page should be translate but not the backoffice.
Can you try install Weglot to make a test ?hi @emmathalen,
do you still facing your issue ?Hi @lihsaa,
hope you’re fine. In our side (wordpress plugin) we use a buffer to intercept, parse and translate before render it. In your case you need use a wordpress filter to make the same process. May you can contact our support (support@weglot.com) to able me to have more access to your website. We continue to post answer here to share it with the community but i need to check your website to check how we can do it.
RegardsHi @okapicf,
hope you’re fine. You are using WPML but here you’re in the Weglot plugin forum it’s not the same plugin. I think you should reach your issue to the WPML support
Regards- This reply was modified 2 years, 2 months ago by Edson Galina Fortes.
Hi @emmathalen,
can you contact support@weglot.com? I think I need more access to make some test and we can’t share it here ^^. I’ll share the answer here when we find the solution when i’ll find the solution.
Regards
PS : you can mention me on your message and join the issue of this post
RegardsHi @emmathalen,
hope you’re fine. I’m glad to hear that your enjoy our plugin and sorry for the issue you’re facing with your client. Can you confirm that with the version 4.2.4 you don’t have the issue and can you try with this version of the plugin : https://we.tl/t-f9zF8rL7EQ ?
The code concern by the issue is this one :
if ( ! empty( $options_menu ) ) {
foreach ( $options_menu as $key => $menu ) {
if ( $options[‘custom_settings’][‘button_style’][‘is_dropdown’] ) {
$options_menu[ $key ][‘dropdown’] = 1;
} else {
$options_menu[ $key ][‘dropdown’] = 0;
}
}
}
I’ve put a fix but it’s weird cause this part of code we change in the last version.
Keep me in touch 😉Forum: Plugins
In reply to: [SearchIQ - The Search Solution] Filter to modify search resultsHi there,
i’ve a solution using xhook to catch the request before send it but for now i’ve another issue. I’ve a 500 error with this page : https://api.searchiq.co/api/search/results?q=hr&engineKey=2f7c4b52c81aad5363e904e5d21108e6&page=0&itemsPerPage=5&group=0&autocomplete=1&documentTypes=post%2Cpage
do you have an idea how I can fix it ?
RegardsHi @johnmandarine,
hope you’re fine ? the issue seems to be fix and due to an issue with wp-rocket. Don’t hesitate to keep me in touch if you need more help.
RegardsThanks it’s help a lot. Can you describe me how you update you’re link? May you have the possibility to make a short video to let me see your issue ?
Hi,
sorry for the issue you’re facing, don’t hesitate if you need more help. And thanks to @searchanise, you’re help is appreciated 😉
RegardsHi @webmark487,
hope you’re fine ? You need more help or all is ok on your side ?Hi @okapicf,
hope you’re fine ? Sorry for the issue you’re facing. There is link I can see your issue ?
RegardsForum: Plugins
In reply to: [SearchIQ - The Search Solution] Filter to modify search resultsHa ok, there is a documentation who explain how to do it ?
Forum: Plugins
In reply to: [SearchIQ - The Search Solution] Filter to modify search resultsHi @searchiq,
thanks for your reply it’s appreciate ;). In my case I hope i can find a way to modify it using php.
I’ve made a short POC :
https://onlinephp.io/c/ae35e
the idea is to use the http_api_debug from WordPress to debug and modifiy the http request. But it seems to not work. To be sure the request is launch with the wsAPICall method from siq-search-api-client.php line 51 ? I’ve put some debug and it seems not.
Thanks for your help 😉