You are looking in the wrong spot. Look on my home page, the post slider image is cropped. I took a screen shot, look. http://imgur.com/boUXlw9
You see, not the same this as what my first question was, this is a different request.
-
This reply was modified 12 years, 2 months ago by
tacopimp.
Hi!
I don’t see it cropped:

Did you regenerate the thumbnails?
Regards,
Josue
Hey @saundra!
This code will work:
jQuery(function() {
jQuery('.slide-entry').each(function(){
jQuery(this).find('.slide-content .slide-meta').after(jQuery(this).find('.slide-image').detach());
})
});
Best regards,
Josue
Hi!
I’m not quite sure if this is what you are looking for but you can use this css to see where the two container backgrounds are and then add your image as a background image to whatever container you want:
#header_main .container {
background: red;
}
#header_main {
background: blue;
}
Add that to your quick css in the styling tab of the theme options and then add the image as a background image: http://www.w3schools.com/css/css_background.asp
Remove the colors once you are done of course.
Best regards,
Devin
Dear Support
i’m trying to edit the Product Archive Page Template.
What i need :
- Replace the Thumbnail pulled from the featured image of the product with the content of a custom field in the product.
- I am able to do this when i use a static HTML copy of the Archive content and pull the custom field with my shortcode
See Example = Article Nr. 1 with the Audioplayer instead of the Thumbnail
i tried to do it with quick css i.e. .thumbnail_container {display:nzs_page_section_custom_attach, !important}
Any help would be highly appreciated
-
This topic was modified 12 years, 2 months ago by
SonicCube.
Dear Devin,
Sorry, my mistake – some of the images were too small, I have uploaded bigger images and everything is resized ans recropped as it should!
Fiorilla
The problem is in base.css for:
img, a img {...
/* MODIFICATION
height:auto;
width:auto;
*/
...}
comment those two lines an ot workd but i don’t know the consequences elsewhere… :-(
Same problem for me.
Solutions? Thanks!
Hey frvill!
No, unfortunately not. The images don’t have individual links to them within a lightbox or within a regular gallery like that.
Regards,
Devin
This reply has been marked as private.
Hi guys, Urgent
My site is mostly black. Images missing etc. Even part of my theme dashboard is black. Here’s a screenshot of the dashboard.
https://dl.dropboxusercontent.com/u/1049926/black.png
Hmmm. Do you have any idea why? Mind taking a quick look? I was doing the following.
1. Adding some CSS in Quick CSS field. Bad code?
2. I used a plugin called WP Retina 2x.
I have no idea if any of this had anything to do with this problem. I just thought I’d mention it. This happened Feb 2nd just before 4:55am PST. About 45 minutes ago.
I did not add any plugins for several days otherwise I would have deactivated recent plugins. It just happened when I was editing CSS I believe.
Sorry to bother. Thanks, Jas
I am using LayerSlider with the Enfold theme for http://www.kariosgames.com and I have a strange bug. I make a slide with a few layers and it works great. I make a second similar slide and I am getting errors that prevent the whole thing from loading. The errors look like this:
Failed to load resource : http://www.kariosgames.comhttp//www.kariosgames.com/wp-content/uploads/2014/01/appStore.png
In the respective layer, the image is stored as:
/wp-content/uploads/2014/01/appStore.png
but it seems like at some point the relative filename tries to become absolute unsuccessfully resulting to the error above.
The first layer works if I hide the second one. Any ideas?
I have two question.
1. I want to remove one image in the main page mobile(1/1 layout)
2. I want to show right contents first & left contents in the mainpage mobile.
I devide 1/4 & 3/4 layout elements in the desktop main page.but I want to show right contents(3/4,tabs) first & left contents(1/4) in the mainpage mobile
site link : http://www.lawbis.com/


-
This topic was modified 12 years, 2 months ago by
wethepublic.
Hi – I need some guidance on how to add text after the calculated price and add some generic disclaimer text under the total price.
As a picture is worth a thousand words, I’ve attached a jpg that easily explains what I am trying to do.
Thanks!
John
-
This topic was modified 12 years, 2 months ago by
sundialstudios. Reason: Clarification
Hello
When i insert an image into a post, yes i can chose the size (medium, small, thumbnail, and yours)
Okay, i chose the “featured” size, but that size do not sastisfy me so i try to change the image size there :

and try to choose, 90%, 60%,… but the image still at the same size?
Thanks
Hello. I’m using the Header with Social Icons and Bottom Navigation header with my site, but for some reason when I view it on a phone, the social icons are placed behind the pop-up navigation. Can you tell me how to correct this?
Also, I’m using code to make my full-width banner logo responsive and it looks great on all sizes EXCEPT for viewing on a phone horizontally. The image doesn’t stretch all the way across. I can’t find where to adjust the height in that case. An help is appreciated! Thank you!
http://64.91.254.11/~gdigital/greatlakesfordcollision.com/
i prefer the layout as stretched ideally.
is it not possible to simply add a custom header logo that it is either 1000px, or 1010 or even 1030px wide and 200px high. surely this can’t be that difficult to achieve. i tried the code you gave me and replaced the url with the following: http://www.catalyst2change.co.uk/wp-content/uploads/2013/12/Cat2Change_headerbkgrnd.jpg and it just gave me a completely blank header. plus i wanted the header to remain stretched if poss rather than boxed, as like the blue colour to carry on right across the width of the page.
the customer requires a more snazzy header image rather than just a basic 340px * 156 logo, which just wouldn’t give me anywhere near enough space for the amount of stuff they want to have at the top of the page in a banner style graphic.
please advise the easiest way to add a custom header image.
i did also try adding an image in this section of the header section:
Custom Background Image
Upload a BG image for your Header
but when i uploaded the image it did not show when i viewed the page in my browser.
as i said, the image will simply be around 1000px wide by 200 high.
thanks,
paul
Done, those replies are now private.
Cheers!
Josue
Hey toddgeist!
You will lose the lightbox functionality for images and videos. Lightbox is the modal box that pop up when you click on an image or text linking to a video or image.
Cheers!
Ismael
Hi Ismael,
Thx for this code, it is showing the images now perfectly and if there is no image the excerpt!
However this code somehow breaks the onmouseover part of the masonry, even when set to display on mouseover the overlay is showing at all times on all items. Strange huh? Any ideas?
Cheers,
Thomas
This reply has been marked as private.
Hey msfoto!
Edit functions.php, find this code:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
Change the height then regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hi Ismael,
Thanks for the email. The solution is absolutely brilliant. I changed the Header type to “Header with Social icons and bottom navigation”.
This is the code I have placed below :
echo “
“;
What I wanted to put in, with aligncenter,

Please let me know how I can achieve this.
CSS element – banner-header
Please see the screen-shot placed at http://tinypic.com/r/2iivhfp/8 I need to ensure that the image can be aligned as well as define a height. I tried the following code. It does not seem to work.
I would appreciate if you can help me here. I am happy to provide access if needed.
Cheers
Mohan
Hi!
Please try this one:
if(empty($this->loop[$key]['content']))
{
$this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '');
}
$prev_img_id = get_post_meta($id, 'artist_logo', true );
if($prev_img_id != '') {
if($prev_img_id) $image_attributes = wp_get_attachment_image_src($prev_img_id, $size = 'full', $icon = false); // returns an array
if(!empty($image_attributes[0])) $this->loop[$key]['content'] = '<img src="'.$image_attributes[0].'" />';
}
Best regards,
Ismael
Thank you very much logishkas, your solution 1) solved this annoying problem…
This reply has been marked as private.
I tryed to import the demo using the botton ” import dummy data”, but it imports only few pages, not the whole demo site!!! I need it to avoid wasting time to set pages like the demo I saw in the live template (this is the reason why I purchased your theme). I know that some images could be missed, but not the pages!!!!
Regards,
Stefano
-
This topic was modified 12 years, 2 months ago by
CAPOSTENO.
First of all, I’d like to thank you for the beautiful theme you’ve created, it’s the best I’ve used so far.
To make my website even better I’d like to remove the main background on one of the pages because I have the Full-width Masonry Gallery in there and I don’t like the space at te bottom.
This is the page i’d liked to remove de background color only (so not the background image)
http://www.experimentaal.com/nieuw/impressie-experimentaal/
I hope you know what I’m trying to say, my English is not perfect, but I’m trying my best
-
This topic was modified 12 years, 2 months ago by
erikenanne.