Archived
This topic is now archived and is closed to further replies.

Recommended Posts
-
Similar Content
-
By jeomiland+
Hi guys
I saw discussion back in 2013 about ibox/icon/image size. Here's another question.
Have a client who wishes to have iboxs displaying several product categories in a shopping store, then under that, a couple more boxes - with clickable images - with DIFFERENT ASPECT RATIOS!!! from the iboxes used above.
see http://ecoluxhomeproducts.com/storedev/dev/ (site under development so may look different when you visit)
So is iBox the only section that has clickable images AND some sort of text describing the action you wish to take? And how control aspect ratio of the media display box? Client want's the 2 down below (Designer Collections and Blog) to be longer, landscape. I know I can code it up in HTML or PHP, but the idea is to make it simple for client to change the images AND the text AND the url the link goes to.
So any ideas what's the best section to accomplish this? And how control aspect ratio (those 2 images are actually landscape dimensions.)
Thanks
JE
-
By kwp4petar
I have been trying so many different options on the forums and nothing's working for me. On one site (most recent one i'm working on), I can change the size of the navigation bar at the top with no problem at all. However, when I try using Simple Navi (Full Width) on another site, nothing works. All I want is the logo to be larger (be it by changing the size of the container or the image div itself). I think my biggest issue is not knowing exactly what I need to direct my css changes to. I am also trying to change the background of the bar. I don't want any background. 100% transparent background. I've tried using 'background-color: transparent;' but that hasn't had any effect so far. I also tried using a 1% (as well as a 50%) transparent solid color image from photoshop to set it as the background, but that didn't work either.
So here's the long story short of what I want:
1. What's the easiest way to find the exact name of the object(would 'div' be a more correct term?) I am making changes to in css? (i've tried using Chrome's 'Inspect Element' but that doesn't always work)
ex: How do people know to do '.section-navi img { .... }'
2. How do I change the size of the logo being used in Simple Navi (full-width)?
3. How can I make the navbar have either slightly transparent solid colored background, or no background at all (100% transparent).
-
By espitia
Hello, I'm trying to have the images (featured images) from the Flipper be thumbnail. I set that as the option but still shows large images. You can check out the site at http://casamotif.com. It is under the big splash image on the home page.
Thanks in advance.
-
By stebacon
Hi folks.
I am using Pagelines DMS to build my blog http://foodandfitness.co.uk.
The problem i have encountered, and struggled to find answers for in the forums, is how i can change the size of the featured image as it is displayed along with the excerpt in the 'list view'.
Currently i have my blog roll settings as 'list view' with the image 'left justified' at 150px by 150px.
I would like to be able to use the settings as 'list view' with image 'on top' - however when i use these settings the featured image is cropped and large portions of my image are no longer visible.
I would like my images to be displayed as 600px by 600px (un-cropped) with the title, meta and excerpt underneath.
It's important for me that my blog uses large images rather than the small ones i currently have to use, but i can't seem to figure this problem out!
If anyone has a solution or advice i would be very grateful.
-
By viewgoo
Hi, I'm having an issue with a full width image I am using for a header. I
have the image - with some coding help - at 100% width of the browser and
the image set to 960px. The effect works perfectly but when I extend the
browser width wider than the 960px width of the image, obviously it stopes
moving with the browser and stops at the 960px width I set it to in
Photoshop.
Here's the code I used for the full browser width:
#pl_areaunmaq2 .pl-content {
max-width: none;
}
Any ideas?
-