also this question is unanswered:
Here I see author round image: http://kriesi.at/themes/enfold/blog/blog-multi-author/
but for my post the image is grey http://suiciderescue.se/blog-multi-author/
even if I have a gravatar and the round image IS visible here: http://suiciderescue.se/author/admin/
Thank You both…
Dude I added to the feature request : )
Jess
Align title and excerpt to the top right of the image with a short separator centered after each blog post excerpt
I played around in Photoshop to show you what it would look like.. If I could tweak it myself I would
Kisses Kriese Love love your Template by far the prettiest out there
https://www.dropbox.com/s/sw1k2b0enm4ch21/Multi%20Author%20Tweek.jpg
I am embedding video into a portfolio but can not figure out how to show an image/thumbnail to click on. All you see is the text.
http://extremewatersportsgalveston.com/extreme_images/video/
It also does not give me an image option in the video upload box that I saw in another post.
Ok thanks for that Devin. Would it be possible for the future to add a hook so just defined new ones are added?
I have set-up a Gravity Forms and there seems to be an issue with the theme when hovering over the submit button. It’ displaying a partial image of a facebook connect button. See screen shot here: http://imgur.com/LZLpVQv
Is this a known bug in the theme?
Update: I have been able to center the text in the page, but now the images are left-justified instead of centered. *facepalm*
also all pages that have a text box I cannot edit. When i go to the Advanced Layout, I can see the text in the text box (see image http://www.imagebam.com/image/e63f39265942431)
but when i choose to edit the box all the text disappears and i can’t click in the box at all (see image 2 http://www.imagebam.com/image/e0ffe0265942432)
The Feature Images on our blog were not displaying properly (they were being automatically displayed at 495×150 in the blog page and 100×150 in page). I implemented the instructions I was provided in this thread: https://kriesi.at/support/topic/blog-post-feature-image.
These instructions worked, and the images are displaying as one would desire, but another problem has arisen. The main text content on all of our pages is now displaying off-center. Everything has been shifted about 100px to the left. After various attempts I have been unable to correct this problem, and am unsure about how to proceed. I obviously do not want to remove the image code, because then the images will display improperly again, but at the same time having the entire site off-center looks odd. Ideas about solutions?
Thanks.
Hello – Please see the gallery a little down the page at http://thecaloriemythbook.com/comingsoon. How can I make this and other galleries show the main image and thumbnails with their original (16:9) aspect ratios? Thank you.
Using the advanced layout editor in Enfold I want to do a three column layout that displays a page (image, title, excerpt, link) in each column just like the second section on the page (see “Randi’s bio”) created using the Velvet theme:
http://suryaflow.com/
How do I display a page inside a “layout element”? I can display posts or portfolio items but not pages.
AnonymousInactive
Hi,
I imported the dummy data after which I do get some data imported but I don’t think its complete, for example, the menu items are added but not all the items shown in the theme preview are added. For example, I don’t get any sub-items for “Shortcodes” and many menu items are missing “Shop”.
When I imported the dummy data, it did show the success message though.

What am I missing?
Hi Sorry to bother you with this I looks over the thread and found this thread
https://kriesi.at/support/topic/remove-featured-image-from-page#post-120827
used the Quick CSS with the following
.post-entry .slideshow_container {
display: none;
}
and it did not remove the image from the post so I added it to the custom.css and still no go.
I created a child theme and also added the code in that still no change the feature image is showing up within the post I forgot to mention I the blog is set to Blog Multi Author
here is the screen shot
https://www.dropbox.com/s/7yzdj2re4r2j8pv/Multi%20Author.png
Hi khri8,
Not easily no. The icons are the entypo icon font which means there are no image for them. You would need to target the specific items you want to change with css and then create your own effect from there.
Regards,
Devin
Hi kcharity,
Its replacing the contents of the array so you need to add in all of them again in your child theme function.
Regards,
Devin
Hey Peter,
Thanks for the link. In doing how you suggested it removes other items in the drop down Display Settings dropdown.
Before the code I have 9 choices:
Thumbnail – 80 × 80
Medium – 300 × 300
Full Size – 900 × 900
Square – 180 × 180
Featured – 900 × 430
Portfolio – 495 × 400
Gallery – 710 × 575
Entry with Sidebar – 710 × 270
Entry without Sidebar – 900 × 360
Then I wrapped the code above in a function:
// Add Custom sizes for Products
function avia_change_image_size_array() {
global $avia_config;
$avia_config['imgSize']['product-thumb'] = array('width'=>250, 'height'=>250); // small preview pics eg sidebar news
$avia_config['slectableImgSize'] = array(
'product-thumb' => __('250 x 250','avia_framework'),
);
}
add_action( 'init', 'avia_change_image_size_array');
Now I only get 3 choices:
Thumbnail – 80 × 80
Medium – 300 × 300
Full Size – 900 × 900
250 x 250 – 250 × 250
Thoughts on why the rest of the list is not appearing?
Hi Thanks
ok can you please have a look at the screenshot attached?
http://postimg.org/image/3x85rkv4z/
if you look at the premlink it says http://www.vivowebmatketing.com/homepage.
but all my other wordpress sites, it just says http://www.ABCDE.com/
Is it possible to add the featured image to the RSS feed?
Thanks for the reply :)
I have noticed one other issue. When using some browser sizes, the nav either appears in the wrong place, or disappears altogether. Any thoughts?
http://img51.imageshack.us/img51/2172/4g2s.png
Cheers,
Jason
Before and After image effect like the link below.
http://3clicks.bringthepixel.com/metromenu/design-audits/
Great for showing image retouching
Although I agree that it’s probably a better solution to create child theme files we can’t do this because it just takes too much time. We must work efficient and unfortunately we don’t have the time to explain how to use child themes, how to use code overwrites, etc. to modify the core files and so on. I expect that users who want to work with child themes read articles/tutorials, etc. and learn these things without our help and we can give them guidelines if the have a certain question (like: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp or https://kriesi.at/support/topic/generate-new-image-sizes-in-child-theme ) but we can’t explain how child themes work general, etc.
If we start to work this way we’ll get many more questions of inexperienced users (maybe we’ll even confuse them) and that’s something I don’t want…
Hey!
Try to wrap your code into a function and use the init hook to add your thumbnail size to the avia_config array: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp
Best regards,
Peter
Try to add following code into the quick css field and insert the width/height values (in px) of the logo.
.logo img{
width: 60px;
height: 60px;
}
Sometimes IE has problems to display images properly if no width/height values are specified…
Anytime. Enjoy the theme.
Nick
Hi skauper,
Glad you found the issue but the Ajax portfolio uses a completely different image than the regular portfolio which is the correct and intended behavior.
Regards,
Devin
Hi Karsten,
Under each portfolio items visual editor there are additional options for the individual portfolio. The first dropdown allows you to set the image link manually.
Regards,
Devin
Hi,
Can you show a screen grab of the problem, a snapshot image since I don’t see anything but a normal site. You can use clipular.com browser addon to take a snapshot.
Thanks,
Nick
I have tried the above fix and the menu button for the slide out menu appears like it should in portrait mode, but the text menu still is viewable underneath it and it it continues to appear all the way through the logo image. How do I get the text menu to disappear under the same condition, but stay viewable in landscape mode.