• Tommy tomaye

    (@tommy-tomaye)


    Hi
    this nice website have done in wordpress.
    http://www.akaihanaohio.com/
    below the slider there is 3 boxes where is says ” Launch, Dinner,yelp reviews”
    does anyone knows how to achieve those boxes in wordpress??? what is the css + html div + php tags are needed in index.php??
    is there any tutorials on this available online?? i’m been looking to do this for my website but i don’t know how.
    any help is greatly appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • roiabrazaldo

    (@roiabrazaldo)

    what i see is its a widget that can be called in by using

    <?php dynamic_sidebar( string ) ?>

    and that widget has a Text/HTML in it with a content of

    <div>
    <h3>TITLE</h3>
    </div>
    <div>
    <a><img /></a>
    </div>
    <div>
    <a><h4>Title</h4></a>
    <p>Description</p>
    </div>

    then all goes to css for the background color, image, border-left and transition because the arrow has seems to have animation when hovered. transition will cover that.

    Thread Starter Tommy tomaye

    (@tommy-tomaye)

    Thank you so much roiabrazaldo, i will try to figure out how to use
    a widget that can do this

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does anyone knows how to achieve this in wordpress???????’ is closed to new replies.