Paolo
Forum Replies Created
-
AuthorPosts
-
July 28, 2014 at 5:23 pm in reply to: (0) next to categories in popular post category widget? #10153
Haven’t tested it, but should be:
geodirectory/geodirectory-widgets/geodirectory_popular_widget.php
line to be edited:
from
echo ucwords($cat->name).' (<span class="geodir_term_class geodir_link_span geodir_category_class_'.$post_type.'_'.$cat->term_id.'" >'.$total_post.'</span>) ';
to
echo ucwords($cat->name);
If you modify the plugin widget directly you will lose the changes after every new update.
The best thing to do, would be to copy the entire widget code and registration action. Copy the code in your theme functions.php file, rename the class and function name, modify the widget description and update the class name in the register_widget call.
At this point you will have your new popular post category widget in your theme and you can modify it as you wish without having to deal with plugin updates.
Thx
Hi,
you can do that with the advance search widget.
I’ll flag this for a developer to have a look at.
Thx
July 28, 2014 at 4:19 pm in reply to: (0) next to categories in popular post category widget? #10147Hi,
can you please provide links instead of Images (which are totally useless for us)?
Thanks,
Hi,
given that the issue is about wordpress and not GD, I’ve done for you what you were supposed to be doing.
Ask for help in the wordpress forum:
Hopefully this will help.
Thanks,
July 28, 2014 at 4:09 pm in reply to: child theme, custom listing-detail.php : dealing with custom post types ? #10145Hi,
the easiest way would be to create all the templates (my_places_template.php, my_events_template.php etc) and at the top of listing-detail.php add something like:
<?php if ( 'gd_place' == get_post_type() ) { get_template_part('my_places_template'); } elseif ( 'gd_event' == get_post_type() ) { get_template_part('my_events_template'); } ?>
and so on…
Please check this post for an example on how to modify GD sidebar in details page:
https://wpgeodirectory.com/support/topic/removing-the-share-buttons-from-listing-sidebar/
Thx
Hi,
autoupdates has not been setup for addons bought on Theme Tailors and you will never have access to the download area of this website unless you buy a full subscription.
You can only manually download to update in your “my order page” on Theme Tailors.
Thx
Actually I needed none of that.
Right after disabling all plugins I went to settings >> permalinks to refresh them and noticed you had:
/%postname%
instead of
/%postname%/
That missing trailing slash was causing the URL error.
Thx
Hi again,
sorry for the misunderstanding.
It should display them by default, can you please share a link to your website so that I can actually see the problem in action?
You can mark the reply as private if you don’t want to share it publicly.
Thx
HI again,
for db access I mean cpanel or phpmyadmin.
FYI, I will have to disable all your plugin, I’m not taking responsability for resetting them up once I fix the URL problem with GD…
I’d try jquery mega menu and avoid uber menu…
Hi,
GeoDirectory isn’t GeoTheme and will not work identically to it.
Moving the filters from the advance search into the listings pages will require an extensive customization that we can’t outline here.
If you think you can achieve such a customization by yourself, I can tell you to start digging into the code of advance search addon and take inspiration from there.
Thx
Hi,
the plugin provides that out of the box, however google will not show them automaticcally. You’ll need to grow your website authority before they will get picked up.
Thx
I quote: You never are going to stop people that want to make a mistake 🙂
-
AuthorPosts