Simone
Forum Replies Created
-
AuthorPosts
-
Hello, you can remove the popular categories from the widget section (Gd home top section) and remove the popular categories widget. In the same section, set the width for the map, you can also use % rather than px, so you can set 100% to have a full width map
Tried with some known addresses in Italy and in UK and it works fine.
One thing I noticed is that sometime the ZIP code remains blank, I’m trying to understand what it’s causing thisHello, the second link points to a 404 🙁
Hello, I tried now and it works, maybe it was due to a server issue as you stated it was slow
Please check if in /GeoDirectory/Design/Navigation the menu is set in “Show geodirectory navigation in selected menu locations”
Without knowing your URL or at least what theme are you using, it’s difficult to…guess 🙂
Thanks for spotting this Jeff
Hello Reena, to remove the tags field go to wp-content/plugins/geodirectory and open the file geodirectory_template_actions.php.
you need to comment this block, from
<div id="geodir_post_tags_row" class="geodir_form_row clearfix" > <label><?php echo TAGKW_TEXT; ?></label> <input name="post_tags" id="post_tags" value="<?php echo esc_attr(stripslashes($kw_tags)); ?>" type="text" class="geodir_textfield" maxlength="<?php echo TAGKW_TEXT_COUNT;?>" /> <span class="geodir_message_note"><?php echo TAGKW_MSG;?></span> </div>
to
<!-- <div id="geodir_post_tags_row" class="geodir_form_row clearfix" > <label><?php echo TAGKW_TEXT; ?></label> <input name="post_tags" id="post_tags" value="<?php echo esc_attr(stripslashes($kw_tags)); ?>" type="text" class="geodir_textfield" maxlength="<?php echo TAGKW_TEXT_COUNT;?>" /> <span class="geodir_message_note"><?php echo TAGKW_MSG;?></span> </div>-->
(basically adding <! – – before and – – > after)
Side effect:you need to do that each time when a GD update will be released.
Hi Les, did you ever get an email from your website ? (I mean using the standard WordPress notifications). It could be something with your host, having issues with phpmail. Try to use a SMTP plugin, e.g. this one .
S.I’m glad you sorted out 🙂 topic set as resolved, have a nice day
Hello, try to put the GD -> Gmap – Listing map in the GD – Search top section,set the width to 100% and the AUTO ZOOM option flagged, and you’ll see what you expect (I think), see here, I just searched for “london” and it shows the listings centered and for London only
for the entry title, try this
h1.entry-title.fn{ font-size:20px; }
20px or whatever you want..
Hello, what theme are you using?
usually the GD “normal” font-size is set at 14px, try to increase this value adding in the style.css (e.g.. 16) inside of your child theme
#geodir_wrapper .geodir-common p, .entry-content p, .hreview-aggregate span { font-size:16px; }
well, you can put 20px as margin and you’ll have the same margin as per the bottom 🙂
Hi, are you using some plugin for text/column or that might affect the layout?
-
AuthorPosts