zacke777says
Hello,
I have a hard time deciding betwen Amplify and Levitation in Wordpress.
I will use it as a blog. Can you advice me i the choice?
/Jonny
zacke777says
Hello,
I have a hard time deciding betwen Amplify and Levitation in Wordpress.
I will use it as a blog. Can you advice me i the choice?
/Jonny
tcaywilsonsays
I like your theme and purchased it for my website. I have one little problem I’m hoping I can get some help with. I need to give credit to the photographer on the photos. Can you recommend a way to do that?
In another theme I used for another website, I was able to include the credits in the Caption and Alt tags for the images and it is displayed under the images in some cases or when the visitor hovers over the image. But this theme doesn’t seem to use these tags (which isn’t good from an accessibility standpoint). Is there any easy way for me to add that information?
Thanks in advance for your help, Tammy
hm you could add a few lines of css to make it work better:
.wp-caption {
background:#161616;
border:1px solid #E6E6E6;
padding:1px;
text-align:center;
}
.wp-caption-text {
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:22px;
margin:0;
padding:0;
}
of course you need to adjust the colors to your likings but I guess this will help
(this only works for images that are embedded within the post/pages text-content area)
Specially set images and the image slider dont have a caption option
bc0001says
K – I have really enjoyed your Amplify theme. It has been working nicely, and I have noticed a few folks subscribing to my blog RSS – so thanks.
Would like to clean it up a bit on the images in the slider – and I’m sure you have covered this earlier, but I can’t seem to find.
I have both vertical and horizontal ads I want to feature. It would be ideal if what was presented in the slider was the best part of the image – and then when you clicked for more – you saw the full ad in portfolio. This requires a bit more finesse than my limited talent. 
Is there a recommended vertical and horizontal image I should be using to make this work nicer? Should I be turning off the auto resizing, and just crop each of my images? any suggestions would be greatly appreciated.
Would also love to have one full width page (without sidebars) – is that an easy thing to add?
Thanks!! 5 Stars!
Hey there, glad you like the theme. Unfortunatley it is not possible to really controll the output of the image resizing script, therefore your only option is to pre process images manually before you use them and dont use the auto resize feature.
building a full width page is possible but only if you know a little bit about wordpress templates. you would need to create a new template file out of the page.php file. add an additional class to the wrapping divs and then set the sidebar within this class to display:none; in your css file.
you could then also edit the width of the content area…
bc0001says
p.s. site is www.adwork.com if you want to see my predicament… 
T0kkesays
Hi Kriesi,
Thanks for this super theme. My question: is there an easy way to change the recent posts on the lower right side of the homepage? I want to put a ‘static’ message on this location, similar to the upper leftside of the sidebar on the other pages.
Thanks a lot
215comments