Viewing 30 results - 105,451 through 105,480 (of 106,284 total)
  • Author
    Search Results
  • Devin hi,

    yes, I need the background image to resize acording to the screen size.

    now the text is on top of the image in some screen size and that looks real bad.

    can you think of a solution ?

    I thought about making it a text box but that does not work aswell (different reason)

    #122098

    Hi,

    Maybe a theme css is overriding your modification. Edit that layer, go to Style, look for Custom Style Settings. Place something like this

    color: white !important

    You can also use PNG text images.

    Regards,

    Ismael

    #121684

    Hey,

    Glad it worked.

    Regards,

    Ismael

    #122023

    In reply to: Can't add images

    Hi,

    Do you have any plugins? Please deactivate them, see if the problem persist.

    Switch back to TwentyTwelve theme, check if you’re having the same issue.

    Regards,

    Ismael

    #121683

    Oops, it seems I was too fast. Forgot a step in the regenerate thumbnails plugin. It does work fine now!

    Thanks again for the help, Dude!

    #121682

    Thanks, but it doesn’t seem to fix it. Obviously something else is preventing it from being larger than 1030. I tried to change the number in the line above to something like 500 (instead of 1210) and it does it well, but if I go larger than 1030 it just stays max at 1030. :(

    Hi,

    Please add this on your custom.css

    .home #av_section_3 {
    z-index: 0;
    }

    Regards,

    Ismael

    Hey,

    Thanks for the tip.

    Cheers,

    Ismael

    #121681

    Please try following – in functions.php replace:

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider

    with

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>360 );						// images for fullsize pages and fullsize slider

    and regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/

    #121883

    It’s not possible to add a shadow to the box if you’re using a background image. The problem is the html structure which does not allow you to add the shadow to the box itself but you must apply it to the body element. If you don’t need a background image you can use following code:

    .responsive .boxed#top{
    -moz-box-shadow: 0 0 15px #111;
    -webkit-box-shadow: 0 0 15px #111;
    box-shadow: 0 0 15px #111;
    }

    #121353

    Hi Nick,

    Perfect! The flashing has disappeared from socket in all browsers MAC.

    Only remained a flashing effect on image mouseover and social bookmark’s menu, you can see on this page

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

    But ONLY on Safari MAC. That’s not really a problem for me.

    Thank you very much.

    Jul

    #24020

    Topic: Can't add images

    in forum Enfold
    acromp
    Participant

    I upgraded to 1.5 and now I can’t add any images to anything. I get an error message saying

    Error fetching content – please reload the page and try again

    It was working fine before the upgrade. Any suggestions?

    Hi,

    Please try adding this

    .alternate_color{
    z-index: 0;
    }
    #socket {
    margin-top: 0px;
    z-index: 0;
    }

    Thanks,

    Nick

    #121352

    Hi,

    I think I found the problem. Please add this

    .alternate_color{
    z-index: 0;
    }
    #socket {
    margin-top: 0px;
    z-index: 0;
    }

    If this same behavior happens elsewhere, please let us know. I tested on Chrome on Windows 7, and flashing on hover goes away.

    Thanks,

    Nick

    abortolotti
    Participant

    It’s been a couple of days that a strange behavior occurred to my homepage.

    I used to have a background image placed in the “color section” of the Avia builder, fixed and streched to fit. Suddenly a couple of days ago it stopped showing on Chrome, whereas it is still clearly visible on Firefox, Safari and IE9.

    Not only that, up until today the strange behavior happened only when viewing the page on my Macbook Air, whereas it was still visible on my iMac, so I thought it was something wrong with my laptop. In fact, I decided to uninstall and reinstall Chrome, yet this didn’t solve the problem.

    To my big surprise though, this morning the same thing started happening with Chrome on my iMac, so I can’t understand why, nor how to fix it and if any of you by chance can view it correctly using Chrome with a Mac.

    The url is http://vacationrentalsecrets.com/ and if you scroll down the page, you should see a section with 3 Icon boxes (“Any Questions”, “Need Support”, “How About A Chat”) embedded in a background image of an old man laughing…can you see that?

    Again, it works fine on all major browsers except for Chrome on both my iMac and Macbook Air (but it used to be perfect until a few days ago), whereas it works on Chrome on my Sony Vaio!

    Any clue?

    PS: Funniest thing is, if I go to the “About” page, where I placed another such image background, I can view it perfectly on Chrome on both Macs: see http://vacationrentalsecrets.com/about/ , so the problem is only with the homepage, yet it is “the” homepage!

    RSL
    Participant

    Hi, Just a heads up for people that may be getting a similar problem to me after upgrading to 1.5.

    If I add a Blog to a page & choose ‘Single Author, Big Preview Pic’ then any Video Posts have the Video Preview pic incorrectly aligned to the Center – breaking across the sidebar.

    If I change the following CSS it displays correctly (add the new CSS to Quick CSS in Theme Option Styling):

    from

    .template-page .big-preview {
    text-align: center;
    }

    to

    .template-page .big-preview {
    text-align: left;
    }

    #121819

    Hey.. not referencing the thumbnail size, but rather the image size within the 2/3 layout.

    http://godsfingerprints.net/portfolio-item/do-not-worry/ is an example.

    The original file is 1920×1200.. and it sizes it down to the 2/3 column, which is 666px wide. I’m just wondering if there’s any way I can increase or decrease that number. Perhaps by increasing the width of the site by a few pixels?

    Thanks again for your understanding.. very much appreciated!

    Hi nimrodmadar,

    I’m not really sure what you mean. As a container, it already is responsive as it scales with the site.

    If you mean getting the image inside of it as the background to shrink down, I’m not sure that is doable with the way the color section works. You can do fixed which will keep it in place and give a semi parallax effect which is pretty popular however.

    Regards,

    Devin

    #24024
    juanfra93
    Participant

    I have a problem when I tried to edit the content of a text block in the editor, it doesn’t load anythig at all becoming imposible to edit it.

    Here is a screenshot.

    Image and video hosting by TinyPic

    Hi Peter,

    All fixed. Thank you!

    #118051

    Edit; More Info:

    Also, in Chrome, the fixed image appears fine on iPhone, as well, when I shrink the page-size on desktop, and all the content stacks up in one column, the image appears fine and fixed.

    Michael Oeser
    Participant

    Hi Kriesi and support staff,

    I wonder where to edit the look of the WooCommerce shop page. My shop page shows a sidebar left below the product image and the tabs of the description area are not displayed in the correct styling like on your demo page.

    I might have missed something but I can´t find where to edit the shop main page and the shop single product pages???

    Cheers

    Michael

    #118050

    Hi!

    I’m having the same issue on my website.

    Background image works fine when set to scroll, but when fixed, the image does not load in chrome or safari(5.1.7).

    Seems to work in Opera & Firefox fine when fixed.

    http://drivott.com

    Image does not appear, w/ scrolling effect, at the bottom of the page, in the section Contact Us, for Chrome or Safari.

    Any help or advisement would be great. Please let me know if you need more info.

    Thanks

    Chrome on a Mac. Version 27.0.1453.93

    #121922

    It seems all images cover the inner inset shadow, no matter what I do, even if I apply it on the layer class itself. When I put in a blank it shows.

    Though should be somehow easily done with CSS, I don’t get it.

    Hey!

    I corrected the code – it should work now. Just insert it before the closing head tag.

    Regards,

    Peter

    #121818

    Hi,

    tbh I’m not aware of a thumbnail size which generates images with 666px. All sizes are defined in functions.php:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    The portfolio uses the “portfolio” or “portfolio_small” size by default but since version 1.5 you can also choose a different thumbnail size.

    #23996

    Topic: PORTFOLIO OVERLAY

    in forum Enfold
    silviouk
    Participant

    Hi there

    I would like to change the portfolio overlay icon to a word, is this possible? Example, when you hover over the portfolio image instead of, let’s say, an image of a telephone you see the word ‘contact’.

    Thanks

    Silvio

    #121920

    It works for me and doesnt fade, with a background image it doesnt show for me. Perhaps try adding a div at the top of the slide with 100% width and minimal height with css in LayerSilder settings?

    #23991
    Spiv
    Participant

    Hi,

    I like the inset shadow of the layerslider, however, it’s always overridden. You see this as well on the enfold demo home page.

    As soon as the image fades in, the inset shadow fades away as well.

    I’ve tried adding inset box shadow on practically all possible layer classes (eg ls-inner, ls-container, etc), but always it fades away.

    Can someone show me how it’s done?

    Thanks

Viewing 30 results - 105,451 through 105,480 (of 106,284 total)