0
votes
1answer
10 views

Image upload issue in wordpress 3.5.1

There is a issue in wordpress for uploading image at the time of creating an article. Steps to regenerate the issue. Posts -> Add new posts -> Add Media -> Upload files. Select a Image to upload, ...
0
votes
0answers
6 views

WordPress 3.5+ - URL to edit image with media uploader thickbox

I use WordPress 3.5. I try to figure out how I can edit an image by clicking on it to get to the media uploader thickbox. What I found out so far The URL below work fine but I need to EDIT a special ...
0
votes
2answers
36 views

How do I make certain images have a certain width and not others?

I recently changed the width of my Wordpress site from 456px wide to 620px. Of course this has resulted in all of my images now not fitting to the new width. I discovered that by using the following ...
0
votes
1answer
22 views

Auto renaming of featured image filenames in WordPress posts..?

Please tell me, - is there a code I can use to automatically copy the title of a post and rename the filename of that post's featured image according to that title, putting dashes instead of spaces, ...
0
votes
1answer
17 views

different post-thumbnail in wordpress

The scenario: I'm on the Startpage of my Blog, and there is an Article with its post-thumbnail. When I click on the Header or the "…read more-link I get to the post. My question: Is it possible to ...
-2
votes
3answers
24 views

Getting images from links listed in an RSS feed [closed]

I am displaying (via wordpress) the content of RSS feeds from several websites. However, these RSS feeds do not have images, which isn't ideal. I was wondering, if there would a way in PHP to ...
0
votes
0answers
10 views

Replace post/page titles with an image in Wordpress [migrated]

I have a Wordpress theme bought from a well known site. I'm trying to change the location of the main site logo to where the page/post titles appear. The page.php for the title is as follows; How ...
0
votes
2answers
23 views

Insert Image into Wordpress child theme hgroup using CSS

I'm working on a child theme of twentyeleven. I would like to insert a header "banner" image, which includes the company's logo, in addition to the already existing image slideshow in the header area. ...
0
votes
0answers
58 views

Responsive featured Image

I created a new post and selected a featured image. For this, I created a class called featured-image (custom image size). The alignment is to the left, and I want it to be responsive. But for the ...
0
votes
0answers
24 views

wordpress solution Change name images or … file after upload .?

how to change image name = image title after upload . http://wordpresslivethemes.com ex: http://wordpresslivethemes.com/wp-content/uploads/2013/05/01_preview.__large_preview1.jpg title images = ...
0
votes
1answer
19 views

wordpress 3.4.1 muti-sites image has not appear in time on safari sometimes

I'm running muti-sites wordpress with nginx, and test on safari (chrome is fine). A very important thing is, the image is upload by administrator. I found sometime some image has not appear ...
1
vote
1answer
24 views

why chrome rotate a image and firefox not

I am working on wordpress, and I have rotate a image with the media editor, but I am seeing that the image is rotate only on chrome, but not in firefox by example ...
0
votes
2answers
26 views

I'm developing a wordpress theme and using custom fields. I've got the following code:

<img src="<?php echo get_post_meta($post->ID, 'thumbnail', true);?>" alt="Post Pic" width="615" height="275" /></a> That code is giving this: <img src="" alt="Post Pic" ...
1
vote
2answers
48 views

How to use post title as featured image's alt text in Wordpress?

How can I use post title as the alt text of that posts featured image in Wordpress? please show me how/where can I tweak the WordPress core files to achieve that, since it seems that the theme I'm ...
0
votes
0answers
20 views

Forbidden You don't have permission to access /appetitclic/wp-content/themes/Apc/img/logo.png on this server

Hello all :) I am currently working on a WP website and a the moment I am working locally with Wampserver. None of my pictures happen to appear on my website. Here is the error I get when I put the ...
0
votes
2answers
20 views

WordPress Featured Image Not In Div

I have a featured image for a Custom Post Type that I am trying to lay out in a div. For some reason the image is on the page but outside the div. This is my first time working with featured images ...
1
vote
1answer
39 views

Display all image files from a directory into WordPress template page

I've been refraining from posting in here as I feel it's such a simple question that's been answered many times over and over again. I know this because I've read through countless posts people have ...
0
votes
0answers
38 views

Responsive site - page full of images - set layout

I'm working on a Wordpress site, http://gssg.mindsqueezecreative.com/ Site built in Weaver Pro, using a child theme. The client has a very specific layout that has been signed off by the board ...
0
votes
0answers
34 views

Add image upload to custom content type wordpress

I am creating acuatom content type in wordpress. Please note that I am defining it in the theme I'm developing. This content type has a normal body field and two image upload fileds. What is the ...
1
vote
2answers
63 views

Wordpress template - featured image slider not displaying image

I'm a very basic web developer and starting this site http://teammurdertrain.com/ I downloaded and installed a template and there is a slider. I have set my featured image in the post but nothing ...
0
votes
0answers
30 views

how to get images description in wordpress

in my site i added WidgetKit Accordion.. and inside each content for according i added content(text) and images. now i want to pull/get those images title and description... i tried but still not ...
0
votes
0answers
25 views

How to show the Wordpress Image's title as a caption

I'm working on a huge projects for a school, which will show the students pictures and their names under the picture. I have to set a caption in order the name to be shown under the picture. Is there ...
0
votes
0answers
41 views

Upsizing Wordpress featured image thumbnail / Always convert GIF to JPG

This one's a bit of a two-parter, as either could solve my problem. Upsizing featured image when selected image smaller than specified thumbnail size If a file is uploaded that's smaller than the ...
-1
votes
0answers
35 views

Alt text is showing on top of the image in IE

<img src="/pictures/MEV.png" alt="The image is showing, so why is this showing?"/> is the only code of any kind I have put in a wordpress page. The image appears fine in Chrome and firefox, ...
0
votes
2answers
33 views

Photo sizing issues in wordpress

Hi I am having trouble displaying my thumbnails to the actual size of the image. Here is my code: <div class="property_photo"> <?php if (has_post_thumbnail($property->ID)){ ...
1
vote
2answers
230 views

Image File upload with thumbnail preview - like Zurb - not Working?

Here's what I have: I am trying to implement the ZURB file uploader, however I am having trouble getting the file to upload. I am wondering if there is something with my upload.php file. The site ...
0
votes
1answer
60 views

Wordpress & CSS: A trouble of an image which is above the rounded box

I have a trouble that I can't solve in a blog of WordPress. I don't know if it's bug or they are in confilcts. Firstly, see the image: http://i.imgur.com/K4gWjh9.png Notice the 3D rounded border and ...
0
votes
1answer
24 views

wordpress display image caption if possible, but only on post page

I'm trying to make a function I can put into my functions.php that controls the images placed on each post's page. I want any image that has a caption to have that caption display under the image with ...
1
vote
1answer
30 views

How do you clear the default attachment title from Wordpress 3.5 uploads?

I would like to clear the default "filename" from the image title when I upload a new image. I tried using the code below with no luck. add_action( 'add_attachment', 'my_upload_title', 99 ); ...
0
votes
2answers
56 views

PHP - add class to anchor in loop

I need to add a class of 'project-img' to each anchor on this page: http://petekingston.com/portfolio/test/ My code (PHP loop) for this atm is: <div id="container"> <?php foreach ...
0
votes
0answers
45 views

Wordpress Theme Plugin Manipulating Images [closed]

I am writing a 'theme' plugin for wordpress that manipulates featured images from posts from a certain category. This images are black and have either a transparent text or white text on them. The ...
0
votes
1answer
14 views

delete unused pics from server when a post is deleted

Is there any way to delete the image (featured and/or not) related to a post at the same time a post is deleted in wordpress? Thanks!
0
votes
1answer
17 views

Image size defaulting to 100% in css?

Anyone ever dealt with every time you upload a photo in the cms that the image holds its full uploaded size no matter if you re-size it or not. It is like there is a hidden min-width:100% somewhere ...
-1
votes
2answers
23 views

images as buttons in Wordpress

I want to use a common link in every page of my wordpress site. I want it to show as a button or image or infographic and when one clicks on it it opens a new page in a new window. I want an image to ...
0
votes
1answer
60 views

Setting a default featured image in a plugins code

Following on from an earlier post, the below code is part of Keyring Social Importer, and it imports my Tweets from Twitter and posts them as individual blog posts on my self-installed website. How I ...
0
votes
0answers
53 views

.png not always displayed in Safari

I have a problem with my header logo image on WordPress, It's not always displayed on Safari (chrome is OK) and I don't understand why… I have disable all my plugin and I have tested on others ...
0
votes
1answer
43 views

Bootstrap and images: What are the best dimensions to pre-resized images for a design implemented with Bootstrap?

I'm using a CMS (read: WordPress). While I realize that Bootstrap will adjust img sizing on the fly, should I (for example) have WP create a version of an image for each BS span# width? Or do you ...
0
votes
0answers
26 views

Post meta only displaying on the first instance of loop

Currently I have a page that holds a category 'Dining' along with displaying the sub-categories of Dining and their posts, using the following code: <?php $taxonomy = 'category'; $param_type = ...
0
votes
0answers
15 views

Wordpress Image Not Swapping Out

I have this strange issue with wordpress. I had an image loaded for the header, then later decided I wanted to swap out the image for another one. The image I swapped was moved into the same ...
1
vote
0answers
291 views

Pinterest Pin It button doesn't work with uploaded images on Wordpress blog

I have recently migrated from blogger to wordpress, but am having issues with images. Both Pinterest and Facebook are not recognising my new images that I am uploading to wordpress, however they do ...
0
votes
0answers
480 views

Randomly not loading images in Internet Explorer 10: how to fix?

I'm developing a WordPress theme and in IE 10 the images are randomly not showing. All I got is the frame like this: If I reload maybe the image shows off, but another would have the same ...
0
votes
1answer
59 views

WordPress Image Resizing Reduces Quality of Image

I'm running a WordPress site with WordPress version 3.4 (hence using the now depricated "image_resize" functionality) and I've found that the image resizing abilities of WordPress are extremely ...
0
votes
2answers
36 views

Adding tags to images in Wordpress

How can I add support for adding tags to images the same way you can add tags to posts in Wordpress? I know I can do this by installing a plugin such as the Shiba media library plugin, but that adds ...
1
vote
1answer
69 views

wordpress subdomain for images htaccess problems

I'm trying to setup a sub domain for my wordpress images and i have been setting up the a virtualhost which is pointing to default wordpress upload directory. The problem is that the sub-domain is ...
0
votes
1answer
43 views

Do someone know how to fetch post images sizes via MYSQL Query?

i am developing a web-services using PHP with adodb classes. what i trying to do is that i need the image sizes of the post i.e(thumbnail, medium, large) size. I am able to fetch the post original ...
0
votes
0answers
95 views

(Solved) Media uploader not saving when options change in Wordpress

I'm having a problem with my custom options page in Wordpress. The issue concerns the media uploader I have put a while ago. It works properly, but when re-saving options the url in the field, where ...
0
votes
1answer
53 views

Upload image from wordpress site to facebook

I'm newbie, so be polite please. I'm using latest version of Wordpress, and NextGen Gallery. I want to allow visitors to upload images on their facebook account from my website. I'm managing a photo ...
0
votes
2answers
47 views

Wordpress - Insert Image in custom form

I have made a custom form in wordpress in the admin panel on my plugin settings page. I have an input field that I wont to hold the URL for an image that will be selected via the Wordpress Image ...
0
votes
2answers
44 views

php error in adding text over image

Hello am a newbie in php, so i dont have much knowledge about that. I am trying to add text over image with form method but that doesnt works Here are the codes In form-add-text.php <form ...
0
votes
1answer
53 views

How to display the featured image of a page in the page itself automatically in WordPress? [closed]

Please i need your help with the following. The features images that i am setting for my pages are not getting displayed in the pages themselves. Is there any plugin or something i can do in order ...

1 2 3 4 5 10