Forum Replies Created
-
AuthorPosts
-
Emilio
ParticipantBrad,
That was easy. Thanks.
Emilio
Emilio
ParticipantMarcy,
Thank you. That worked.
Emilio
Emilio
ParticipantOkay, once I have the image ID, where do I place the CSS code?
Emilio
Emilio
ParticipantAndrea,
That worked. Thanks for your help and quick response.
Emilio
Emilio
ParticipantEmilio
ParticipantAfter giving this problem some thought, it donned on me that what might be happening is that the pages being displayed were cached pages that were cached before I put the search box in the side bar. So I deleted the cache and that fixed the problem.
Emilio
Emilio
ParticipantThe search box is the first item in the primary sidebar. As I said, If I am logged into the dashboard and I view any page, the search box appears where it's supposed to be. As soon as I log out - no search box.
Emilio
Emilio
ParticipantUpdate 1,
I think I fixed the border issue by changing the following code:
Original code in the style CSS
img,
img a
{-moz-box-shadow: 0 3px 5px #ddd;
-webkit-box-shadow: 0 3px 5px #ddd;
border: 5px solid #fff;
}I changed it to this:
img,
img a {
-moz-box-shadow: 0;
-webkit-box-shadow: 0;
border: none;
}So did I go overboard and fix one problem only to create another problem? Also, I still have the other two issues concerning the ability to change the contents of the footer and the problem I am having with Jetpact's social profiles buttons not working with this theme.
-
AuthorPosts