asplash
Forum Replies Created
-
What a disappointment.
Adding events in three languages – all looks well until I realise that the Upcoming Events Widget shows the dates in English only. If I choose Spanish, the event title changes but when I click on it, the single event page reverts to English. If I then choose Spanish again, there is a jumble of languages eg. Week of julio 23 and bits of English eg. All-dayThe event calendar shows excerpts which are just a jumble of all three languages. Even on the Spanish calendar, if I click on one of these jumbled events, back to English again.
Quite simply I do not think you can call this a multilingual calendar. I would love to hear from anyone who has found an alternative
Forum: Plugins
In reply to: [Mingle Forum] [Plugin: Mingle Forum] How Do You Even Create a Post?Hi, There are lots of instruction here, but you probably just need to set up the Forum Structure in your admin.
http://cartpauj.icomnow.com/projects/mingle-forum-plugin/tutorials/
Forum: Themes and Templates
In reply to: Make the home link keep language settingsHi,
Check your opening and closing tags.<!–:en–>Home<!–:–><!–:se–>Hem<!–:–>
Forum: Fixing WordPress
In reply to: eval() Error on Exec-PHP with INCLUDE and GET parametersThis is marked as resolved, but I cannot find the answer and I am having this problem too.
Forum: Themes and Templates
In reply to: Featured Image as Flash [swf]Sorry should have said – I am using TwentyTen theme
Thank you jeffvfren, that worked perfectly.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Recurring Events by day (ie. Every 2nd Friday)Oh the work it would save! PLEASE can we have repeating events, or even just the ability to give a few dates per event rather than have to make a new event for each week.
Hi,
I did this by making a folder in my wp-content>themes>my theme folder called events. In my example the theme is called guild so the folder needs to be put here: my http://www.yourwebsite.com/wp-content/themes/guild/events
Then put the four files in the events folder.
I suggest you make a bold change first so you can clearly see if it is working eg. in gridview.php change the text in this line which begins <h2 class=”tec-cal-title”><?php _e(‘Calendar of Events’, $spEvents->pluginDomain) ?></h2>
to something like <h2 class=”tec-cal-title”><?php _e(‘KNesd calendar’, $spEvents->pluginDomain) ?></h2>If the change does not show, try refreshing. If it still does not show you nay need to enable and disable any other plugins one at a time to see if there is a conflict.
Hope this helps, I have found the plugin really good to use.
Forum: Fixing WordPress
In reply to: Missing template attribute in WordPress 2.9I had the same problem. I use Theme Test Driver when creating new sites and I had to disable it to select one of the alternative templates I had created. Once I re-enabled Theme Test Driver, the choice of templates was no longer available, although I could now test my new template.
I edited the events.css in the resources folder to match the colours to my site. Suggest you keep a backup of the original just in case you need to restore it. I changed buttons and heading colours by checking in the page code to see which style was being used.
Hope this helps, JaneForum: Plugins
In reply to: [Plugin: The Events Calendar] Error Message when trying to activate pluginI am having the same problem, if I re-activate the plugin I get the same error message and my site disappears – cant find a better calender plugin, so please advise.
Cheers, JaneSorry not to have got back earlier.
In page.php find where the post content begins. In my version it reads:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(“<p>__(‘Read the rest of this page’)</p>”); ?>I then added the breadcrumb just before the content like this:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ( function_exists(‘yoast_breadcrumb’) ) { yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’); } ?> <!– [breadcrumb] –>
<?php the_content(“<p>__(‘Read the rest of this page’)</p>”); ?>Jane 🙂
By looking in the code of the install webpage I found the missing text for the link and took out the formatting – better still – it works! 🙂
<?php if ( function_exists(‘yoast_breadcrumb’) ) { yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’); } ?>
I have tried using this plugin and it always stops the widgets for any sidebars from working. Images no longer show in posts. I have now given up and am trying another solution.
Forum: Themes and Templates
In reply to: Arras theme slide showI use 630×250 pixels