• Resolved ptitepalou

    (@ptitepalou)


    Hello all,

    I’ve just installed your WordPress plugin. Yet a simple and full plugin !
    My event calendar is showing on y page “actualites”, I added the shortcode. But, when I click on an event, the links links to default page, events/name_event/ . And is not showing the single event !
    More over, the page /events/ doesn’t show anything (gets me to the index.php).

    My permalinks are “name of the article”

    How can I do to see the single event ?

    I precise that I’ve created a theme by coding, so code doesn’t afraid me. And perhaps I had forgotten to call something or what … ?

    Thanks

    http://wordpress.org/extend/plugins/sugar-calendar-lite/

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Contributor Pippin Williamson

    (@mordauk)

    Can you give me a live URL?

    Thread Starter ptitepalou

    (@ptitepalou)

    Hi,

    Yep, you can see the calendar here : http://audasport.com/actualites/

    Thanks

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Go to Settings > Permalinks and click “Save Changes”.

    Thread Starter ptitepalou

    (@ptitepalou)

    It’s done but doesn’t change anything :/

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Sounds like a conflict with either another plugin or your theme. Can you switch to the default 2012 theme for a moment?

    Thread Starter ptitepalou

    (@ptitepalou)

    I changed the theme and looked in the preview theme what the website would look like. And indeed the event post appears, then when you go on page “Actualites”, you see the event calendar, then when you click on an event, you are redirected to the event content.

    I think there is a problem with the post calling. Maybe I forgot this in functions.php ?

    (I’ll come back this evening, then put the website on “Twenty Twelve” when you are ready. As it is a client website already online, I can’t let this theme visible you know … 😉 )

    Plugin Contributor Pippin Williamson

    (@mordauk)

    It’s definitely a problem with your theme then. Are you comfortable looking through PHP files?

    Thread Starter ptitepalou

    (@ptitepalou)

    Yes of course I can look through PHP files.
    What do you suggest ? If you want to see a file, ask me , then I’ll write code here.

    Thankx

    Plugin Contributor Pippin Williamson

    (@mordauk)

    You need to look for this line:
    flush_rewrite_rules();

    If you find it, please remove it.

    Thread Starter ptitepalou

    (@ptitepalou)

    Hi,

    Great I found it in the file install.php, plugin folder.
    At the moment I have a problem on my server so I can’t modify the file.
    When I change the file I’ll tell you if it works 🙂

    Thread Starter ptitepalou

    (@ptitepalou)

    I uploaded the new file install.php , but the problem still here : calendar is showing but when you click on a single events, it links to site.com/events/singleevent

    I looked through all files in the plugin folder and didn’t find another “rewrite_rules” ..

    Thread Starter ptitepalou

    (@ptitepalou)

    Hello,

    I have resolved my problem.
    In fact, maybe you won’t believe, I didn’t create all files necessary to make WordPress works good, such as single & archive pages.
    After searching in the languages, renaming my page “evenements” (which could be in conflict with translation of “events”), the problem was in fact : these files above didn’t exist so WP couldn’t display what I ask ! Created these files, now I can see my single events.

    Also I reedit install.php with the rule “flush_rewrite_rules();”, because it was not the problem finally 😉

    Thanks for helping.

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Great!

    Hello “ptitepalou” i have prblem same your’s.

    Where you change the name “event” in “evenements” (on single post url?).

    Thank’s

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Doesn't show single event’ is closed to new replies.