Viewing 30 results - 104,011 through 104,040 (of 106,397 total)
  • Author
    Search Results
  • #133020

    Hi naelam,

    From the Preview Image Size option set your image size to “Choose the preview image size manually” and then set it to a size that gives you a taller image. Try out the various pre-generated sizes and see if one will work for you.

    Regards,

    Devin

    Any answer ?

    #130636

    Hi Devin,

    Unfortunately, what you’ve mentioned above doesn’t actually solve the problem I’m having.

    If you refer to the link in my previous post, the issue is that when I click on an image and it opens in the PrettyPhoto lightbox, it doesn’t show arrows to navigate left or right. If, however, I choose to use the native WordPress lightbox the arrows appear, but it looks ugly as hell and I still end up with the PrettyPhoto lightbox as well (effectively the image showing twice).

    What I want is a solution that shows the images embedded in the post as a continuos slideshow as if they were in a portfolio.

    Thanks for your help.

    Brendon

    So the “insert image” with a link does create a lightbox within the blog post. But that still doesn’t address the “featured image” problem on the home page. In essence, I would like the videos to be viewable on the home page blog and not require a click-though to the actual post itself.

    Is it possible to add a link to a featured image?

    Also, I’m still having that second problem with Safari.

    Nonetheless, this theme ROCKS.

    #27293
    petem25
    Participant

    hi,

    im trying to get social icons to the lightbox.i found the changes to make in the avia.js

    then the image oopend in a new window . . .

    THX and great theme!!

    #27286
    artistic24459
    Participant

    You closed the topic too click Dude :-)

    https://kriesi.at/support/topic/image-sizes-functionsphp?message=update-support-forums-topic-status-error

    I have this code at the moment for my child functions.php

    <?php

    function avia_change_image_size_array() {

    global $avia_config;

    $avia_config = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news

    $avia_config = array(‘width’=>180, ‘height’=>180); // small image for blogs

    $avia_config = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider

    $avia_config = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider

    $avia_config = array(‘width’=>495, ‘height’=>330 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>260, ‘height’=>173 ); // images for portfolio 4 columns

    $avia_config = array(‘width’=>710, ‘height’=>474 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries

    $avia_config= array(‘width’=>1030, ‘height’=>687 ); // images for fullsize pages and fullsize slider

    if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)

    {

    $avia_config = array(‘width’=>845, ‘height’=>564 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries

    $avia_config= array(‘width’=>1210, ‘height’=>807 ); // images for fullsize pages and fullsize slider

    }

    }

    add_action( ‘init’, ‘avia_change_image_size_array’);

    But you can see that the thumb nail is the wrong size:

    $avia_config = array(‘width’=>260, ‘height’=>185 );

    My child function has this

    $avia_config = array(‘width’=>260, ‘height’=>173 );

    Here is the link see image two thumb:

    http://chriswardphotography.net/galleries/fashion-and-portraits/

    Any ideas?

    Issue update:

    Have upgraded both Enfold to 1.9.1 and WP to 3.6 to see if the problem exists. Have performed a full uninstall and deleted the /enfold theme directory.

    This is what I found:

    Using the global background instead of per-slide background has resolved the disappearing text issue. This looks like a major bug with LayerSlider.

    The demo Enfold slide uses a different image from slide 1 and slide 2, and the problem occurs still.

    Obviously a global BG isn’t suitable if we’re using multiple slides.

    We need a resolution soon, please!

    #27282

    Topic: Image Cropping

    in forum Enfold
    artistic24459
    Participant

    I wonder if anyone can help with my problem. I’m a photographer and using the gallery to show my photos.

    http://chriswardphotography.net/galleries/fashion-and-portraits/

    My problem is that some of my photos have a panoramic crop which is wider than the size I have made the gallery. Of course WordPress crops this. It can be viewed correctly once it is opened in lightbox. Is there a way to get WordPress not to crop the image so it shows white top and bottom in the gallery (showing all the image).

    If this is possible does it then mess up the rest of the theme making all images full and not cropped?

    The reason I want to do this is that some clients will not click into the lightbox so will not know the true image look.

    The gallery as it is now:

    http://www.chriswardphotography.com/test-area/examples/example1.jpg

    Option to have images show their real look without cropping:

    http://www.chriswardphotography.com/test-area/examples/example2.jpg

    If its not an option then I guess I have to just upload the images with white at top and bottom so it will show in the gallery as the image should be but then it will also show the extra white in the lightbox.

    Hope this makes sense lol

    #133447

    Hey!

    1) Please update Enfold to v1.9.1

    2) Deactivate all third party plugins – maybe a plugin is not compatible with wp3.6…

    Best regards,

    Peter

    #27279

    Topic: Logo/header padding

    in forum Enfold
    chriswh
    Participant

    Hi,

    I’m trying to remove the white space above our logo in the header. I’ve already made sure that there is no white space in the actual logo image.

    Thanks,

    Chris

    #27277
    kleen7777
    Participant

    Hi there, I have built a site for bamboofloors.com.au using the Enfold theme, and since the wordpress update the site has had many issues, the main one is adding images to blog posts. It simply will not let me, and the whole site freezes and locks up.

    Please help, great f*&^%in theme by the way.

    Nathan-Australia

    #132721

    Yes you can try to use a media query – insert following code into the quick css field

    @media only screen and (max-width: 959px) and (min-width: 768px) {
    .header-scrolled div .logo img {
    height:50px;
    margin-left: -5px;
    }
    }

    and adjust the logo size and the margin. You can also change the screen resolution values (min-width & max-width) which determine which devices are affected (at the moment all devices with a screen resolution between 959px and 768px will resize the logo to 50px).

    #132720

    PS: Dosent need to “Resize” as such, just set to a smaller size.

    Heres my tests. But im not sure what im doing!

    Hence why it dosent work.

    /* Mobile */

    @media only screen and (max-width: 768px) {

    div .logo img {

    position: relative;

    height: 100px;

    width: 140px;

    }

    /* Ipad */

    @media only screen and (max-width: 989px) and (min-width: 768px) {

    div .logo img {

    position: relative;

    height: 100px;

    width: 140px;

    }

    #132719

    Hi Ismael

    Thanks for your reply.

    Was just writing this morning, to say i’d ditched that idea. (Over complicated) So don’t worry, but appreciate support.

    My only question is now, can i get the logo to resize to a set size on an Ipad.

    Heres the code you kindly helped me with on a desktop.

    If i manage to work out, i’ll update this post.

    .header-scrolled div .logo img {

    height: 70px;

    margin-left: -5px;

    }

    Rich

    Hi,

    How do you embed the videos? You can also use the Image element then supply the video url. This will render the image preview on Blog posts, once click the videos will open on lightbox.

    Regards,

    Ismael

    dxeptive
    Participant

    Hi all,

    When I make a blog post, i set a featured image, and turn the sidebar off.

    However when i view the page, the featured image is cut in half. It’s supposed to be a square picture(lightbox), and when clicked on it shows the full image.

    Right now when i look at my blog post, the featured image is not a square, instead it’s cut in half.

    Anyone knows what is going on?

    Thanks,

    J

    #27271

    Topic: Post: Audio Format

    in forum Enfold
    akhilz
    Participant

    Hi, Noticed that there is no ‘Audio’ Format available in the Enfold theme for Posts.

    Made these changes in the ‘functions.php’ file:

    /*

    * add post format options

    */

    add_theme_support( ‘post-formats’, array(‘link’, ‘quote’, ‘gallery’,’video’,’image’,’audio’) );

    Now I see the ‘Audio’ Format available for Posts but after choosing this format, the Post ‘Title’ looses its normal formatting. Meaning it doesn’t show in the CENTER, nor is it BOLD and doesn’t LINK to the Post; like all other Post Titles.

    Here is a test post under Audio Format:

    http://aumfoundation.com/test-audio-post/

    Please help as I often need to post under Audio Format.

    #133248

    Hi,

    Please remove the code then replace it with this:

    .tabcontainer div {
    margin-top: 0;
    }

    On the first and first image, you have a span hr inner. Please remove that to align the images properly.

    Regards,

    Ismael

    #132718

    Hi,

    I don’t see the repeating background. This is the screenshot of your website:

    Please remove browser cache then reload the page.

    Regards,

    Ismael

    Hi,

    1.) The social icons use the entypo fontello font. Right now, there is no easy way of adding a social button. Please refer to this link and follow Nick’s or my instruction: https://kriesi.at/support/topic/youtube-icon

    2.) You can change the arrow on css > base.css, find this code:

    .image-overlay .image-overlay-inside::before{content:"E744"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}

    Change the content property with another icon from entypo fontello. Refer to link for the entypo character maps: http://www.entypo.com/characters/

    Example, we’ll use the phone icon(U+1F4DE):

    .image-overlay .image-overlay-inside::before{content:"1F4DE"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}

    You can combine different icons.

    Regards,

    Ismael

    #27259

    Topic: Slider

    in forum Enfold
    lephenix
    Participant

    Hi There,

    How do i control the positioning and size of my image in the layer slider ?

    Many thanks

    Ed

    #24866

    Topic: Change Header Font

    in forum Enfold
    FLSouthPaw
    Participant

    How can I change the header font… and get it to work… this is what I tried but does not bring in the google font Oswald which is what I want…

    #top .main_menu .menu > li >a {

    font-family: ‘Oswald’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;

    }

    See pic for more explanation…

    https://www.diigo.com/item/image/44aqo/o8yd

    Regards,

    Mark L. Lee

    #131208

    I am having the same issue. FullWidthLayerSlider doesn’t work so I tried to use the LayerSlider WP and my background images for the color sections stop working. They load initially with the page, but once the slider starts to cycle they disappear and go blank.

    Hi, i managed to fix this, i removed the width and height attributes for the images and they aren’t disappearing any more.

    #132753

    I downgraded my WP installation to 3.5 and the fullwidth easy slider is still not working correctly. It displays only one of the images (with all of the buttons at the bottom for the slides) and the button slides over to the second slide and quits sliding all the while nothing is actually sliding and freezes up. I tried less slides. None of the text for the slides shows up either.

    I even made the jQuery mod to get the latest version of jQuery on the wordpress page (for some reason it was defaulting to an older version of jQuery)

    Any advice?

    #132881

    Just updating to 1.9 so will try this tomorrow. Thanks for helping.

    I’m also having problems with css content on Safari…

    As you can see, the images are not rendering on Safari, but render on Chrome and Firefox…

    They appear for a split second and then as soon as the page fully loads in Safari, they disappear.

    #132926

    Hi Nick,

    I don’ know, how to include an image here. I loaded the screenshot up to http://www.schoefl.info/test/screen.gif

    I hope, this is ok.

    Regards,

    Günter

    #132685

    Hi,

    I’m having the same issue I’ve just upgraded to v1.9 and the easy-slider is not changing at first image, also the post slider moves on once then stops.

    #132841

    Hi Peter, I opened a thread in the support forum WPML. I leave the link below.

    http://wpml.org/es/forums/topic/no-puedo-visionar-la-galeria-de-imagenes-desde-post-yo-paginas/

    With service response WPML support … talk again

    Thanks for your help

Viewing 30 results - 104,011 through 104,040 (of 106,397 total)