Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #110165
    mataiblis70
    Participant

    Hello, How to switch the default slider on Catch Everest pro Theme to Revolution slider?

    And also, I have an important question about adding contact in header of the theme. Is it possible? Thank you.

    here is the screenshot that for the contact position.
    Example of the contact

    #110182
    Pratik
    Keymaster

    Hi @mataiblis70,

    For revolution slider, please contact revolution slider developers.

    To add contact info, please add Text widget with your desired HTML to Header Right Sidebar.

    Regards,
    Pratik

    #110187
    mataiblis70
    Participant

    @Pratik Ah I get it. Okay thank you so much for your help. I’m going to contact Revolution team for the slider. Have a nice day 🙂

    #110189
    mataiblis70
    Participant

    And one thing @Pratik I’ve just add the text widget to the header right sidebar. But I found a problem with the position. The contact not in row (see the screenshot).

    The problem:

    What I want:

    Html in widget:

     <div align= "center">
    <figure>
        <img src='http://localhost/project1/wp-content/uploads/2017/02/Blackberry-Messenger-Logo-copy.png' alt='missing' />
        <figcaption>7777FFFF</figcaption>
    </figure>
    
    <figure>
        <img src='http://localhost/project1/wp-content/uploads/2017/02/line-2.png' alt='missing' />
        <figcaption>ID_TESTER</figcaption>
    </figure>
    </div>

    If you don’t mind, It would be great if you can share the CSS code instead using html to center the image, caption, and in a row. (just for the right sidebar). Thank you.

    #110223
    Pratik
    Keymaster

    Hi @mataibilis70,

    Try following code:

    
    #header-right aside div figure {
        float: left;
    }
    
    #110231
    mataiblis70
    Participant

    Hello, @Patrik thank you for your response, The CSS code is working. But for contacts are close to one another. And also, the position of the logo and contacts are not same. Can you help me with this problem? And sorry to bother you. Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Switch the default slider to revolution sliders + add contact at header’ is closed to new replies.