Giri
Forum Replies Created
-
AuthorPosts
-
Hey it looks like you have used wrong translation string.
You current screenshot uses this string
<p>Thanks. The listing has been submitted successfully.</p><p>In order to publish the listing, kindly transfer amount of <u>[#$order_amt#] </u> in our bank. Our bank account details are mentioned below.</p><p>Bank Name : [#$bank_name#]</p><p>Account Number : [#$account_number#]</p><br><p>Please include the following reference : [#$orderId#]</p><p><a href="[#$submited_listing_link#]" >View your submitted listing »</a></p><br><p>Thanks for listing your listing at [#$store_name#].</p>
But we are not using that anywhere in our plugin although we defined that string.
You need to use this string instead for translation
<p>Thank you, your request received successfully.</p><p>To publish the listing please transfer the amount of <u>[#order_amt#] </u> at our bank with the following information :</p><p>Account Name : [#bank_name#]</p><p>Account Sort Code : [#account_sortcode#]</p><p>Account Number : [#account_number#]</p><br><p>Please include the ID as reference : [#orderId#]</p><p><a href="[#submited_information_link#]" >View your submitted listing</a><br><p>Thank you for visit at [#site_name#].</p>
You are welcome 🙂
This reply has been marked as private.Wendy, I don’t see any problem on your website. Could you give me a screenshot of your problem? So I can understand it better.
Thanks
This reply has been marked as private.15. GD> Search in the side bar has display issues (search button not formatted correctly).
16. Search Button on Search page displaying correctly after you click the Gear Icon (not sure how I even turned it on as it just appeared).
I think you might have activated advance search filters addon. I do think that button is a bug. But i’m not seeing it fom my side.
Could you give me the page link as well as browser and OS name.
Thanks
17. How do did you create the box at the top of http://wpgeo.directory/supreme-directory/location/united-states/california/san-francisco/ – see attached image
Beaver builder addon I guess, @paolo please confirm
11. How do you add additional social icons to the top section of the detail page (below address)
12. How do you have the complete address appear in the top section of the detail page
Custom coding required.
13. When you click on Map pin in the map section the bubble opens and the Add To Favorite Heart is cut off on the right.
Add this code in Geodirectory -> Design -> Scripts >
Custom style css code.sd .geodir-bubble_desc a.geodir-addtofav-icon .fa-heart { font-size: 17px !important; }
It looks like you have activated Review rating manager addon. But you have not added any rating titles. Please follow the docs and add some rating titles. Ex: Price, Support etc
If you are not planning to use multiple rating then disable that plugin.
I have fixed your footer issue. Now its displays 4,2,1
However in 2 column view there is some space. Just add one more item to 2nd menu and it will be fixed.
As for the ftp, you have posted wp-admin login details in previous comments. Please post ftp login details.
As for header nav top, check this reply.
https://wpgeodirectory.com/support/topic/messy-stuff-on-nav/#post-202885Hey guys, header nav top is not recommended for full page background kind of themes. So I have removed header nav top from supreme.
If you are wondering what is it, this is header nav top.
Ok Thanks
Yes it is, But I’m sorry that I forgot to mention that it will work GD 1.6.3+ versions.
I have added some code in GD core. If its urgent you can download the dev version from here.
https://github.com/GeoDirectory/geodirectory
Thanks
Michele, could you upload your screenshots to google drive or dropbox and post links here?
Thanks
I have disabled links by default. You have add this code to make tel linkable
add_filter(‘geodir_map_bubble_tel_linkable’, ‘__return_true’);
-
AuthorPosts