Viewing 30 results - 105,511 through 105,540 (of 106,284 total)
  • Author
    Search Results
  • #120881

    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.

    #121539

    Let us know if you have any other questions or issues.

    I think that has been mentioned as a feature request already :)

    Regards,

    Devin

    #117524

    Hi HighschoolAustralia,

    Kriesi mentioned today or tomorrow for 1.5 I believe.

    Regards,

    Devin

    #117523

    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?

    #23934
    DavyE
    Participant

    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:

    http://goo.gl/oW0U3

    Thanks in advance.

    #121555

    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).

    #120880

    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

    #119330

    In 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.

    #121499

    That’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?

    #121554

    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.

    #121538

    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 ;-)

    #121553

    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

    #121483

    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

    #121341

    Hi Ismael,

    Not better… lost the link again, nothing happens…

    H E L P :o)

    Best regards

    Jul

    #121502

    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

    #121445

    Hi,

    Please add this on your custom.css

    .image-overlay.overlay-type-extern {
    display: none !important;
    }

    Regards,

    Ismael

    #121340

    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

    #121537

    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

    #23902
    yingfuli
    Participant

    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.

    #121339

    I have tried, the image have a link icon on mouse over but the link is “array” and open a page not found…

    http://www.juls.ch/studios/lost/

    #120902

    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

    #120978

    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

    #23896
    yingfuli
    Participant

    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

    #23889
    joe88
    Participant

    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!

    #23883
    andypeck
    Participant

    Hi 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

    #121308

    In 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

    #121307

    In 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

    #120588

    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&#8221;;

    @import “http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&#8221;;

    </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&#8217;); font-style: normal;}

    @font-face {font-family: ‘Open Sans Light’; src: url(‘http://www.transics.com/Fontface/OpenSans-Light.eot&#8217;); 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.

    #120879

    Can I send it private? You have PM or email?

    #121306

    In reply to: Header Border (bottom)

    How do I upload a image on here? Can I email it to you?

Viewing 30 results - 105,511 through 105,540 (of 106,284 total)