Currency select
This topic contains 21 replies, has 4 voices, and was last updated by Abdelaziz Noor El Din 6 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: select Currency
-
AuthorPosts
-
August 5, 2018 at 8:30 pm #441302
Hi,
I need to know why when user adding new listing there is no option for drop down menu with currency sign.This suppose to be global directory so why no option for choosing currency.August 5, 2018 at 10:49 pm #441306You can create more than one “Price field” for different currencies if you like, and group them under a fieldset. Then only the ones that the user fills in will be shown to visitors.
Or use two fields, a SELECT for currencies, and a TEXT for the amount. Then make them show together on the frontend.
Thanks
August 6, 2018 at 7:00 pm #441427Hello,
please explain how can I do join 2 fields to achieve that “Or use two fields, a SELECT for currencies, and a TEXT for the amount. Then make them show together on the frontend” . Thank youAugust 6, 2018 at 8:49 pm #441440That might be achievable with custom CSS. You can reply with the page URL so we can take a look?
If you need to here a web designed to help with that you can find GD Experts here: http://geodirectoryexperts.com
Als, about customizing your site, see: https://wpgeodirectory.com/docs/customizing-your-style/
ThanksAugust 7, 2018 at 6:13 pm #441584Hi Alex,
Plz send me the css file location where I need to do the changes to get price and currency sign show up next to each other in frontend. ThanksAugust 7, 2018 at 7:36 pm #441589Here attached more explanation about the issue i’m facing just to have price next to currency.
don’t understand why there is no option for chooses currency so it can be shown next to price
especially when we have multi-location plugin, how you expect all countries to use 1 currency sign!
Please guys you need to fix this as it makes no since to ask me to hire web designer to do something that it suppose to be there by common since. Waiting for solution.Website url: http://www.pinjoor.com
August 7, 2018 at 10:29 pm #441600This reply has been marked as private.August 8, 2018 at 5:39 pm #441723This reply has been marked as private.August 9, 2018 at 7:19 am #441805Hi there,
Thanks for your reply. I’ve just inserted the custom CSS code below into GD > Design > Scripts > Custom Style CSS. Could you check now?
.geodir_more_info.geodir_Currency { display:inline-block; } .geodir_more_info.geodir_price { display:inline-block; margin-right:2px; } .geodir_Currency span.geodir-i-select { display:none; }
August 11, 2018 at 6:40 pm #442040Hi Kor.
Thanks a lot for the CSS. It’s now exactly the way it should be ( currency sign after the price – user can choose own currency). May I ask you where to find all the class so I can try and do similar script like yours if I needed to. I would also take this opportunity to thank you and your team for the excellent work done on this theme and plugins. Truly a work of geniuses and the closest ever to perfection. You guys are the best. Thank youAugust 11, 2018 at 7:08 pm #442041Hi Kor,
Sorry I forget to ask. Is there a way to make the stander homepage for supreme theme looks like the one for starter theme. Only the homepage not the rest of tempaltes.Please check attachment. Thanks for your helpAugust 12, 2018 at 12:05 am #442048Add this CSS to remove the featured area on the GD Home/Location pages:
.sd-homepage .featured-area {display: none;}
The classes used by Kor, like .geodir_Currency, are composed of geodir_ and then the HTML variable Currency you have given the custom field. Have a look at the image too.
Thanks
August 22, 2018 at 5:46 pm #443577Hello,
I don’t know why i’m getting 2 search bars in listing page. I tried option to hide search but it hide categories with it. I just need to hide the one I attached and keep the header search. Please helpAugust 22, 2018 at 7:00 pm #443595The lower one cannot be ‘removed’ because it is part of the theme.
You can see it is part of the demo on this page.
https://wpgeo.directory/supreme-directory/places/attractions/shopping/
You can try hiding it with CSS:
.geodir-loc-bar { display: none !important; }
You may need to adjust that to target it exactly where you want it.
The one in the header is a widget, so you can remove the widget.
There should be two widgets in the “Listing Top” section, one should be for Search, and one for Categories. You can remove either one, but removing Search should not automatically remove the categories widget.
August 22, 2018 at 7:38 pm #443602Thanks Alex for the CSS, I will try to make it show correctly.
Now I found another issue, when I search for any non-listed ,search goes in to a loop and give error page. please take a look at the attachments. Thanks -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket