Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #269146

    Hi – Just noticed a bug using the icon box. i only want to show the icon to the left of the title. i delete “Click here to add your own text” and it goes away once i click update. but as soon as i begin editing any parts of the page, “Click here to add your own text” reappears.

    also, how do you make the icon box centered in a column? i am using a threee column layout with an icon list in each. yet the icon list is aligned left so it doesn’t look good on the page.

    http://quoted.wpengine.com/ (hosted on WPengine)

    #269403

    Hey blankonblank!

    Thank you for using the theme!

    Do you mind if we take a look at the wp dashboard? Please post the login details here and set it as a private reply. Is this still happening now? This issue should be fixed on the latest patch of the theme. Please try to deactivate all plugins then test the icon box elements again.

    Best regards,
    Ismael

    #269629
    This reply has been marked as private.
    #270102

    Hi!

    Thank you for the access.

    It doesn’t seem to be happening when I checked the website using Chrome Windows 8. I created multiple icon boxes and they’re not reverting back to the default content when I update the element. Please try to remove browser cache then reload the page a few times. If possible, please test it on another browser or computer. This is the test page that I created: http://quoted.wpengine.com/wp-admin/post.php?post=3051&action=edit&message=1 (hosted on WPengine)

    Regards,
    Ismael

    #270371
    This reply has been marked as private.
    #272091

    Hi!

    Where in your page is the content slider you are referring to? can you post a link to that page?

    Cheers!
    Josue

    #272097
    This reply has been marked as private.
    #272101

    Something like this will do it:

    div.avia-content-slider-inner span {
        background: red;
        padding: 20px;
    }

    Result:

    Best regards,
    Josue

    #272110
    This reply has been marked as private.
    #272112

    Hey!

    A class should be referenced with a dot:

    .text-slider div.avia-content-slider-inner span {
    background: red;
    padding: 20px;
    }

    Best regards,
    Josue

    #272115
    This reply has been marked as private.
    #272119

    Add this too:

    .text-slider div.avia-content-slider-inner h1 span {
        position: relative;
        top: 5px;
    }
    

    Regards,
    Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.