-
AuthorSearch Results
-
May 28, 2013 at 3:01 pm #120881
In reply to: Understanding image sizes – Help!
Thank you…
I have reuploaded the images and verified that it gets the new size. The screenshot shows this.
The original image file is 1:1 (257x183px) so there should be no resizing.
In fact the image is razor sharp for a tiny second, then turns blurry.
I scale down the window and then scale it back up again to see this. The theme is doing something it seems like.
May 28, 2013 at 2:40 pm #121539In reply to: Open image hyperlink in new tab or window
Let us know if you have any other questions or issues.
I think that has been mentioned as a feature request already :)
Regards,
Devin
May 28, 2013 at 2:12 pm #117524In reply to: Layout Builder Image Alt & Title Tag
Hi HighschoolAustralia,
Kriesi mentioned today or tomorrow for 1.5 I believe.
Regards,
Devin
May 28, 2013 at 1:37 pm #117523In reply to: Layout Builder Image Alt & Title Tag
I have exactly the same problem: titles and alt-texts do not show up in pictures used in combination with the Avia Layout Builder. You have any idea when the next version of Enfold will be available?
May 28, 2013 at 12:26 pm #23934Topic: Blog featured image not fullwidth at 1210px
in forum EnfoldDavyE
ParticipantIn fullwidth blog articles (so no sidebar), I noticed the featured image isn’t fullwidth at 1210px. I’ve removed all custom css to see if there is a conflict of some sort, but nothing changes. Any idea what’s causing this to stay maxed at 1030px? Here’s an example:
Thanks in advance.
May 28, 2013 at 12:12 pm #121555In reply to: Hyperlink rollover not working
Hi,
Just added a new page where I:
– added four 1/2 columns, added a text block and an image block in each of them
– added a hyperlink to each image I inserted
and all four have the rollover effect, without me having to use the code you supplied above. Now, why is it that this happens seemingly arbitrarily? Shouldn’t the rollover effect either appear everywhere or nowhere by default?
http://lavitasana.oscar.nl has the rollover.
http://lavitasana.oscar.nl/sports/ doesn’t show the rollover.
http://lavitasana.oscar.nl/voeding/ has the rollover (the new page).
May 28, 2013 at 11:53 am #120880In reply to: Understanding image sizes – Help!
Hi Merkur-Trykk,
Ultimately you will not be able to control the sharpness that level without replacing the thumbnails that get generated by wordpress via FTP after they have been generated.
You can use a plugin like this one to quickly modify image sizes and regenerate and play with the sizes to get the best results: http://wordpress.org/extend/plugins/simple-image-sizes/
The wordpress thumbnail functionality is just not that great if you want zero change in your images. From the demo content you can see an example with this image:
Fullsize: http://kriesi.at/themes/enfold/files/2011/12/dash_tresor.jpg
Thumbnail: http://kriesi.at/themes/enfold/files/2011/12/dash_tresor-260×185.jpg
WordPress does a slight file size reduction (which reduces quality) as well as attempts to shrink it as best it can. Even a single pixel difference can cause the thumb to have better or worse quality.
Regards,
Devin
May 28, 2013 at 11:10 am #119330In reply to: Slider Thumbnails
I am having the same issue of the thumbnails not showing. I’ve duplicated the settings you have and also uploaded images on the slide page where it says Thumbnail, but still no thumbnail navigation. Any thoughts? Thanks.
May 28, 2013 at 8:05 am #121499That’s better!
I wrote
.flex_column.av_one_full.first.avia-builder-el-0.avia-builder-el-first .avia_textblock > div > object {
margin-left: -1000px;}But background image still lies higher than the SWF movie, so it cuts on both ends.
Can we change it?
May 28, 2013 at 7:55 am #121554In reply to: Hyperlink rollover not working
I added the images in Avia Builder by making a column, then adding an image element. And I did both that on the landing page as well as on the page where the rollover doesn’t appear. I always use the Avia builder in your theme so I thought it strange that the rollover appears in one place but not in another.
May 28, 2013 at 7:48 am #121538In reply to: Open image hyperlink in new tab or window
Thanks Ismael,
The latter will work since I don’t want every image to open in a new window. It might be an idea to include the option in Avia Builder in the next update ;-)
May 28, 2013 at 6:39 am #121553In reply to: Hyperlink rollover not working
Hi,
How did you add the images without rollover effect?
If you want the rollover effect, you need something like this
<a href="http://www.klimhal-events.nl" class="avia_image avia-builder-el-3 avia-builder-el-no-sibling avia-align-center ">
<img class="avia_image avia_animated_image avia_animate_when_almost_visible top-to-bottom avia_start_animation" src="http://lavitasana.oscar.nl/wp-content/uploads/2013/05/landing-LVS-021-300x240.png" alt="">
<span class="image-overlay overlay-type-extern" style="opacity: 0.7; left: 0px; top: 0px; display: block; height: 240px; width: 300px;"><span class="image-overlay-inside"></span></span></a>This line of code is the rollover effect
<span class="image-overlay overlay-type-extern" style="opacity: 0.7; left: 0px; top: 0px; display: block; height: 240px; width: 300px;"><span class="image-overlay-inside"></span></span>They need to be included.
Regards,
Ismael
May 28, 2013 at 6:34 am #121483In reply to: Using an image and slider in footer column
Hello,
You can use the text widget to insert
tag on the footer. You need to use Media Queries to make it responsive.
Regards,
Ismael
May 28, 2013 at 6:03 am #121341In reply to: Lightbox on preview images…
Hi Ismael,
Not better… lost the link again, nothing happens…
H E L P :o)
Best regards
Jul
May 28, 2013 at 4:45 am #121502In reply to: image overlay icon color
Hi,
You can change the background using this
.main_color .image-overlay .image-overlay-inside::before {
background-color: red !important;
}Open css > base.css, find this code
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}You can replace the icon used, refer to this link http://www.entypo.com/characters/. Lets try the phone icon (U+1F4DE). You can do something like this
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}Remove browser cache then hard refresh the page.
Cheers,
Ismael
May 28, 2013 at 4:13 am #121445In reply to: how to hide mouseover default effect
Hi,
Please add this on your custom.css
.image-overlay.overlay-type-extern {
display: none !important;
}Regards,
Ismael
May 28, 2013 at 3:40 am #121340In reply to: Lightbox on preview images…
Hi,
Open loop-index.php then find this code
echo "<div class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."'>";
//default link for preview images
$link = get_permalink();
//on single page replace the link with a fullscreen image
if(is_singular())
{
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
}
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}Replace it with:
echo "<div class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."'>";
//default link for preview images
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');;
//on single page replace the link with a fullscreen image
if(is_singular())
{
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
}
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if($slider) $slider = '<a href="'.$link.'" rel="lightbox">'.$slider.'</a>';
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}Please try this one. Reset Dude’s code first. Remove browser cache then reload the page.
Regards,
Ismael
May 28, 2013 at 2:46 am #121537In reply to: Open image hyperlink in new tab or window
Hi,
You have a lot of options to open an image to a new window.
1.) Insert a text block then add an html tag. Something like this
<a target="_blank" href="YOURURLHERE"><img src="YOURIMAGEHERE" /></a>2.) You can edit config-templatebuilder > avia-shortcodes > image.php then find this code
$output.= "<a href='{$link}' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='' /></a>";Replace it with
$output.= "<a target='_blank' href='{$link}' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='' /></a>";3.) This is the rendered html tag when using the Image shortcode via AviaBuilder. You can copy and paste it manually. Change the anchor tag link and the image url.
<a href="http://www.yourlinkhere.com" class="avia_image avia-builder-el-49 el_after_av_slideshow_full avia-builder-el-no-sibling avia-align-center "><img class="avia_image avia_animated_image avia_animate_when_almost_visible right-to-left avia_start_animation" src="http://localhost/kriesi/enfold/wp-content/uploads/2011/12/imac_big_demo-300x180.png" alt=""><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 180px; width: 300px;"><span class="image-overlay-inside"></span></span></a>Regards,
Ismael
May 27, 2013 at 8:17 pm #23902Topic: Hyperlink rollover not working
in forum Enfoldyingfuli
ParticipantHi,
Typically when adding a hyperlink to an image it shows a rollover when hovering the mouse over it. Now I have made a page with several images linked to another page but they don’t show the rollover on hovering, whereas the frontpage does. Please advise, since I like the effect of the rollover.
http://lavitasana.oscar.nl has the rollover.
http://lavitasana.oscar.nl/sports/ doesn’t show the rollover.
May 27, 2013 at 5:08 pm #121339In reply to: Lightbox on preview images…
I have tried, the image have a link icon on mouse over but the link is “array” and open a page not found…
May 27, 2013 at 5:00 pm #120902In reply to: Upload Custom Header Image ( Doesn't Work )
Hi dsgnerfw,
You should be able to add a featured image to your posts and it will set the small thumbnail in those widgets.
Regards,
Devin
May 27, 2013 at 4:57 pm #120978In reply to: 2 requests regarding navigation header
Hi MikehJPP,
Which header layout are you wanting to center the logo on? If you can link to your site directly that will help give specific css.
For the logo switch, you could use media queries to hide the logo and then add a background image for the new logo but it isn’t as simple as a single media query for each.
The easier solution would be to add your own new div in the header.php with a logo and class that you hide with a media query for above mobile and then show when below.
Both of which would need to be done by a freelance developer as its a bit beyond what we can cover via support.
For the header background,
#header_main {
background: url('http://yoursite.com/yourimage.png');
}With some adjustment for the repeat you want.
Regards,
Devin
May 27, 2013 at 3:41 pm #23896Topic: Open image hyperlink in new tab or window
in forum Enfoldyingfuli
ParticipantHi,
When hyperlinking an image in the Avia Builder it gives the option to set the URL manually but not to open the link in a new tab or window. Is there a possibility to do that?
Thanks for the theme and the support,
Ying-Fu
May 27, 2013 at 1:45 pm #23889Topic: image overlay icon color
in forum Enfoldjoe88
ParticipantHello. 1) How do you change the icon background color of the of the image overlay for portfolio items? I see the tag “.image-overlay .image-overlay-inside:before”, but that doesn’t seem to work. Right now, its simply using the default accent color, which I would like to change.
2) Also, is it possible to completely replace the image overlay icon with a standard icon image (png) from a URL? If so, can this be placed in the css file? Thanks!
May 27, 2013 at 10:52 am #23883Topic: Using an image and slider in footer column
in forum Enfoldandypeck
ParticipantHi there,
If I wanted to put a three frame slider or static transparent png in a footer column is that possible and if so how? Would it be able to be responsive too.
Cheers
Andy
May 27, 2013 at 9:34 am #121308In reply to: Header Border (bottom)
This second image shows the header with a line that is full width. I want to change it so it is equal to all the other lines in the body. It should start at where the logo is and finish at the search icon. 960px im guessing.
https://docs.google.com/file/d/0B8Ofil_BJ_yzRm5UMjBHNmFTamc/edit?usp=sharing
May 27, 2013 at 9:31 am #121307In reply to: Header Border (bottom)
Hey,
Okay this first image shows the bottom of the page. You can see where the page ends and the footer begins. There is a dark black line. I would want that line to be lighter or have a drop shadow that comes on top of the footer. This will give the effect that the footer is in the back? hopefully it makes sense.
https://docs.google.com/file/d/0B8Ofil_BJ_yzaEN2dVRSMklONFk/edit?usp=sharing
May 27, 2013 at 9:14 am #120588In reply to: Add a larger Google font
Your suggestion didn’t seem to work for me, but I used a different workaround. I added the following code to the <head> of header.php:
<style type=”text/css”>
@import “http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,700,300”;
@import “http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300”;
</style>
<!–[if lt IE 9]>
<style type=”text/css”>
@font-face {font-family: ‘Open Sans Extrabold’; src: url(‘http://www.transics.com/Fontface/OpenSans-ExtraBold.eot’); font-style: normal;}
@font-face {font-family: ‘Open Sans Light’; src: url(‘http://www.transics.com/Fontface/OpenSans-Light.eot’); font-style: normal;}
h1, h3 {font-family:”Open Sans Extrabold”;}
h2 {font-family:’Open Sans Light’;}
#menu-item-search {background: url(http://www.transics.com/images/template/Search_trigger02_A.gif) no-repeat center; text-indent: -9999px;}
</style>
<![endif]–>
This seems to solve the problem, but do let me know if there are probs with this.
Thanks anyway, Dude.
May 27, 2013 at 9:09 am #120879In reply to: Understanding image sizes – Help!
Can I send it private? You have PM or email?
May 27, 2013 at 8:29 am #121306In reply to: Header Border (bottom)
How do I upload a image on here? Can I email it to you?
-
AuthorSearch Results
-
Search Results
-
In fullwidth blog articles (so no sidebar), I noticed the featured image isn’t fullwidth at 1210px. I’ve removed all custom css to see if there is a conflict of some sort, but nothing changes. Any idea what’s causing this to stay maxed at 1030px? Here’s an example:
Thanks in advance.
Hi,
Typically when adding a hyperlink to an image it shows a rollover when hovering the mouse over it. Now I have made a page with several images linked to another page but they don’t show the rollover on hovering, whereas the frontpage does. Please advise, since I like the effect of the rollover.
http://lavitasana.oscar.nl has the rollover.
http://lavitasana.oscar.nl/sports/ doesn’t show the rollover.
Hi,
When hyperlinking an image in the Avia Builder it gives the option to set the URL manually but not to open the link in a new tab or window. Is there a possibility to do that?
Thanks for the theme and the support,
Ying-Fu
Topic: image overlay icon color
Hello. 1) How do you change the icon background color of the of the image overlay for portfolio items? I see the tag “.image-overlay .image-overlay-inside:before”, but that doesn’t seem to work. Right now, its simply using the default accent color, which I would like to change.
2) Also, is it possible to completely replace the image overlay icon with a standard icon image (png) from a URL? If so, can this be placed in the css file? Thanks!
