Viewing 15 replies - 31 through 45 (of 88 total)
  • Thread Starter mndo123

    (@mndo123)

    how as property ?

    i am really sorry for all of that
    but i am really need it thanks

    You have to position the image by adding more properties, check this out

    Link

    Otherwise I gave an example of how to add the image as a property to your rule on the previous page of this thread.

    Thread Starter mndo123

    (@mndo123)

    ok

    I’ll give you some basic code, but my purpose here is to teach people how to fish, not just catch fish for them. Otherwise game on!

    Thread Starter mndo123

    (@mndo123)

    i know u really good one

    thanks, I like teaching. I learned on these very forums by a very skilled programmer who gave me an unbelievable amount of his time, he had the same ethic, and I really appreciate it now. Although then I was na?ve and thought it could all just come in a neat little package that I just copy and paste. Sometimes that’s true, but usually, NOT

    By the way, I offered to tip that very skilled programmer but he would not accept. Same here.

    The more you actually understand about how code works (and it’s not really that hard to get a basic grasp) the faster you will achieve your website goals, no way around that. Otherwise you’ll just end up frustrated.

    Thread Starter mndo123

    (@mndo123)

    yeah still there is good people on this world !

    Thanks again, but flattery will get you no code. haha

    Thread Starter mndo123

    (@mndo123)

    hahaha trust me its true

    Okay back to the basic lesson

    Remember, it’s only because we have defined a div class, like this

    <div class=”my-totals”>
    <?php (code here) ?>
    </div>

    that this works at the bottom of style.css

    .my-totals
    {
    paramaters here;
    }

    otherwise, neither of those codes will do anything. They work together.

    so, any time you want to style php code output, you must create a div class for it. This can become quite complicated in some situations, where it can be difficult to isolate the element you want to style, but you can do basic things by adding classes this way.

    wow your’re in Egypt, that’s cool. I’m in California, USA.
    I’ve never been but I’d love to see the great pyramids of course. We don’t have anything quite like that here, but we have magnificent Redwood trees..

    Thread Starter mndo123

    (@mndo123)

    then, at the very bottom of your theme’s style.css,

    why bottom ?

    did u go to the site ?

    these icons will be under the slider

    Thread Starter mndo123

    (@mndo123)

    can i post here my face to contact u ?
    i dont know the rules here

    I think this is okay, it’s your thread. We may have to use a free service called post bin at some point, if the code gets long. We’ll see what the moderators say. They don’t mess around, especially Esmi.

Viewing 15 replies - 31 through 45 (of 88 total)
  • The topic ‘what is the code for that ?’ is closed to new replies.