Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Responsive Gallery #101500
    eckh20
    Participant

    Yes, I have checked that the Disable Responsive Design option is unchecked. It is only the gallery on this page contained within tabs (which are responsive) that it does not work.

    I think maybe there is a problem when things are set to be 100% width? Because on other pages I’ve tried to embed responsive maps with 100% width but they only go as wide as the other content on the page. So if there is no other content on the page then the map will only show as a couple of hundred pixesl wide.

    in reply to: Menu color #56343
    eckh20
    Participant

    Hi,

    I’m using the free version of Catch Responsive and am also having problems with the menu colour. I built a custom menu from “Appearance => Menus” and made it my primary menu. I’d like to change it from black background (for static and dropdown) to a blue that matches the logo. I’d like to change the hover background colour and text colour too.

    I’ve tried various CSS fixes that I’ve found on the support forums, including one you recommended for me a couple of years ago, but nothing happens. Is this a theme issue or am I just doing something wrong?

    http://pandipieri.org/

    in reply to: Featured post slider not working #19663
    eckh20
    Participant

    Thanks Sakin – deleting and reinstalling the theme fixed the slider and also the mosaic galleries which had also suddenly stopped working.

    in reply to: Featured post slider not working #18010
    eckh20
    Participant

    I don’t know how to change .php files so I’m not sure what I did to affect it and break the slider. How do I fix this?

    in reply to: Featured post slider not working #17995
    eckh20
    Participant

    Hi,

    I have the same problem as Elisabetta – the featured slider has been working fine for months but all of a sudden it’s stuck on the first post instead of scrolling through all 7. What do I need to do to debug this please?

    The website/page: http://welshminestrust.org/

    Thanks

    in reply to: Change Navigation Background and Font Color #11170
    eckh20
    Participant

    Ah this is really useful – the following worked as steadymarvin says.
    #header-menu {
    background-color: #ff66cc;
    margin-bottom: 0;
    }

    How do I make it change the footer menu too?

    in reply to: Putting the search box alongside the social media links #10921
    eckh20
    Participant

    Brilliant, thanks for all your help!

    in reply to: Putting the search box alongside the social media links #10902
    eckh20
    Participant

    Thanks! That seems to have got it on the same line. How would I go about putting the social media links on the left of the search box?

    Also, I’m still having trouble getting rounded corners on the images used for the featured content on the homepage. I’ve got it working for images in post and page content (like here: http://www.gmhealthriskweek.org/featured-events/) but the code (below) you gave me for the featured images on the homepage doesn’t seem to have done the trick.

    .featured-post img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    }

    Thanks so much for your help, it’s very much appreciated!

    in reply to: Putting the search box alongside the social media links #10898
    eckh20
    Participant

    Of course, sorry – I forgot! http://www.gmhealthriskweek.org/

    in reply to: menu color problems #10891
    eckh20
    Participant

    Where do the options that this CSS creates appear?

    in reply to: Rounding corners on Homepage Featured Content images #10846
    eckh20
    Participant

    Ok, so now images in the content have rounded corners but my images on the home page that go with the featured content still haven’t. Any ideas?

    http://gator3022.hostgator.com/~gmhrw/

    in reply to: Rounding corners on Homepage Featured Content images #10830
    eckh20
    Participant

    Great, thanks, I no longer have the grey boundary line.

    I tried the code that the css-tricks suggested but I haven’t had any luck – I’ve still got square corners. I’m using Google Chrome. My CSS box reads as:

    .entry-content img {
    box-shadow: none;
    }

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -border-radius: 10px;
    -khtml-border-radius: 10px;

    .category .page-header { display: none; }

    Any ideas? Thanks!

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