asplash
Forum Replies Created
-
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 https://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
Forum: Plugins
In reply to: [Plugin: Custom Field Template] url or e-mail link optionsI think I must be missing something. All I can see when the post is published is [url][email] ehey behave like links, but are not creating links based on the values given, the only way I can display a link which works seems to be by putting the whole html <a href=” etc. into the value field.
In Template #2 I have the title 2 and then
[url]
type = text
size = 30[email]
type = text
size = 30In the post I have tried
[cft format=2] [cft template=2]
and
[url]
[email]Please can someone who has this working tell me where I am going wrong.
Many thanks, Jane
Forum: Plugins
In reply to: [Plugin: Custom Field Template] url or e-mail link optionsStill hoping someone has done this – it would be great to have links to other sites and e-mails which I could add through the custom fields.
Fingers crossed.