Viewing 30 results - 105,601 through 105,630 (of 106,378 total)
  • Author
    Search Results
  • #121492

    In reply to: Thumbs looks strange

    Hi,

    Some of your thumbnails are 260×185 (first one -image slider os) while others are 257×257 (second, third, fourth ones).

    The best way to go about it, is to first install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ). The plugin will give you complete control over images: setting constraints for specific locations like blog, thumbnails, portfolio, gallery, shop, etc. along with the ability to set whether to crop an image or not in Settings > Media.

    Changing the dimensions of images does NOT automatically change all the images already uploaded but only affects new uploads. To change the sizes of images already uploaded, you will need to use the Regenerator – also a part of the Simple Image Sizes and found on the bottom of Settings > Media page.

    So which consistent look are you trying to achieve… the way the first image looks on that page your provided or the way second image looks?

    Thanks,

    Nick

    Ismael, do you mean to add your code to what Nick has already specified or just use your code alone?

    Hey!

    was actually a bug. Next update will fix that as well ;)

    Best regards,

    Kriesi

    #121342

    Hi,

    Have you assigned the News page to be the blog in Enfold > Theme Options? http://www.clipular.com/c?6941003=Gaw-5mtW4pH-GEOD9ZyE_T_op9A&f=.png

    Are your settings in Settings > Reading (front page display) http://www.clipular.com/c?6919054=JosRzTZUT-5OncFDyuys04CjGFI&f=.png (top part) the same as here?

    How are you creating the individual image page? This one http://www.juls.ch/studios/lost/ ?

    —-

    You are setting the post as Format “image”.. Save it as : format: Regular. .. I think the image format does what it says, it displays the entire image.

    Also don’t forget that you can add the Advanced Layout option to posts as well, and that way you can add a slider in there or a gallery, so that way you will see the thumbnail first.

    Thanks,

    Nick

    #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

Viewing 30 results - 105,601 through 105,630 (of 106,378 total)