back…
Without sidebar i do this:

But not very confortable to manage…
Wow cool, that worked perfectly, well almost :)
1) I am now getting the images returned as thumbnail size (80×80), is it possible to specify the size, like “full” or “large” with this code?
2) Also I noticed that when using this code, all items that dont have this image get the image from the previous item/id that did have it. Before, it was working well, it showed the word “Array” or the id number when the post had the custom image added, if it didnt it showed the title and excerpt.
thanks,
Thomas Borkent
Yes, that’s true but since I included the snippet to get the featured image if I add an image in the excerpt Feed Burner is sending both images the featured image and the one in the excerpt.
Hi Dude,
Went and did this right away, however when I add this shortcode to the child-theme functions.php strangely the media library when accessed from the post edit screen is empty. For instance, change featured image -> library popup returns no images, when adding a new image it then does show but all the others have disappeared… When I go to the media library main window in admin it is not empty and I can see all previous uploaded files, any idea on what could be causing this?
Thx for helping out!
Thomas Borkent
Hello,
How I can change size of images from Blog Posts widget? Standard size is 495×400, but I want change proportions, to 495×330 (3:2).
Best regards!
-
This topic was modified 12 years, 2 months ago by
msfoto.
Hey borkent!
Sure – use this code
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) $image_attributes = wp_get_attachment_image_src($prev_img_id); // returns an array
if(!empty($image_attributes[0])) $this->loop[$key]['content'] = '<img src="'.$image_attributes[0].'" />';
Regards,
Peter
Just a brief explanation:
On the frontpage, I have used a color section (ID = beta) and put the button inside. Then I have repositioned the button and hidden the color section with the above CSS.
The only real problem is that on page load, the full slider image covers the button. When I scroll down it shows up again. If you can just help us solve this problem, we would be really grateful and it would be perfect!
Thank you!
Hi!
Afaik the excerpt itself does not support any images because wordpress strips all html tags (including images) from the excerpt text.
Best regards,
Peter
Hi ekessler!
1.) You can hide the featured image on the blog using this on Quick CSS:
.small-preview, .big-preview.single-big {
display: none;
}
2.) You said that you want to remove the featured images? Try this:
.small-preview, .big-preview.single-big {
pointer-events: none;
}
3.) I’m sorry but it is not clear. What home icons?
Best regards,
Ismael
Hi!
Please try to edit the image with the video link on the full width easy slider then make sure that the “Open Link in new Window?” option is set to “Open is same window”.
Best regards,
Ismael
Hi bryanpeck!
Please add this on custom.css or Quick CSS to fix the background color issue:
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content {
background-color: #f8f8f8;
background: #f8f8f8;
color: #4d4d4d;
}
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content {
background-color: #f8f8f8;
background: #f8f8f8;
color: #4d4d4d;
}
Regards,
Ismael
Hi!
The “Header with social icons and bottom navigation” header already have a bottom navigation or menu. It is below the logo or the image.
Regards,
Ismael
Hey!
Change the header type to “Header with Social icons and bottom navigation”. Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Below, you can add the banner code:
echo "<img class='header-banner' src='IMAGE URL HERE'/>";
Use media queries to resize the banner on different screen sizes.
Regards,
Ismael
That didn’t fix the problem. I verified that the permission on the images folder is 755. I deleted the background and layout folders (and contents) and re-uploaded them. I’m still seeing limited images. I even tried uploading the images to the media->library but there was no change.
I can see the logo and some weird black and white slider, which looks nothing like the demo. Most of the other images are missing, but they are not appearing as broken links anymore.
but this only expands the header to full width. what about moving the menu BELOW the image?
I am having issues with IE 8. I am currently running WP 3.8.1 and Enfold version 2.5. The URL of the site is http://www.wiggleworkskids.com.
I am missing many images throughout the site, as well as background colors where there should be background colors.
Since I am using the latest of both WP and Enfold, why would this be happening? Is there any fix I can do to help this? There are customers using IE8 that cannot use the site as it’s intended due to this issue.
Thank you
Bryan
Hi – a few questions about the blog. Is there a way to have the blog posts default to have no photo, just the title, teaser and link to read more?
Also, on the blog posts feature that you can add to pages, the featured image for the blog shows up, which I want, but I don’t want the hover to view it larger option, I just want the flat photo. How would I do this? Also, is there a subscribe to blog option, or a plugin that you’d recommend for that?
Lastly, on the homepage icons, is there a way to make the icons themselves link or can it just be the copy underneath them?
Thank you so much!
EK
I have created a new page using the theme and have inserted call to action button in 1/3 columns but I am getting spaces inserted between the sections. I created the code using Coda and the Preview looked fine but when it is transferred to WordPress the extra spaces are inserted. I presume a css change is required but I do not know which settings to change.
The screen is made up of image followed by a special heading followed by a text blovk with the code inserted directly into the text section.
http://skomar.net/index.php/chief-nursing-officers/
here is the page, You will see a lot of free space between the headings and the call to action buttons, how do I remove them?
Thanks
Phil
(Keep up the great work – this is a great theme)
-
This topic was modified 12 years, 2 months ago by
phmorgan.
The URL is:
The whole problem started when I did an update to the latest version of theme. The site is live so I am hesitant to deactivate all of the plugins, especially since it’s a law website. The only php I have modified are footer.php to change the Kriesi link and a small script to hide image attributes, and functions.php to remove the auto update in admin (these changes were fine before).
I’d be happy to give you the admin access – actually, I’d be really happy if someone at Kriesi is available to help me and get paid – is that possible?
We looking forward to hearing from you :)
Regards,
Josue
On our home page http://staging.actify.com we are using Layerslider WP to create rotating banners. We have a 2048px × 499px image and my monitor is set to 1920×900 in responsive view. The image is being scaled to 3001px × 731px. If I set my monitor to 1280×600 it scales the image to 1993px × 486px. So the images are looking distorted and taking up too much of the screen.
If we put in a smaller image we get a proportional upscaling.
Why is the template scaling the image like that? It should not scale it larger than my monitor is set to and distort the design.
Hi PietroPeride!
Please go to Enfold theme options > Header tab and choose to display “Header with social icons and bottom navigation” header type. Then add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container { width: 100%; }
Best regards,
Yigit
Hi,
Ever since I changed the permalinks structure (but not sure if it has to do with this) I’m getting 0 images indexed in Google Webmasters. I’m using SEO Yoast Plugin and my sitemap is http://www.cnovaplus.com.mx/sitemap_index.xml don’t know why this is happening. Thanks for the help.
Thanks
We have to restrict the access. Website is not ready yet. We solved the problem with short codes. Couldn’t wait. Thanks.
Hey toberho!
You can simply link your image to its url to open it inside a lightbox http://i.imgur.com/osxoxnP.jpg
Best regards,
Yigit
Hey DavyE!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.tab_inner a img { width: 100%; }
Cheers!
Yigit
Hi!
I wanted to check your website once again, but “Kleiderspende.org can be viewed by registered users of this site only.”. Can you post a temporary login so we can take a look?
Best regards,
Yigit
Hi!
You can right click on Chrome or Firefox and click Inspect elements to find out page id and modify custom CSS as needed. For example
.page-id-5959 .main_color tr:nth-child(odd) {
background: white;
background-color: white;
}
Can you post the link to your page where you need to limit image size so we can take a look?
Regards,
Yigit
Hi
Thanks for responding.
The header is one image – Made up of some hexagons (in the top left corner) and 2 logos
I would like the header to fill the width of the top section of the website (as per the image). The hexagons should be in the top left corner – These line up with the Social media icons – so potentially I would have to make this graphic a transparent PNG?
I can’t get the header to fill that top section of the page – It appears as though there are some margin’s in the way. Could you help?
Thanks
Lili
P.S At the moment the graphic on the site isn’t the one with hexagons. I didn’t want to swap them over – because it would mean I had to leave the header looking awful on the site. – If you can’t do it without the other header in let me know and I can swap them round.