Kor
Forum Replies Created
-
AuthorPosts
-
Hi Joel,
Unfortunately, we don’t have an option for that, but I think it would work if you just print the entire page using the print option in the browser. Have you tried that?
Thanks!
Hi Jimmy,
You can try using this plugin to change the default avatar image. https://wordpress.org/extend/plugins/add-new-default-avatar/ . Let us know if it works for you.
Thanks!
Hi Jimmy,
The order can be changed in GD > Custom Post Type > Edit > Order in post type list . Refer to this section of the documentation for more info https://wpgeodirectory.com/docs/custom-post-types-add-on-overview/ and here’s a screenshot for your reference http://prntscr.com/cdatf9
Thanks!
Hi Jimmy,
Glad that worked for you. Enjoy GD and let us know if you need anything else.
Hi Laszlo,
Glad that you sorted it out yourself. Let us know if you need anything else.
Thanks!
Hi Laszlo,
I’ve just tested the tabs and it seems to work fine. Here’s a screencast I’ve recorded for your reference. http://screencast-o-matic.com/watch/cDQnlkjfCV . Or am I misunderstanding your question?
Thanks!
Hi Carol,
Could you please update the GD plugin to the latest version then apply the code below into your theme functions.php file? It should now remove the “Yes” from the checkbox. Let us know if it works for you.
function my_geodir_cf_checkbox($html,$location,$cf,$p=''){ $html = str_replace(array(": ","Yes"),"",$html); return $html; } add_filter('geodir_custom_field_output_checkbox','my_geodir_cf_checkbox',15,3);
Thanks!
Hi Justmark,
Both will work but I’d suggest that you always put your Website down for maintenance before you update the child theme. Who knows someone might be making payments or updating important information while you’re updating. Well, let us know if you need anything else.
Thanks!
Hi Taras,
I’ve just checked on the map and unfortunately, it looks like it’s not possible to apply background colors following the category types. Let us know if you need anything else.
Thanks!
Hi Jimmy,
Try using the custom CSS below to adjust the navigation menu spacing.
.sd #primary-nav ul li a { min-height: 50px; line-height: 50px; } #primary-nav ul .sub-menu a { padding: 0px 20px; }
Thanks!
Hi Jimmy,
Do you mind sharing the URL of the site in question so we can take a look? Also, could you please provide the exact location and how you’d want it to look like. You can use the private reply option below.
Thanks!
Hi Micheal,
Could you please provide an access to your FTP server and WP login credentials? You can post the details here using the private reply option below.
Thanks!
Hi Taras,
Could you please share your Website URL with me so I could tell you the correct CSS snippet to do this?
Thanks!
Hi Mark,
You can change the order by dragging the custom fields in GD > Place(Your CPT) settings > Custom Fields. As for the widgets, that can be added or customized in Appearance > Widget > GD Detail Sidebar.
Thanks!
Hi vegeta720,
I’m sorry for the late reply. Not sure what’s wrong but I’m having issues logging into your Website. It keeps redirecting me to the login page after I click the submit button. Could you probably disable the security plugin if you have one? Meanwhile, I’d like you to check out this article as it explains how you can customize the look of your Website. https://wpgeodirectory.com/docs/customizing-your-style/
Thanks!
-
AuthorPosts