 markusP-25
|
I have found another bug in the meantime. If you are already working "locally" on my case, can you please look at this error?
Situation: it works on the EN landing page (montecarloresidences.com) but not on the translated pages: DE FR IT
If you click "FOR RENT" and "Price max" on the EN landing page, the amounts I entered appear, such as 2000€, 5000€, etc.
Problem: These amounts do not appear on the DE FR IT page.
I was able to set these amounts on Houzez here: Houzez Theme Options - Searches - Settings - Maximum Prices List for Rent Only
I tried to edit something on the DE landing page (in elementor) and save it. But no success. I think this error has always existed but I have only seen it now.
Thanks for your support!
|
 Bigul
WPML Supporter since 01/2013
Languages:
English (English )
Timezone:
Europe/Vienna (GMT+02:00)
|
Hello,
Welcome to the WPML support forum. I will do my best to help you to resolve the issue.
I will debug it further with the main ticket and get back to you as early as possible. Please wait.
--
Thanks!
Bigul
|
 markusP-25
|
ok, thanks I'll wait for further instructions.
|
 Bigul
WPML Supporter since 01/2013
Languages:
English (English )
Timezone:
Europe/Vienna (GMT+02:00)
|
Hello,
Sorry for the late response due to the weekend. As a part of troubleshooting and escalation to our compatibility team developer, I have tried to reproduce the issue in a Sandbox site (a fresh installation) on our staging site because it will help to speed up the debugging process.
hidden link (Login URL to the sandbox site)
Unfortunately, the Houzez theme is asking for the registration key in the sandbox site. Therefore one request. Can you please check with the theme author if they can provide a license key (temporary) for the test site?
Thank you for your kind understanding.
--
Thanks!
Bigul
|
 markusP-25
|
Hi!
Ok, I just got Houzez feedback. You should use my existing code. It works for Sandbox and my live site will not be affected, says Houzez.
|
 markusP-25
|
I forgot. Is this conversation private? Because of the purchase code?
|
 Bigul
WPML Supporter since 01/2013
Languages:
English (English )
Timezone:
Europe/Vienna (GMT+02:00)
|
Hello,
Thank you for the updates. We have a request. Please visit the sandbox site by clicking this URL - hidden link
Then register the license key and create a test post. After that check if the bugs can be reproducible or not.
--
Thanks!
Bigul
|
 markusP-25
|
Hi Bigul!
OK, all done.
1) Alt text doesn't work.
2) However the error with the "max rent price" hasn't come up again. But the same process doesn't work on my live site.
Thanks!
|
 Bigul
WPML Supporter since 01/2013
Languages:
English (English )
Timezone:
Europe/Vienna (GMT+02:00)
|
Hello,
Thank you very much for configuring the sandbox site and reproducing the issue. I will consult about with our team for an expert opinion on this and get back to you as soon as possible. Please wait.
--
Thanks!
Bigul
|
 markusP-25
|
About issue: max rent price
I am sure you tried that too. I translated it in the string translation (screenshot enclosed), but it's not displayed correctly in the frontend.
|
 Bigul
WPML Supporter since 01/2013
Languages:
English (English )
Timezone:
Europe/Vienna (GMT+02:00)
|
Hello,
Sorry for the late response becuase of the holidays. We trying the possible workarounds in this case and get back to you as soon as possible. Please wait.
--
Thanks!
Bigul
|
 markusP-25
|
Because of this problem. This is something that only affects my site. Sandbox works for you. Idea: can we change the translations (amounts) directly in my php files? Because I won't change these amounts again, that would be a solution for me. But you would have to tell me where and how exactly I can change/enter that.
Thanks for your support - I appreciate it!
|
 Bigul
WPML Supporter since 01/2013
Languages:
English (English )
Timezone:
Europe/Vienna (GMT+02:00)
|
Hello,
Thank you for the updates. We noticed a glitch in the search box widget. It only shows the customized price in English after we choose the For Sale tab. Please check the following screencast for more details.
hidden link
This may be related and we are looking for the possible workarounds in this case. Please wait.
--
Thanks!
Bigul
|
 Bigul
WPML Supporter since 01/2013
Languages:
English (English )
Timezone:
Europe/Vienna (GMT+02:00)
|
Hello,
Please check the following source code. Some how the customized prices are hidden on the site.
<div
class="elementor-field-group elementor-column form-group elementor-field-group-95f133a elementor-col-20 elementor-md-50 elementor-sm-100">
<label for="form-field-95f133a" class="elementor-field-label elementor-screen-only">Price max</label>
<div class="prices-for-all elementor-field elementor-select-wrapper">
<select data-size="5" name="max-price" id="form-field-95f133a" data-live-search="true"
data-live-search-normalize="true"
class="selectpicker bs-select-hidden houzez-field-textual form-control elementor-size-md">
<option value="">Price max</option>
<option value="any">Any</option>
<option value="1000000">1.000.000€</option>
<option value="3000000">3.000.000€</option>
<option value="5000000">5.000.000€</option>
<option value="10000000">10.000.000€</option>
<option value="20000000">20.000.000€</option>
<option value="50000000">50.000.000€</option>
<option value="100000000">100.000.000€</option>
<option value="200000000">200.000.000€</option>
<option value="250000000">250.000.000€</option>
</select><!-- selectpicker -->
</div><!-- form-group -->
<div class="hide prices-only-for-rent elementor-field elementor-select-wrapper">
<select data-size="5" name="max-price" id="form-field-95f133a" data-live-search="true"
data-live-search-normalize="true"
class="selectpicker bs-select-hidden houzez-field-textual form-control elementor-size-md">
<option value="">Price max</option>
<option value="any">Any</option>
<option value="2000">2.000€</option>
<option value="5000">5.000€</option>
<option value="7000">7.000€</option>
<option value="10000">10.000€</option>
<option value="15000">15.000€</option>
<option value="20000">20.000€</option>
<option value="50000">50.000€</option>
<option value="100000">100.000€</option>
<option value="150000">150.000€</option>
<option value="200000">200.000€</option>
<option value="300000">300.000€</option>
</select><!-- selectpicker -->
</div><!-- form-group -->
So we have a request. Please deactivate all WPML plugins after a site backup and check it is showing the expected results (without clicking the *For Sale* tab).
--
Thanks!
Bigul
|
 markusP-25
|
Just a quick question. Should I copy the code somewhere? In a php file? Or just deactivate WPML plugins after a backup? And then activate WPML plugins again?
|