Gr1f
Forum Replies Created
-
Hi there,
bit of a novice at this but I’d like to pass through information from a link. So, say I have a pricing table and I click one of the product’s link. This then passes the product name to the CF7 form and upon submission emails this to the intended recipient.I guess then saving me building a form for every product…
mtilly, OK I get you thanks.
What about wrapping the phrase in quotes? Like “37 Dawson”?Look forward to the weekend! 🙂
Hi mtilly,
OK, thanks for the response. Still noting coming thru. Here’s activity log:Date Topic Type Message URL
2012-10-03 09:56:34 37 Dawson Street ACTIVITY All posts older than 60 days 37 Google feed
2012-10-03 09:56:34 37 Dawson Street ACTIVITY All posts older than 60 days Google search
2012-10-03 09:47:45 37 Dawson Street ACTIVITY All posts older than 60 days Google search
2012-10-03 09:47:41 37 Dawson Street ACTIVITY All posts older than 60 days 37 Google feed
2012-10-02 18:10:37 37 Dawson Street ACTIVITY All posts older than 60 days Google search
2012-10-02 18:10:36 37 Dawson Street ACTIVITY All posts older than 60 days 37 Google feed
2012-10-02 13:17:02 37 Dawson Street ACTIVITY All posts older than 60 days Google search
2012-10-02 13:17:01 37 Dawson Street ACTIVITY No Search 1 phrase: 37 dawson http://www.statesmanjournal.com/article/20121002/SPORTS/310020040/Area-highlights?odyssey=tab%7Ctopnews%7Ctext%7CSports
2012-10-02 13:16:56 37 Dawson Street ACTIVITY All posts older than 60 days 37 Google feed
2012-10-02 10:11:22 37 Dawson Street ACTIVITY All posts older than 60 days Google search
2012-10-02 10:11:19 37 Dawson Street ACTIVITY All posts older than 60 days 37 Google feed
2012-10-01 10:09:36 37 Dawson Street ACTIVITY All posts older than 60 days Google search
2012-10-01 10:09:35 37 Dawson Street ACTIVITY All posts older than 60 days 37 Google feed
2012-10-01 10:02:39 37 Dawson Street ACTIVITY All posts older than 60 days Google search
2012-10-01 10:02:36 37 Dawson Street ACTIVITY Found excluded word: jobs http://www.mariettatimes.com/page/content.detail/id/546965/Waterford-s-homecoming-activities-under-way.html?nav=5008
2012-10-01 10:02:33 37 Dawson Street ACTIVITY All posts older than 60 days 37 Google feed
2012-09-30 13:44:31 37 Dawson Street ACTIVITY All posts older than 60 days Twitter Search
2012-09-30 13:44:30 37 Dawson Street ACTIVITY No Search 1 phrase: 37 dawson http://web.stagram.com/p/291766197838783800_9427408
2012-09-30 13:44:30 37 Dawson Street ACTIVITY All posts older than 60 days Google search
2012-09-30 13:44:27 37 Dawson Street ACTIVITY No Search 1 phrase: 37 dawson http://web.stagram.com/p/291767244326020419_9427408
2012-09-30 13:44:22 37 Dawson Street ACTIVITY No Search 1 phrase: 37 dawson http://web.stagram.com/p/291767663320212807_9427408
2012-09-30 13:44:19 37 Dawson Street ACTIVITY No Search 1 phrase: 37 dawson http://web.stagram.com/p/291768709354464593_9427408
2012-09-30 13:44:14 37 Dawson Street ACTIVITY No Search 1 phrase: 37 dawson http://amarillo.com/sports/college-sports/2012-09-29/big-12-roundup-doege-leads-texas-tech-red-raiders-past-iowa-st
2012-09-30 13:44:09 37 Dawson Street ACTIVITY All posts older than 60 days 37 Google feed
2012-09-29 14:56:56 37 Dawson Street ACTIVITY All posts older than 60 days Twitter SearchHi,
I can’t get this to work either. There is stuff listed in the Activity log but nothing showing in Training Page.I did have a couple of errors show up in the log but I have since attepted to fix them only i’m not sure they are actaully fixed as I’m not sure how long it will take to run the queries again?
Forum: Fixing WordPress
In reply to: .entry custom background image using custom fieldsOK, stupid me……
I just say the problem:template looks for lead_image
custom field specified lead-image
🙂
Forum: Fixing WordPress
In reply to: .entry custom background image using custom fieldsI was trying something like this in the loop:
<div id="content" class="narrowcolumn"> <?php query_posts('category_name=testimonial&showposts=100'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="lead-image-wrapper"> <h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <?php $image = get_post_meta($post->ID, 'lead_image', true); ?> <img src='<?php echo $image; ?>' /> <div class="entry"> <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> <small id="comments"><?php comments_number('No Comments yet', 'One Comment', '% Comments' );?> to “<?php the_title(); ?>” <br /><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">View Event / Comment on Event</a></small> </div> </div> </div class="lead-image-wrapper">
where I would specify a custom field “lead-image”
Forum: Plugins
In reply to: [Plugin: Events Calendar] Do not update! 12-12-09Thanks for this guys as it also fixed an issue with events in the large calendar not showing in safari and other browsers 🙂
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Unable to update roleshow did that ‘solve’ it? I’m having the same issue.
Thanks
OK, problem solved!
I stupidly left out the <?php wp_footer(); ?> call in my own footer.php
grrrrrr
…well, it’s deffo in my theme dir somewhere, using default theme all works fine. Tried default CSS but it’s still broken…. trial and error i guess.
…as a follow-up
Well, to try and get to the bottom of this I did a full, clean reinstall of WP and all the plugins. It’s still happening. THickbox is showing a stupid thumbnail nav down the side. Other thing i tried was installing shaddowbox-js plug-in to see if it would override it. It worked fine in a similar blog but not this, doesn’t work at all even if i set ‘effects’ to none.
So, this tells me that the culprit lies somewhere in my theme dir. But I have no idea where?!? I have knocked off any ngg. styles i had in my style.css and made sure everything else was pretty basic. I guess i should try default theme and see what happens next….
Forum: Fixing WordPress
In reply to: Permalinks break styles……Thisnk i’m gonna deffo move the dir’s into the theme folder. Thanks for the help.
Forum: Fixing WordPress
In reply to: Edit page without publishing it?You can also set the page to ‘private’ on the Publish Panel on right of the page edit
Forum: Fixing WordPress
In reply to: Permalinks break styles……actually, one problem i thought about. I have a local version of the site that i use for dev before it goes live, this is gonna mess that up.
Forum: Fixing WordPress
In reply to: Permalinks break styles……ok, i’ll give that a shot, and hey, thanks for the reply!