ScottFromPA
Forum Replies Created
-
Fulvio,
Hey man, thanks for the offer to help. I appreciate it.https://www.gridviper.com/expressive/
The widget has been placed in the center bottom footer area.
The errors are white text on a white background so you’ll have highlight it with you mouse to see it.
Shoot me an email (click member next to my photo) if you want access.
Forum: Plugins
In reply to: [Contact Form 7] [CHECKBOX] Two Columns?This thread is resolved.
??
Forum: Plugins
In reply to: [Contact Form 7] [CHECKBOX] Two Columns?In honor of the WordPress community I will explain what I did to make it happen. I used the two separate [checkbox] method.
CSS
.parent_div_1, .parent_div_2{width:140px; margin-right:10px; float:left;} .child_div_1{float:left; margin-right:6px;} .textsize {font-size: 13px;} /*reduced font size to eliminate text wrap*/
Contact Form 7 Code
<div class="parent_div_1 textsize">[checkbox* checkbox-91 "Box 1" "Box 2" "Box 3"]</div> <!-- left column--> <div class="parent_div_2 textsize">[checkbox checkbox-92 "Box 4" "Box 5" "Box 6"]</div><!--right column-->
Have a fantastic and delicious day!
Forum: Plugins
In reply to: [Contact Form 7] [CHECKBOX] Two Columns?Buzztone,
Thanks for that link and the CSS edit page. I surfed it and could find no mention of applying CSS to achieve a double column layout. Below shows what’s printed from CF7 concerning my six [checkbox] form elements.
<span class="wpcf7-list-item first"><label><span class="wpcf7-list-item-label">Tree Removal</span>?<input type="checkbox" name="work-type-checkbox-294[]" value="Tree Removal" /></label></span> <span class="wpcf7-list-item"><label><span class="wpcf7-list-item-label">Tree Pruning</span>?<input type="checkbox" name="work-type-checkbox-294[]" value="Tree Pruning" /></label></span> <span class="wpcf7-list-item"><label><span class="wpcf7-list-item-label">Last & Lot Clearing</span>?<input type="checkbox" name="work-type-checkbox-294[]" value="Last & Lot Clearing" /></label></span> <span class="wpcf7-list-item"><label><span class="wpcf7-list-item-label">Timber Buying</span>?<input type="checkbox" name="work-type-checkbox-294[]" value="Timber Buying" /></label></span> <span class="wpcf7-list-item"><label><span class="wpcf7-list-item-label">Hazard Assessment</span>?<input type="checkbox" name="work-type-checkbox-294[]" value="Hazard Assessment" /></label></span> <span class="wpcf7-list-item last"><label><span class="wpcf7-list-item-label">Commercial Services</span>?<input type="checkbox" name="work-type-checkbox-294[]" value="Commercial Services" /></label></span></span></span>
I honestly don’t think its possible to pull this off. Everything is housed in a <span>. If there was a way to define a <div> maybe. I dunno. There’s nothing out there.
I think what I’ll do is create two separate [checkbox] and float them in two <divs>. I think I’m vacating myself up a rope using this approach.
Much respect to anyone who can pull this off.
Forum: Fixing WordPress
In reply to: Post List Showing Two Current YearsThanks for the help Samuel!
Long live WordPress!
Forum: Fixing WordPress
In reply to: Post List Showing Two Current YearsYES! It works great!.
In order for 2014 to drop away when 2016 arrives means that I’ll need to modify line 21 i guess.
What would be the code to automatically grab two years worth of posts.
<?php // would this get me close? $current_day = date('j'); $last_year = date('Y')-1; ?>
Thanks Frank! That would be fantastic!
Thanks for the hard work on the software.
I’m using .breakhere {page-break-before: always;} in the custom css that Print Friendly allows in settings.
Hmmm,
Very interesting, The HTML print page does not reflect the forced page break but… when I click to download the PDF version the forced page break shows up.
Hmmm..
Yep… I have a site that uses Ithemes security and yes, I’m getting the very same error.
The error is intermittent which is a real PITA. If I find a solution I will reply.
Forum: Plugins
In reply to: [SEO Rank Reporter] Graphs are no longer visibleSpirit,
I’m just like you. I just installed the plugin (fantastic) but there is no graph data. I also noticed that the visits are all have “0”. This is probably why the graph does not work.
I will report back if I figure out how to fix it.
Forum: Plugins
In reply to: [SEO Rank Reporter] Any effect on the site performance?Run your site on pingdom speed test then deactivate the plugin and run it again. Then report back here on your findings.
Forum: Plugins
In reply to: [Genesis Visual Hook Guide] There Is No Drop Down In the AdminMuch thanks Chris,
Forum: Plugins
In reply to: [Yoast SEO] "keyword doesn't appear in the first paragraph"I have the same issue. I’ve been on many forums and therre are MANY who are wondering what the solution is. I can’t find one.
I’ll give it a shot thanks Ajay.