jimcallaghan
Forum Replies Created
-
Hi – mine is the same
https://sewprecious.co.uk/product/gift-vouchers/When I check my orders – the code is there – but it doesn’t appear anywhere in the email received.
Forum: Plugins
In reply to: [WooCommerce] I need help with an unusual product combinationHi – I’ll research that – it it a paid/premium service? Thanks again Mike. The bulk of what I wanted to achieve has been done. I’ve managed to add a custom checkout field inviting customers to manually enter additional options such as personalisation. I’ll dig further in to it – it seems the more I look, the more plugins and additional capabilities I dig up. Thanks.
Forum: Plugins
In reply to: [WooCommerce] I need help with an unusual product combinationMike – sincerely thanks very much. Dependency sorted. Shape of item set as variable – any suggestions on the inscription element?
Forum: Plugins
In reply to: Adding & amending a volunteer rotaPS: https://www.3rdlowton.co.uk
ThanksForum: Fixing WordPress
In reply to: Not sure how to search forums for this…Josh – that’s great. I don’t know PHP but I do know HTML. It will allow more flexibility, but for a little more work. I think after reading about it I’ll try that plugin – when I’ve got time to spend having a play around with it.
Cheers.Forum: Fixing WordPress
In reply to: Not sure how to search forums for this…Nailed the calendar thing too with use of the same process. Thanks again all for replies.
Forum: Fixing WordPress
In reply to: Not sure how to search forums for this…Now I have the bit between my teeth, I’m gonna try to amend the calendar on the left to only show relevant events on the sub section pages…
Forum: Fixing WordPress
In reply to: Not sure how to search forums for this…Following on from this subject – and slightly veering off it – the ALL RECENT POSTS display is going to start getting crowded. Your recommendations on widget to better manage what I would like to appear in the ALL RECENT POSTS.
Perhaps by stickies to make one stay for a while, or by excluding a post that is not relevant to all groups from ALL but including it in the relevant CUBS/SCOUTS/BROWNIES pages.
I know I’m asking a lot – but it’s a bit like iphone apps – there are so many, sometimes you can’t see the wood for the trees…
Forum: Fixing WordPress
In reply to: Not sure how to search forums for this…Thanks Nasir. I’ll read up on that. That may make life easier.
For now, I have been playing with Josh’s suggestion and you can see the results HERE Many generic pages (home page, contact page etc.) show the collective RECENT POSTS widget from all categories. This was achieved using Widget Logic.
I have then used the RECENT POSTS widget – made a widget for each category under SECTIONS > CUBS. SECTIONS > SCOUTS etc. to display posts with CUBS category to display on only the CUBS page, and the same for other categories. Thanks for your input.
Forum: Fixing WordPress
In reply to: Not sure how to search forums for this…Guys – thanks for the responses. I’ll play around with it this evening and post back. Unfortunately, my PHP is about as good as my Latin. I was thinking about page templates but the more I thought about it, the more I realised I was going to dig myself in to a hole. I’ll get hold of the Widget Logic plugin and take my time. Thanks again.
Forum: Themes and Templates
In reply to: Brand New DayBTW – tested in IE8 , Chrome & Firefox, and with different theme options.
Same result.
Cheers.
Jim.[ Please do not bump, it’s not permitted here. ]
Forum: Themes and Templates
In reply to: Brand New DayHi All,
I also see some stray code displayed as described above. Only when logged in. If I’m logged in, below the comments box, I see
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Then beneath the POST COMMENT button, the two options for notifications by email are stretched & dragged over the ‘SUN’ at the bottom of the page.
Any ideas?
Caroline – keep up the good work.
Thanks
Jim.Forum: Plugins
In reply to: PDF Document Management Question – Please help…!Anyone? Bump.
If it can’t be done, or if I’m unclear, please let me know.Forum: Fixing WordPress
In reply to: Sideblock Pages link not displayed properlyIt was within functions.php
The default downloaded code within the theme, that generated the sidebars was not in sideblock.php (as one may assume) but within functions.php
What was:
‘<h3><?php _e(‘Pages’); ?></h3>
<div class=”sideblock”>-
<li class=”page_item”>“>Home
<?php wp_list_pages(‘title_li=’); ?></div>’
became:
‘<div class=”sideblock”><h3><?php _e(‘Pages’); ?></h3>-
<li class=”page_item”>“>Home
<?php wp_list_pages(‘title_li=’); ?></div>’
by placing the <h3> tag within the <div> it placed the text correctly, and applied the css to the text. The >> was also within here so took one of them out. Resolved.
Thanks for your efforts ‘stvwlf’ – much appreciated.
Forum: Fixing WordPress
In reply to: Sideblock Pages link not displayed properlyThanks fopr the response, I’ll take a look. Seems odd that, as each theme has its own sidebar.php page so unlikely that two themes would both get the same problem. Of course, the view source you are seeing is generated dynamically. As a result, the html created is not the same as the local files that are uploaded.
here’s the source of the sidebar.php page before it’s uploaded to server.
‘
<div id=”sidebar-wrapper”>
<div id=”sidebar”>
<?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar() ) : ?><?php
$today = current_time(‘mysql’, 1);
if ( $recentposts = $wpdb->get_results(“SELECT ID, post_title FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_date_gmt < ‘$today’ ORDER BY post_date DESC LIMIT 10”)):?>
<div class=”sideblock”>
<h3><?php _e(“Recent Posts”); ?></h3>-
<?php
- ID).”‘>”;
the_title();
echo ‘
foreach ($recentposts as $post) {
if ($post->post_title == ”)
$post->post_title = sprintf(__(‘Post #%s’), $post->ID);
echo ”‘;
}?></div>
<?php endif; ?>
<?php if (function_exists(‘wp_theme_switcher’)) { ?>
<div class=”sideblock”>
<h3>Themes</h3>
<?php wp_theme_switcher(‘dropdown’); ?>
</div>
<?php } ?>
<div class=”sideblock”>
<h3>Categories</h3>-
<?php wp_list_cats(‘sort_column=name&hierarchical=0’); ?>
</div>
<div class=”sideblock”>
<h3>Archives</h3>-
<?php wp_get_archives(‘type=monthly’); ?>
</div>
<div class=”sideblock”>
<h3><?php _e(‘Blogroll’); ?></h3>-
<?php get_links(-1, ‘
- ‘, ‘
‘, ”, FALSE, ‘name’, FALSE, FALSE, -1, FALSE); ?>
</div>
<div class=”sideblock”>
<h3>Search</h3>-
<form method=”get” id=”searchform” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<input type=”text” value=”<?php echo wp_specialchars($s, 1); ?>” name=”s” id=”s” /><input type=”submit” id=”sidebarsubmit” value=”Search” />
</form>
</div>
<div class=”sideblock”>
<h3><?php _e(‘Meta:’); ?></h3>- ” title=”<?php _e(‘Syndicate this site using RSS’); ?>”><?php _e(‘<abbr title=”Really Simple Syndication”>RSS</abbr>’); ?>
- ” title=”<?php _e(‘The latest comments to all posts in RSS’); ?>”><?php _e(‘Comments <abbr title=”Really Simple Syndication”>RSS</abbr>’); ?>
- “><?php _e(‘Valid <abbr title=”eXtensible HyperText Markup Language”>XHTML</abbr>’); ?>
<?php wp_meta(); ?>
</div>
<?php endif; ?>
</div>
</div>
</div>
‘ - ID).”‘>”;