Forum Replies Created
-
AuthorPosts
-
eckh20
ParticipantYes, 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.
eckh20
ParticipantHi,
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?
eckh20
ParticipantThanks Sakin – deleting and reinstalling the theme fixed the slider and also the mosaic galleries which had also suddenly stopped working.
eckh20
ParticipantI 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?
eckh20
ParticipantHi,
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
eckh20
ParticipantAh 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?
June 24, 2013 at 2:51 pm in reply to: Putting the search box alongside the social media links #10921eckh20
ParticipantBrilliant, thanks for all your help!
June 24, 2013 at 2:54 am in reply to: Putting the search box alongside the social media links #10902eckh20
ParticipantThanks! 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!
June 24, 2013 at 1:44 am in reply to: Putting the search box alongside the social media links #10898eckh20
ParticipantOf course, sorry – I forgot! http://www.gmhealthriskweek.org/
eckh20
ParticipantWhere do the options that this CSS creates appear?
eckh20
ParticipantOk, 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?
eckh20
ParticipantGreat, 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!
-
AuthorPosts