Hey WIlliam!
It’s not because by doing that some of the Post functionality is lost:
– Featured image will be lost on the single post view.
– The post title will switch to the left of the header instead of below the featured image.
– You can’t comment on posts.
– No related posts will be shown or interesting links.
Regards,
Josue
This reply has been marked as private.
Hi
I removed the text formatting for the text on the right and it has helped it align better – but there still seems to be a gap between the top of the slider div and the top of the slider images. Have I got the image size or aspect ratio wrong somehow?
Thanks again
Chris
Hi!
You can use another filter – insert following code at the bottom of the functions.php file (child theme or parent theme):
add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
{
$custom_url = get_post_meta($attachment->ID, '_gallery_link_url', true);
$link = !empty($custom_url) ? $custom_url : $link;
return $link;
}
Cheers!
Peter
Hello,
When I hover over an image I get an orange circle with two white arrows pointing in the opposite direction. How do I change this image to show our logo or some other image? Any restrictions on it, such as resolution, file type, etc.? This might help: https://www.dropbox.com/s/i5h5eakomtd4bkz/hover%20image%20enfold.png
Thank you!
I’m having problems using the regular WordPress Gallery in this way. I would imagine it has to do with trying to use the [gallery] code in a text block so that I can use the Avia Layout Builder for the rest of the content on the page. The thumbnails don’t size up when using the [gallery size ="large"] code and the image title label that pops up above the image on hover isn’t there (probably because this is an Enfold Gallery feature and not a WordPress gallery feature).
Also, I need to use the Avia Layout Builder because I’m not interested in having most of my pages built using the Avia Layout Builder and a few using the Default WordPress Editor. Everything needs to be consistent.
If the “post_gallery” filter could be added in a future update, that would be great, otherwise, it looks like I’ll have to find a different solution.
Hi There,
when we insert entypo codes they are translated to little colored images, but we need them in the font color.
What can we do?
Thanks, T.
This reply has been marked as private.
that worked thanks! I keep getting those <h3> tages mixed up with my images.
Thanks Peter but it doesnt work :( Any other solution? And shouldnt this be fixed in the Enfold theme? Because evryone will be having the same issue.
Thanks again!
Rhodo
When I make an image gallery and I choose images from my media library, it doesnt work. It just shows all images in my library. Also when I want to make adjustments or add images to an existing image gallery, it doesnt work at all. Anyone had the same problems?
Hi,
I’ve tried to create one but when I try to load the images (from the media library: …/wp-content/uploads/2014/01/privacy-11.jpg) the slider i get can’t locate them, while the same type of slider of enfold theme does show the images. I’ve looked inside and found that the enfold theme slider loads the images from a different folder (…/wp-content/themes/enfold/config-layerslider/LayerSlider/avia-samples/slide3_l16.png).
How can I fix this ?
Always on this subject, very often the images I load to the media library are not viewable in the media library, I can only see a question mark but the image is loaded correctly.
Thks for help :)
Nona
Hi Yigit,
In the screenshot you sent to me, the image for , “short courses” and “care courses” is slightly shorter than the two images on the sides, and slightly smaller. I’d like all of the images to be the same size, it is only a sight difference I know, but would be great if they could all be the same.
kind regards,
jake
This reply has been marked as private.
Hey kliprift!
What type of header are you using? You can check it in Enfold theme options under Header tab. If you are using one of non-fixed header types, you can simply upload one wide logo image with your logo on the left and images on the right. Please try and post the link to your website
Cheers!
Yigit
This reply has been marked as private.
I would like to mark some sections in Advanced Layout Builder to show them only on desktop version of the web site, but not mobile one . I use for this. It works when I insert shortcode [notphone] and [/notphone] in the same text element in the Advance Layout Builder, however it doesn’t work when opening and closing tags in different sections, for example when I try to hide a row of videos or images. Could you please help me to solve this problem, are there other options to change what sections are displayed on mobile devices?
The are some problems with the alignment, didn’t see that because I don’t use IE
Printscreens:
http://postimg.org/image/8p7n54ys7
http://postimg.org/image/8unulo5b9
Should I update the theme? I have version 2.4.2
thanks
-
This reply was modified 12 years, 3 months ago by
Valienescu.
Hey!
I previously checked your website in Chrome and now i checked once again but it looks fine when resizing the window. Please see screenshot here http://i.imgur.com/eAuclQa.jpg
I am using version 32.0.1700.76 m
Regards,
Yigit
Could I please request following addition to Enfold.
Add option in the theme to turn on / off the lightbox URL to feature images on Post pages. (as per #202971)
Currently I do not want to have my feature image to have any link.
I would also like to be able to edit the size and position of the Feature image in the Post view. i.e. small / medium / full width, left / right justified etc…
Many thanks
Mark
Hey!
If I am not mistaken, you can replace the code above with this:
$output .= !empty($link) ? "<a href='{$link}' data-rel='slide-".avia_partner_logo::$slider."' class='slide-image' title='{$linktitle}' {$blank} >{$img}</a>" : $img;
$output .= "<a href='{$link}' title='{$linktitle}' {$blank}><div class='logo-title'>".$hover."</div></a>";
$output .= "</div>";
Cheers!
Ismael
Hi MUNFORD!
I think you forgot to close the anchor tag on the text block with the “CFC Short and Doc” logo. Edit the text block, find this code:
<h3 style="text-align: center;"><a title="SHORT & DOC" href="http://www.copenhagenfilmcompany.dk/2014/short-doc_en/"><img class="wp-image-3617 aligncenter" style="margin-top: 0px; margin-bottom: 0px;" alt="SHORT & DOC" src="http://www.copenhagenfilmcompany.dk/2014/wp-content/uploads/2014/01/SHORTDOX1-300x220.png" width="211" height="155"></a>CINEMATIC STORYTELLING</h3>
Replace it with:
<a title="SHORT & DOC" href="http://www.copenhagenfilmcompany.dk/2014/short-doc_en/"><h3 style="text-align: center;"><img class="wp-image-3617 aligncenter" style="margin-top: 0px; margin-bottom: 0px;" alt="SHORT & DOC" src="http://www.copenhagenfilmcompany.dk/2014/wp-content/uploads/2014/01/SHORTDOX1-300x220.png" width="211" height="155">CINEMATIC STORYTELLING</h3></a>
Cheers!
Ismael
Hi could I request that this functionality be added as an option to the theme.
I.e. add a option box on the theme to turn on / off the lightbox functionality ?
Many thanks
Mark
II want to reduce white space between contents in the mainpage
You can confirm my white space problem below image

my site link : http://www.lawbis.com/
-
This topic was modified 12 years, 3 months ago by
wethepublic.
Hi Yigit,
Sorry not to get back to you sooner.
It seems that the images are different sizes in both chrome (which is the browser I am developing in) and Safari, but ok in IE and Firefox.
Do you have any ideas what might be causing this issue in Chrome?
many thanks,
Jake
Hi Devin,
sorry for the late reply, was away from computer.
Thanks for your ideas.
I added the CSS to the Quick CSS. Then the client said, he now sees the gallery, but couldn’t click to the next image.
So I removed the Google-widget, too, and replaced it with just an image. Haven’t heard from him now. So I think it should be ok by now.
Thank you very much for your helping with this issue.
Another question which occured to the client:
The custom logo which we inserted has these measures: 250×100 px. Because of this size it is bigger than the menu line at the windows machines. (see screenshot)
http://i42.tinypic.com/2dl7lev.jpg
How can we fix this?
Thank you in advance,
Rainer
I am still seeing a shift of elements on the page beneath the layer slieder when the slider switches images.
http://www.copenhagenfilmcompany.dk/2014/
??
Hi there,
I like to customize a line, like you do on Kriest.at (the one with the small star in the middle). Does anybody know how to make them? I like to replace the star for our company image.
Regards,
David