Your account expired support, please renew to get your support.

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Conflict with Google Map API #24913
    maucast
    Support Expired

    Hi,

    That’s what I did, but the Google Maps JavaScript API warning remains

    in reply to: Destination Slug #20530
    maucast
    Support Expired

    Hi Billy

    yes I saw the modification of the function.php file in the child theme.

    But if you have also made a change in the main theme I would like to know, also because when there is an update of the theme, I risk losing this change and come back here to ask for assistance 🙂

    Thanks
    Mau

    P.S. 5 stars for sure!

    in reply to: Destination Slug #20499
    maucast
    Support Expired

    Hi

    thank you very much!!

    Just to understand: the only change you made is to insert that snippet in the child theme’s function.php file?

    in reply to: Destination Slug #20451
    maucast
    Support Expired
    This reply has been marked as private.
    in reply to: Destination Slug #20403
    maucast
    Support Expired

    Hi

    can you help me a little more?

    I added these 3 snippets to functions.php from this guide. I added this snippet to make hierarchical URLs:

    register_taxonomy('genre',array('book'), array(
    'hierarchical' => true, // this makes it hierarchical in the UI
    'labels' => $labels,
    'show_ui' => true,
    'query_var' => true,
    'rewrite' => array( 'hierarchical' => true ), // this makes hierarchical URLs
    ));

    but I can’t get it, I only want this for Destinations. Maybe I’m wrong where to put basename /% taxonomy_name% (custom post type slug)

Viewing 5 posts - 1 through 5 (of 5 total)