Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: Problems with uploading images after updating to WordPress 4.0 #323905

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

    in reply to: Problems with uploading images after updating to WordPress 4.0 #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

    in reply to: Problems with uploading images after updating to WordPress 4.0 #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;
    }

    in reply to: Problems with uploading images after updating to WordPress 4.0 #322652
    This reply has been marked as private.
    in reply to: Problems with uploading images after updating to WordPress 4.0 #321560

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

    in reply to: Problems with uploading images after updating to WordPress 4.0 #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

    in reply to: Problems with uploading images after updating to WordPress 4.0 #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

    in reply to: Problems with uploading images after updating to WordPress 4.0 #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 10 years, 2 months ago by nickgibbens01.
    in reply to: Slider text transparency #202916

    Thanks for all your help. Hopefully I have also helped you improve the theme as well.

    Great support I must say :)

    in reply to: Slider text transparency #200785
    This reply has been marked as private.
    in reply to: Slider text transparency #200079
    This reply has been marked as private.
    in reply to: Slider text transparency #192665

    Ok that’s great, somehow missed that bit, but its great to have so much control from the backend.

    Regarding “when you play around with the responsiveness of the theme, if you reduce the browser window to a certain size the navigation totally goes: see”

    When I set Responsive Header Main Menu to “Display as slide out menu” the issue s fixed – see my website now. I.e it always shows the navigation. This is what the Enfold demo uses. But when its selected to “Display as Dropdown menu” it then gets lost at a certain browser size.

    Have disabled plugins but this does not fix it.
    Thanks
    Nick

    in reply to: Slider text transparency #192280

    Hey Josue, I will get back to you on the above soon, but going back to footer colours: the code you have given me changes the actual column colours. I’m looking to achieve this: http://www.alicemackintosh.com/wp-content/uploads/2013/11/alice-footer-colours-new.jpg

    Any ideas?

    in reply to: Slider text transparency #191169

    Hey there, thanks for the response. I have replaced the above with what you suggested, however it has not fixed the problem.

    Any other ideas?

    Thanks

    Nick

    in reply to: Slider text transparency #188113

    Thanks again for such a quick response, excellent service I must say. Just added thois code and works a treat. So bascially anything with a browser size that is below 767px will not show the wording on the slider? What is an Ipad or other standard tablet out of interest?

    I have one further question, when you play around with the responsiveness of the theme, if you reduce the browser window to a certain size the navigation totally goes: see Screengrab of bug

    Is this just an issue with the a desktop browser so effectively would never be an issue in the real world?

    in reply to: Slider text transparency #188036

    Thanks for this code Josue, I will try it out soon and let you know how I get on.

    Another question, how do you get the slider to not show the wording (span) on a mobile (smaller) device? It just looks a tad silly on an iphone for example as the writing is so small. In this instance it would be good to just show the slider image.

    Thanks

    Nick

    in reply to: Slider text transparency #187523

    Hey Josue, thanks for the quick response.

    I have added this code and it works well, but how do I get padding on the right hand side, as currently the wording goes right to the edge of the image.

    And I mean the actual background colours in the footer, currently grey.

    Thanks

    Nick

Viewing 17 posts - 1 through 17 (of 17 total)