Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #319417

    Hey there, hope you are well.

    I bought your Enfold theme earlier this year and built this website with it:
    http://www.alicemackintosh.com

    After updating to the latest version of WordPress I am now experiencing a few major issues around images.

    – When inside a post or a page you click the add media button and nothing happens.
    – When setting a featured image on a post, page or portfolio item, its now opening the add media page in the same window (full width). So for example when you say set as default image it does not return you back to the actual post or page. Before it opened in a small frame.

    If you could take a look for me I would be most grateful. Login details posted in Private Content.

    Thanks

    Nick

    #319941

    Hi nickgibbens01!

    Thank you :)
    You are using an old version of Enfold which is not compatible with WordPress version you are using. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
    There are many bug fixes and improvements on the theme. You can take a quick look at some of the highlighted new features here – http://kriesi.at/blog

    Regards,
    Yigit

    #320194

    Ok I have updated the theme this evening and its caused some major formatting issues – which is very annoying and time consuming to fix :(

    1.) I have lost the grey/black transparent background effect on the homepage slider wording. In quick css: I still have the following:

    .ls-layer span {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px !important;
    display: block;
    }

    But something has happened to remove it :(

    2.) Previously you gave me some code to hide the wording (span) on the homepage slider on a mobile (smaller) device. This is still in quick css however its now showing the wording on the slider on a mobile. The code you gave me was:

    @media only screen and (max-width: 767px) {
    .ls-layer span {
    display: none !important;
    }
    }

    3.) My portfolio section on the homepage is now going across the whole page – see LATEST PRESS COVERAGE – previously this would line up nicely with the rest of the site. But for some reason its stretching the four columns across the screen. How do I get this back to the way it looked before I upgraded?

    Same applies here: http://www.alicemackintosh.com/media/print-and-online/ and http://www.alicemackintosh.com/media/tv-radio/ 0 its stretching them and it looks rather silly.

    4.) The logo – My logo has dimensions of 250px × 50px – I notice in a mobile for example that it gets stretched so looks a little odd, is this because it thinks it should be 340px x156px? Are you able to fix this for me? i.e. Set the logo to be 250px × 50px at all times.

    5.) I notice that when you play around with the responsiveness of the site, there are issues with the main navigation going over the logo, making it difficult to read at a certain window size. I notice on your demo site: http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/ that the drop down menu comes in much quicker – ie when the screen size is set higher. Where do you edit this variable? This means your demo site does not see the main nav overlay the actual logo.

    Your help fixing this issues is much appreciated. I did not expect a theme update to cause so many issues but hopefully we can resolve them asap.

    Many thanks

    Nick

    • This reply was modified 9 years, 7 months ago by nickgibbens01.
    #320335

    Hi!

    1.) Are you applying this css on a layer slider layer? You can add it directly on Styles > Custom CSS field of the layer slider.

    2.) Please apply a unique css class or id to the layer on Attributes panel of the layer slider. Use “hide-mobile” on the Classes field for example then replace the css snippet with this:

    @media only screen and (max-width: 767px) {
    .hide-mobile {
    display: none !important;
    }
    }

    3.) The Portfolio Grid is now set to full width by default like the masonry element. Please place the Portfolio Grid element inside a 1/1 column layout.

    4.) Add this on Quick CSS or custom.css to fix the logo on mobile device:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 50px !important;
    max-height: 50px !important;
    top: 5px;
    }
    }

    5.) Please go to Enfold > Header > Mobile Menu panel. Set the Header Mobile Menu activation to the second option.

    Regards,
    Ismael

    #320781

    Hey Ismael – thanks for all your help on this, it’s much appreciated.

    Everything works fantastic apart from point 1 – ie the grey/black transparent background effect on the homepage slider wording. I have added it directly on Styles & Custom CSS field of the layer slider but its still not working. Can you take a look at this for me pls? Not sure what to do.

    Another issue I have noticed is the link colour and date on the articles below LATEST ARTICLES in the footer. How do I set both of these to be white? Ie:

    Sleep deeply
    September 17, 2014 – 1:53 pm

    Many thanks

    Nick

    #321338

    Hi!

    Please add following code to Quick CSS as well

    strong.news-headline, span.news-time {
    color: white!important;
    }

    Cheers!
    Yigit

    #321444

    Thanks Yigit, works a treat.

    Any luck with point 1 – ie the grey/black transparent background effect on the homepage slider wording. I have added it directly on Styles & Custom CSS field of the layer slider but its still not working.

    Many thanks Nick

    #321485

    I am using WordPress 4.0 on a multi-site with the 2.1 Choices theme and I am having problems editing sliders on 3 sites within the multi-site.
    I can’t upload a new image into the existing slider or replace and image in the existing slider.
    I can’t even create a new page with new slider images, it just anchors to the top of the page when the add button selected.

    Please help resolve this issue – thanks.

    Julie Popovich
    Web Application Designer
    Argonne National Laboratory

    #321554

    Hi Nick!

    Try using this code instead:

    .ls-layer span, p.ls-l { 
    background: rgba(0, 0, 0, 0.5);
    padding: 20px !important;
    display: block;
    }
    

    Cheers!
    Josue

    #321560

    This makes no difference Josue, as I think its exactly the same code I was using before.

    #321569

    Hi!

    It’s not the same code, i tried logging to your site to add the code but the login details are not working. If you manage to add it, it should look like this:

    Regards,
    Josue

    #322652
    This reply has been marked as private.
    #322673

    Hey!

    I added the code, it’s working now – http://screencast.com/t/7rgD6RPsLM

    Cheers!
    Josue

    #322699

    Great work Josue, this is much appreciated. Looks great.

    Going back to an earlier question: “Another issue I have noticed is the link colour and date on the articles below LATEST ARTICLES in the footer. How do I set both of these to be white? Ie:

    Sleep deeply
    September 17, 2014 – 1:53 pm”

    Adding the following code works, however I notice that it also makes the LATEST POSTS widget on the sidebar here http://www.alicemackintosh.com/blog/ go to white and this is an issue as the background is white. Ideally I would want this to remain black (as it currently does) and just change the footer links to white. If that makes sense?

    strong.news-headline, span.news-time {
    color: white!important;
    }

    #322723

    I am continuing to have problems after updating to WordPress 4.0 uploading images through the slider on pages in the Choices Theme (2.1).
    I really need support on this for I have 4 sites in a Choices themed multisite that can’t be updated or built-on in any way.

    Can’t add images to a slider or create a new page and add images to the slider.

    Thanks,
    Julie

    #322735

    Hey!


    @nickgibbens01
    use this code instead:

    #footer strong.news-headline, span.news-time {
    color: white!important;
    }


    @JuliePopovich
    , please create a topic regarding your issue in the Choices subforum.

    Cheers!
    Josue

    #323302

    Thanks for this code Josue, it works but I notice the date in the blog sidebar widget is now white which means you can’t actually see ie : http://www.alicemackintosh.com/blog/ – How do I make this black but keep the date in the footer white?

    Cheers

    Nick

    #323315

    Hey Nick!

    My bad, use this instead:

    #footer strong.news-headline, #footer span.news-time {
    color: white!important;
    }

    Cheers!
    Josue

    #323905

    Thanks works a treat. Your help over the last week or so has been much appreciated.

    #323930

    You are welcome Nick, glad to help :)

    Regards,
    Josue

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.