Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)
  • wademd
    Member
    Post count: 37

    I am having the same exact issue.

    When I update a page in the page editor the styles get removed and images in the text blocks and just revert to plain text. Any HTML gets wiped when the page reloads.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Order by Date – Galleries #323229
    wademd
    Member
    Post count: 37

    Any update to this? It’s a pain the butt to have to manually change all gallery dates to get the correct ordering. Also can you give options for filtering it by Alphabetical order?

    in reply to: Push Nav to Fade-In instead of sliding from right #278469
    wademd
    Member
    Post count: 37

    You’re welcome.

    in reply to: Push Nav to Fade-In instead of sliding from right #278251
    wademd
    Member
    Post count: 37

    I found a way to do it… I ended up using the translateX to 0 so that way to was at the starting point and then changed the opacity to 0. Since it was still sitting on top I changed the z-index to -999 but then for the open state I put the z-index back to 999 and did a ease-in transition with 1.25s and that seemed to work.

    If you can make the fade transition part of the theme that would be awesome but this is the workaround I did that appears to work.

    .sf-pushnav-is-open .sf-pushnav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 999;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -ms-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    }

    .sf-pushnav {
    z-index: -999;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 1.25s ease!important;
    -moz-transition: all 1.25s ease!important;
    -ms-transition: all 1.25s ease!important;
    -o-transition: all 1.25s ease!important;
    transition: all 1.25s ease!important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    }

    Hope that helps anyone interested in doing the same.

    in reply to: Push Nav to Fade-In instead of sliding from right #277750
    wademd
    Member
    Post count: 37

    Hi Rui,

    Thanks for the reply back. That was for mobile but actually it was already set to that. And changing it to slide and then back to overlay again didn’t change anything. Is there css I can override? I think I found the right class to change but doing a web search I cant seem to find the right css code to override or an option without additional javascript to add.

    I know TranslateX code is calling out the slide.

    This is the CSS i see in code inspector:

    .sf-pushnav {
    position: fixed;
    z-index: 999;
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #243040;
    color: #fff;
    visibility: visible;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    }

    in reply to: Mobile CSS Overrides not working… #274085
    wademd
    Member
    Post count: 37

    Hmmm.. thats very strange… on chrome in incognito and safari its not working 621px – 690px…. but widths of 620px and below its picking it up. And within that range of widths it just vanishes from code inspector even though its set to 690px max width.

    in reply to: Push Nav Hamburger Menu change with Animation #272820
    wademd
    Member
    Post count: 37

    Yep, that solved it. I tried linking the css file and for some reason it wasnt picking it up, but placing the squeeze css directly into the theme-options css editor, it worked just fine. I dont know why I didnt see that before. Thanks for the help.

    in reply to: Content still not showing since theme update #263773
    wademd
    Member
    Post count: 37

    So it appears that I have narrowed down only 1 plugin thats causing the issue.

    App look-alike menus (mmenu)
    http://codecanyon.net/item/mmenu-wordpress-plugin/11630470?s_rank=1

    Not sure if you are using that @CloudStudio but thats the one thats causing the issue for me. I guess I just need to wait for the update, but with that plugin deactivated everything was back up and working properly and no longer get java errors.

    W

    in reply to: Content still not showing since theme update #263771
    wademd
    Member
    Post count: 37

    LoL… are you serious? thats all you had to do? I swear I de-activated everything and still had the issue… are you sure thats all you did? Either way, thank you for your efforts, I will reply with the plugin thats causing the issue just in case that other person that replied CloudStudio has the same plugin thats coming up with the same issue.

    Thanks again.

    Wade

    in reply to: Content still not showing since theme update #263766
    wademd
    Member
    Post count: 37
    This reply has been marked as private.
    in reply to: Content still not showing since theme update #263747
    wademd
    Member
    Post count: 37
    This reply has been marked as private.
    in reply to: Content still not showing since theme update #263745
    wademd
    Member
    Post count: 37

    oh you posted just as I did… one second I will confirm the login

    in reply to: Content still not showing since theme update #263743
    wademd
    Member
    Post count: 37

    Curious… did you guys miss my question? I see other posts get responded to after I posted mine. I paid to extend my support specifically so I could post this question so it kind of sucks that im being skipped. I posted on the 22nd and now its the 26th. If you can get back to me soon I would really appreciate it as I have a client that is relying on the theme at the moment.

    in reply to: Content still not showing since theme update #263329
    wademd
    Member
    Post count: 37

    Just checking out the site today and I just came across a couple issues…

    1. When I edit a text module the normal visual tab with the wysiwig editor doesnt show and the area is blank but if I hit the text tab then the content shows up.
    2. The save button no longer works when opening up the module. When I click it nothing happens.

    Also one thing that I tried was disabling ALL plugins that I had to make sure there were no conflicts. It acts completely the same. Am I the only one experiencing these issues since the update?

    Oh and also another bit of information I can think of is Yes, im using a child theme. And I have tested using child theme vs no child and the results were the same.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Content still not showing since theme update #263297
    wademd
    Member
    Post count: 37

    Also something to note… Most of the content on the site was invisible as well but the only way to make it show was to remove all the fade-in animation I had on the text boxes and row modules. I hope that helps narrow down the issue.

Viewing 15 posts - 1 through 15 (of 29 total)