Kor
Forum Replies Created
-
AuthorPosts
-
Hi Carol,
Do you think you can share WP temp admin access to your site so we can take a better look? I’d like to see if there’s a way to remove the texts beside the icon. You can post the details here using the private reply option below.
Thanks!
Hi William,
You can achieve that by switching the “Popular Categories” shortcode in the Supreme Directory theme functions.php line #612 to some other shortcodes from this section of the documentation https://wpgeodirectory.com/docs/core-shortcodes/ .
Thanks!
Hi John,
I’d like you to know that you need a secure site for geolocation to work in every browser:
https://wpgeodirectory.com/adding-a-ssl-certificate-to-your-website/Thanks!
Hi there,
Thanks for sharing and I’m glad that you sorted it out yourself. Let us know if you need anything else.
Hi Betty,
Since you’re using a premium theme, have you tried reaching your theme support channel regarding your questions? As this sounded like you’re trying to change the theme structure. Well, let us know how it goes. Anyway, you can try using the custom CSS below and see if it works for you. Insert into your theme custom CSS section.
.page-header { background: url("http://static.vecteezy.com/system/resources/previews/000/094/491/original/polygonal-texture-background-vector.jpg"); }
Hi Aronz,
I’m glad that you liked our products. I’d like you to know that you can always submit a feature request here using this link https://wpgeodirectory.com/requests/ so it can get reviewed for a future update by our development team.
Furthermore, I’d like you to check out our current list of themes that is designed by us using this link. https://wpgeodirectory.com/downloads/category/themes/
Thanks!
Hi Nagai,
Thanks for sharing your Website URL. I’ve just checked your Website and I realized that you’ve removed the “near me” search box. Probably you’ve figured it out. You can use the custom CSS code below to change the compass icon.
span.near-compass { content: url('http://www.clipartbest.com/cliparts/ace/Rdb/aceRdbkni.png"'); background: url("http://www.clipartbest.com/cliparts/ace/Rdb/aceRdbkni.png"); width: 40px; height: 40px; background-size: 40px 40px; }
Hi there,
That .php function would reduce the size of the avatar but not reduce any space around it. You’ll still need custom CSS to achieve what you needed there. I’ve just played around with it and this is what it looks like if I apply the custom CSS below. Check out this screenshot http://prntscr.com/cbrwsg and see if it’s this what you’re looking for?
#reviewsTab .comments-area article header cite, #reviewsTab .comments-area article header time, #reviewsTab .comments-area article header span.item { margin: 0 0 0 6%; } .comment .vcard .avatar { width: 30px; margin: 0px 0px 0px 15px; }
Hi Carol,
Could you take a look at the section of the documentation and try using the checkbox custom field for your icons? https://wpgeodirectory.com/docs/custom-field-examples/ . Looks like the texts can’t be removed by custom CSS.
Thanks!
Hi Carol,
Could you try using the custom CSS below and see if it fixes the issue there? It should remove the border and apply some spacings between the icons. Let us know if it’s what you’re looking for. Insert into GD > Design > Scripts > Custom Style CSS.
.geodir_more_info.geodir_parking, .geodir_more_info.geodir_TransitAccesible { border:none; margin-left:10px; }
Thanks!
Hi Baruch,
I’ve just checked your Website and I think you can achieve it using the category classes as shown below. Insert the custom CSS below into GD > Design > Script > Custom Style CSS. Let us know if it’s what you’re looking for.
/* Targets all beauty categories */ .gd_placecategory-beauty .geodir-tabs-content{ background-color:pink; } /* Targets all night club categories */ .gd_placecategory-nights-clubs .geodir-tabs-content{ background-color:blue; }
Thanks!
This reply has been marked as private.Hi Victoria,
Thanks for your reply. Let me answer your remaining questions accordingly.
#1 Unfortunately, this requires custom work to achieve what you needed there.
#3 Could you please share the URL of the page in question so that I could take a better look at it or probably provide a custom CSS to fix that?
Thanks!
Hi there,
Have you tried using custom CSS to resize the review avatar image? If you’re referring to this Website https://whatshappeningtoday.com , use the custom CSS below. If not, please share the URL in question so that I could take a better look at it.
.comment .vcard .avatar { width: 30px; }
Hi Nagai,
Thanks for your reply. I’d like you to know that you can remove the search box using custom CSS and also change the icon to anything you like. But it’s hard to tell without seeing the live site and doing some inspecting. Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below.
-
AuthorPosts