clane_workforce
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Search Results for Default LanguageForum: Plugins
In reply to: [Polylang] Search Results for Default LanguageYes my theme does use the ‘get_search_form’ function in my search.php file. You can see that the default language search results return all language results for the example search “demo”: https://www.workforcesoftware.com/?s=demo
Thank you for any help you can provide.
I have the Geo specific menus (nav) working but the conditional PHP for displaying the correct header in my search.php template as show above is not working and keeps showing the headers and footers for DE for every language.
I am trying this method for my search results page and it doesn’t seem to be working. I used this code for header and footer:
<?php $currentlang = get_bloginfo('language'); if($currentlang=="en_US"): get_header(); elseif($currentlang=="fr_FR"): get_header('fr'); elseif($currentlang=="en_GB"): get_header('uk'); else: get_header('de'); endif; ?>
It keeps defaulting to the last else statement – else: get_header(‘de’);. Also ho,w do I change navigation in header to language specific menus?
I have this somewhat working but if I choose All Event Types and All Tags, it displays “No Events”. Any help is greatly appreciated and we are willing to pay for code to get this working. Thank you:)
I figured it out. I was excluding a category in my template override. Thanks:)
Forum: Plugins
In reply to: [Polylang] Home URL for Translated LanguageThank you for excellent support
Forum: Plugins
In reply to: [Polylang] Home URL for Translated Languageit seems to resolve itself now? Thank you for helping me:)
Forum: Plugins
In reply to: [Polylang] Home URL for Translated LanguageForum: Plugins
In reply to: [Polylang] Home URL for Translated LanguageI did that. I even deleted the UK home and tried again for the 3rd time.
Forum: Plugins
In reply to: [Polylang] Home URL for Translated Languageno i even deleted the translated home page for uk and started over, still same issue. I made a redirect from /uk/ to this child page but my boss wants it back to /uk
Coould it be something in .htaccess or config?
Forum: Plugins
In reply to: [Polylang] Home URL for Translated LanguageForum: Plugins
In reply to: [Polylang] Home URL for Translated LanguageI made a translation of my US homepage and it made a new page and used the Page name to make the child page like this?
Hello,
I am still trying to get this to work. Do you have any thoughts or suggestions?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] RSS Feed 404Yes that was old code. The link you provided did the trick, my feed now includes events now ??
Thank you soooooo much!!!!