elames
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with adding images to slide showWhen I upload a photo from my computer, it shows it processing but then the window is blank when I click save changes. The image is in the media library when I go back and look, it just will not put it in the slideshow.
Forum: Fixing WordPress
In reply to: Problem with adding images to slide showStriking from Theme Forest.
I have used it numerous times with no problem.
I was testing for another site on my site and then I tried another site I had just completed and the same thing happened.
Slide show is Portfolio Slideshow. It shows the slide was created but there are no thumbnails showing. I sent to their support 3 days ago and no reply.
Forum: Themes and Templates
In reply to: Using Nivo Slider for header image in twenty elevenThat’s another issue. I have posted for help but so far no response.
Their video tutorials I follow just fine for putting slider into a page or post or widget…simple….but no directions on how to put in the slider header 🙁thanks anyway
Forum: Themes and Templates
In reply to: Using Nivo Slider for header image in twenty elevenI am back and hoping someone can help. I actually went and purchased the Nivo Slider. I have installed and uploaded the images and all seems ok. My only issue is now, how do I put that slider into the home page to replace the header image that is there.
There is now where in the Customize Header to select Nivo slider. I am given a code and slug link which I suspect is put into the header.php but I have tried it and it breaks my site.All I need to know is where EXACTLY does the code go?
Thanks to anyone who can assist. I am at standstill right now.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Error message HELP PLEASEOoPs…sorry, it was the other one that was not set properly. I thought the error message was applying to the Booth information and not the type of set up section. THANK YOU!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Error message HELP PLEASEI do have it set to Checkbox multiple
The error showed up right after I did the update to the plugin if that helps any.
Thank you
Forum: Plugins
In reply to: Error message HELP PLEASEI am using FS Contact Form
Forum: Fixing WordPress
In reply to: Any Way to Rever Back to 3.4.2 from 3.5?I would contact your hosting company. Mine has all the backups of my site and they can restore it back to the previous version. Hopefully yours can as well. I agree this release was premature. I will never be the first to do an upgrade again until I read it is safe from the forum.
Good luckForum: Fixing WordPress
In reply to: Problem with Adding HyperlinkWell I went back in again and deactivated plug ins. Found the culprit but nothing I can do about it. It is a custom database plugin the developer of the website did. I have no options to do anything with it. I will probably be forced to pay him to fix it.
thanks for your help.
Forum: Fixing WordPress
In reply to: Problem with Adding HyperlinkI have tried disabling all plug ins and still I cannot create a hyper link. My web hosting company is trying to find a solution, but no luck either.
I did find that in IE, the actual link window comes up but at the bottom of the greyed out screen. You can type in the link, but when you click on ADD LINK button, it freezes again and will not work.
I told the web hosting company to put the site back to 3.41. and restore from their back up.
Any other ideas? I have never had any problems like this with previous updates so now I am leery to do them.
Thanks.Forum: Fixing WordPress
In reply to: Problem with Adding HyperlinkI am afraid of what it might do to the site. I did not create this site, I just assist with text updates and misc stuff. So don’t want to mess it up royally.
Should I do one at a time or just disable everything at once and add back in one at a time?
Forum: Fixing WordPress
In reply to: Problem with Adding HyperlinkYes thanks I have read what you suggested. I have not disabled all plug ins at this point. ONly TINY MCE which I thought might be directly related to the issue, but it did not help.
Any other ideas?
This below is exactly the part I took out: nothing more:
<?php
// Check if this is a post or page, if it has a thumbnail, and if it’s a big one
if ( is_singular() &&
has_post_thumbnail( $post->ID ) &&
( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), ‘post-thumbnail’ ) ) &&
$image[1] >= HEADER_IMAGE_WIDTH ) :
// Houston, we have a new header image!
echo get_the_post_thumbnail( $post->ID, ‘post-thumbnail’ );
else : ?>
<?php if(function_exists(‘show_media_header’)){ show_media_header(); } ?>
<?php endif; ?>I tried this 2 more times and each time, it broke my navigation menu.
I did not remove the code you indicated above.Any other ideas
So, I pasted in the code in the header. It appears and works ok. However, it causes my navigation not to function. I have no ability to click on any links in my navigation bar.
I have replaced it with my previous swf.Any other ideas??
Thank you
I want to put the wow slider in the HEADER at the top of this page :
http://www.discovershenandoah.com to replace the FLASH header that is there now.I am guessing it might be somewhere here, but this is what I don’t know.
_______________________________________// Check if this is a post or page, if it has a thumbnail, and if it’s a big one
if ( is_singular() &&
has_post_thumbnail( $post->ID ) &&
( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), ‘post-thumbnail’ ) ) &&
$image[1] >= HEADER_IMAGE_WIDTH ) :
// Houston, we have a new header image!