Forum Replies Created
-
AuthorPosts
-
480K seems acceptable. Your “SQL backup” contains only text. No image files are backed up when you backup the db.
December 14, 2012 at 6:41 pm in reply to: Suggestion: Add ability to embed Gists here on the forum using this function #5307FWIW – the Crayon Syntax plugin is reportedly compatible with bbPress. Perhaps the Admins could try that, rather than using Pastie or waiting for another plugin to be updated?
Have you tried placing the MLS search in an iframe on your new site?
This may be helpful -
http://wordpress.org/extend/plugins/iframe-preserver/
WordPress SEO by Yoast – http://wordpress.org/extend/plugins/wordpress-seo/
It has been a long time since AIO was as good, basically that was only before WordPress SEO was offered.
You can have the option of the sender selecting from different recipients in a single contact form with Contact Form 7. They have also resolved the security concerns well -
http://contactform7.com/selectable-recipient-with-pipes/
You can also encode text email address which reduces the spam address harvesting any email addresses placed in a page/post with an encoder like this one -
http://wordpress.org/extend/plugins/email-address-encoder/
You have Version 1 of the theme installed. V1 did not have multiple color schemes. The instructions you quote relate to Version 2, the current version.
Kevin, Email me at info@resultzdigital.com and I will provide you site login credentials to the photographer’s site if you want to explore differences as to why it is working there and not on yours.
Resultz Digital | Websites, search marketing services and consulting for small business.
Use the Custom Genesis Framework for WordPress Resource Search Engine-
This reply was modified 5 months, 3 weeks ago by
Marc.
-
This reply was modified 5 months, 3 weeks ago by
Marc.
Yes, exactly. The only deviation is to name the script “minimum-header-rotate.php”
FWIW, Below is the modified function code related to Matt’s script from the site linked above. (Note: Matt’s script name is changed) -
/** Add the featured image section */
add_action( ‘genesis_after_header’, ‘minimum_featured_image’ );
function minimum_featured_image() {
if ( is_home() ) {
echo ‘<div id=”featured-image”><img src=”‘. get_stylesheet_directory_uri() . ‘/images/header-images/minimum-header-rotate.php” alt=”College Station and Bryan TX event and wedding photography” title=”College Station and Bryan TX event and wedding photography” /></div>’;
}
/** elseif ( is_singular( array( ‘post’, ‘page’ ) ) && has_post_thumbnail() ){
echo ‘<div id=”featured-image”>’;
echo get_the_post_thumbnail($thumbnail->ID, ‘header’);
echo ‘</div>’;
} */
}
Resultz Digital | Websites, search marketing services and consulting for small business.
Use the Custom Genesis Framework for WordPress Resource Search Engine-
This reply was modified 5 months, 3 weeks ago by
Marc.
-
This reply was modified 5 months, 3 weeks ago by
Marc.
Congrats on your success. I am glad there are alternatives, if I need. Thank you!
Script conflicts arise. I have Matt’s script running on this site -
And on my local server with another site and RC3.5 + Minimum 2.0
But you can never tell ….
Kevin, seems like I “stepped” on your reply above. Either method will get you there. I like Matt’s because I don’t have to worry about any image names or conventions, just ftp them (whatever they are named) into the dedicated folder.
If you would consider having a different random image every time the home page is loaded, rather than timed rotating/sliding/fading images, you can easily integrate and use Matt Mullenweg’s random image script here - http://ma.tt/scripts/randomimage/ . I have used it a couple of times with Minimum 2.0 and it works fine.
I like the random option it because it does not slow the page down any from how it is “out-of-the-box” yet offers a different image each time the page is visited.
Resultz Digital | Websites, search marketing services and consulting for small business.
Use the Custom Genesis Framework for WordPress Resource Search EngineI am with Nick. Clicked every option in your navbar and no 404′s.
It was not CSS code, it would probably be best to remove it from your stylesheet.
You may find it easier to use a plugin, like this one -
http://wordpress.org/extend/plugins/extended-categories-widget/
-
This reply was modified 5 months, 3 weeks ago by
-
AuthorPosts