The plugin is very helpful and we would appreciate if you help with that issue. Thanks in advance.
]]>how can I change the url if you click on the site-logo in the header? It should relays to antother URL not to the site_url. As example www.site-url.de/abc should relay to www.site-url.de/
How can I fix this? I use a child theme from Sydney. I guess it is in header.php, but not sure.
Can you help me?
thanks
Ralf
I’ve got faced with a small issue – url of homepage on different langs is:
https://example.com/en/
https://example.com/ge/
https://example.com/cz/
etc.
BUT! home_url() returns:
https://example.com/en
https://example.com/ge
https://example.com/cz
I could add “/” after the function call, but the native lang homepage is https://example.com and than I get https://example.com/
Yeah, I could use IF statement, but it seems strange if you create the url.
Maybe I’m wrong, any help will appreciated.
.htaccess
on my sites in the wrong location. My setup:Naturally, .htaccess
is in domain.com but the plugin creates/edits it in domain.com/app/
So, looks like a site_url vs home_url issue. Hopefully a quick fix
Thanks!
]]>I am having issues with the search function on my homepage that runs a woocommerce shop. Whenever a search term with no results is entered on a product page (the search field is in the site’s header), a 404 page is returned instead of the usual “No results found” message. This happens in both AWS and standard WordPress searches.
While this problem isn’t specific to AWS, I want to circumvent it in AWS by always using my site’s home_url as the url for search results (e.g. “www.foo.com/?s=bar&type_aws=true”), regardless of which page the search has been submitted from.
I have looked into the plugin’s php files, but I did not find a way to modify the search result URL to always be based on the home_url.
Any help is appreciated.
Regards,
Rafael
I found some problem with my theme which using Polylang. At my own private test server everything is working fine, but when I move it to client server something is going wrong.
As standard I using:
<a href="<?php echo home_url('/'); ?>"></a>
… to return to main page. It’s not a static page. It’s coded in index.php
When I browsing site in default language (pl-PL) everything working fine, but when I change language to en-GB and I go for example to: www.site.pl/en/contact/ and when I try to return to main page by clicking logotype it’s returning me to www.site.pl not to www.site.pl/en/
Please help me cause it’s frustrating me, cause I tried everything what I knowed that could help.
]]>