Paolo
Forum Replies Created
-
AuthorPosts
-
No I don’t, I just made those myself.
August 7, 2014 at 6:06 pm in reply to: Images uploaded to listing, missing from media library #11340Hi,
images are visible in the edit form right sidebar?
(see image attached)
Hi Acct4,
the feature request system if you didn’t understand is here: https://wpgeodirectory.com/requests/
You feature requests such as :
1) a parameter that people can tick “include surrounding suburbs
2) add a “Select All” or “Deselect All” to the category tick boxes to the side of the map
should be submitted there so people can vote for them. The 1st one really has already been requested.
As far as making the register and login to work what do you mean? Can you open a specific topic for it, so that you can send me private replies?
Thx
Good to know it worked… 🙂
Indeed it doesn’t produce any notification as of yet. I guess we will need to add a failure/success message.
THx
Hi Jason,
Yes you could create products as custom fields and in that case, if the advance search addon is installed and configured, users could search for listing nearby by custom fields (products).
Let us know.
ANother user reported a similar issue. https://wpgeodirectory.com/support/topic/videos-not-working-in-listings/#post-11096
I’ve flagged this for Stiofan to make sure fix can be added to next release.
Thanks
Glad we fixed 🙂
Hi,
1st you need to register a new menu location in your child theme style.css: http://codex.wordpress.org/Function_Reference/register_nav_menu
example:<?php register_nav_menu( 'gd', 'GD Menu' ); ?>
Than copy header.php from main theme to child theme, open it and change:
wp_nav_menu(array( 'container' => false, // remove nav container 'container_class' => 'menu cf', // class of container (should you choose to use it) //'menu' => __( 'The Main Menu', GEODIRECTORY_FRAMEWORK ), // nav name // removed because it was breaking WPML lang switcher 'menu_class' => 'nav top-nav cf', // adding custom nav class 'theme_location' => 'main-nav', // where it's located in the theme 'before' => '', // before the menu 'after' => '', // after the menu 'link_before' => '', // before each link 'link_after' => '', // after each link 'depth' => 0, // limit the depth of the nav 'fallback_cb' => '' // fallback function (if there is one) ));
with :
if(geodir_is_geodir_page() ){ wp_nav_menu(array( 'container' => false, // remove nav container 'container_class' => 'menu cf', // class of container (should you choose to use it) //'menu' => __( 'The Main Menu', GEODIRECTORY_FRAMEWORK ), // nav name // removed because it was breaking WPML lang switcher 'menu_class' => 'nav top-nav cf', // adding custom nav class 'theme_location' => 'gd', // where it's located in the theme 'before' => '', // before the menu 'after' => '', // after the menu 'link_before' => '', // before each link 'link_after' => '', // after each link 'depth' => 0, // limit the depth of the nav 'fallback_cb' => '' // fallback function (if there is one) )); } else { wp_nav_menu(array( 'container' => false, // remove nav container 'container_class' => 'menu cf', // class of container (should you choose to use it) //'menu' => __( 'The Main Menu', GEODIRECTORY_FRAMEWORK ), // nav name // removed because it was breaking WPML lang switcher 'menu_class' => 'nav top-nav cf', // adding custom nav class 'theme_location' => 'main-nav', // where it's located in the theme 'before' => '', // before the menu 'after' => '', // after the menu 'link_before' => '', // before each link 'link_after' => '', // after each link 'depth' => 0, // limit the depth of the nav 'fallback_cb' => '' // fallback function (if there is one) ));}
I haven’t tested it, but this should work.
Thanks, I’ve ask Stiofan to follow up!
We do use both reCaptcha from google (free user of this forum can’t post without entering a captcha) and askimet. So far, we delt with zero spam.
Thx
Hi,
I tried activating the main theme to see if that would solve the problem (that messed up widgets a bit) but the problem remains.
The only other way to identify what’s preventing the mobile menu to appear is to disable all plugins to see if the problem goes away, than reactivate them one by one to see which one is the cause.
Let me know,
(sorry about the widget mess again…) 🙁
Hi again,
I use none of them… so I wouldn’t really know.
From my personal experience (and I don’t say it is not questionable) they only take away precious server resources and slow down your website.
Major down point is that they are extremely strict, while one of the things I like most about wordpress is that is very flexible.
Thx
Hi Greg,
no I don’t need to clean up any queue.
I wanted to know if this problem received follow up from us or if you had to fix it on your own.
Thanks for letting me know. I’ll make sure this doesn’t happen again.
August 6, 2014 at 8:35 pm in reply to: WordPress 3.9.2 Security Release – quick update is recommended #11212thanks for the info
Hi,
now the previous error is back. I’d really need FTP credentials, it is very hard to find all google map API calls through the wordpress theme editor.
Let us know,
-
AuthorPosts