Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter LettieG

    (@lettieg)

    I was able to find a solution. I was able to get the multimedia tool to work. Thank you so very much for your help! it is greatly appreciated!

    Thread Starter LettieG

    (@lettieg)

    Yes, the images do have left alignment picked.

    I put an example up on the following page.
    http://daily-download.com/image-post/

    If you look throughout the site you will see the in the past photos have worked fine. Until recently there was a code on the site that was pulling images into the posts, however someone recently went in and removed this code and no one knows what it was. This person cannot be consulted. So now we have to add the photos right into the posts and that is why we ran into this problem.

    I have also tried using some plugins but they don’t work either.

    thanks

    Forum: Fixing WordPress
    In reply to: Editor not working
    Thread Starter LettieG

    (@lettieg)

    I’m back. This embed works fine for just a regular post but when I post the video to the homepage and click to view it the player takes up the whole screen and gives me an error. I have tried with multiple videos. If I click to go to another page the video plays fine.

    Any thoughts?

    daily-download.com- All the videos on there right now were loaded previous to the current problems.

    thanks

    Forum: Fixing WordPress
    In reply to: Editor not working
    Thread Starter LettieG

    (@lettieg)

    Ok, thank you.

    Forum: Fixing WordPress
    In reply to: Editor not working
    Thread Starter LettieG

    (@lettieg)

    It is a site with a lot of authors and contributors so it allows them to easily past a link in the article and have it show up as video.

    Thread Starter LettieG

    (@lettieg)

    Update: I don’t think it is the plugin because I just tried another youtube plugin and I am having the same problem. It must be something else with my site. Any suggestions on what I should be checking?

    thanks

    Thread Starter LettieG

    (@lettieg)

    Hi

    I have still been working on this issue and I have not found a resolution. I can say that the site currently uses a customized theme. If I switch the theme to 2012 or 2010, the search works fine. I compared the code on the search.php between those themes and the customized themes and the only difference is
    $searchterm = stripslashes(strip_tags(substr($_REQUEST[‘keywords’],0,1000)));
    $args = array(
    ‘s=’ . $searchterm,
    ‘orderby’ => ‘date’,
    ‘order’ => ‘asc’,
    ‘ignore_sticky_posts’ => 1
    );

    $search = new WP_Query( $args );
    ?>

    However if I remove this code search does not even show up on the page. Is there another template I should be looking at. I can’t find anything that is calling the same results regardless of the keyword used. Its wordpress 3.5.1

    thank you

Viewing 7 replies - 1 through 7 (of 7 total)