Paolo

Forum Replies Created

Viewing 15 posts - 13,351 through 13,365 (of 27,715 total)
  • Author
    Posts
  • in reply to: How do I edit the heading on front page ? #184333

    Paolo
    Site Admin
    Post count: 31211

    yes that is an option too.

    Thanks

    in reply to: Database Thread Connection Issues #184332

    Paolo
    Site Admin
    Post count: 31211

    Yes please, that should be enought to troubleshoot the problem.

    If you can install query monitor plugin in advance for our developers, you’ll make their like easier.

    Let us know,

    Thanks

    in reply to: Address not working #184331

    Paolo
    Site Admin
    Post count: 31211
    This reply has been marked as private.
    in reply to: Need help to disable choices in the frontend #184330

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please see: https://wpgeodirectory.com/support/topic/remove-tags-and-description/#post-55058

    Add your default text with that jquery and use CSS to hide the field from the form.

    Thanks

    in reply to: Database Thread Connection Issues #184327

    Paolo
    Site Admin
    Post count: 31211

    Gd Booster is an HTML cache. Database threads will not be affected, however it is not normal at all that Geodirectory would leave a bunch of sleeping database threads connected to the server without shutting them down.

    If you please provide a link and admin credentials in a private reply, I’ll ask to the developers to find what’s wrong on your install.

    Thanks

    in reply to: New Custom Field Error-supreme #184289

    Paolo
    Site Admin
    Post count: 31211

    Hi Stiofan is resolving other problem related to his computer right now. He’ll be back to you as soon as possible.

    Thanks

    in reply to: One WP Website two themes #184287

    Paolo
    Site Admin
    Post count: 31211

    Becuase GeoDirectory Framework theme is a theme and not a plugin.

    https://wpgeodirectory.com/docs/installing-themes/

    Thanks

    in reply to: Database Thread Connection Issues #184286

    Paolo
    Site Admin
    Post count: 31211

    Yes it will, but if your database is hammered by the plugin with no traffic, it means that the server hosting the database is not good enough.

    Thanks

    in reply to: Payment step is leading to homepage #183975

    Paolo
    Site Admin
    Post count: 31211

    It takes minutes to load the plugin page and there are plenty of errors:

    
    
    MySQL server has gone away in /homepages/27/d487702718/htdocs/clickandbuilds/BesserBilden2016/wp-includes/wp-db.php on line 1811
    
    Warning: mysqli_query(): Error reading result set's header in /homepages/27/d487702718/htdocs/clickandbuilds/BesserBilden2016/wp-includes/wp-db.php on line 1811
    
    Warning: mysqli_query(): MySQL server has gone away in /homepages/27/d487702718/htdocs/clickandbuilds/BesserBilden2016/wp-includes/wp-db.php on line 1811
    
    Warning: mysqli_query(): Error reading result set's header in /homepages/27/d487702718/htdocs/clickandbuilds/BesserBilden2016/wp-includes/wp-db.php on line 1811
    
    Warning: Cannot modify header information - headers already sent by (output started at /homepages/27/d487702718/htdocs/clickandbuilds/BesserBilden2016/wp-includes/wp-db.php:1811) in /homepages/27/d487702718/htdocs/clickandbuilds/BesserBilden2016/wp-includes/option.php on line 823
    
    Warning: Cannot modify header information - headers already sent by (output started at /homepages/27/d487702718/htdocs/clickandbuilds/BesserBilden2016/wp-includes/wp-db.php:1811) in /homepages/27/d487702718/htdocs/clickandbuilds/BesserBilden2016/wp-includes/option.php on line 824

    Whatever Stiofan finds, you should consider upgrading your hosting provider.

    Shared hosting plan are enough for small blogs and static websites only. Just FYI.

    Thanks

    in reply to: Map #183967

    Paolo
    Site Admin
    Post count: 31211

    I don’t know what to say, maybe ask for support to your hosting provider? If you could provide FTP credentials directly it would be much easier for me too.

    Thanks

    in reply to: Link CPT to Business like events #183964

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’m sorry but there is no option currently to do something similar.

    Thanks

    in reply to: Child Theme #183963

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    Breadcrumbs are only added by the plugin to the directory pages as explained above.

    Blog and pages have no breadcrumb unless the theme includes them. I think none of our theme does.

    I asked to the developers to answer your last question.

    Thanks

    in reply to: Map #183957

    Paolo
    Site Admin
    Post count: 31211

    just tried, please see image attached.

    Thanks

    in reply to: Supreme DIrectory/ Geodriectory Address input #183955

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    in reply to: Child Theme #183953

    Paolo
    Site Admin
    Post count: 31211

    Breadcrumbs are controlled by plugin temaplates.

    The best way to add soemthing after them is via functions.php file of your child theme using actions.

    These are the actions that add the breadcrumbs to each GD page:

    
    
    add_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20);
    add_action('geodir_listings_before_main_content', 'geodir_breadcrumb', 20);
    add_action('geodir_author_before_main_content', 'geodir_breadcrumb', 20);
    add_action('geodir_search_before_main_content', 'geodir_breadcrumb', 20);
    add_action('geodir_home_before_main_content', 'geodir_breadcrumb', 20);
    add_action('geodir_location_before_main_content', 'geodir_breadcrumb', 20);

    WHat you’ll need to do is something similar but with your custom function and a slight higher priority.

    Example for the detail page:

    
    
    add_action('geodir_detail_before_main_content', 'after_geodir_breadcrumb', 21);
    
    function after_geodir_breadcrumb() {echo 'Hello World!';}
    

    This will output Hello World after the breadcrumb of the detail page.

    Hope this helps.

    Thanks

Viewing 15 posts - 13,351 through 13,365 (of 27,715 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount