Viewing 30 results - 105,541 through 105,570 (of 106,378 total)
  • Author
    Search Results
  • #122020

    Hmm. It does work for me to just use the shortcode, which I generated beforehand on a blank page as suggested by formateins and then copy/pasted. The important thing is to choose “Div / Video” for your layer. It even says “This field is also shortcode-aware” on the tooltip:

    However, neither this method nor the HTML method by Ismael solves one huge problem: buttons don’t like responsive, they don’t scale. They look horrible on mobile devices:

    So I just created my buttons as .png images in PS (including button text) and used those. Not ideal, but… well.

    #118052

    Hi,

    I will go to the rest of you one at a time, if you left a url , but feel free to add this code and see if it improved the situation.

    —-


    @lounge35
    the 3rd block of css will fix your issue. You can add all 3 since they all stop flickering in other areas.

    @frankwelschle the code below fixes you too as far as i can tell. i can see the violin pieces as i scroll with the css below added to your page (please optimize the big image).

    —-


    @alexpaulec
    everything looks fine to me , without the code below or with code below, i didn’t see anything blinking in chrome on windows, but since the area is the same , please try the code below and see if it makes a difference.

    —-

    Please try this css in /css/custom.css

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

    Thanks,

    Nick

    #121355

    Hi,

    Yes no problem.

    So the flashing effect is on this area :

    http://www.juls.ch/studios/medias/Capture-d’écran-2013-05-30-à-13.26.56.png

    and on images (only if have a lightbox effect link)

    http://www.juls.ch/studios/medias/Capture-d’écran-2013-05-30-à-13.26.46.png

    So on this page : http://www.juls.ch/studios/lost when you put your mouse over the image, the flashing effect appear on the two area mentionned above. But only in Safari for MAC (not verified on Windows).

    Thanks to you for your work.

    Jul

    #121354

    Hi,

    Yeh but I might as well fix it now, since I think someone else was having similar issues. Take a look at this http://www.clipular.com/c?6670240=aAcJ4A5wjk1ywtQN18G_hoONHTU&f=.png

    Is the part where the menu and logo are located supposed to be like that ? the background i mean. Can you post a snapshot what you consider correct, when logo becomes small?

    Please see if this does anything

    .avia_textblock, .avia-icon-list, .avia-button, .avia-testimonial, .iconbox, .avia_message_box, .avia-team-member, .widget, .post, .team-img-container img, .team-social, .iconlist_icon, .fallback-post-type-icon, .fullsize .related_posts, .grid-image, .avia-caption-content, .avia-caption-title, .entry-content {
    -webkit-backface-visibility: visible !important;
    }

    Thanks,

    Nick

    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

Viewing 30 results - 105,541 through 105,570 (of 106,378 total)