Okay
  Public Ticket #915311
Pricing table not showing on my site
Closed

Comments

  •  2
    Grant started the conversation

    Hi Salient Team

    It seems that the pricing table isnt working on my site at all here are 2 links.

    http://granteagles.com/multidimensional-life-coaching/#packages 

    http://granteagles.com/pricing/

    Any ideas or solutions would be awesome.

    the bottom link is direct from the demo agency.

    Thank You


  •  8,996
    Tahir replied

    Hey Grant,

    Sorry for the Weekend Delay, Could you try turning off the caching and minification in the Plugin Settings and check . 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Grant replied

    Hi Tahir

    Done that still got the same issue.

    any help would be great.

    Kind regards

    Grant

  •  8,996
    Tahir replied

    Hey Again,

    Add this to wp-config.php via FTP after the WP_debug line :

    define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
    define( 'FS_CHMOD_FILE', ( 0644 & ~ umask() ) );
    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '128M' );

    Also set WP_DEBUG to true . 

    Thanks


    ThemeNectar Support Team