Viewing 30 results - 104,221 through 104,250 (of 106,396 total)
  • Author
    Search Results
  • #131988

    I finally found the answer in someone elses post, similar issue : https://kriesi.at/support/topic/image-column-15-non-responsive

    Anyway I just added .avia_image {max-width: 100%;} and it worked.

    I upgraded to 1.8.4 but it didnt help, anyway hope this helps others save hours of troubleshooting.

    #117662

    In reply to: Easy Slider size

    Dear Moderators,

    Im still confused about the solution to this. Im also having the same problem, when using Easy Slider, its not letting me keep the actual size of the images that I use. It always fills to whatever the width of the column is, if full width, goes full, half to half. Ok, this is one solution, but its not ideal, Is this a known bug? Can it be fixed? Any work around???

    Regards,

    Swami Trika

    #26889

    Topic: HTML with Image Maps

    in forum Enfold
    imagestudios
    Participant

    I’ve got a montage of images that overlap each other and each have different image maps. I created the image maps in Dreamweaver and now I’m trying to copy that html into Enfold, but Enfold just wants to make the entire image a single link ( http://withthisring.org/fundraising-test/ ). I’ve also tried downloading the “Insert HTML Snippet” Plug-in to see if that might help, but it did not. Would appreciate any suggestions to get this to work. Thanks!

    #131688

    $thumbs .= " <a href='".$link[0]."' title='".$description."'><img src='".$img[0]."' title='".$title."' alt='".$alt."' /><span class='avia-gallery-caption>{$caption}</span</a>";

    The weird thing is that in 2 columns the captions appear on the sides of the image !-0

    #26886
    SlickBear
    Participant

    My page is laid out in 3rds (1/3 + 1/3 + 1/3), when I add an image to each third it fits to the width of the 1/3 and resizes great for responsiveness, however as soon as I add a link to an image it stretches past the size of the 1/3 and responsiveness goes out the window and the 1/3’s start to overlap each other.

    You can view it here: http://www.binarydiploma.com/image-test/

    You will see the first “video” image is linked where as the others not.

    Please advise.

    #26876
    khalidmuharraqi
    Participant

    Hi!

    I’m facing a weird issue.. I was changing a featured image in one of the portfolio entry. when I tried to select an image and tried to edit its size,

    Its showing something like that,

    https://www.dropbox.com/s/eyg8ljxe4nw1j8j/preview_problem.jpg

    its not showing the preview image to edit..

    #131635

    Hi,

    Please add the css below to the very bottom of your /css/custom.css file OR to Quick CSS located in Enfold > (Theme Options) > Layout styling at the page bottom.

    1) Title of Post slider (current setting below. if font size becomes too big , adjust line height)

    .avia-content-slider .slide-entry-title {
    font-size: 14px;
    line-height: 1.4em;
    }

    2) Overlays on hover for images (all set for you)

    .avia-content-slider .image-overlay  {
    display:none !important;
    }
    .avia-content-slider .image-overlay:hover {
    display:none !important;
    }
    .avia-content-slider .avia-font-entypo-fontello {
    display: none;
    }

    3) Arrows (all set)

    .avia-content-slider .avia-slideshow-arrows {
    display: none !important;
    }

    4) Annoying vertical movement (all set but you may need to adjust the height based on your page specifics…)

    .avia-content-slider .slide-entry {
    height: 310px;
    }

    Thanks,

    Nick

    Here you go: see the missing images on these pages:

    http://theembassychurch.ca/train/embassy-school-of-ministry-esom/

    http://theembassychurch.ca/grow/ministries/

    and the Portfolio Grid – halfway down on the home page: http://theembassychurch.ca/

    Thanks for taking a closer look. I’m using WO 3.5.2 and Multisite – it was working fine.

    Do you need backend access? what email should I user to send the user account info?

    #131530

    Hi Ismael,

    I upgraded a different site with the same design to version 1.8.4 (as per your instructions) and im still finding the same issue on firefox/IE. however it works perfectly on chrome and safari. Any thoughts on why the linked images become disjointed and is there another recommended solution?

    http://dublin4educatetogether.ie/2013/home-test/

    #26872
    khalidmuharraqi
    Participant

    Hi!

    Is there a way that I can add counter next to social buttons in lightbox.

    Like I want peoples to see that how many time other peoples have liked or tweet the same image in our gallery.

    Also I used a plugin called “Simply Sociable” which looks pretty good I guess but the only problem is it is located at the bottom of the page means too far from the gallery slider. and I don’t know if I can change its position and move it right after the gallery slider.

    Or do you think there is another way of keeping sharing option with counting them.

    Thanks

    tasoskouk
    Participant

    check here please : http://tasoskoukouvitis.com/enfold/shop/ – you see that image heights are not the same like in your demo

    (i’ ve selected crop in woocommerce settings & regenerated thumbs just in case… but with no luck…)

    how can i fix that ?

    thx!

    #26864
    Sparkwoodand21
    Participant

    My single blog posts (example: http://sparkwoodand21.com/articles/the-creative-process-behind-designing-a-creative-process/) have only part of the featured image at the top.

    My settings are: Single author, small preview pic.

    They are fine on the main blog page: http://sparkwoodand21.com/blog/

    Can you take a look at this please?

    Thanks.

    #130656

    In reply to: Fixed Cart

    Hi,

    You can use img tag to embed images from dropbox, mediafire, imgur etc.

    <img src"IMAGE LINK HERE">

    Regards,

    Ismael

    #131787

    Hi Ismael,

    Thanks for your reply, I did upload a logo and select fullsize, then use as logo.

    However, my image is being resized automatically to 200×100 (like the explanation text beside the upload box says)

    I’ve added the CSS into custom.css, however it still doesn’t work.

    #131786

    Hi,

    When you upload the logo, select the image size before clicking “Use Image as logo”. Then add this on your custom.css or Quick CSS

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; }

    Resize the height and line-height according to the image height of your logo.

    Regards,

    Ismael

    #131550

    Hi,

    Did you insert the Image element inside a 1/5 column element? The images with or without links inside a 1/5 column are responsive on my end. Please upgrade to Enfold 1.8.4.

    Can you give us a screenshot?

    Regards,

    Ismael

    #131546

    Hey,

    Glad it worked. :)

    Note that the code above will hide all post slider images on single post view.

    Cheers,

    Ismael

    #131765

    Hi BillBarenCoaching,

    We would need to see your site live and inspect the code to find out what the issue is. The thread you linked has nothing to do with basic color section background images and is only needed right now if there is already a background image added from the themes styling options.

    If you want an image to show up in a color section it needs to have content in it (a color section doesn’t have a default height). You can also choose to have a background image stretch to fill the background area when you are in the pop up for that element in your advanced layout editor.

    Regards,

    Devin

    #131820

    Hi iceblackbox,

    Unfortunately we aren’t able to. The images are not open for distribution so can’t be included in the demo data or shared.

    Regards,

    Devin

    #131578

    In reply to: Landing page menu

    Hi,

    The functionality you are describing is currently (for the moment) not one included in the theme and would be a time intensive modifications that IMO would be outside the scope of the support team.

    Show none of them as active – you wrote , and by that do you mean show no portfolio thumbs? You can use css to block the images on initial load by positioning the thumbnails off screen or hidden if I understood you second question correctly.

    Thanks,

    Nick

    #26834
    #131380

    Hi Dude,

    Thanks for your reply; the html method works, the shortcode method doesn’t.

    However when i use the html method, text isnt aligning properly, as in vertical alignment.

    The icon would appear, but the text would be at the bottom of the icon, like in the image attached. http://i.imgur.com/zn7t4BU.jpg

    I know the image isn’t linked properly, I’m just putting the code in to get a screenshot.

    How can i get the text of the menu to vertical align to the size of the icon?

    Thanks,

    J

    #26828
    BillBarenCoaching
    Participant

    I’m having the a very similar problem to that mentioned in this post

    https://kriesi.at/support/topic/adding-background-shrinks-color-section-images

    But the suggested fix didn’t work for me.

    You can see the problem in this screenshot:

    http://consciousbusinessplayground.com/event/wp-content/uploads/2013/07/Conscious-Business-Playground-2013.png

    The image works fine in the 1 column layout box, but not in the color section box.

    (it’s the same image file being used in both).

    I just installed the latest version of the Enfold theme, but that didn’t solve the problem.

    Please help with a fix ASAP!

    #131549

    Adding these styles fixed the problem for me:

    a.alignnone, .avia_image {max-width: 100%;}

    There may be other image link classes that need 100% max-width added, but these are working for me so far.

    #130900

    Hi,

    Err.. Sorry I managed to misspell both display and visibility (corrected spelling now). Sorry about that, one for the record books. Please try Peter’s correctly spelled code above.

    Thanks,

    NIck

    #26821
    andypeck
    Participant

    Im sorry but Layer Slider is quite a poor slider. I set up a basic 2 image slide show with only fades between each and then (here’s the important bit) one line of text that needs to fade up over each slide. I have to add a background box behind each bit of text so I use the background text feature with padding of 15px. I then add some text spacing…. letter-spacing:4px and thats it. In the preview it all works fine but immediately its placed into the theme the box border and added css effect (letter-spacing:4px) fails to work. Ive tried recreating it from scratch but still it doesnt work and when I contact the makers of the slider they say its the theme thats at fault.

    Basic kerning and creating a box behind the text is pretty bloody ‘entry level’ stuff so what gives. I understand that there was a reason why Kriesi chose this over the more popular Revolution but surely things like this should work.

    Please help guys as it seems that the slider is really unstable when it works in combination with the theme.

    For the record I have the latest version of Enfold 1.4.4 so I cant seem to work out how to progress without this being fixed

    Check out the slider on http://www.andypeck.co.uk (home page – top)

    Cheers

    Andy

    #131492

    Hi David,

    1) The theme has a couple of different options for galleries but there isn’t one available similar to the example. See: http://kriesi.at/themes/enfold/shortcodes/gallery/

    2) When you’ve added a gallery you just need to click on its element in the advanced layout builder. The Gallery pop up appears and you can then click on the images to add more to it or edit them as well as change the gallery style and image size.

    3) Load times for images are independent of the theme. You can use something like w3tc or WP SuperCache to increase the loading times of your site overall but ultimately when it comes to images loading it has more to do with the individual user internet speed and the host where the images are located.

    Regards,

    Devin

    #130899

    Hey!

    Please try followig code instead

    #top .ls-nav-prev, #top .ls-nav-next {
    display:none !important;
    visibility:hidden !important;
    }
    .ls-bottom-nav-wrapper {
    display: none;
    }

    Regards,

    Peter

    #26793
    satucker
    Participant

    I have a page set up to pull a few different categories of portfolio items. If you nav to http://shanetucker.com/photography/ you will see the “shireman family” portfolio item (I’ve not loaded any more items to this page yet). I can’t seem to figure out how to get the images to load to this portfolio item. I have loaded “preview images” to the “Edit Portfolio Entry” page but nothing is appearing on the link I mentioned above. How do I get images to show up for preview on that page, and how do I add the additional images (not in the preview) to that portfolio?

    #131322

    Thanks that did the trick.

    Cheers,

    Casper

Viewing 30 results - 104,221 through 104,250 (of 106,396 total)