Skip to content
Advertisement

Tag: css

Display photos from Flickr in a responsive grid [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year. Improve this question I am trying to display photo’s obtained from a flickr image search API, and the display the images in a grid,

Adding Custom Footer to page Template

I have made a custom footer layout using “dummy” content to start with. This is the footer html To get this to display on the bottom of my last “scrolling section” (#contact) I have added this html footer to : page-templates/template-full-page.php However my footer is not displaying at all? Link to view site Have I added the html to an

CSS border not showing when background-coloris added

I have written a code that works great for me. So I have a (half) border around my picture. like the picture below. But when I add a background-color the line dissapears. Now I want the oppiste colors but there for I need a background-color. So I did that but now the border isn’t showing anymore. So I want a

Insert CSS into html header via php Function

I have access to creating hooks to edit the appearance of websites, but no experience with php. The hooks manpage gives examples such as: Now, what I want to do is insert the following CSS into this function (the function is executed before rendering the page) so that instead of printing a message as above, it makes all print elements

Show the amount of files uploaded at the right of an input

i am creating a form with a input=file, my problem is that when i added CSS to this, the number of files updated dissapear, i know that is because i put display=none in the CSS, but i need them to appear, or people won’t know the file uploaded correctly, is there a way to make this? i prefer without ussing

Navigation as a separate page in PHP

I am using my Navigation as a separate page which is Navigation.php and I am adding this page by <?php include ‘header.php’; ?> in everypage. But when I am going on a page, for example: going to About page, that About button in navigation bar have a class class=’active’ and that class adding by javascript. The problem is coming when

Advertisement