Paolo
Forum Replies Created
-
AuthorPosts
-
Current multilocation v Version is 1.1.2. I think you are confusing the worpdress version you are using.
Update should be seamless. The problem you experienced before were releated to an old version of multilocation, that solved once, shouldn’t reappear.
Obviously we offer update support. If anything goes wrong just drop a line and we will have a look.
Thx
I will do my best to find the time to start writing 1 page of documentation for each GD function along with one example of use, very similar to the wordpress codex as soon as possible.
However, given that the templates are very simply structured, by going through the code and with the help of the example already provided in the forum, anyone with the required programming skills, should easily be able to move things around.
I’m saying this, because John created all compatibility packs by deducing himself what needed to be done and I’ve also seen various of other members’ websites, where the detail page has been totally modified through hooks and actions.
We will keep you posted.
Thx
Hi Yasmine,
good point on the title or keyword in the map search. Shoud be only title.
In the main search: title, categories and tags are queried. Tags and categories are both considered keywords.
Nobody else reported this bug, so it is probably only a matter of settings.
If you provide also wp admin credentials in a private reply, I will look into it.
Let us know,
Thx
October 6, 2014 at 10:41 pm in reply to: Link to Business Function Issues Events/Prices & Payments #17658HI,
I’ve published the request now. Sorry, but during week ends things can take a bit longer.
Any developer could sure find a solution to this, but we have a long list of things that have been requested before this and they have priority.
That’s why the request system with votes.
Thanks
Hi Stacey,
I guess by “upload” you mean that the option is saved in the database. (upload describes sending files to your server, not data to your database.)
If I understood right, we would need to have a look at your backend to see if anything is wrong.
Would you provide a link and wp admin credentials please?
Thanks
1 you can add this to your css :
.geodir_access_permits p { display: inline; }
3 I think you can solve using the html special character :
'
instrad of the apostrophe.
Let us know,
Thx
Pls see this:
Hi,
that string is transaltable via GeoDirectory_Framework-en_US.po
DId you transalte that too?
Thanks,
Hi,
it seems to be working correctly to me, and I haven’t done anything at all.
Just added few random setting in header style and it saved as expected.
Let us know,
Paolo
To get rid of the number if you wish to do so anyway, you need to copy the entire widget function to create a new widget. From geodirectory/geodirectory-widgets/geodirectory_popular_widget.php from line 2 to line 140, paste it in your child theme functions.php, rename it and modify its code.
to remove the category count, go to line 70 and replace this:
echo ucwords( $cat->name ) . ' (<span class="geodir_term_class geodir_link_span geodir_category_class_' . $post_type . '_' . $cat->term_id . '" >' . $total_post . '</span>) ';
with this
echo ucwords( $cat->name );
Thx
great to know… I may be using that myself… 🙂
Hi,
you activated both the X compatibility pack and Genesis comaptibility pack while you are not using either theme.
Thank was breaking your map now.
Please AVOID activating comaptibility packs if you are not using the theme they are for.
Thx
you are welcome! 🙂
yes, it should add the new post inside this UL
<ul class="geodir_category_list_view clearfix">
Not outside…
If it doesn’t offer an option to set the container for the new posts list, it can be probably modified to do so.
Is this the only one you tried?
Let us know,
Thx
Hi,
the only thing that seems wrong are permalinks. Can you try and activating /%postname%/ and refresh?
If that doesn’t fix it, I would need wp-admin credentials to have a deeper look!
Let us know,
Thx
-
AuthorPosts