Demo Places Issues

This topic contains 32 replies, has 2 voices, and was last updated by  Guust 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #526363

    Joseph Avery
    Free User
    Post count: 21

    Can someone please help me with getting the demo places found at https://nexus.808nanny.com/places/ to load their respective pages?

    #526372

    Guust
    Moderator
    Post count: 29970

    We cannot access the site, it is protected.
    Make sure you set your permalinks correctly: https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/

    Add your WP admin details in a private reply if we need to have a look.

    Thanks

    #526380

    Joseph Avery
    Free User
    Post count: 21
    This reply has been marked as private.
    #526381

    Guust
    Moderator
    Post count: 29970

    You just had to reset your permalinks [which is typical after you make any changes in the backend].

    Thanks

    #526382

    Joseph Avery
    Free User
    Post count: 21
    This reply has been marked as private.
    #526383

    Guust
    Moderator
    Post count: 29970

    There is no automatic way. Resetting permalinks is not required during everyday operation of your site, only if you make significant changes in the backend [new plugins, new structure etc].

    I have not checked any settings, but let us know if you have any problems and we’ll help you.

    Thanks

    #526384

    Joseph Avery
    Free User
    Post count: 21
    This reply has been marked as private.
    #526385

    Guust
    Moderator
    Post count: 29970

    Only GD pages can retain or remember the location set by the user. WP pages cannot.

    Thanks

    #526387

    Joseph Avery
    Free User
    Post count: 21
    This reply has been marked as private.
    #526389

    Guust
    Moderator
    Post count: 29970

    You could add this CSS:

    .sd-common #primary-nav ul li a {width: 220px;}

    See here for more CSS tweaks: https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks

    #526394

    Joseph Avery
    Free User
    Post count: 21
    This reply has been marked as private.
    #526396

    Guust
    Moderator
    Post count: 29970

    CSS can be added at Appearance > Customize > Additional CSS.

    Thanks

    #526398

    Joseph Avery
    Free User
    Post count: 21
    This reply has been marked as private.
    #526400

    Joseph Avery
    Free User
    Post count: 21
    This reply has been marked as private.
    #526405

    Guust
    Moderator
    Post count: 29970

    You should be able to use this snippet:

    add_action( 'wp_head', function () { ?>
    	<style>
    
    		/* write your CSS code here */
    
    	</style>
    <?php } );

    And if another option still breaks to a new line, is there a way to prevent the large gap in between the text so it doesn’t look like two different menu options?

    With some extra CSS that should be possible.

    Thanks

Viewing 15 posts - 1 through 15 (of 33 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket