• Resolved groggy72

    (@groggy72)


    Not sure why but my content is not displaying – have followed plugins setup details exactly (changed slug to bookings) – and have specified full https rezdy url

    Its not pulling the info from ready even though I have added product code- e.g. – 102719

    Any ideas?

    • This topic was modified 7 years, 6 months ago by groggy72.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Thread Starter groggy72

    (@groggy72)

    Thanks for your reply Maeve

    To simplify things I installed a plugin called Permalink Manager Lite which offers the ability to add or remove the trailing slash and I have tried both options and information is still not being loaded from Rezdy. I rebuilt my permalink and cleared my cache also.

    My .htaccess file is the following

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /tpt/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /tpt/index.php [L]
    </IfModule>

    # END WordPress

    • This reply was modified 7 years, 6 months ago by groggy72.
    Thread Starter groggy72

    (@groggy72)

    all fixed – it was just a case of adding / at the end of my ready url

    Thank you

    Plugin Author Maeve Lander

    (@enigmaweb)

    all fixed – it was just a case of adding / at the end of my ready url

    That is really great to know. Thanks! And glad you got it sorted ??

    Thank you for the reply. It worked by adding / at the end of my ready url.
    I tried that before but it seemed not to work. The problem was fixed after flushing W3TC cache (dough!)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Content not displaying’ is closed to new replies.