Simone
Forum Replies Created
-
AuthorPosts
-
September 8, 2014 at 10:12 pm in reply to: How can I change Categories to Custom Posts on start page? #14700
Hello, hmmm…what if you just place a text widget in that area, and place all the cpt e.g.
<a href="/restaurants">Restaurants</a> - <a href="/auto-mechanics">Auto Mechanics</a>"
etc…
It might be unusual but it will work, unless someone else comes with an easiest solution, it’s night here and my mind is blurred 🙂We’re neighbors, I’m in Italy, don’t worry I did it already for you (I changed the link in Apparence-Menus, and edited the link to /galeries).
Bonne nuit! 🙂S.
If you just need to see that page with all the listings in it, you can add a custom link /galeries (e.g. yourdomain.be/galeries and not /galeries-artiste)
Is that what you meant?
Hello, if revisions are not enabled, geodirector keeps that disabled with this constant
if ( !defined('WP_POST_REVISIONS') ) define( 'WP_POST_REVISIONS', 0);
To enable the revisions you should edit your wp-config.php file in your root and add
define( 'WP_POST_REVISIONS', 1);
Hello Valérie,
can we see your website please? (with login password, in a private reply, please).Thanks
Hello, the captcha should be added with some custom code in the reg_frm.php , I’ll alert Stiofan, I might be wrong 🙂
edit: oops, I didn’t notice it was in the Jobs section of the forum.
I’ll take a look and let you knowPs- do you strictly want recaptcha, or any captcha would be fine?
Hi, these are post types not categories.
Categories are the one on the bottom-right on the map (1 star, 2 stars etc)could you please give me the url and user/psw ?
September 6, 2014 at 12:49 pm in reply to: Popular Posts View – character count stops display of "More" link #14508Silly question, are the characters from the content less than the amount you have set as limit?
The region is mandatory for Google, try to drag the pin on the map, and it will be automatically filled
There are some issues with the cities in your list…there are 2 cities set as “all” and one as “undefined”. Please configure the cities properly (Geodirectory/multilocation/manage locations)
unfortunately that “block” of code isn’t in any hook so it can’t be added in functions.php.
the value is defined in a constant defined in languagues.phpdefine('TAGKW_TEXT_COUNT',40);
I can ask to Stiofan to add an option for the next releases
September 5, 2014 at 5:41 pm in reply to: How To Change “Listing Title” or “Listing Description” #14449Hello, you can translate each string you want using the .po files included in the plugin folder, here you can read how to do it
Hello, you can play with your style.css and change the look and feel for each element, example
span.geodir-i-website {font-size:40px; background:green; }
etc..
Do you have the “Location” page in your virtual pages?
Here, just in case http://docs.wpgeodirectory.com/how-to-restore-virtual-gd-pages/ 🙂
-
AuthorPosts