Currency not changing
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Bhavya on January 18, 2023, 11:06https://ibb.co/LnDkZ1J
as you can see i had added inr value as 1319
but the page is taking hidden values on phone as 106149.16adding a link of pages as well
issue is only on phone layout
link of page is in private data
as you can see i had added inr value as 1319
but the page is taking hidden values on phone as 106149.16
adding a link of pages as well
issue is only on phone layout
link of page is in private data
Quote from Pablo Borysenco on January 18, 2023, 11:52Hello
What shortcode are you using?
Hello
What shortcode are you using?
Quote from Bhavya on January 18, 2023, 11:55[wpcs_price type=”fixed” value=”USD:15,EUR:20,GBP:45“]
CUSTOM CODEand the line where is showed the issue in screen shot is
[wpcs_price type="fixed" value="INR:1399,USD:16.49"]added inr as custom currency for rupee
[wpcs_price type=”fixed” value=”USD:15,EUR:20,GBP:45“]
CUSTOM CODE
and the line where is showed the issue in screen shot is
[wpcs_price type="fixed" value="INR:1399,USD:16.49"]
added inr as custom currency for rupee
Quote from Pablo Borysenco on January 18, 2023, 15:02Please remove lazy table loading
Please remove lazy table loading
Quote from Bhavya on February 6, 2023, 08:06hey can you check dropdown's min height issue on phone and spacing on desktop on menu above header on this site
sitelink
hey can you check dropdown's min height issue on phone and spacing on desktop on menu above header on this site
sitelink
Quote from Bhavya on February 6, 2023, 10:54reference - https://ibb.co/1K8zjyQ
and if i give min/ max height : 30px; it just happens to malfunction !
reference - https://ibb.co/1K8zjyQ
and if i give min/ max height : 30px; it just happens to malfunction !
Quote from Pablo Borysenco on February 6, 2023, 10:55Hello
1 - please add CSS
body .selectron23{
margin-top: 0px;
}
2 Mobile menu issue(Incompatibility)
Hello
1 - please add CSS
body .selectron23{
margin-top: 0px;
}
2 Mobile menu issue(Incompatibility)
Quote from Bhavya on February 6, 2023, 10:58added this in style.css
how to solve incompatibility?
added this in style.css
how to solve incompatibility?
Quote from Pablo Borysenco on February 6, 2023, 15:33In this case, you need to customize the code. Find the menu open event, and initialize the JS of the switcher
In this case, you need to customize the code. Find the menu open event, and initialize the JS of the switcher
Quote from Bhavya on February 6, 2023, 16:04if you see the same in this link its working
if you see the same in this link its working
Quote from Pablo Borysenco on February 7, 2023, 10:29Hello
I don't see the switcher on this link - https://c2n.me/4hLTrLc.png
Hello
I don't see the switcher on this link - https://c2n.me/4hLTrLc.png
Quote from Bhavya on February 17, 2023, 08:03Have checked there is no lazy load active now
the prices in link - This page
but in phone the dropdown is still unable to load it , and at the moment there is no other visual option available for change , kindly check and let me know !!!
Have checked there is no lazy load active now
the prices in link - This page
but in phone the dropdown is still unable to load it , and at the moment there is no other visual option available for change , kindly check and let me know !!!
Quote from Bhavya on February 17, 2023, 09:20for example - https://ibb.co/3z6mtvF the pricing of open section shall be 379 for renewal and transfer
but idk no caching no loading and its still 30501
is this a resources available on server issue ? that the currency isnt loading ?
currently my post max size is 256m
and max vars - 5000and i have apporx 900+ tables on page
for example - https://ibb.co/3z6mtvF the pricing of open section shall be 379 for renewal and transfer
but idk no caching no loading and its still 30501
is this a resources available on server issue ? that the currency isnt loading ?
currently my post max size is 256m
and max vars - 5000
and i have apporx 900+ tables on page
Quote from Pablo Borysenco on February 17, 2023, 11:58Hello
My test - https://c2n.me/4hRt9o6.png and https://c2n.me/4hRtash.png
Hello
My test - https://c2n.me/4hRt9o6.png and https://c2n.me/4hRtash.png
Quote from Bhavya on February 17, 2023, 13:35during INR just wait for a few seconds as the prices are as per my screenshot i.e xyz for 169 https://ibb.co/3z6mtvF
during INR just wait for a few seconds as the prices are as per my screenshot i.e xyz for 169 https://ibb.co/3z6mtvF
Quote from Pablo Borysenco on February 20, 2023, 10:18Hello
Ok! Please drop me wp-admin+FTP access - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
Hello
Ok! Please drop me wp-admin+FTP access - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
Quote from Pablo Borysenco on February 21, 2023, 13:08Hello
Please do a test
Hello
Please do a test
Quote from Bhavya on February 24, 2023, 06:22it worked , what changes did you do ???
it worked , what changes did you do ???
Quote from Pablo Borysenco on February 24, 2023, 11:22Hello
In file - \plugins\currency-switcher\index.php - i changed this line - https://c2n.me/4hURiYC.png
return $this->price_html(isset($fixed_values[$this->current_currency]) ? $fixed_values[$this->current_currency] : 'none', array('amount' => $value, 'as_is' => true, 'fixed_values' => $fixed_values));
Hello
In file - \plugins\currency-switcher\index.php - i changed this line - https://c2n.me/4hURiYC.png
return $this->price_html(isset($fixed_values[$this->current_currency]) ? $fixed_values[$this->current_currency] : 'none', array('amount' => $value, 'as_is' => true, 'fixed_values' => $fixed_values));