Tagged Questions
0
votes
0answers
28 views
Change Image Sizes for Mobile Theme
I've got a small challenge, right now I have an existing blog with images that formatted for desktop. I have a mobile child theme that shows the content for mobile.
Is there a method to filter a ...
0
votes
2answers
94 views
Are seven additional image sizes are too many?
I am developing a theme which uses different image sizes. So I will be adding 7 image sizes, are they too many? Could that break anything like the image size selector, other parts of the interface or ...
3
votes
3answers
1k views
How to get gallery images?
I have some images uploaded in wordpress posts (eg. post#1, and post#2). Now I've created a new post (eg. Post#3), and in this post I have inserted the WordPress 3.5 gallery, I did not upload any ...
0
votes
2answers
111 views
how to get path to images in the uploads folder to be used in a plugin
I have some folder with images in /wp-content/uploads. I also have a plugin file in /wp-content/plugins. I want to retrieve the images stored in /wp-content/uploads and use them in the plugin file.
I ...
0
votes
2answers
33 views
I have no images in an activated wp theme
With this line everything works fine - (as a Non-Wordpress index.php):
<link href="style.css" rel="stylesheet" type="text/css"/>
When I activate the file as a wp theme and replace above ...
0
votes
0answers
234 views
i am using boldy 2.0.3 wp theme slider not showing images [closed]
I already read the other questions, and did not solve the problem the version of boldy i am using is 2.0.3
The slider shows the caption, and the vignete but does not display de image. I don“t know ...
-1
votes
1answer
429 views
Creating a rotating header /image slider using theme customization
So I'm learning WP and I want to create a rotating image slider for the header (like in this) using Theme Customization API. But I can't figure out how to and what setting should I use to take the ...
0
votes
1answer
56 views
Using Satoshi theme, I am having issues uploading a custom logo [closed]
I recently have followed the instructions to install the Satoshi . I then followed the detailed instructions to add a custom image logo to that theme, the instructions are very clear but when I go ...
0
votes
1answer
83 views
How to add cropped custom header image?
I don't see in my custom theme any option for uploading the header image (although there is a code for it in the header)
Do I need to register it somehow?
Also, I have a specific size I want to ...
0
votes
2answers
1k views
How do I get gallery thumbnail URL and change the default thumbnail size?
when I create a gallery I get this code generated yet I can;t find out how
<img width="150" height="150" src="http://localhost/wp2/wp-content/uploads/2012/06/28_0120-150x150.jpg" ...
0
votes
1answer
370 views
Is there a way to serve different resolution images to different devices?
I am making a mobile site, and I want to serve higher resolution images to devices with high pixel density, and normal image to the rest, is there a Wordpress functionality or plugin to help me do ...
1
vote
0answers
65 views
How to make the Awake or Unite theme to use the featured image as post image? [closed]
How can I make the Awake or Unite WP theme to use the post image from featured image instead of manually entering the post image URL in each post ?
0
votes
1answer
112 views
Is there a Image Gallery which will load all my posted Images like twitter's image grid?
Many of my wordpress posts have images in them for my personal blog. I have been searching for a good way to display all of the images from all of the posts in a grid layout on a page. Similar to the ...
1
vote
1answer
275 views
Change Default Image HTML
I am making a Wordpress theme and want to change the default image html. For example if you upload an image using Wordpress uploader it generates the following html for your images
<a ...
0
votes
1answer
60 views
Can i have a slider image with images on my wordpress.com site? [closed]
Now, what i wish to do is set a page as a static as my landing page on my wordpress.com site.
That page should have a couple of slider images which would be hyper-linked to my other pages, not ...
0
votes
1answer
1k views
Boldy theme - Regarding the images above the boxes
Hello I am using the Boldy theme for my Wordpress website. I have a problem with the boxes (all 3 of them). All these three boxes have a "read more" that takes the user to another page, and above ...
0
votes
1answer
217 views
Migrating a website using custom image tags to use featured images instead
I have a site that was built using a Wordpress 2.x era theme that uses a custom field "image" to hold the URL to use as a featured image for each post.
I am migrating to use the PageLines Platform ...
2
votes
1answer
101 views
What is the Wordpress Pinecone sitting on top of? [closed]
Does anybody know where wordpress gets their banner images? Perhaps we could find the original photo? I'm curious just what exactly this pine cone is sitting on top of.
2
votes
1answer
206 views
Alternate header image
Is there a convenient and configurable way to alternate between different header images?
The main features I'm looking for are:
Random select from a set of images
Specific header image in given ...
-1
votes
1answer
196 views
How to insert a column (part of theme) in the middle of the content body?
Was asked to simplify the question. Here we go:
As you know, the "content" part of a WordPress posts all appears together. What I'm trying to recreate is how on several news sites, they'll have the ...
2
votes
1answer
108 views
I'm trying to add an image in my CSS
I'm trying to add an image in my CSS with the theme folder code, <?php bloginfo('template_directory'); ?>, which works in HTML but for some reason it's not working in the CSS. Does anyone know ...
0
votes
1answer
289 views
how to stop a gallery slideshow
I am using the Dynamix WP theme. I have three images displaying in a loop with fade effect. The images continue to fade from one to other. However I would like to stop this effect once all images have ...
0
votes
2answers
254 views
Copying post thumbnail to custom field
I've just moved to another theme, and it uses the custom field bigimage for associating an image with a post, instead of using WordPress's post thumbnails. How do I copy the URLs of all existing ...
0
votes
1answer
61 views
Is there any way to modify images from a theme using the web interface?
Is there any way to modify images from a theme using the Wordpress web interface?
5
votes
5answers
269 views
what the best way to include images from the template's images folder?
what the best way to include images from the template's images folder? is it by using get_bloginfo('template_url')? I understood that its better to hard code the path to the images folder since this ...