Viewing 30 results - 99,391 through 99,420 (of 106,459 total)
  • Author
    Search Results
  • #197037
    SonicCube
    Participant

    Hello Support Team

    i’d like to have the portfolio grid / preview images to be round and tried this in the quick css without any effect :

    .grid-image {border-radius: 100px;}

    Any idea how to achieve this, and for sure the hover fx as well :)

    Thank you for your help

    Regards

    Daniel

    Hi!

    If you would like to use the slider on HOME V7: ONE PAGE PORTFOLIO page, you should add Fullscreen Slider element to your page and add desired images to your slider, then click on the image that you would like to add captions on and simply add them http://i.imgur.com/SfYyXkx.jpg
    If you have imported dummy data, you can just edit elements on pages

    Regards,
    Yigit

    #197033

    Hey AndrewDelaware!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1)

    #header_main { height: 157px; }
    .logo, .logo a, .logo img { width: 340px; height: 156px; max-height: 156px; }

    2) You should go to Appearance > Editor and open Header.php file and insert your image there
    3)

    #top .main_menu .menu>li:last-child>a { padding-right: 15px; }
    #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child { background-color: #f47729; } 
    .header_color .main_menu ul:first-child > li > a, .header_color .main_menu ul:first-child > li.current-menu-item > a { color: white; } 

    Best regards,
    Yigit

    #197024

    Hi webdraw,

    I did a bit of searching on the issue and it looks it could be a couple of different things though I don’t think its specific to the theme.

    Since non of the default WordPress themes are installed I can’t switch to test it out but it looks like there could be either an error with the WordPress install or a specific server setting/permissions type issue.

    The images get uploaded but the editor isn’t able to process them. You can see the media manager has all the images even when it appears they fail. Based on that, I would say the actual WordPress installation may have an issue. The quickest and easiest way to test that would be to create a new blank install of WordPress on the same server but in a different folder or sub domain and then try out the media upload on a post/page. Then install the theme and test it again.

    You could also try just re-uploading the WordPress 3.7.1 files via FTP. Just make sure not to overwrite your wp config file or uploads folder. Basically, a manual update but you aren’t moving up in versions: http://codex.wordpress.org/Updating_WordPress#Manual_Update

    Just a side note as well: whenever you self respond to the post it actually pushes it to the end of our queue. Our system goes by oldest response in a post so each time there is an update it goes back to the end which means it can take longer for us to see it and then address it.

    Regards,

    Devin

    #197003

    Hi.
    One hour ago i spoke with my hosting support and they told me that there is a theme’s problem, not the hosting, because if we deactivate Enfold’s Theme, we can upload any image we want.
    An other thing: after this problem, we decided to upgrade the hosting package from “basic” to “premium”. But the problem IS NOT RESOLVED!

    So, I ask you now to resolve to find the error and resolve it because it is your problem, not our!!!

    I give you an administrator account of wordpress (look up) anche FTP credentials. Are we waiting for almost 3 weeks!

    Please let give me a DEFINITIVE resolution! Thanks.

    #196991
    This reply has been marked as private.
    #196983

    Hi,

    I’m also having this problem. I’ve followed the advice in this post in relation to setting memory limits and post sizes but still cannot upload an image while the Enfold (child) theme is active. If I switch to the 2013 theme I have no problems. I have had a number of errors ranging from Internal Server error to “exceeding max-execution time of 30 seconds” which originates in the /wp-includes/class-wp-image-editor-imagick.php file.

    Neil

    #196982

    Hi StuWeTueHo!

    We’ll change this with the next theme version. For a quick fix open up and replace

    
    	setTimeout(first_load_amount, 10);
    	$('body').bind('added_to_cart', update_cart_dropdown);
    

    with

    
    	setTimeout(first_load_amount, 10);
    	$('body').bind('added_to_cart', update_cart_dropdown);
    
        $('.single-product-main-image .images a').each(function(index,value){
            var $this = $(this),
                title = $this.attr('title'),
                img = $this.find('img'),
                description = img.attr('alt');
    
                $this.attr('title', description);
                img.attr('alt', title);
        });
    

    Cheers!
    Peter

    #196977

    Thanks for your help Ismael!
    I found it was actually my mistake: a few lines in my .htaccess file were wrong :(
    Lesson learnt ;)

    #196971

    Hi Ismael

    Many thanks – it’s almost as if Microsoft takes pride in making IE the worst browser in history.

    No worries about the lack of media queries support, obviously not your fault! But the partner logos at the bottom of the homepage were still causing problems until I changed it to display to 3 columns. I even changed the dimensions of my images to the same as your demo, but still it was squeezing & distorting the images. Ideally I’d like this to display 6 columns, but it’s no biggie really.

    I added that extra bit of CSS, but initially it didn’t work, but then I added img and it did the trick.

    .header-scrolled .logo img {
    height: 58px;
    }

    I’ll leave the border radius thing – it’s time people upgraded from IE8 really…. to a TOTALLY DIFFERENT BROWSER NOT MADE BY MONKEYS RANDOMLY PRESSING KEYS ON A KEYBOARD :)

    Cheers mate!

    mdog

    #196966

    Josué, disculpa, sólo un detalle: cómo elimino que aparezca la barra de scroll lateral en http://www.adw.cl/prueba/?

    Gracias!

    #196963

    In reply to: Bild ohne Rand

    Hi!

    Ok, habe es nun mit

    
    
    #top #wrap_all #kette, #top #wrap_all #kette .container {
    width: 100% !important;
    }
    
    #top #wrap_all #kette .container .avia_image.avia-align-center {
    margin-right: 0;
    }
    
    #top #wrap_all #kette .container .content{
    padding-top: 0;
    }
    

    und einem whitespace über der Schrift in der Mitte gelöst.

    Best regards,
    Peter

    #196962

    Excelente Josué, funciona, muchas gracias!!

    Saludos
    José

    #196936

    In reply to: Open new tab[Problem]

    Hey!

    Please add a “noLightbox” class to the link to deactivate the lightbox. I.e. replace

    
    <a href="http://philsouth.com/beta/wp-content/uploads/2011/12/azumi_m1.jpg"><img class="alignnone size-square wp-image-3153" alt="azumi_m1" src="http://philsouth.com/beta/wp-content/uploads/2013/11/azumi-yumi.jpg" width="180" height="180" /></a>
    

    with

    
    <a href="http://philsouth.com/beta/wp-content/uploads/2011/12/azumi_m1.jpg" class="noLightbox"><img class="alignnone size-square wp-image-3153" alt="azumi_m1" src="http://philsouth.com/beta/wp-content/uploads/2013/11/azumi-yumi.jpg" width="180" height="180" /></a>
    

    to deactivate the lightbox for the first image link.

    Best regards,
    Peter

    #196923

    Hi derek62!

    You can use the Color Section. Upload a background image then set the Background Repeat to Stretch to fit. Add the content inside the color section.

    Cheers!
    Ismael

    #196921
    derek62
    Participant

    Hi,

    I’d like to add a background image that will show behind all my sites content like this does http://www.datingadvice.com.

    Any idea how I can do this?

    Thanks.

    Derek

    #196916

    deleted and reset the images, tested in 3 browsers… still the same.

    Not sure what it is about the images that make them act differently?

    Bryce

    #196913

    Hey!

    Please set it again or recreate the first and last images from scratch. Remove browser cache then reload the page a few times.Test it on another browser. The animated images should render html tags like this:

    <img class="avia_image avia_animated_image avia_animate_when_almost_visible top-to-bottom avia_start_animation" src="http://luma-products.com/wp-content/uploads/2013/10/cowpots_logo-300x116.png" alt="" title="" itemprop="contentURL">

    I don’t see this one on the first and last images.

    Regards,
    Ismael

    #196908

    All the images have a fade in animation set… no matter wich option I choose, I still dont ge the green arrow mouse over when I hover over the first and last image link..

    thamks again for your time,

    Bryce.

    #196899

    Hi!

    It doesn’t show up when you didn’t add an animation on the Image element. Edit the image then look for “Image Fade in Animation”.

    Best regards,
    Ismael

    #196890

    In reply to: Portfolio grid queries

    Hi creativeyes!

    1.) Add this on your custom.css or Quick CSS:

    .grid-entry .inner-entry {
    box-shadow: none;
    }

    2.) You can add this on your custom.css or Quick CSS:

    .grid-image.avia-hover-fx {
    pointer-events: none;
    cursor: default;
    }

    Cheers!
    Ismael

    Hey!

    Try adding this code to the Quick CSS:

    #header .container {
        border: 0;
    }

    Cheers!
    Josue

    This reply has been marked as private.
    #196880

    Topic: Custom Column Colours

    in forum Enfold
    Glyphism
    Participant

    Hi folks, does anyone know how to change the background colour of individual columns, created using the layout builder?

    I have a page with 3 column elements containing text and an image, and I want to give them each it’s own background colour, by targeting them with a custom style – in the same way you can with Colour Sections.

    Any helps is appreciated.

    Thanks,
    G

    #196878
    glen
    Participant

    I’d like to use a custom background image that will look great on every device. This image should be small enough in file size to not hinder load times while large enough to fit on the highest resolution screen available. Hopefully you guys have already figured this out and can give a simple answer similar to this:

    1. Optimum Dimensions – 2880×1800
    2. Optimum File Size – No more than 100KB

    So far, here’s all the info I’ve gathered:

    QUESTION: Why doesn’t the background I created look good on my desktop? It looks fine on my laptop?

    ANSWER: The background that you created in the IndexPureRide.psd is 1494×1192. I edited that background image to 1920×1192 which works on most displays but if you check the site on an iPhone 5, the height isn’t enough to fit the screen. Along with that, the image has been optimized and is still 607KB. For optimum site loading, we need this number to stay around 100KB. After all, Slower load time = unhappy users = fewer sales…

    If we’re ok with having slower load times and still want our site to have a large fixed background, we need to recreate this in order for it to fit nicely on all screen sizes and resolutions. Below is a list of the many resolutions being used today for your reference.

    COMPUTER RESOLUTIONS:
    13″ MBP 1280×800
    13″ MBP (Retna) 2560×1600
    15″ MBP (Retna) 2880×1800
    21″ iMac 1920×1080
    27″ iMac 2560×1440

    TABLET RESOLUTIONS:
    iPad Mini 768×1024
    iPad 2 768×1024
    iPad Mini (Retna) 1536×2048
    iPad Air 1536×2048
    Google Nexus 5 1080×1920
    Google Nexus 7 1200×1920
    Google Nexus 10 1600×2560

    PHONE RESOLUTIONS:
    iPhone 4S 640×960
    iPhone 5-5S 640×1136
    Galaxy S3 720×1280
    Galaxy S4 1080×1920
    Galaxy Note 3 1080×1920

    *1920×1080 is 1.78 to 1 ratio (16×9), as is the currently most common resolution of 1366 x 768.

    ALONG WITH THAT, I HAVE THE SECOND EMAIL THAT MAY HELP US FIND THE RIGHT ANSWER:

    QUESTION: So, I’m not sure how it works when moving from a full site to mobile but I think the optimized bg works well on a computer. However, it does look strange on mobile devices and I’m not sure how to fix this. Is it possible to create one bg that works for every device while not hurting us regarding load times?

    ANSWER: If you check the site on a computer it looks good bc the image is 1920×1192. This is larger than 1920×1080 so our current bg covers most computer and TV resolutions. Here’s where it gets a little complicated.

    Lets say you check the site on an iPad mini without a Retna display (768×1024). Everything looks fine bc our image of 1920×1192 will cover the screen both horizontally and vertically with no problem. The issue comes when the resolution gets larger than 1920×1192 in either direction and that’s what we need to address. Based on the resolution chart I created in the previous email, if we create an image that’s 2560 (to cover the width of the 27″ iMac and Google Nexus 10) x 1920 (to cover the height of the Galaxy Note 3), our bg will look good no matter what device you’re using.

    *I believe Apple Retna displays such as the 15″ MBP (2880×1800) work a little different but I’m not sure. They use a technology to cram more pixels into the same space making the pixels invisible to the eye. If you open a website with a 1920×1080 bg, it’s not going to open as a small image in the center of the screen. Instead, the image will be displayed as a full image covering the whole screen, it just won’t be as sharp. If this is correct, 2560×1920 will work. If this is incorrect, I believe we need to make it the same as a 15″ MBP (Retna) which is 2880×1800. God I hate this… :)

    Also, most websites with full screen bg’s use an image that fades into black or white on all four edges/corners so that once the resolution gets larger than 1920×1080, it doesn’t matter what resolution you’re using, the image stays centered and doesn’t take up hundreds of KB’s slowing down the loading time of the site. In summary, If you could create an image that’s 2560×1920 image where all four edges/corners are black with your splash in the center, this should be optimum. If this is incorrect, I’m going to look for a tall bridge and …

    Cheers!

    #196877

    Hola,

    Prueba con esto:

    .template-page.content.twelve.alpha.units {
        padding: 0 !important;
    }

    Saludos,
    Josue

    Hey!

    Edit footer.php, find this code on line 93:

    <footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>

    Add this code below:

    <div class="socket-background"></div>

    Add this on Enfold > Styling > Quick CSS:

    .socket-background {
    	height: 50px;
    	background: red;
    }

    Replace the background with your background image.

    Best regards,
    Ismael

    This reply has been marked as private.
    #196861

    Hey!

    Yes, you can use the lite version: http://wordpress.org/plugins/wp-backgrounds-lite/

    It doesn’t support a slideshow background. You can try the Flashlight theme if you want one.

    Best regards,
    Ismael

    #196834
    jodiwest
    Participant

    How do I edit main background image? (non-content area)
    Main Content area background is in Styling but I don’t see where to edit the ‘way back’ behind everything – edge to edge. Do I need to add it into the Quick CSS?

Viewing 30 results - 99,391 through 99,420 (of 106,459 total)