Forum Replies Created

Viewing 30 posts - 931 through 960 (of 1,120 total)
  • Author
    Posts
  • in reply to: visual editor blank / white text #277968

    thanks – got it all working.
    Is there an easy place to find all the new features in your recent update? I saw there was an automatic addition of a sharebox on the blogposts – where is that setting? I would like to have a list of changes – I know you have a change log but that is based on previous updates and doesn’t seem to cover the default settings in the new updates.
    thanks for your help
    N

    • This reply was modified 10 years, 5 months ago by Munford.
    in reply to: visual editor blank / white text #277781

    it was working fine before. I have had trouble with the update & WPML so I was waiting.
    Seems to disable page edits.

    in reply to: padding under header #277743

    thanks very much!
    appreciate your help.

    in reply to: padding under header #277603

    I tried that, but it didn’t seem to work on that page.
    I changed it to 30 px in the following code in my quick css:

    /*main padding*/

    .html_boxed #main {
    padding-top: 0; }

    .home .avia-section {
    margin-bottom: 0px;!important;
    margin-top: 0px;!important } }

    .content {
    padding-bottom: 10;!important; }
    .content {
    padding-top: 30px;!important; }

    body .column-top-margin{
    margin-top:20px;
    margin-bottom:10px;
    }

    Pretty new to coding so I can’t see if I have a redundancy or something I don’t need.
    ??
    thanks

    in reply to: video background in safari #277108

    I know – thanks –
    unfortunately more than one of my clients colleagues seem to be using it.
    thanks
    n

    • This reply was modified 10 years, 5 months ago by Munford.
    in reply to: video background in safari #276925

    hi Devin
    I updated the you tube link but am still seeing a still image instead of video on safari 6.3.
    It’s not really such an “old”version, and it works in safari 5.1 fine. Cleared the cache, no change.
    any suggestions welcome.
    thanks
    n

    in reply to: video background in safari #271023

    Hi Devin
    thanks for taking a look at this. I also don’t understand what’s going on, but my client claimed he and other colleagues could not get the video to load – so it’s on more than one machine. I think perhaps it has to do with safari 6.3.1, as I am running 5.1.1 and it works fine and you tested it on Safari 7, although I was also seeing it not loading apperently due to a flash update issue. I reinstalled safari and it worked fine.

    The url is: http://youtu.be/i_H4qNNHZgs. I customized the embed settings a bit – actually now I am unable to change the embed settings for some reason – I can’t edit the text in the box here: http://imgur.com/17mtxrV

    do you have any idea if there is some setting that got changed? I have looked on forums and can’t find anything about this.

    best
    Nancy

    • This reply was modified 10 years, 5 months ago by Munford.
    in reply to: Editor not working – infinte scroll #270470

    hey thanks that fixed my problem also!

    in reply to: video background in safari #270441

    My client is complaining now that he and many others cannot see the front page video on this page:
    in Safari (and earlier today also Firefox & chrome but now it’s fine on those browsers), where it either doesn’t load or comes up with a black screen and play button instead of autoplaying when the page loads. Is Enfold only compatible with the latest version of browsers and plugins? Is it possible to have a code that checks for the browser compatibility and plays the video or alternative slideshow (like I have set to run on ipads/mobile) accordingly? The client really doesn’t want to hear that everyone needs a particular browser version (!). Any suggestions??
    thanks
    nancy

    • This reply was modified 8 years, 7 months ago by Yigit.
    in reply to: mobile menu #269100

    that did the trick thanks!

    in reply to: video background not showing in safari #267909

    thanks got it working and customized a bit. thanks!

    now trying to use this code:

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -20px;
    top: 40px; }

    to move the menu icon on mobile over to the right a bit, but it’s not working in 2.7.1…??

    • This reply was modified 10 years, 6 months ago by Munford.
    in reply to: video background not showing in safari #267891

    ah yes, flash. that worked, thanks.
    Is there a way to check if flash is installed and then show the slideshow instead of the video color section if it’s not?

    I am having another problem when I update to 2.7.1 – the logo in the header on the mobile is rendering too large – I had some code there from the old version, but it seems to have changed. Can you help me with that? thanks!

    • This reply was modified 8 years, 7 months ago by Yigit.
    in reply to: video background not showing in safari #267876

    HI Devin
    I have done a test site which is running enfold 2.7.1, but am still not seeing the video background in safari & firefox. Chrome is fine. Site is:
    Any suggestions? Am I setting something wrong?
    Thanks for your help
    n

    • This reply was modified 8 years, 7 months ago by Yigit.
    in reply to: video background not showing in safari #265616

    also here same problem on safari:

    • This reply was modified 8 years, 7 months ago by Yigit.
    in reply to: padding/margins logo header #262263

    excellent – that did it.
    thanks for your help!

    can you answer something about the logo in the header on mobile – is it always the case that you need to adjust the css to get it to display correctly? Seems like the older version of Enfold had an automatic resize that worked?

    in reply to: swapping slider on mobile/ipad #246621

    YES! that was right!
    Thanks for working on this – and going beyond the ordinary help.
    it’s great now!
    N

    in reply to: swapping slider on mobile/ipad #246424

    Hi Devin,
    When you say that the media query is working fine does that mean you see something different than I am?
    I still see both video and slider on the computer. I understand you do not do customization on sites – thought this
    was an easy one. Almost had it with this code:

    @media only screen and (min-width: 1024px) {
    .page-id-7727 #full_slider_1 { display: none!important; }}
    @media only screen and (min-width: 1024px) {
    .page-id-7727 #av_section_1 { display: block !important; }}

    @media only screen and (min-width: 767px) {
    .page-id-7727 #full_slider_1 { display: none; }}
    @media only screen and (max-width: 767px) {
    .page-id-7727 #av_section_1 { display: none; }}

    but still see both video and slider on the ipad.
    If anyone has an easy fix, I’d appreciate it. Otherwise, I will find another solution.
    thanks for your help
    n

    in reply to: swapping slider on mobile/ipad #245878

    Hi again,
    That did not work, unfortunately. see – the slider is not being hidden there, and on the mobile it’s now also showing both video (not loading) and the slider. Any other suggestions? I know this can be done!
    best
    N

    • This reply was modified 8 years, 7 months ago by Yigit.
    in reply to: swapping slider on mobile/ipad #244244

    I updated to the latest version and had many errors, resizing of my logo in the header lead to all my custom css not showing. I am not ready to redo my site just yet. When I go to that page on the ipad it is still trying to load the video. Is the last code right?
    \thanks
    n

    in reply to: swapping slider on mobile/ipad #242404

    does it work for you on the ipad? I am still seeing the video trying to load and then a black page.

    • This reply was modified 10 years, 7 months ago by Munford.
    in reply to: swapping slider on mobile/ipad #242197

    If I only use that code, it’s right on the computer, shows both slider and
    video on mobile and tries to load video on ipad then goes blank.

    if I use:
    @media only screen and (min-width: 1024px) {
    .page-id-7727 #full_slider_1 { display: none!important; }}
    @media only screen and (min-width: 1024px) {
    .page-id-7727 #av_section_1 { display: block !important; }}

    @media only screen and (min-width: 767px) {
    .page-id-7727 #full_slider_1 { display: none; }}
    @media only screen and (max-width: 767px) {
    .page-id-7727 #av_section_1 { display: none; }}

    then it is right on mobile and computer but still video load then blank on the ipad.
    how can I fix this? or is there a way to get the video to play on the ipad?
    thanks very much
    n

    • This reply was modified 10 years, 8 months ago by Munford.
    in reply to: swapping slider on mobile/ipad #241229

    What I need to do is hide the color section on iphone/ipad and
    hide the slider on computer screens. The first code you gave me worked
    for the mobile but not for ipads – the ipad will not automatically play
    the video on the color section, so I want to also show the slider there
    and hide the video. thanks so much!
    n

    in reply to: swapping slider on mobile/ipad #241066

    Thanks Yigit –
    do I add that to this code?

    @media only screen and (min-width: 1140) {
    .page-id-7727 #full_slider_1 { display: none; }}
    @media only screen and (max-width: 1140px) {
    .page-id-7727 #av_section_1 { display: none; }}

    n

    in reply to: enfold UPDATE ERRORS / help! #240360

    thanks so much.
    keep doing what you’re doing – your support is really outstanding!

    in reply to: enfold UPDATE ERRORS / help! #240012

    I am doing a test here:
    http://wordpress.nancymunford.com/?page_id=1097
    but still have problem with my header on mobile, and the css changes I made to it messed up all my other css.
    Can you take a look? Is my header the wrong size or are there other options for the mobile header that I am not seeing.
    thanks
    n

    in reply to: enfold UPDATE ERRORS / help! #239968

    ok. I just had lots of errors when I updated to get those new options – header all messed up and when i fixed it I lost all my css customization, though not on the mobile. I will do some tests. Is there some documentation you release with the new update that lists all the changes?
    thanks
    n

    in reply to: sidebar blog widget #239446

    nevermind – found the setting under ENFOLD/Sidebar/page sidebar navigation.
    dont’ understand how that got turned on but maybe it was on and not being used before I updated, since
    this is the only sidebar I use on the site.

    in reply to: enfold UPDATE ERRORS / help! #238830

    great! that worked really well for the mobile.
    What about for the ipad? The video comes up (loads) but does not play – I was told IOS will not autoplay videos? Is there a way to set it to have the image slider as well or is there some way of overriding and having it autoplay?

    in reply to: enfold UPDATE ERRORS / help! #238823

    does that code also hide the image slider on non-responsive media?

    in reply to: enfold UPDATE ERRORS / help! #238820

    yeah! thanks very much.
    the 2.6.1 update caused me many problems with my css customizations,
    so I couldn’t take advantage of the new options for video :(
    I will see if this works.

Viewing 30 posts - 931 through 960 (of 1,120 total)