Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter onomastico

    (@onomastico)

    Uhmm…Thanks to Joy and DD for your answers.
    Reading your answers and googleing I’ve matured a different question changing my starting point.
    If already exist some plugin I can use to realize stuff like data entry, data presentation interfaces I prefer to use them, but it’s not easy for my level of wordpress universe knowledge to understand what to choose and even how to choose.
    Yes even “how” becaouse, for example, pheraps there is out there a fantastic plugin for csv data presentation and I just need to code query and passing data in the right format to the plugin…

    Can somebody give me some points to refer to, articles or plugin names, something different from the wordpress plugin directory.

    Thread Starter onomastico

    (@onomastico)

    Thank you Joy for your answer.
    I would like to use WP to speed up the job, so please, let me understand : how do usually people move in this situation ? I mean, if I have a starting database I need to work with, is the normal behaviour to import that database in “wordpress” database or not ? If I would like to use some plugin to build my interface , what is better to do with my external database ?

    Thread Starter onomastico

    (@onomastico)

    I’ve got it. Header size is set in inc/customizer.php file, twentysixteen_custom_header_and_background() function.

    Hi Tiredtraveller.

    Have you then resolved your issue ?
    If you did it, can you share here how you did it please ?

    @thecancerman
    I can’t see any border property in that class.
    I’ve changed the margin property from 21px to 0px but there is still a black line at the top and at the bottom of the page, I don’t understand how to get rid of them.

    I am not an expert but I try to give you an answer.

    Go in the style.css file and search the .site class css section.

    You should have something like

    .site {
    	background-color: #fff;
    }

    May be you have some other values instead of “#fff”

    Ok once you’re there you add new rows to have at the end something like :

    .site {
    	background-color: #fff;
    	background-image: url('http://nick-stevens.com/wp-content/uploads/2015/12/starback0116.jpg');
    	background-repeat: repeat;
    	background-position: top left;
    	background-attachment: scroll;
    }

    Hope this will be good for you.

Viewing 6 replies - 1 through 6 (of 6 total)